@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap');
:root{
  --lr-navy:#07152f;--lr-text:#13203b;--lr-muted:#66738a;--lr-line:#e6ebf2;--lr-bg:#f6f8fb;--lr-card:#fff;
  --lr-green:#07583f;--lr-green-2:#0b6b4a;--lr-green-soft:#eaf6f0;--lr-orange:#ff6a00;--lr-blue:#064bd8;
  --lr-shadow:0 18px 55px rgba(7,21,47,.10);--lr-shadow-soft:0 10px 32px rgba(7,21,47,.07);
  --lr-radius:18px;--lr-font:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}.lr-site{margin:0;background:#fff;color:var(--lr-text);font-family:var(--lr-font);font-size:15px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.lr-ui-v5 a{text-decoration:none;color:inherit}.lr-ui-v5 svg{width:1em;height:1em;fill:currentColor;display:block}.lr-main{min-height:76vh;background:#fff}.lr-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(224,231,241,.82)}body.admin-bar .lr-header{top:32px}.lr-header-inner{max-width:1540px;margin:0 auto;height:62px;padding:0 28px;display:flex;align-items:center;gap:26px}.lr-logo{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--lr-navy);font-size:17px;letter-spacing:-.03em;white-space:nowrap}.lr-logo-mark{width:28px;height:28px;border-radius:9px;color:var(--lr-green);display:grid;place-items:center}.lr-logo-mark svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2}.lr-logo-mark .lr-logo-star{fill:currentColor;stroke:none}.lr-nav{margin-left:auto;display:flex;align-items:center;gap:33px;font-weight:800;font-size:12px;color:#101b33}.lr-nav a:nth-child(-n+3)::after{content:'⌄';font-size:11px;margin-left:7px;color:#7b8597}.lr-header-actions{display:flex;align-items:center;gap:9px}.lr-icon-btn{width:36px;height:36px;border:1px solid var(--lr-line);border-radius:10px;display:grid;place-items:center;color:#182642;background:#fff}.lr-btn,.lr-vote-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 17px;border:0;border-radius:9px;font:900 12px/1 var(--lr-font);cursor:pointer;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.lr-btn-primary{background:var(--lr-green);color:#fff!important;box-shadow:0 10px 24px rgba(7,88,63,.18)}.lr-btn-primary:hover{background:var(--lr-green-2);transform:translateY(-1px)}.lr-btn-soft{background:#fff;color:#08162f!important;border:1px solid var(--lr-line)}
/* HOME - premium clean */
.lr-home-hero{position:relative;overflow:hidden;background:#fbfcfd;border-bottom:1px solid #edf2f8;min-height:650px}
.lr-hero-photo{position:absolute;inset:0 0 0 43%;background-size:cover;background-position:center;filter:saturate(1.04) contrast(1.03)}
.lr-home-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,#fff 34%,rgba(255,255,255,.93) 48%,rgba(255,255,255,.50) 70%,rgba(255,255,255,.12) 100%);z-index:1}
.lr-home-hero:after{content:'';position:absolute;left:0;right:0;bottom:0;height:170px;background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,0) 100%);z-index:1}
.lr-home-hero-inner{position:relative;z-index:2;max-width:1540px;margin:0 auto;padding:84px 74px 66px;display:grid;grid-template-columns:minmax(0,700px) 340px;gap:88px;align-items:center}
.lr-hero-copy{min-width:0}
.lr-live-pill{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.94);border:1px solid #e4ebf3;border-radius:999px;padding:8px 15px;box-shadow:0 14px 36px rgba(7,21,47,.07);font-size:12px;font-weight:900;color:#14213b}
.lr-live-pill span{width:8px;height:8px;border-radius:50%;background:#ff2d2d;box-shadow:0 0 0 6px rgba(255,45,45,.10)}
.lr-live-pill b{color:#ff2d2d;font-size:11px;letter-spacing:.02em}
.lr-live-pill em{font-style:normal;color:#44536d;font-weight:800}
.lr-home-hero h1{max-width:700px;margin:28px 0 17px;color:var(--lr-navy);font-size:58px;line-height:1.06;letter-spacing:-.06em;font-weight:900}
.lr-home-hero p{max-width:620px;margin:0 0 30px;color:#394963;font-size:16.5px;line-height:1.58;font-weight:650}
.lr-hero-search{width:min(820px,100%);height:78px;background:#fff;border:1px solid #dfe7f1;border-radius:15px;box-shadow:0 26px 70px rgba(7,21,47,.15);display:grid;grid-template-columns:1fr 1fr 170px;align-items:center;overflow:hidden}
.lr-hero-search label{position:relative;height:100%;display:grid;grid-template-columns:28px 1fr;grid-template-rows:25px 26px;column-gap:12px;align-content:center;padding:12px 22px;border-right:1px solid #e7edf5}
.lr-hero-search i{grid-row:1/3;color:#18253f;font-size:23px;align-self:center}
.lr-hero-search span{font-size:11px;color:#566279;font-weight:900;align-self:end}
.lr-hero-search select{appearance:none;border:0;background:transparent;font:900 13px/1.2 var(--lr-font);color:#0d1a32;outline:0;width:100%;align-self:start}
.lr-hero-search button{height:54px;margin-right:11px;border:0;border-radius:10px;background:var(--lr-orange);color:#fff;font:900 13px/1 var(--lr-font);box-shadow:0 16px 30px rgba(255,106,0,.27);cursor:pointer}
.lr-hero-proofs{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1020px;margin-top:42px}
.lr-hero-proofs div{display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;gap:4px 11px;align-items:start}
.lr-hero-proofs svg{grid-row:1/3;width:24px;height:24px;color:#0c1d38}
.lr-hero-proofs b{font-size:13px;color:#10213f;font-weight:900}
.lr-hero-proofs span{font-size:11.5px;line-height:1.45;color:#526076;font-weight:650}
.lr-hero-live-card{align-self:end;margin-top:118px;background:rgba(255,255,255,.90);backdrop-filter:blur(14px);border:1px solid rgba(225,233,243,.9);border-radius:22px;padding:18px;box-shadow:0 28px 70px rgba(7,21,47,.18)}
.lr-live-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.lr-live-card-head span{font-size:11px;color:#617087;font-weight:900}
.lr-live-card-head b{font-size:12px;color:var(--lr-green);font-weight:900}
.lr-hero-live-card ol{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.lr-hero-live-card li{height:46px;background:#fff;border:1px solid #e7edf5;border-radius:12px;display:grid;grid-template-columns:25px minmax(0,1fr) 58px;gap:9px;align-items:center;padding:0 10px}
.lr-hero-live-card i{width:23px;height:23px;border-radius:50%;background:#eef3f6;color:#667386;display:grid;place-items:center;font-style:normal;font-size:11px;font-weight:900}
.lr-hero-live-card li:first-child i{background:#ffc737;color:#fff}
.lr-hero-live-card strong{font-size:12px;color:#07152f;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lr-hero-live-card em{text-align:right;color:var(--lr-green);font-style:normal;font-weight:900;font-size:13px}
.lr-hero-live-card a{margin-top:13px;height:38px;border-radius:10px;background:var(--lr-green);color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}
.lr-section{max-width:1540px;margin:0 auto;padding:0 74px}
.lr-section-home{padding-top:36px;padding-bottom:24px}
.lr-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.lr-section-head h2{margin:0;color:var(--lr-navy);font-size:25px;line-height:1.15;letter-spacing:-.038em;font-weight:900}
.lr-section-head a{font-size:12px;color:var(--lr-green);font-weight:900}
.lr-category-grid-home{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.lr-cat-card{min-height:116px;background:#fff;border:1px solid #e2e8f1;border-radius:15px;padding:18px 15px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-shadow:0 10px 30px rgba(7,21,47,.045);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.lr-cat-card:hover{transform:translateY(-3px);border-color:#d2dce8;box-shadow:0 18px 42px rgba(7,21,47,.09)}
.lr-cat-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#0b63ce;margin-bottom:8px;font-size:25px}
.lr-cat-card:nth-child(2) .lr-cat-icon{color:#ffad00}.lr-cat-card:nth-child(3) .lr-cat-icon{color:#8d45ff}.lr-cat-card:nth-child(4) .lr-cat-icon{color:#8b5cf6}.lr-cat-card:nth-child(5) .lr-cat-icon{color:#07975a}.lr-cat-card:nth-child(6) .lr-cat-icon{color:#778292}
.lr-cat-card strong{color:#07152f;font-size:14px;font-weight:900;letter-spacing:-.02em}
.lr-cat-card small{margin-top:5px;color:#6c788d;font-size:11px;font-weight:800}
.lr-home-city-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.lr-home-city-card{position:relative;isolation:isolate;min-height:176px;border-radius:16px;background-image:var(--city-img);background-size:cover;background-position:center;overflow:hidden;border:1px solid #dce5ef;box-shadow:0 12px 34px rgba(7,21,47,.10);display:flex;align-items:flex-end;padding:14px;color:#fff}
.lr-home-city-card:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,18,38,.03) 0%,rgba(6,18,38,.25) 42%,rgba(6,18,38,.84) 100%)}
.lr-home-city-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(7,21,47,.18)}
.lr-home-city-badge{position:absolute;z-index:2;top:11px;left:11px;width:26px;height:26px;border-radius:50%;background:#ffc737;color:#fff;display:flex;align-items:center;justify-content:center;font:900 12px/1 var(--lr-font);box-shadow:0 8px 18px rgba(0,0,0,.18)}
.lr-home-city-card:nth-child(n+2) .lr-home-city-badge{background:rgba(255,255,255,.92);color:#617087}
.lr-home-city-content{width:100%;position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:3px 10px;align-items:end}
.lr-home-city-content b{font-size:16px;line-height:1.1;font-weight:900;letter-spacing:-.02em}
.lr-home-city-content strong{color:#2cff9f;font-size:18px;line-height:1;font-weight:900;text-align:right;letter-spacing:-.03em}
.lr-home-city-content strong small{font-size:11px;color:#fff}
.lr-home-city-content em{grid-column:1/-1;height:31px;margin-top:8px;border:1px solid rgba(255,255,255,.55);border-radius:7px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;font-weight:900}
.lr-home-recommendation{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;padding-top:22px;padding-bottom:18px}
.lr-rec-panel{background:#fff;border:1px solid #e1e8f1;border-radius:20px;box-shadow:0 16px 48px rgba(7,21,47,.075);padding:30px;overflow:hidden;position:relative}
.lr-rec-panel-main{background:linear-gradient(135deg,#062f25 0%,#07583f 100%);color:#fff}
.lr-rec-panel-main:after{content:'';position:absolute;right:-72px;top:-72px;width:220px;height:220px;border-radius:50%;border:36px solid rgba(255,255,255,.08)}
.lr-eyebrow{display:inline-flex;height:27px;align-items:center;padding:0 10px;border-radius:999px;background:#eaf6f0;color:var(--lr-green);font-size:11px;font-weight:900}
.lr-rec-panel-main .lr-eyebrow{background:rgba(255,255,255,.12);color:#c8f8df}
.lr-rec-panel h2{max-width:590px;margin:17px 0 11px;color:#07152f;font-size:34px;line-height:1.08;letter-spacing:-.045em;font-weight:900}
.lr-rec-panel-main h2{color:#fff}
.lr-rec-panel p{max-width:640px;margin:0;color:#536178;font-size:14.5px;line-height:1.6;font-weight:650}
.lr-rec-panel-main p{color:#dcefe7}
.lr-engine-actions,.lr-pro-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.lr-engine-actions .lr-btn-primary{background:#fff;color:#064a37!important}.lr-engine-actions .lr-btn-soft{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.24);color:#fff!important}
.lr-pro-actions a{height:38px;border-radius:9px;display:inline-flex;align-items:center;padding:0 14px;background:#f2f7f4;color:#07583f!important;font-size:12px;font-weight:900}
.lr-home-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding-top:10px;padding-bottom:18px}
.lr-step-card{background:#fff;border:1px solid #e4ebf3;border-radius:16px;padding:18px;box-shadow:0 10px 30px rgba(7,21,47,.045);min-height:132px}
.lr-step-card i{width:30px;height:30px;border-radius:50%;background:#eaf6f0;color:var(--lr-green);display:grid;place-items:center;font-style:normal;font-weight:900;margin-bottom:14px}
.lr-step-card b{display:block;color:#07152f;font-size:15px;font-weight:900;letter-spacing:-.025em}
.lr-step-card span{display:block;margin-top:8px;color:#627087;font-size:12.5px;line-height:1.45;font-weight:700}
.lr-trust-band{max-width:1540px;margin:18px auto 44px;padding:0 74px}
.lr-trust-band>div{background:#063626;border-radius:16px;min-height:112px;padding:24px 30px;display:grid;grid-template-columns:1.5fr repeat(4,1fr);align-items:center;gap:24px;color:#fff;box-shadow:0 20px 55px rgba(6,54,38,.18)}
.lr-trust-band b{font-size:15px;line-height:1.35;font-weight:900}
.lr-trust-band span{display:block;color:#d5ece3;font-size:12px;font-weight:800}
.lr-trust-band strong{display:block;color:#fff;font-size:24px;line-height:1;font-weight:900;letter-spacing:-.04em;margin-bottom:6px}

.lr-ranking-page{background:#f6f8fb;padding:54px 0 70px}.lr-ranking-layout{max-width:1280px;margin:0 auto;padding:0 74px;display:block}.lr-ranking-content{min-width:0}.lr-breadcrumb{margin:0 0 15px;color:#718099;font-size:12px;font-weight:800}.lr-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.lr-title-row h1{margin:0;color:var(--lr-navy);font-size:42px;line-height:1.08;letter-spacing:-.045em;font-weight:900}.lr-title-row h1 em{font-style:normal;color:var(--lr-orange)}.lr-title-row p{margin:12px 0 0;color:#68758b;font-size:15px;font-weight:650}.lr-title-row a{color:var(--lr-green);font-size:12px;font-weight:900;margin-top:8px}.lr-ranking-tabs{min-height:58px;margin:31px 0 10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #dfe6f0;border-radius:12px;overflow:hidden;background:#fff}.lr-ranking-tabs a{display:flex;align-items:center;justify-content:center;gap:10px;color:#1b2843;font-size:13px;font-weight:900;border-right:1px solid #dfe6f0;padding:10px 12px}.lr-ranking-tabs a:nth-child(2),.lr-ranking-tabs a:last-child{border-right:0}.lr-ranking-tabs a svg{width:16px;height:16px;flex:0 0 auto}.lr-ranking-tabs a span{display:grid;gap:3px;text-align:center}.lr-ranking-tabs a b{font-size:13px;line-height:1}.lr-ranking-tabs a small{font-size:10px;color:#6d7890;font-weight:850;line-height:1}.lr-ranking-tabs a.active{background:var(--lr-green);color:#fff}.lr-ranking-tabs a.active small{color:rgba(255,255,255,.82)}.lr-sort-explain{margin:0 0 14px;color:#5f6d82;font-size:12px;font-weight:800}.lr-filter-bar{display:grid;grid-template-columns:1fr 1fr 140px;gap:12px;align-items:center;margin-bottom:14px}.lr-filter-chip{display:none}.lr-filter-bar label{height:46px;background:#fff;border:1px solid #e2e8f1;border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 16px;color:#24314b}.lr-filter-bar svg{width:17px}.lr-filter-bar select{appearance:none;border:0;background:transparent;outline:0;width:100%;font:850 12px/1 var(--lr-font);color:#12213d}.lr-filter-submit{height:46px;border:0;background:#07152f;color:#fff;border-radius:10px;font:900 12px/1 var(--lr-font);cursor:pointer}.lr-ranking-summary{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:8px 0 16px}.lr-ranking-summary span{height:29px;border-radius:999px;background:#e9f7ef;color:#087046;display:flex;align-items:center;padding:0 12px;font-size:11px;font-weight:900}.lr-ranking-list{display:grid;gap:12px}.lr-rank-row{position:relative;background:#fff;border:1px solid #e1e8f1;border-radius:14px;min-height:86px;display:grid;grid-template-columns:42px 60px minmax(0,1fr) 96px 158px;gap:18px;align-items:center;padding:13px 16px;box-shadow:0 10px 24px rgba(7,21,47,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.lr-rank-row:hover{transform:translateY(-2px);border-color:#d2dbe8;box-shadow:0 18px 42px rgba(7,21,47,.1)}.lr-rank-num{width:30px;height:30px;border-radius:50%;background:#eef2f7;color:#677286;display:grid;place-items:center;font-size:13px;font-weight:900}.lr-rank-row:nth-child(1) .lr-rank-num,.lr-rank-row:nth-child(2) .lr-rank-num,.lr-rank-row:nth-child(3) .lr-rank-num{background:#eef2f7;color:#607087}.lr-rank-avatar{width:58px;height:58px;border-radius:16px;background:#f0f8ff;border:1px solid #d7e8f7;display:grid;place-items:center;color:#0371bb;font-size:39px;overflow:hidden}.lr-rank-row:nth-child(3) .lr-rank-avatar{background:#f0f8ff;color:#0371bb;border-color:#d7e8f7}.lr-rank-main strong{display:flex;align-items:center;gap:8px;color:#06142d;font-size:17px;font-weight:900;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lr-rank-main strong span{height:20px;border-radius:999px;background:#e8f7ef;color:#087145;padding:0 8px;display:inline-flex;align-items:center;font-size:10px;font-weight:900;flex:0 0 auto}.lr-rank-main em{display:block;margin-top:4px;color:#6b768a;font-size:12px;font-style:normal;font-weight:800}.lr-rank-main small{display:flex;align-items:center;gap:6px;margin-top:6px;color:#59667b;font-size:12px;font-weight:700}.lr-rank-main small b{color:#ff9600;letter-spacing:1px}.lr-score{text-align:right}.lr-score b{color:#07975a;font-size:31px;line-height:.9;font-weight:900;letter-spacing:-.05em}.lr-score span{color:#07152f;font-size:14px;font-weight:900}.lr-score small{display:block;margin-top:4px;color:#5e6b80;font-size:11px;font-weight:900}.lr-rank-action .lr-btn{width:154px;height:42px;border-radius:9px;background:var(--lr-green)!important;color:#fff!important;box-shadow:none}.lr-rank-action .lr-btn span,.lr-rank-action .lr-btn svg,.lr-rank-action .lr-btn .lr-vote-check{color:#fff!important;fill:currentColor!important}.lr-rank-action .lr-btn.is-voted,.lr-rank-action .lr-btn:disabled{background:#95a1b5!important;color:#fff!important;opacity:1}.lr-rank-action .lr-btn:hover{background:#064d3b!important}.lr-test-reset{font-size:12px;font-weight:850;color:#33415d}.lr-score-explainer{margin-top:22px;background:#fff;border:1px solid #dfe7f1;border-radius:18px;box-shadow:0 14px 34px rgba(7,21,47,.055);padding:24px;display:grid;grid-template-columns:1fr 1.35fr;gap:24px;align-items:start}.lr-score-explainer span{display:inline-flex;height:28px;align-items:center;border-radius:999px;background:#eaf6f0;color:var(--lr-green);padding:0 12px;font-size:11px;font-weight:900}.lr-score-explainer h2{margin:12px 0 8px;color:#07152f;font-size:26px;line-height:1.12;letter-spacing:-.035em;font-weight:900}.lr-score-explainer p{margin:0;color:#647086;font-size:14px;line-height:1.55;font-weight:700}.lr-score-explainer ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.lr-score-explainer li{background:#f6f8fb;border:1px solid #e6edf5;border-radius:14px;padding:16px}.lr-score-explainer strong{display:block;color:#07152f;font-size:14px;font-weight:900;margin-bottom:7px}.lr-score-explainer small{display:block;color:#67748a;font-size:12px;line-height:1.45;font-weight:700}.lr-phone-preview{display:none!important}.lr-profile-page{background:#f6f8fb;padding:34px 0 70px}.lr-profile-wrap{max-width:1540px;margin:0 auto;padding:0 74px}.lr-profile-hero{background:#fff;border:1px solid #dfe6f0;border-radius:14px;padding:30px 34px;display:grid;grid-template-columns:minmax(0,1fr) 235px;gap:28px;align-items:center;box-shadow:0 12px 34px rgba(7,21,47,.06)}.lr-profile-identity{display:flex;gap:28px;align-items:center}.lr-profile-logo{width:118px;height:118px;border-radius:22px;background:#f0f8ff;border:1px solid #d7e8f7;display:grid;place-items:center;color:#0371bb;font-size:82px;flex:0 0 auto}.lr-profile-identity h1{margin:0;color:#07152f;font-size:41px;line-height:1;letter-spacing:-.045em;font-weight:900}.lr-profile-identity p{margin:12px 0;color:#5e6a7f;font-weight:850}.lr-profile-identity p span{display:inline-flex;height:25px;align-items:center;padding:0 10px;border-radius:999px;background:#e8f7ef;color:#087145;font-size:12px;font-weight:900;margin-right:8px}.lr-stars{color:#ff9900;font-size:15px;letter-spacing:3px}.lr-profile-recos{margin-top:12px;color:#556278;font-weight:800;font-size:13px}.lr-profile-score{border:1px solid #e1e8f1;border-radius:13px;padding:22px;text-align:center;background:#fff}.lr-profile-score>b{display:block;color:#078c55;font-size:46px;line-height:1;font-weight:900;letter-spacing:-.05em}.lr-profile-score>b small{font-size:21px;color:#07152f}.lr-profile-score span{display:block;color:#677286;font-size:12px;font-weight:900;margin-top:5px}.lr-profile-score em{display:block;color:#087145;font-size:12px;font-weight:900;font-style:normal;margin:8px 0 15px}.lr-profile-score .lr-btn{width:100%;background:var(--lr-orange);color:#fff!important;box-shadow:0 12px 28px rgba(255,106,0,.18)}.lr-profile-score>small{display:block;margin-top:11px;color:#667286;font-size:11px;font-weight:800}.lr-profile-meta{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #dfe6f0;border-radius:13px;overflow:hidden;margin-top:18px}.lr-profile-meta div{min-height:72px;border-right:1px solid #e5ebf3;padding:16px 18px;display:grid;grid-template-columns:23px 1fr;gap:4px 10px;align-content:center}.lr-profile-meta div:last-child{border-right:0}.lr-profile-meta svg{grid-row:1/3;color:#53637b;width:18px}.lr-profile-meta span{font-size:11px;color:#7a8495;font-weight:850}.lr-profile-meta b{font-size:12px;color:#15213b;line-height:1.35;font-weight:900}.lr-service-tags{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.lr-service-tags span{height:31px;padding:0 13px;border-radius:5px;background:#eef4fb;color:#2b5b9d;display:inline-flex;align-items:center;font-size:11px;font-weight:900}.lr-profile-about{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start;background:#fff;border:1px solid #dfe6f0;border-radius:14px;padding:22px;margin-top:0}.lr-profile-about h2,.lr-reviews h2{margin:0 0 13px;color:#07152f;font-size:19px;font-weight:900;letter-spacing:-.02em}.lr-profile-about p{margin:0 0 12px;color:#3f4c64;font-size:14px;line-height:1.62;font-weight:650}.lr-profile-about a{color:var(--lr-blue);font-size:12px;font-weight:900}.lr-profile-about img{width:100%;height:168px;object-fit:cover;border-radius:9px;box-shadow:0 18px 38px rgba(7,21,47,.12)}.lr-reviews{background:#fff;border:1px solid #dfe6f0;border-radius:14px;padding:22px;margin-top:18px}.lr-review{min-height:78px;border-top:1px solid #e9eef5;display:grid;grid-template-columns:42px 130px 124px minmax(0,1fr) 48px;gap:16px;align-items:center}.lr-review:first-of-type{border-top:0}.lr-review-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#d69a6d,#473527)}.lr-review b{color:#07152f;font-size:13px}.lr-review b small{display:block;margin-top:4px;color:#7b8698;font-weight:800}.lr-review span{color:#ff9900;letter-spacing:2px}.lr-review p{margin:0;color:#3f4c64;font-size:13px;line-height:1.45;font-weight:650}.lr-review em{height:33px;border:1px solid #e0e7f1;border-radius:8px;color:#098151;display:flex;align-items:center;justify-content:center;gap:5px;font-style:normal;font-weight:900}.lr-review em svg{width:14px}
/* Secondary pages */
.lr-page{max-width:1160px;margin:0 auto;padding:54px 32px}.lr-page h1{margin:0 0 12px;font-size:38px;color:#07152f;letter-spacing:-.04em;font-weight:900}.lr-lead{font-size:16px;color:#647086;font-weight:650;line-height:1.55;margin:0 0 24px}.lr-card,.lr-empty{background:#fff;border:1px solid var(--lr-line);border-radius:var(--lr-radius);padding:24px;box-shadow:var(--lr-shadow-soft)}.lr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lr-form-grid label{display:grid;gap:8px;font-weight:850}.lr-form-grid input,.lr-form-grid select,.lr-form-grid textarea{border:1px solid #dfe6f0;border-radius:12px;padding:13px 14px;font-family:var(--lr-font)}.lr-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.lr-form-card{background:#fff;border:1px solid #e4eaf2;border-radius:18px;box-shadow:var(--lr-shadow-soft);padding:24px;display:grid;gap:14px}.lr-form-card h2{margin:0 0 8px;color:#07152f}.lr-form-card label{display:grid;gap:8px;font-weight:850;color:#17233e}.lr-form-card input,.lr-form-card select,.lr-form-card textarea{border:1px solid #dfe6f0;border-radius:12px;padding:13px 14px;font-family:var(--lr-font);font-weight:650;outline:0}.lr-btn-light{background:#f2f5fa;color:#07152f!important}.lr-success,.lr-error{border-radius:12px;padding:13px 16px;font-weight:850;margin:12px 0}.lr-success{background:#eaf9ef;color:#078049}.lr-error{background:#fff0ef;color:#bb251a}.lr-category-grid-wide,.lr-city-grid-wide,.lr-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.lr-info-stack{display:grid;gap:14px}.lr-footer{background:#07152f;color:#fff;margin-top:40px}.lr-footer-inner{max-width:1540px;margin:0 auto;padding:34px 74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.lr-footer p{color:#b8c4d8;margin:0;font-weight:650}.lr-footer nav{display:flex;gap:18px}.lr-footer nav a{color:#fff;font-weight:850;font-size:13px}.lr-logo-footer .lr-logo-mark{color:#fff}.lr-mobile-nav{display:none}
@media (max-width:980px){body.admin-bar .lr-header{top:0}.lr-header-inner{height:58px;padding:0 16px}.lr-logo{font-size:16px}.lr-nav,.lr-icon-btn,.lr-hide-mobile{display:none}.lr-header-actions{margin-left:auto}.lr-btn{height:38px;padding:0 13px;font-size:12px}.lr-home-hero{min-height:auto}.lr-hero-photo{background-position:center;opacity:.58}.lr-home-hero:before{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 58%,rgba(255,255,255,.45) 100%)}.lr-home-hero-inner{display:block;padding:38px 16px 30px}.lr-hero-photo{inset:0;background-position:center;opacity:.72}.lr-hero-live-card{display:none}.lr-home-recommendation{grid-template-columns:1fr;padding-top:18px}.lr-home-steps{grid-template-columns:1fr 1fr}.lr-rec-panel{padding:22px}.lr-rec-panel h2{font-size:27px}.lr-live-pill{font-size:9px;padding:7px 10px}.lr-live-pill em{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lr-home-hero h1{font-size:35px;max-width:360px;margin-top:21px}.lr-home-hero p{font-size:14px;max-width:345px}.lr-hero-search{height:auto;grid-template-columns:1fr;border-radius:15px}.lr-hero-search label{height:64px;border-right:0;border-bottom:1px solid #edf1f6;padding:10px 16px}.lr-hero-search button{height:48px;margin:10px}.lr-hero-proofs{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.lr-hero-proofs div{background:rgba(255,255,255,.82);border:1px solid #e7edf5;border-radius:12px;padding:11px;grid-template-columns:25px 1fr}.lr-hero-proofs svg{width:21px;height:21px}.lr-hero-proofs b{font-size:11px}.lr-hero-proofs span{font-size:10px}.lr-section{padding-left:16px;padding-right:16px}.lr-section-home{padding-top:28px}.lr-section-head h2{font-size:22px}.lr-category-grid-home{grid-template-columns:repeat(2,1fr);gap:12px}.lr-cat-card{min-height:102px}.lr-home-city-grid{grid-template-columns:1fr;gap:12px}.lr-home-city-card{height:160px}.lr-trust-band{padding:0 16px;margin:12px auto 34px}.lr-trust-band>div{grid-template-columns:1fr 1fr;padding:20px;gap:16px}.lr-trust-band>div>b{grid-column:1/-1}.lr-trust-band strong{font-size:22px}.lr-step-card{min-height:132px;padding:15px}.lr-ranking-page{padding:22px 10px 66px;background:#f6f8fb}.lr-ranking-layout{display:block;padding:0;max-width:none}.lr-title-row{display:block}.lr-breadcrumb{font-size:11px;margin:0 6px 12px}.lr-title-row h1{font-size:25px;line-height:1.12;padding:0 6px}.lr-title-row p{font-size:13px;padding:0 6px}.lr-title-row a{display:none}.lr-ranking-tabs{height:38px;margin:18px 0 11px;border-radius:9px}.lr-ranking-tabs a{font-size:11px;gap:4px}.lr-ranking-tabs svg{display:none}.lr-filter-bar{grid-template-columns:1fr 1fr;gap:8px}.lr-filter-chip,.lr-filter-submit{display:none}.lr-filter-bar label{height:38px;border-radius:8px;padding:0 10px}.lr-ranking-summary{margin:10px 0 12px}.lr-ranking-summary span{height:25px;font-size:10px;padding:0 9px}.lr-ranking-list{gap:8px}.lr-rank-row{min-height:70px;border-radius:12px;grid-template-columns:26px 42px minmax(0,1fr) 54px;grid-template-areas:'rank avatar main score' 'rank avatar main action';gap:7px;padding:9px}.lr-rank-num{grid-area:rank;width:22px;height:22px;font-size:11px}.lr-rank-avatar{grid-area:avatar;width:39px;height:39px;border-radius:10px;font-size:25px}.lr-rank-main{grid-area:main;min-width:0}.lr-rank-main strong{font-size:13px;line-height:1.05}.lr-rank-main strong span{display:none}.lr-rank-main em{font-size:10px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lr-rank-main small{font-size:10px;margin-top:2px}.lr-score{grid-area:score;text-align:right}.lr-score b{font-size:21px}.lr-score span{font-size:10px}.lr-score small{font-size:0;margin-top:0}.lr-score small .lr-total-count{font-size:8px}.lr-score small:after{content:' recos';font-size:8px}.lr-rank-action{grid-area:action}.lr-rank-action .lr-btn{height:24px;border-radius:6px;padding:0;width:54px;font-size:0}.lr-rank-action .lr-btn svg,.lr-rank-action .lr-btn span:not(:last-child){display:none}.lr-rank-action .lr-btn span:last-child{font-size:0}.lr-rank-action .lr-btn span:last-child:after{content:'Reco';font-size:9px}.lr-phone-preview{display:none}.lr-profile-page{padding:22px 12px 66px}.lr-profile-wrap{padding:0}.lr-profile-hero{grid-template-columns:1fr;padding:18px;border-radius:14px}.lr-profile-identity{gap:13px;align-items:flex-start}.lr-profile-logo{width:62px;height:62px;border-radius:15px;font-size:43px}.lr-profile-identity h1{font-size:24px}.lr-profile-score{padding:16px}.lr-profile-meta{grid-template-columns:1fr 1fr}.lr-profile-meta div{padding:13px;border-bottom:1px solid #e5ebf3}.lr-profile-meta div:nth-child(2){border-right:0}.lr-profile-meta div:nth-child(n+3){border-bottom:0}.lr-service-tags{margin:14px 0}.lr-profile-about{grid-template-columns:1fr;padding:16px}.lr-profile-about img{height:190px;order:-1}.lr-review{grid-template-columns:34px 1fr 48px;gap:10px;padding:12px 0}.lr-review span{grid-column:2}.lr-review p{grid-column:1/3;font-size:13px}.lr-review em{grid-column:3;grid-row:1/3}.lr-page{padding:32px 16px 72px}.lr-page h1{font-size:29px}.lr-auth-grid,.lr-form-grid{grid-template-columns:1fr}.lr-category-grid-wide,.lr-city-grid-wide,.lr-city-grid{grid-template-columns:1fr 1fr}.lr-footer{padding-bottom:70px}.lr-footer-inner{display:block;padding:28px 16px}.lr-footer p{margin:12px 0}.lr-footer nav{flex-wrap:wrap}.lr-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:1001;height:64px;background:#fff;border-top:1px solid #e5ebf3;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -8px 24px rgba(7,21,47,.08)}.lr-mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;color:#6a7487;font-weight:850}.lr-mobile-nav span{font-size:17px;line-height:1}.lr-mobile-nav .is-main span{width:36px;height:36px;border-radius:50%;background:var(--lr-orange);color:#fff;display:grid;place-items:center;font-size:20px;margin-top:-20px;box-shadow:0 10px 20px rgba(255,106,0,.25)}}
@media (min-width:981px) and (max-width:1250px){.lr-header-inner,.lr-home-hero-inner,.lr-section,.lr-trust-band,.lr-ranking-layout,.lr-profile-wrap{padding-left:34px;padding-right:34px}.lr-ranking-layout{grid-template-columns:1fr}.lr-phone-preview{display:none}.lr-home-hero h1{font-size:50px}.lr-home-hero-inner{grid-template-columns:1fr}.lr-hero-live-card{display:none}.lr-home-recommendation{grid-template-columns:1fr}.lr-category-grid-home{grid-template-columns:repeat(3,1fr)}.lr-home-city-grid{grid-template-columns:repeat(3,1fr)}}

/* HOME V8 — structure dédiée, sans réutiliser les anciens blocs villes */
.lrh-home{background:#fff;color:var(--lr-text);font-family:var(--lr-font)}
.lrh-wrap{max-width:1540px;margin:0 auto;padding-left:74px;padding-right:74px}.lrh-hero{position:relative;overflow:hidden;min-height:640px;background:#fbfcfd;border-bottom:1px solid #edf2f8}.lrh-hero-media{position:absolute;inset:0 0 0 42%;background-size:cover;background-position:center;filter:saturate(1.05) contrast(1.04)}.lrh-hero:before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 0%,#fff 34%,rgba(255,255,255,.94) 50%,rgba(255,255,255,.48) 76%,rgba(255,255,255,.08) 100%)}.lrh-hero:after{content:'';position:absolute;left:0;right:0;bottom:0;height:160px;z-index:1;background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,0) 100%)}.lrh-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,700px) 340px;gap:90px;align-items:center;padding-top:82px;padding-bottom:68px}.lrh-pill{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid #e2e9f2;box-shadow:0 14px 36px rgba(7,21,47,.07);font-size:12px;font-weight:900;color:#14213b}.lrh-pill span{width:8px;height:8px;border-radius:50%;background:#ff2d2d;box-shadow:0 0 0 6px rgba(255,45,45,.10)}.lrh-pill b{color:#ff2d2d;font-size:11px}.lrh-pill em{font-style:normal;color:#4c5a70;font-weight:800}.lrh-hero h1{max-width:710px;margin:28px 0 16px;color:var(--lr-navy);font-size:58px;line-height:1.055;letter-spacing:-.062em;font-weight:900}.lrh-hero h1 mark{background:none;color:var(--lr-orange);padding:0}.lrh-hero p{max-width:620px;margin:0 0 30px;color:#394963;font-size:16.5px;line-height:1.58;font-weight:650}.lrh-search{width:min(820px,100%);height:78px;background:#fff;border:1px solid #dfe7f1;border-radius:15px;box-shadow:0 26px 70px rgba(7,21,47,.15);display:grid;grid-template-columns:1fr 1fr 170px;align-items:center;overflow:hidden}.lrh-search label{height:100%;display:grid;grid-template-columns:28px 1fr;grid-template-rows:25px 26px;column-gap:12px;align-content:center;padding:12px 22px;border-right:1px solid #e7edf5}.lrh-search i{grid-row:1/3;color:#18253f;font-size:23px;align-self:center}.lrh-search i svg{width:1em;height:1em}.lrh-search span{font-size:11px;color:#566279;font-weight:900;align-self:end}.lrh-search select{appearance:none;border:0;background:transparent;font:900 13px/1.2 var(--lr-font);color:#0d1a32;outline:0;width:100%;align-self:start}.lrh-search button{height:54px;margin-right:11px;border:0;border-radius:10px;background:var(--lr-orange);color:#fff;font:900 13px/1 var(--lr-font);box-shadow:0 16px 30px rgba(255,106,0,.27);cursor:pointer}.lrh-proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:920px;margin-top:38px}.lrh-proof-row div{display:grid;grid-template-columns:31px 1fr;grid-template-rows:auto auto;gap:4px 11px}.lrh-proof-row svg{grid-row:1/3;width:24px;height:24px;color:#0c1d38}.lrh-proof-row b{font-size:13px;color:#10213f;font-weight:900}.lrh-proof-row small{font-size:11.5px;line-height:1.42;color:#526076;font-weight:650}.lrh-live-card{align-self:end;margin-top:116px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border:1px solid rgba(225,233,243,.92);border-radius:22px;padding:18px;box-shadow:0 28px 70px rgba(7,21,47,.18)}.lrh-live-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.lrh-live-head small{font-size:11px;color:#617087;font-weight:900}.lrh-live-head strong{font-size:12px;color:var(--lr-green);font-weight:900}.lrh-live-card ol{list-style:none;margin:0;padding:0;display:grid;gap:9px}.lrh-live-card li{height:46px;background:#fff;border:1px solid #e7edf5;border-radius:12px;display:grid;grid-template-columns:25px minmax(0,1fr) 58px;gap:9px;align-items:center;padding:0 10px}.lrh-live-card li span{width:23px;height:23px;border-radius:50%;background:#eef3f6;color:#667386;display:grid;place-items:center;font-size:11px;font-weight:900}.lrh-live-card li:first-child span{background:#ffc737;color:#fff}.lrh-live-card li b{font-size:12px;color:#07152f;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lrh-live-card li em{text-align:right;color:var(--lr-green);font-style:normal;font-weight:900;font-size:13px}.lrh-live-card li em small{font-size:9px;color:#07152f}.lrh-live-card a{margin-top:13px;height:38px;border-radius:10px;background:var(--lr-green);color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.lrh-section{padding-top:34px;padding-bottom:22px}.lrh-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.lrh-section-head h2{margin:0;color:var(--lr-navy);font-size:25px;line-height:1.15;letter-spacing:-.038em;font-weight:900}.lrh-section-head a{font-size:12px;color:var(--lr-green);font-weight:900}.lrh-cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.lrh-cat{min-height:116px;background:#fff;border:1px solid #e2e8f1;border-radius:15px;padding:18px 15px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-shadow:0 10px 30px rgba(7,21,47,.045);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;color:#07152f!important;text-decoration:none!important}.lrh-cat:hover{transform:translateY(-3px);border-color:#d2dce8;box-shadow:0 18px 42px rgba(7,21,47,.09)}.lrh-cat span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#0b63ce;margin-bottom:8px;font-size:25px}.lrh-cat:nth-child(2) span{color:#ffad00}.lrh-cat:nth-child(3) span{color:#8d45ff}.lrh-cat:nth-child(4) span{color:#8b5cf6}.lrh-cat:nth-child(5) span{color:#07975a}.lrh-cat:nth-child(6) span{color:#778292}.lrh-cat svg{width:1em;height:1em}.lrh-cat b{font-size:14px;font-weight:900;letter-spacing:-.02em}.lrh-cat small{margin-top:5px;color:#6c788d;font-size:11px;font-weight:800}.lrh-city-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.lrh-city{position:relative;display:block;height:176px;border-radius:16px;overflow:hidden;border:1px solid #dce5ef;box-shadow:0 12px 34px rgba(7,21,47,.10);background:#07152f;text-decoration:none!important;color:#fff!important;transform:translateZ(0)}.lrh-city:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(7,21,47,.18)}.lrh-city img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.03);filter:saturate(1.04) contrast(1.04)}.lrh-city-shade{position:absolute;inset:0;display:block;background:linear-gradient(180deg,rgba(6,18,38,.02) 0%,rgba(6,18,38,.18) 38%,rgba(6,18,38,.88) 100%);z-index:1}.lrh-city-rank{position:absolute;z-index:3;top:12px;left:12px;width:27px;height:27px;border-radius:50%;background:#ffc737;color:#fff;display:flex;align-items:center;justify-content:center;font:900 12px/1 var(--lr-font);box-shadow:0 8px 18px rgba(0,0,0,.18)}.lrh-city:nth-child(n+2) .lrh-city-rank{background:rgba(255,255,255,.92);color:#617087}.lrh-city-text{position:absolute;z-index:3;left:14px;right:14px;bottom:50px;display:flex!important;align-items:flex-end;justify-content:space-between;gap:10px;color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.45)}.lrh-city-text b{display:block!important;margin:0!important;padding:0!important;color:#fff!important;font:900 16px/1.05 var(--lr-font)!important;letter-spacing:-.02em!important;text-transform:none!important;opacity:1!important}.lrh-city-text strong{display:block!important;margin:0!important;padding:0!important;color:#2cff9f!important;font:900 18px/1 var(--lr-font)!important;letter-spacing:-.03em!important}.lrh-city-text strong small{color:#fff!important;font-size:10px!important}.lrh-city-cta{position:absolute;z-index:3;left:14px;right:14px;bottom:14px;height:31px;border:1px solid rgba(255,255,255,.58);border-radius:7px;background:rgba(255,255,255,.10);display:flex!important;align-items:center;justify-content:center;color:#fff!important;font:900 11px/1 var(--lr-font)!important}.lrh-impact{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;padding-top:24px;padding-bottom:30px}.lrh-impact-main,.lrh-impact-side{border-radius:22px;border:1px solid #dfe7f1;box-shadow:0 12px 34px rgba(7,21,47,.055)}.lrh-impact-main{position:relative;overflow:hidden;background:linear-gradient(135deg,#073d31,#07583f);padding:35px 34px;color:#fff}.lrh-impact-main:after{content:'';position:absolute;right:-80px;top:-80px;width:210px;height:210px;border-radius:50%;border:42px solid rgba(255,255,255,.08)}.lrh-impact-main span{display:inline-flex;height:28px;align-items:center;border-radius:999px;background:rgba(255,255,255,.13);padding:0 13px;font-size:11px;font-weight:900}.lrh-impact-main h2{max-width:720px;margin:18px 0 12px;color:#fff;font-size:35px;line-height:1.05;letter-spacing:-.045em;font-weight:900}.lrh-impact-main p{max-width:730px;margin:0;color:#e6fff5;font-weight:700;line-height:1.55}.lrh-impact-main div{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.lrh-btn-primary,.lrh-btn-secondary{height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;font:900 12px/1 var(--lr-font);text-decoration:none!important}.lrh-btn-primary{background:#fff;color:#073d31!important}.lrh-btn-secondary{border:1px solid rgba(255,255,255,.45);color:#fff!important;background:rgba(255,255,255,.08)}.lrh-impact-side{background:#fff;padding:30px}.lrh-impact-side b{display:block;color:#07152f;font-size:25px;line-height:1.15;letter-spacing:-.035em;font-weight:900;margin-bottom:18px}.lrh-impact-side ol{list-style:none;margin:0;padding:0;display:grid;gap:13px}.lrh-impact-side li{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center}.lrh-impact-side strong{width:34px;height:34px;border-radius:50%;background:#edf7f2;color:var(--lr-green);display:grid;place-items:center;font-size:12px}.lrh-impact-side span{color:#45536a;font-weight:750;line-height:1.35}.lrh-trust{padding:0 0 36px}.lrh-trust .lrh-wrap{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:24px;align-items:center;background:#07152f;color:#fff;border-radius:16px;padding-top:23px;padding-bottom:23px;box-shadow:0 22px 55px rgba(7,21,47,.18)}.lrh-trust b{font-size:15px;line-height:1.35}.lrh-trust span{font-size:12px;color:#dbe6f5;font-weight:750}.lrh-trust strong{display:block;color:#fff;font-size:24px;line-height:1;font-weight:900;margin-bottom:4px}.lr-pro-create-page{max-width:1180px}.lr-pro-create-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:stretch;margin-bottom:22px}.lr-pro-create-hero>div,.lr-pro-create-hero aside{background:#fff;border:1px solid #e1e8f1;border-radius:22px;box-shadow:var(--lr-shadow-soft);padding:28px}.lr-eyebrow{display:inline-flex;height:29px;align-items:center;border-radius:999px;background:#eaf6f0;color:var(--lr-green);padding:0 13px;font-size:11px;font-weight:900}.lr-pro-create-hero h1{font-size:42px;line-height:1.05;margin:16px 0 12px}.lr-pro-create-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.lr-pro-create-points span{height:32px;border-radius:999px;background:#f3f7f5;color:#164b3c;display:inline-flex;align-items:center;padding:0 13px;font-size:12px;font-weight:900}.lr-pro-create-hero aside{background:linear-gradient(135deg,#073d31,#07583f);color:#fff}.lr-pro-create-hero aside b{display:block;font-size:21px;line-height:1.2;margin-bottom:12px}.lr-pro-create-hero aside p{color:#e6fff5;font-weight:700;line-height:1.5}.lr-pro-create-form h2{margin:0;color:#07152f;font-size:22px;letter-spacing:-.025em}.lr-pro-create-form>label{display:grid;gap:8px;font-weight:850;color:#17233e}.lr-pro-create-form textarea{border:1px solid #dfe6f0;border-radius:12px;padding:13px 14px;font-family:var(--lr-font);font-weight:650;outline:0}
@media (max-width:980px){.lrh-wrap{padding-left:16px;padding-right:16px}.lrh-hero{min-height:auto}.lrh-hero-media{inset:0;opacity:.55;background-position:center}.lrh-hero:before{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 64%,rgba(255,255,255,.45) 100%)}.lrh-hero-grid{display:block;padding-top:38px;padding-bottom:30px}.lrh-live-card{display:none}.lrh-pill{font-size:9px;padding:7px 10px}.lrh-pill em{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lrh-hero h1{font-size:35px;max-width:365px;margin-top:21px}.lrh-hero p{font-size:14px;max-width:350px}.lrh-search{height:auto;grid-template-columns:1fr;border-radius:15px}.lrh-search label{height:64px;border-right:0;border-bottom:1px solid #edf1f6;padding:10px 16px}.lrh-search button{height:48px;margin:10px}.lrh-proof-row{grid-template-columns:1fr;gap:10px;margin-top:20px}.lrh-proof-row div{background:rgba(255,255,255,.84);border:1px solid #e7edf5;border-radius:12px;padding:11px;grid-template-columns:25px 1fr}.lrh-section{padding-top:28px}.lrh-section-head h2{font-size:22px}.lrh-cat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.lrh-cat{min-height:102px}.lrh-city-grid{grid-template-columns:1fr;gap:12px}.lrh-city{height:156px}.lrh-impact{grid-template-columns:1fr;padding-top:18px}.lrh-impact-main,.lrh-impact-side{padding:22px}.lrh-impact-main h2{font-size:27px}.lrh-trust .lrh-wrap{grid-template-columns:1fr 1fr;border-radius:14px;gap:16px;padding:20px}.lrh-trust b{grid-column:1/-1}.lrh-trust strong{font-size:22px}.lr-pro-create-hero{grid-template-columns:1fr}.lr-pro-create-hero h1{font-size:30px}}
@media (min-width:981px) and (max-width:1250px){.lrh-wrap{padding-left:34px;padding-right:34px}.lrh-hero-grid{grid-template-columns:1fr}.lrh-live-card{display:none}.lrh-hero h1{font-size:50px}.lrh-cat-grid{grid-template-columns:repeat(3,1fr)}.lrh-city-grid{grid-template-columns:repeat(3,1fr)}.lrh-impact{grid-template-columns:1fr}}

@media (max-width:980px){.lr-ranking-page{padding:28px 0 36px}.lr-ranking-layout{padding:0 16px}.lr-title-row{display:block}.lr-title-row h1{font-size:30px}.lr-title-row a{display:inline-block;margin-top:12px}.lr-ranking-tabs{grid-template-columns:1fr;min-height:0}.lr-ranking-tabs a{justify-content:flex-start;border-right:0;border-bottom:1px solid #dfe6f0}.lr-ranking-tabs a:last-child{border-bottom:0}.lr-filter-bar{grid-template-columns:1fr}.lr-rank-row{grid-template-columns:30px 44px minmax(0,1fr) 56px;gap:10px;min-height:74px;padding:11px}.lr-rank-avatar{width:42px;height:42px;border-radius:12px;font-size:28px}.lr-rank-main strong{font-size:14px}.lr-rank-main em,.lr-rank-main small{font-size:11px}.lr-score b{font-size:24px}.lr-score small{display:none}.lr-rank-action{grid-column:3/5}.lr-rank-action .lr-btn{width:100%;height:34px}.lr-score-explainer{grid-template-columns:1fr;padding:18px}.lr-score-explainer ul{grid-template-columns:1fr}.lrh-city-grid{grid-template-columns:1fr}.lrh-city{height:156px}}

/* V10 — classement clarifié : 2 onglets + animation de remontée réelle */


/* V11 — classement clarifié */
.lr-ranking-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:100%;box-shadow:0 8px 22px rgba(7,21,47,.035)}
.lr-ranking-tabs a{min-width:0;letter-spacing:-.01em}.lr-ranking-tabs a:nth-child(2){border-right:0!important}.lr-ranking-tabs a b{font-size:14px}.lr-ranking-tabs a small{font-size:10.5px}.lr-sort-explain{background:#fff;border:1px solid #e5ecf5;border-radius:12px;padding:12px 15px;margin-bottom:16px;color:#526178;box-shadow:0 8px 22px rgba(7,21,47,.03)}
.lr-rank-row{grid-template-columns:40px 58px minmax(0,1fr) 104px 156px;padding:14px 16px;border-color:#dde6f1;box-shadow:0 10px 28px rgba(7,21,47,.05)}
.lr-rank-row:hover{border-color:#cad8e8;box-shadow:0 18px 42px rgba(7,21,47,.09)}
.lr-rank-num,.lr-rank-row:nth-child(1) .lr-rank-num,.lr-rank-row:nth-child(2) .lr-rank-num,.lr-rank-row:nth-child(3) .lr-rank-num{background:#eef2f7!important;color:#607087!important;box-shadow:none!important;border:1px solid #e2e9f2}
.lr-rank-row:first-child{border-color:#cfe5dc;box-shadow:0 14px 38px rgba(0,89,61,.08)}
.lr-rank-avatar,.lr-rank-row:nth-child(3) .lr-rank-avatar{background:#f0f8ff!important;color:#0371bb!important;border-color:#d7e8f7!important}
.lr-rank-main strong{font-size:18px}.lr-rank-main strong span{background:#e7f7ef;color:#006b49}.lr-score{text-align:right}.lr-score b{letter-spacing:-.045em}.lr-rank-action .lr-btn,.lr-rank-action .lr-vote-link{background:var(--lr-green)!important;color:#fff!important;border-color:var(--lr-green)!important}.lr-rank-action .lr-btn *,.lr-rank-action .lr-vote-link *{color:#fff!important;fill:currentColor!important}.lr-rank-action .is-voted{background:#9aa7b8!important;border-color:#9aa7b8!important;color:#fff!important}.lr-score-explainer{border-color:#dce8e2;background:linear-gradient(135deg,#fff 0%,#f7fbf9 100%)}.lr-score-explainer li{background:#fff}.lr-score-explainer li:nth-child(3){border-color:#cfe7dc;background:#f4fbf7}.lr-rank-row.is-rank-updated{z-index:4;border-color:#0a6f53;box-shadow:0 24px 54px rgba(7,88,63,.18)}.lr-rank-row.is-voted-flash{border-color:#0a6f53;box-shadow:0 18px 44px rgba(7,88,63,.16)}.lr-ranking-list.is-sorting .lr-rank-row{will-change:transform}
@media (max-width:980px){.lr-ranking-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lr-ranking-tabs a{justify-content:center;border-bottom:0}.lr-filter-bar{grid-template-columns:1fr 1fr 96px}.lr-filter-submit{display:block}.lr-rank-row{grid-template-columns:28px 42px minmax(0,1fr) 60px;grid-template-areas:'rank avatar main score' 'rank avatar action action';gap:8px;padding:10px}.lr-rank-action{grid-area:action;grid-column:auto}.lr-rank-action .lr-btn{height:30px;width:100%;font-size:11px}.lr-score small{display:none}.lr-rank-main strong{font-size:14px}.lr-rank-main strong span{display:none}}

/* V12 — vrai nettoyage visible du classement : cache busting + sobriété podium + hiérarchie plus premium */
body .lr-ranking-page{
  background:
    radial-gradient(circle at 18% 0%, rgba(12,95,70,.045), transparent 30%),
    linear-gradient(180deg,#f7f9fc 0%,#eef3f7 100%) !important;
}
body .lr-ranking-layout-clean{max-width:1180px!important;padding-left:48px!important;padding-right:48px!important}
body .lr-title-row{align-items:flex-end!important}
body .lr-title-row h1{font-size:40px!important;letter-spacing:-.052em!important}
body .lr-title-row p{font-size:14px!important;color:#66758b!important}
body .lr-title-row a{
  height:34px!important;padding:0 13px!important;border:1px solid #d8e8df!important;border-radius:999px!important;background:#fff!important;
  display:inline-flex!important;align-items:center!important;color:#07583f!important;text-decoration:none!important;box-shadow:0 8px 22px rgba(7,21,47,.035)!important
}
body .lr-ranking-tabs{
  max-width:100%!important;height:56px!important;min-height:56px!important;margin-top:28px!important;border-radius:14px!important;
  border:1px solid #dce5ef!important;background:#fff!important;box-shadow:0 10px 26px rgba(7,21,47,.045)!important;
}
body .lr-ranking-tabs a{height:56px!important;padding:0 16px!important;text-decoration:none!important;border-right:1px solid #e3ebf4!important}
body .lr-ranking-tabs a:last-child{border-right:0!important}
body .lr-ranking-tabs a.active{background:#07583f!important;color:#fff!important}
body .lr-ranking-tabs a b{font-size:13px!important;letter-spacing:-.01em!important}
body .lr-ranking-tabs a small{font-size:10px!important;text-transform:none!important;opacity:.9!important}
body .lr-sort-explain{
  background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:12px 0 18px!important;
  color:#627086!important;font-size:12px!important;font-weight:850!important
}
body .lr-filter-bar{grid-template-columns:1fr 1fr 128px!important;gap:12px!important;margin-bottom:14px!important}
body .lr-filter-bar label,body .lr-filter-submit{height:48px!important;border-radius:12px!important}
body .lr-filter-submit{background:#07152f!important;color:#fff!important}
body .lr-ranking-summary{margin:10px 0 16px!important}
body .lr-ranking-summary span{background:#eaf6f0!important;color:#07583f!important;border:1px solid #d7eadf!important}
body .lr-rank-row{
  min-height:84px!important;grid-template-columns:38px 58px minmax(0,1fr) 104px 154px!important;gap:16px!important;align-items:center!important;
  padding:13px 16px!important;border:1px solid #dfe7f0!important;border-radius:16px!important;background:#fff!important;
  box-shadow:0 10px 28px rgba(7,21,47,.045)!important;overflow:hidden!important
}
body .lr-rank-row:hover{transform:translateY(-2px)!important;border-color:#ccd8e6!important;box-shadow:0 18px 42px rgba(7,21,47,.08)!important}
body .lr-rank-row:first-child{border-color:#dfe7f0!important;box-shadow:0 10px 28px rgba(7,21,47,.045)!important}
body .lr-ranking-list>.lr-rank-row .lr-rank-num,
body .lr-ranking-list>.lr-rank-row:nth-child(1) .lr-rank-num,
body .lr-ranking-list>.lr-rank-row:nth-child(2) .lr-rank-num,
body .lr-ranking-list>.lr-rank-row:nth-child(3) .lr-rank-num,
body .lr-ranking-list>.lr-rank-row:nth-of-type(1) .lr-rank-num,
body .lr-ranking-list>.lr-rank-row:nth-of-type(2) .lr-rank-num,
body .lr-ranking-list>.lr-rank-row:nth-of-type(3) .lr-rank-num{
  background:#f2f5f9!important;color:#647189!important;border:1px solid #e0e7f0!important;box-shadow:none!important;width:29px!important;height:29px!important;border-radius:50%!important
}
body .lr-rank-avatar,
body .lr-rank-row:nth-child(3) .lr-rank-avatar,
body .lr-rank-row:nth-of-type(3) .lr-rank-avatar{
  background:#f2f9ff!important;color:#0371bb!important;border-color:#d9eaf8!important;width:56px!important;height:56px!important;border-radius:15px!important
}
body .lr-rank-main strong{font-size:17px!important;letter-spacing:-.025em!important;color:#07152f!important}
body .lr-rank-main strong span{background:#e8f7ef!important;color:#07583f!important;border:1px solid #d6eadf!important;font-size:10px!important}
body .lr-rank-main em{color:#66758b!important;font-size:11.5px!important}
body .lr-rank-main small{font-size:11.5px!important;color:#5f6c82!important}
body .lr-score{text-align:right!important}
body .lr-score b{font-size:31px!important;color:#09945a!important;line-height:.9!important}
body .lr-score span{font-size:13px!important;color:#07152f!important}
body .lr-score small{font-size:10.5px!important;color:#58667d!important;text-transform:none!important;letter-spacing:0!important}
body .lr-rank-action .lr-btn,body .lr-rank-action .lr-vote-link{
  width:148px!important;height:40px!important;border-radius:10px!important;background:#07583f!important;color:#fff!important;border:0!important;
  box-shadow:0 10px 20px rgba(7,88,63,.12)!important;font-weight:900!important;letter-spacing:0!important
}
body .lr-rank-action .lr-btn *,body .lr-rank-action .lr-vote-link *{color:#fff!important;fill:#fff!important}
body .lr-rank-action .lr-btn.is-voted,body .lr-rank-action .lr-vote-link.is-voted,body .lr-rank-action .lr-btn:disabled{background:#9aa7b8!important;color:#fff!important;box-shadow:none!important}
body .lr-rank-row.is-rank-updated{animation:lrRowLift .78s cubic-bezier(.2,.8,.2,1);border-color:#07583f!important;box-shadow:0 22px 55px rgba(7,88,63,.17)!important}
body .lr-score-explainer{margin-top:24px!important;border-radius:20px!important;border:1px solid #dce8e2!important;background:linear-gradient(135deg,#fff 0%,#f6fbf8 100%)!important;box-shadow:0 14px 36px rgba(7,21,47,.055)!important}
@keyframes lrRowLift{0%{transform:translateY(0) scale(1)}35%{transform:translateY(-9px) scale(1.012)}100%{transform:translateY(0) scale(1)}}
@media (max-width:980px){
  body .lr-ranking-layout-clean{padding-left:12px!important;padding-right:12px!important}
  body .lr-title-row h1{font-size:28px!important}
  body .lr-title-row a{display:none!important}
  body .lr-ranking-tabs{height:48px!important;min-height:48px!important;margin-top:20px!important}
  body .lr-ranking-tabs a{height:48px!important;padding:0 8px!important}
  body .lr-filter-bar{grid-template-columns:1fr 1fr!important}
  body .lr-filter-submit{grid-column:1/-1!important;width:100%!important}
  body .lr-rank-row{grid-template-columns:28px 42px minmax(0,1fr) 58px!important;grid-template-areas:'rank avatar main score' 'rank avatar action action'!important;gap:8px!important;min-height:78px!important;padding:10px!important;border-radius:13px!important}
  body .lr-rank-avatar{width:42px!important;height:42px!important;border-radius:11px!important}
  body .lr-rank-main strong{font-size:14px!important}
  body .lr-rank-main em,body .lr-rank-main small{font-size:10.5px!important}
  body .lr-score b{font-size:23px!important}
  body .lr-score small{display:none!important}
  body .lr-rank-action{grid-area:action!important}
  body .lr-rank-action .lr-btn,body .lr-rank-action .lr-vote-link{width:100%!important;height:31px!important;border-radius:8px!important}
}

/* V13 - suppression du bloc explicatif sous onglets et ajustement premium */
body .lr-sort-explain{display:none!important}
body .lr-filter-bar{margin-top:18px!important}
body .lr-ranking-tabs{margin-bottom:18px!important}
body .lr-ranking-top{margin-bottom:0!important}


/* V15 - Page Métiers illustrée, sans bloc noir latéral */
.lrm-page{background:linear-gradient(180deg,#f6f8fb 0%,#fff 46%);padding:44px 32px 86px;min-height:76vh}
.lrm-page a{text-decoration:none;color:inherit}.lrm-page svg{width:1em;height:1em;fill:currentColor;display:block}.lrm-theme-svg{width:24px;height:24px;fill:currentColor}.lrm-hero{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:stretch}.lrm-hero-clean{grid-template-columns:minmax(0,1fr) 330px}.lrm-hero-copy{background:linear-gradient(135deg,#fff 0%,#f7fbf8 100%);border:1px solid #dce8e2;border-radius:28px;padding:46px 44px;box-shadow:0 22px 62px rgba(7,21,47,.075);position:relative;overflow:hidden}.lrm-hero-copy:before{content:'';position:absolute;right:24px;top:24px;width:170px;height:170px;border-radius:45px;background:linear-gradient(135deg,rgba(7,88,63,.09),rgba(7,88,63,.02));transform:rotate(16deg)}.lrm-hero-copy:after{content:'';position:absolute;right:-92px;bottom:-120px;width:310px;height:310px;border-radius:50%;background:rgba(7,88,63,.045)}.lrm-kicker{display:inline-flex;align-items:center;width:max-content;height:29px;padding:0 13px;border-radius:999px;background:#eaf6f0;color:#07583f;font-size:11px;font-weight:950;letter-spacing:.01em}.lrm-hero h1{position:relative;z-index:1;max-width:760px;margin:18px 0 14px;color:#07152f;font:950 47px/1.02 var(--lr-font);letter-spacing:-.064em}.lrm-hero p{position:relative;z-index:1;max-width:680px;margin:0;color:#596980;font:750 15px/1.65 var(--lr-font)}.lrm-search{position:relative;z-index:2;margin-top:28px;background:#fff;border:1px solid #dfe8f1;border-radius:17px;display:grid;grid-template-columns:1fr 1fr 175px;gap:0;box-shadow:0 18px 42px rgba(7,21,47,.075);overflow:hidden}.lrm-search label{min-height:70px;display:grid;align-content:center;gap:6px;padding:12px 18px;border-right:1px solid #e6edf5}.lrm-search label span{font-size:10.5px;color:#6a768a;font-weight:950}.lrm-search select{appearance:none;border:0;background:transparent;color:#07152f;font:950 13px/1.2 var(--lr-font);outline:0;cursor:pointer}.lrm-search button{margin:9px;border:0;border-radius:12px;background:#07583f;color:#fff;font:950 12px/1 var(--lr-font);cursor:pointer;box-shadow:0 12px 24px rgba(7,88,63,.16)}.lrm-search button:hover{background:#034b35}.lrm-hero-visual{border:1px solid #dfe8f0;border-radius:28px;background:radial-gradient(circle at 20% 10%,#fff 0,#fff 30%,#f3faf6 100%);box-shadow:0 22px 62px rgba(7,21,47,.07);padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:13px;align-content:center;position:relative;overflow:hidden}.lrm-hero-visual:before{content:'';position:absolute;inset:auto -48px -68px auto;width:190px;height:190px;border-radius:50%;background:rgba(7,88,63,.06)}.lrm-theme-bubble{position:relative;z-index:1;min-height:106px;border:1px solid #e1e9f1;border-radius:22px;background:rgba(255,255,255,.82);display:grid;place-items:center;text-align:center;gap:8px;padding:14px 10px;color:#07583f;box-shadow:0 12px 28px rgba(7,21,47,.045)}.lrm-theme-bubble svg{width:28px;height:28px}.lrm-theme-bubble b{font-size:11.5px;line-height:1.15;font-weight:950;color:#07152f}.lrm-theme-bubble.is-blue{color:#0473bc}.lrm-theme-bubble.is-purple{color:#7c3aed}.lrm-theme-bubble.is-orange,.lrm-theme-bubble.is-amber{color:#e56b16}.lrm-theme-bubble.is-slate{color:#4b5c72}.lrm-theme-bubble.is-teal{color:#08958a}.lrm-quick{max-width:1180px;margin:18px auto 36px;display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.lrm-quick a{min-height:112px;background:#fff;border:1px solid #e0e8f2;border-radius:20px;padding:16px;display:grid;align-content:center;gap:7px;box-shadow:0 10px 26px rgba(7,21,47,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.lrm-quick a:hover{transform:translateY(-3px);border-color:#bfd6ce;box-shadow:0 18px 42px rgba(7,21,47,.085)}.lrm-quick span{width:39px;height:39px;border-radius:14px;background:#eef8f3;color:#07583f;display:grid;place-items:center;font-size:23px}.lrm-quick strong{color:#07152f;font-size:13.5px;font-weight:950}.lrm-quick small{color:#657287;font-size:10.5px;font-weight:850}.lrm-section-head{max-width:1180px;margin:0 auto 18px;display:flex;align-items:end;justify-content:space-between;gap:24px}.lrm-section-head h2{margin:12px 0 0;color:#07152f;font:950 30px/1.08 var(--lr-font);letter-spacing:-.05em}.lrm-section-head p{max-width:470px;margin:0;color:#657287;font:750 13px/1.55 var(--lr-font)}.lrm-groups{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.lrm-group{background:#fff;border:1px solid #dfe7f0;border-radius:24px;padding:20px;box-shadow:0 13px 36px rgba(7,21,47,.045);position:relative;overflow:hidden}.lrm-group:before{content:'';position:absolute;right:-70px;top:-78px;width:170px;height:170px;border-radius:50%;background:rgba(7,88,63,.035)}.lrm-group.is-featured{grid-column:1/-1;background:linear-gradient(135deg,#fff 0%,#f4faf7 100%);border-color:#cfe5dc}.lrm-group header{position:relative;z-index:1;display:grid;grid-template-columns:58px 1fr;gap:15px;align-items:start;margin-bottom:16px}.lrm-group-icon{width:58px;height:58px;border-radius:20px;background:#eaf6f0;color:#07583f;display:grid;place-items:center;font-size:26px;box-shadow:inset 0 0 0 1px rgba(7,88,63,.06)}.lrm-group-icon svg{width:28px;height:28px}.lrm-group h3{margin:0;color:#07152f;font:950 21px/1.12 var(--lr-font);letter-spacing:-.028em}.lrm-group p{margin:6px 0 0;color:#68758a;font:725 12.5px/1.52 var(--lr-font)}.lrm-group.is-blue .lrm-group-icon,.lrm-group.is-blue .lrm-job-list span{background:#eef7ff;color:#0473bc}.lrm-group.is-purple .lrm-group-icon,.lrm-group.is-purple .lrm-job-list span{background:#f4efff;color:#7c3aed}.lrm-group.is-orange .lrm-group-icon,.lrm-group.is-orange .lrm-job-list span,.lrm-group.is-amber .lrm-group-icon,.lrm-group.is-amber .lrm-job-list span{background:#fff5eb;color:#e56b16}.lrm-group.is-slate .lrm-group-icon,.lrm-group.is-slate .lrm-job-list span{background:#f1f5f9;color:#4b5c72}.lrm-group.is-teal .lrm-group-icon,.lrm-group.is-teal .lrm-job-list span{background:#e9f8f6;color:#08958a}.lrm-job-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.lrm-group:not(.is-featured) .lrm-job-list{grid-template-columns:repeat(2,minmax(0,1fr))}.lrm-job-list a{min-height:70px;border:1px solid #e5ebf3;border-radius:16px;background:rgba(255,255,255,.92);display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;gap:3px 10px;align-content:center;padding:11px;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.lrm-job-list a:hover{background:#fff;border-color:#cbd9e8;transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,21,47,.06)}.lrm-job-list span{grid-row:1/3;width:36px;height:36px;border-radius:13px;background:#eef8f3;color:#07583f;display:grid;place-items:center;font-size:21px}.lrm-job-list strong{min-width:0;color:#07152f;font-size:12.7px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lrm-job-list small{color:#718096;font-size:10px;font-weight:850}.lrm-add-job{max-width:1180px;margin:18px auto 6px;background:#07583f;color:#fff;border-radius:24px;padding:26px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 20px 52px rgba(7,88,63,.16);overflow:hidden;position:relative}.lrm-add-job:after{content:'';position:absolute;right:-60px;top:-70px;width:230px;height:230px;border-radius:50%;background:rgba(255,255,255,.08)}.lrm-add-job .lrm-kicker{background:rgba(255,255,255,.12);color:#c6f2dc}.lrm-add-job h2{margin:12px 0 6px;font:950 25px/1.13 var(--lr-font);letter-spacing:-.035em}.lrm-add-job p{margin:0;color:#d8f0e5;font:725 13px/1.55 var(--lr-font);max-width:680px}.lrm-add-job .lr-btn{position:relative;z-index:1;background:#fff!important;color:#07583f!important;box-shadow:none!important;min-width:210px}
@media (max-width:980px){.lrm-page{padding:24px 14px 82px}.lrm-hero,.lrm-hero-clean{display:block}.lrm-hero-copy{padding:26px 18px;border-radius:22px}.lrm-hero h1{font-size:32px;letter-spacing:-.052em}.lrm-hero p{font-size:13.5px}.lrm-search{grid-template-columns:1fr;margin-top:20px}.lrm-search label{border-right:0;border-bottom:1px solid #e6edf5;min-height:62px}.lrm-search button{height:46px}.lrm-hero-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;padding:10px;border-radius:20px}.lrm-theme-bubble{min-height:76px;border-radius:16px;padding:9px 6px}.lrm-theme-bubble svg{width:22px;height:22px}.lrm-theme-bubble b{font-size:9.5px}.lrm-quick{grid-template-columns:repeat(2,1fr);gap:10px;margin:14px 0 26px}.lrm-section-head{display:block;margin-bottom:14px}.lrm-section-head h2{font-size:24px}.lrm-section-head p{margin-top:8px}.lrm-groups{grid-template-columns:1fr;gap:12px}.lrm-group,.lrm-group.is-featured{grid-column:auto;padding:16px;border-radius:19px}.lrm-group header{grid-template-columns:46px 1fr}.lrm-group-icon{width:46px;height:46px;border-radius:15px}.lrm-group-icon svg{width:23px;height:23px}.lrm-job-list,.lrm-group:not(.is-featured) .lrm-job-list{grid-template-columns:1fr 1fr;gap:8px}.lrm-job-list a{min-height:60px;padding:8px;grid-template-columns:32px minmax(0,1fr)}.lrm-job-list span{width:30px;height:30px;border-radius:10px}.lrm-job-list strong{font-size:11.5px}.lrm-add-job{display:block;padding:22px 18px;border-radius:20px}.lrm-add-job h2{font-size:23px}.lrm-add-job .lr-btn{margin-top:16px;width:100%;min-width:0}}
@media (max-width:520px){.lrm-hero-visual{grid-template-columns:repeat(2,1fr)}.lrm-quick{grid-template-columns:repeat(2,1fr)}.lrm-job-list,.lrm-group:not(.is-featured) .lrm-job-list{grid-template-columns:1fr}.lrm-group header{grid-template-columns:42px 1fr}.lrm-group-icon{width:42px;height:42px}.lrm-hero h1{font-size:30px}.lrm-section-head h2{font-size:23px}}
/* V16 — page Métiers : suppression du bloc visuel droit et recentrage du hero */
.lrm-hero-centered{
  display:block !important;
  max-width:980px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.lrm-hero-centered .lrm-hero-copy{
  width:100% !important;
  max-width:100% !important;
}
.lrm-hero-centered .lrm-hero-visual{
  display:none !important;
}
@media (min-width: 900px){
  .lrm-hero-centered .lrm-search{
    max-width:860px;
  }
}

/* V17 — Pages Villes + À propos premium */
.lr-kicker-soft{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 14px;
  border-radius:999px;
  background:#eaf6ef;
  color:#00583f;
  font-weight:900;
  font-size:13px;
  letter-spacing:.01em;
}
.lrv-page,.lra-page{
  max-width:1180px;
  margin:0 auto;
  padding:72px 22px 90px;
  color:#061229;
}
.lrv-hero,.lra-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:28px;
  align-items:stretch;
  margin-bottom:34px;
}
.lrv-hero-copy,.lra-hero>div{
  background:linear-gradient(135deg,#fff 0%,#fff 62%,#f0f6f2 100%);
  border:1px solid #dfe7ee;
  border-radius:28px;
  padding:44px;
  box-shadow:0 24px 70px rgba(6,18,41,.07);
  position:relative;
  overflow:hidden;
}
.lrv-hero-copy:after,.lra-hero>div:after{
  content:"";
  position:absolute;
  right:-80px;
  top:-90px;
  width:240px;
  height:240px;
  border-radius:54px;
  background:rgba(0,88,63,.06);
  transform:rotate(17deg);
}
.lrv-hero h1,.lra-hero h1{
  position:relative;
  z-index:1;
  margin:22px 0 14px;
  max-width:780px;
  font-size:clamp(38px,4vw,58px);
  line-height:.96;
  letter-spacing:-.055em;
  color:#061229;
}
.lrv-hero p,.lra-hero p{
  position:relative;
  z-index:1;
  max-width:760px;
  margin:0;
  font-size:17px;
  line-height:1.7;
  color:#566176;
  font-weight:700;
}
.lrv-search{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1fr auto;
  margin-top:28px;
  background:#fff;
  border:1px solid #dce5ee;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(6,18,41,.08);
}
.lrv-search label{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:18px 20px;
  border-right:1px solid #e3ebf2;
}
.lrv-search span{
  font-size:12px;
  font-weight:900;
  color:#7b8493;
}
.lrv-search select{
  border:0;
  background:transparent;
  color:#061229;
  font-weight:950;
  font-size:16px;
  outline:none;
}
.lrv-search button{
  border:0;
  background:#00583f;
  color:#fff;
  font-weight:950;
  padding:0 28px;
  cursor:pointer;
}
.lrv-hero-card,.lra-hero aside{
  background:#061229;
  color:#fff;
  border-radius:28px;
  padding:32px;
  box-shadow:0 24px 70px rgba(6,18,41,.15);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:260px;
}
.lrv-hero-card span,.lra-hero aside span{
  color:#96f0c6;
  font-weight:900;
  font-size:14px;
}
.lrv-hero-card strong{
  display:block;
  margin-top:10px;
  font-size:34px;
  letter-spacing:-.04em;
}
.lrv-hero-card small{
  display:block;
  margin-top:6px;
  color:#c8d2df;
  font-weight:800;
}
.lrv-hero-card b,.lra-hero aside strong{
  font-size:72px;
  line-height:1;
  color:#19b274;
}
.lrv-hero-card em{
  font-style:normal;
  font-size:22px;
  color:#c8d2df;
}
.lrv-section-head,.lra-section-head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  margin:42px 0 20px;
}
.lrv-section-head h2,.lra-section-head h2{
  margin:12px 0 0;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.lrv-section-head p{
  max-width:440px;
  color:#667085;
  font-weight:750;
  line-height:1.55;
  margin:0;
}
.lrv-city-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.lrv-city-card{
  position:relative;
  min-height:230px;
  border-radius:22px;
  overflow:hidden;
  background:#061229;
  box-shadow:0 18px 48px rgba(6,18,41,.13);
  text-decoration:none;
  isolation:isolate;
}
.lrv-city-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
  transition:transform .35s ease;
}
.lrv-city-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,18,41,.1) 0%,rgba(6,18,41,.25) 40%,rgba(6,18,41,.86) 100%);
  z-index:1;
}
.lrv-city-card:hover img{transform:scale(1.08);}
.lrv-rank{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#fff;
  color:#061229;
  display:grid;
  place-items:center;
  font-weight:950;
}
.lrv-city-overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:48px;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:12px;
}
.lrv-city-overlay strong{
  display:block;
  color:#fff;
  font-size:21px;
  letter-spacing:-.03em;
}
.lrv-city-overlay small{
  display:block;
  margin-top:3px;
  color:#d9e4ef;
  font-weight:800;
}
.lrv-city-overlay b{
  color:#35e69b;
  font-size:26px;
}
.lrv-city-overlay em{
  font-style:normal;
  color:#fff;
  font-size:13px;
}
.lrv-city-meta{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:8px;
}
.lrv-city-meta span{
  color:#eaf1f8;
  font-size:12px;
  font-weight:850;
}
.lrv-how{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:22px;
  margin-top:52px;
}
.lrv-how-card,.lra-story-card,.lra-score-card,.lra-method,.lra-users{
  border:1px solid #dfe7ee;
  border-radius:28px;
  background:#fff;
  padding:34px;
  box-shadow:0 18px 55px rgba(6,18,41,.06);
}
.lrv-how-card h2,.lra-story h2,.lra-method h2{
  margin:14px 0 12px;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.lrv-how-card p,.lra-story p,.lra-method p{
  color:#5d687b;
  font-weight:700;
  line-height:1.7;
}
.lrv-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.lrv-steps article{
  border:1px solid #dfe7ee;
  border-radius:22px;
  background:#f8fbfc;
  padding:22px;
}
.lrv-steps b{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#00583f;
  color:#fff;
  margin-bottom:18px;
}
.lrv-steps strong{
  display:block;
  font-size:18px;
  color:#061229;
}
.lrv-steps span{
  display:block;
  margin-top:6px;
  color:#667085;
  font-weight:700;
  line-height:1.45;
}
.lrv-region-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.lrv-region-grid article{
  border:1px solid #dfe7ee;
  border-radius:22px;
  background:#fff;
  padding:24px;
  box-shadow:0 16px 45px rgba(6,18,41,.05);
}
.lrv-region-grid h3{
  margin:0 0 16px;
  font-size:22px;
}
.lrv-region-grid div{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.lrv-region-grid a{
  border:1px solid #dce7ee;
  border-radius:999px;
  padding:8px 11px;
  text-decoration:none;
  color:#061229;
  font-weight:850;
  background:#f8fbfc;
}

.lra-actions{
  display:flex;
  gap:12px;
  margin-top:28px;
  position:relative;
  z-index:1;
}
.lra-hero aside p{
  color:#d8e1eb;
  font-weight:750;
  line-height:1.55;
}
.lra-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:36px 0;
}
.lra-principles article{
  background:#fff;
  border:1px solid #dfe7ee;
  border-radius:26px;
  padding:30px;
  box-shadow:0 18px 55px rgba(6,18,41,.06);
}
.lra-principles span{
  display:inline-flex;
  color:#19a76f;
  font-weight:950;
  margin-bottom:26px;
}
.lra-principles h2{
  margin:0 0 10px;
  font-size:25px;
  letter-spacing:-.03em;
}
.lra-principles p{
  margin:0;
  color:#5e6878;
  font-weight:700;
  line-height:1.6;
}
.lra-story{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  margin:42px 0;
}
.lra-score-card h3{
  margin:0 0 20px;
  font-size:26px;
}
.lra-score-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}
.lra-score-card li{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:12px;
  border-bottom:1px solid #edf1f5;
  padding-bottom:14px;
}
.lra-score-card b{
  color:#061229;
}
.lra-score-card span{
  color:#667085;
  font-weight:700;
}
.lra-user-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:20px;
}
.lra-user-grid article{
  border-radius:24px;
  background:#f8fbfc;
  border:1px solid #dfe7ee;
  padding:28px;
}
.lra-user-grid h3{
  margin:0 0 10px;
  font-size:25px;
}
.lra-user-grid p{
  color:#5d687b;
  line-height:1.65;
  font-weight:700;
}
.lra-user-grid a{
  color:#00583f;
  font-weight:950;
  text-decoration:none;
}
.lra-method{
  margin-top:36px;
  background:linear-gradient(135deg,#003e2e,#006b4c);
  color:#fff;
}
.lra-method h2,.lra-method p{color:#fff;}
.lra-method p{max-width:850px;color:#dff4eb;}
.lra-method .lr-kicker-soft{background:rgba(255,255,255,.14);color:#fff;}
.lra-method .lr-btn{margin-top:18px;background:#fff;color:#00583f;}

@media (max-width: 900px){
  .lrv-page,.lra-page{padding:38px 16px 70px;}
  .lrv-hero,.lra-hero,.lrv-how,.lra-story{grid-template-columns:1fr;}
  .lrv-hero-card,.lra-hero aside{min-height:auto;}
  .lrv-search{grid-template-columns:1fr;}
  .lrv-search label{border-right:0;border-bottom:1px solid #e3ebf2;}
  .lrv-search button{min-height:58px;}
  .lrv-city-grid,.lrv-region-grid,.lra-principles,.lra-user-grid{grid-template-columns:1fr;}
  .lrv-steps{grid-template-columns:1fr;}
  .lrv-section-head,.lra-section-head{display:block;}
  .lrv-hero h1,.lra-hero h1{font-size:40px;}
  .lrv-hero-copy,.lra-hero>div{padding:28px;}
  .lra-score-card li{grid-template-columns:1fr;}
}

/* V18 — Mon espace pro premium */
.lrd-page{
  max-width:1180px;
  margin:0 auto;
  padding:58px 22px 90px;
  color:#061229;
}
.lrd-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 290px;
  gap:24px;
  margin-bottom:22px;
}
.lrd-hero-copy{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#fff 0%,#fff 64%,#eef7f2 100%);
  border:1px solid #dfe7ee;
  border-radius:28px;
  padding:42px;
  box-shadow:0 24px 70px rgba(6,18,41,.07);
}
.lrd-hero-copy:after{
  content:"";
  position:absolute;
  right:-70px;
  top:-80px;
  width:220px;
  height:220px;
  background:rgba(0,88,63,.07);
  border-radius:54px;
  transform:rotate(18deg);
}
.lrd-hero h1{
  position:relative;
  z-index:1;
  margin:20px 0 12px;
  font-size:clamp(40px,4.2vw,62px);
  line-height:.96;
  letter-spacing:-.055em;
  color:#061229;
}
.lrd-hero p{
  position:relative;
  z-index:1;
  max-width:720px;
  color:#5c687a;
  font-size:17px;
  line-height:1.7;
  font-weight:750;
}
.lrd-hero-actions{
  position:relative;
  z-index:1;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}
.lrd-rank-preview{
  border-radius:28px;
  background:#061229;
  color:#fff;
  padding:32px;
  box-shadow:0 24px 70px rgba(6,18,41,.16);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.lrd-rank-preview span{
  color:#9cf0c9;
  font-weight:950;
  font-size:13px;
}
.lrd-rank-preview strong{
  font-size:78px;
  line-height:1;
  letter-spacing:-.06em;
}
.lrd-rank-preview p{
  margin:0;
  color:#d8e4ee;
  font-weight:850;
}
.lrd-rank-preview b{
  color:#19b274;
  font-size:42px;
}
.lrd-rank-preview em{
  color:#d8e4ee;
  font-style:normal;
  font-size:16px;
}
.lrd-tabs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  padding:8px;
  background:#fff;
  border:1px solid #dfe7ee;
  border-radius:18px;
  box-shadow:0 14px 40px rgba(6,18,41,.05);
  margin-bottom:20px;
}
.lrd-tabs a{
  flex:1;
  min-width:135px;
  text-align:center;
  text-decoration:none;
  border-radius:13px;
  padding:13px 14px;
  color:#061229;
  font-weight:950;
}
.lrd-tabs a.is-active{
  background:#00583f;
  color:#fff;
}
.lrd-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:24px;
}
.lrd-stats article{
  background:#fff;
  border:1px solid #dfe7ee;
  border-radius:22px;
  padding:22px;
  box-shadow:0 16px 45px rgba(6,18,41,.05);
}
.lrd-stats span{
  display:block;
  color:#6b7484;
  font-weight:900;
  font-size:13px;
}
.lrd-stats strong{
  display:block;
  margin-top:10px;
  font-size:34px;
  letter-spacing:-.04em;
  color:#061229;
}
.lrd-stats em{
  font-style:normal;
  font-size:14px;
}
.lrd-stats small{
  display:block;
  margin-top:6px;
  color:#008b61;
  font-weight:850;
}
.lrd-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) 350px;
  gap:24px;
}
.lrd-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin:8px 0 16px;
}
.lrd-section-head h2{
  margin:12px 0 0;
  font-size:30px;
  letter-spacing:-.04em;
}
.lrd-section-head a{
  color:#00583f;
  font-weight:950;
  text-decoration:none;
}
.lrd-listing-card{
  display:grid;
  grid-template-columns:76px minmax(0,1fr) 150px;
  align-items:center;
  gap:18px;
  background:#fff;
  border:1px solid #dfe7ee;
  border-radius:24px;
  padding:20px;
  box-shadow:0 18px 55px rgba(6,18,41,.06);
}
.lrd-logo{
  width:64px;
  height:64px;
  border-radius:18px;
  background:#edf8ff;
  border:1px solid #cfe7f7;
  display:grid;
  place-items:center;
}
.lrd-logo svg{
  width:34px;
  height:34px;
  fill:#006fae;
}
.lrd-listing-info span{
  display:inline-flex;
  background:#e8f7ef;
  color:#00583f;
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  font-weight:950;
}
.lrd-listing-info h3{
  margin:9px 0 5px;
  font-size:23px;
  letter-spacing:-.03em;
}
.lrd-listing-info p{
  margin:0;
  color:#667085;
  font-weight:800;
}
.lrd-mini-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.lrd-mini-metrics b{
  display:inline-flex;
  background:#f6f9fb;
  border:1px solid #e3ebf2;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
}
.lrd-score{
  text-align:right;
}
.lrd-score strong{
  display:block;
  color:#00945f;
  font-size:36px;
  letter-spacing:-.05em;
}
.lrd-score em{
  font-style:normal;
  color:#061229;
  font-size:14px;
}
.lrd-score a{
  display:inline-flex;
  margin-top:10px;
  background:#00583f;
  color:#fff;
  border-radius:12px;
  padding:11px 14px;
  text-decoration:none;
  font-weight:950;
}
.lrd-share-panel{
  margin-top:22px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  background:#003f2e;
  color:#fff;
  border-radius:28px;
  padding:30px;
  box-shadow:0 24px 70px rgba(0,63,46,.18);
}
.lrd-share-panel h2{
  margin:14px 0 10px;
  font-size:30px;
  letter-spacing:-.04em;
}
.lrd-share-panel p{
  color:#dff4eb;
  line-height:1.65;
  font-weight:750;
}
.lrd-share-panel .lr-kicker-soft{
  background:rgba(255,255,255,.13);
  color:#fff;
}
.lrd-share-box{
  background:#fff;
  color:#061229;
  border-radius:22px;
  padding:22px;
  align-self:center;
}
.lrd-share-box label{
  display:block;
  font-size:13px;
  font-weight:950;
  color:#697386;
  margin-bottom:10px;
}
.lrd-share-box div{
  display:flex;
  gap:8px;
}
.lrd-share-box input{
  min-width:0;
  flex:1;
  border:1px solid #dce5ee;
  border-radius:12px;
  padding:12px;
  font-weight:800;
  color:#061229;
}
.lrd-share-box button{
  border:0;
  border-radius:12px;
  background:#00583f;
  color:#fff;
  font-weight:950;
  padding:0 16px;
  cursor:pointer;
}
.lrd-share-box small{
  display:block;
  margin-top:10px;
  color:#667085;
  font-weight:750;
  line-height:1.45;
}
.lrd-card{
  background:#fff;
  border:1px solid #dfe7ee;
  border-radius:26px;
  padding:24px;
  box-shadow:0 18px 55px rgba(6,18,41,.06);
  margin-bottom:20px;
}
.lrd-actions{
  display:grid;
  gap:16px;
  margin-top:18px;
}
.lrd-actions article{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:14px;
  padding-bottom:16px;
  border-bottom:1px solid #eef2f5;
}
.lrd-actions article:last-child{
  border-bottom:0;
  padding-bottom:0;
}
.lrd-action-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  background:#eaf6ef;
  color:#00583f;
  display:grid;
  place-items:center;
  font-weight:950;
}
.lrd-actions h3,.lrd-tips h3{
  margin:0 0 6px;
  font-size:18px;
}
.lrd-actions p{
  margin:0;
  color:#667085;
  line-height:1.5;
  font-weight:700;
}
.lrd-actions a{
  display:inline-flex;
  margin-top:8px;
  color:#00583f;
  font-weight:950;
  text-decoration:none;
}
.lrd-tips ul{
  margin:16px 0 0;
  padding-left:18px;
  color:#667085;
  line-height:1.7;
  font-weight:750;
}
@media (max-width: 980px){
  .lrd-page{padding:36px 16px 70px;}
  .lrd-hero,.lrd-main,.lrd-share-panel{grid-template-columns:1fr;}
  .lrd-stats{grid-template-columns:repeat(2,minmax(0,1fr));}
  .lrd-listing-card{grid-template-columns:64px 1fr;}
  .lrd-score{grid-column:1/-1;text-align:left;}
}
@media (max-width: 560px){
  .lrd-hero-copy{padding:28px;}
  .lrd-hero h1{font-size:40px;}
  .lrd-stats{grid-template-columns:1fr;}
  .lrd-listing-card{grid-template-columns:1fr;}
  .lrd-logo{width:56px;height:56px;}
  .lrd-share-box div{flex-direction:column;}
  .lrd-share-box button{min-height:44px;}
}

/* V19 — Mon espace pro simplifié */
.lrd-page-v19{
  max-width:1080px;
  padding-top:52px;
}
.lrd-hero-v19{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  background:linear-gradient(135deg,#fff 0%,#fff 68%,#eef7f2 100%);
  border:1px solid #dfe7ee;
  border-radius:28px;
  padding:38px;
  box-shadow:0 22px 65px rgba(6,18,41,.07);
  margin-bottom:18px;
}
.lrd-hero-v19 h1{
  margin:18px 0 10px;
  max-width:650px;
  font-size:clamp(38px,4vw,56px);
  line-height:.96;
  letter-spacing:-.055em;
}
.lrd-hero-v19 p{
  max-width:680px;
  margin:0;
  color:#5f6b7d;
  font-size:17px;
  line-height:1.65;
  font-weight:750;
}
.lrd-hero-actions-v19{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  min-width:290px;
}
.lrd-tabs-v19{
  position:sticky;
  top:0;
  z-index:5;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  border:1px solid #dfe7ee;
  border-radius:18px;
  padding:8px;
  margin:0 0 18px;
  box-shadow:0 14px 40px rgba(6,18,41,.05);
}
.lrd-tabs-v19 a{
  text-decoration:none;
  color:#061229;
  font-weight:950;
  border-radius:13px;
  padding:12px 16px;
  background:#f8fbfc;
}
.lrd-tabs-v19 a:hover{
  background:#00583f;
  color:#fff;
}
.lrd-stats-v19{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:18px;
}
.lrd-stats-v19 article,
.lrd-panel-v19{
  background:#fff;
  border:1px solid #dfe7ee;
  border-radius:24px;
  box-shadow:0 16px 48px rgba(6,18,41,.055);
}
.lrd-stats-v19 article{
  padding:22px;
}
.lrd-stats-v19 span{
  display:block;
  color:#667085;
  font-size:13px;
  font-weight:950;
}
.lrd-stats-v19 strong{
  display:block;
  margin-top:9px;
  font-size:36px;
  letter-spacing:-.05em;
}
.lrd-stats-v19 em{
  font-style:normal;
  font-size:14px;
}
.lrd-stats-v19 small{
  display:block;
  margin-top:5px;
  color:#008b61;
  font-weight:850;
}
.lrd-panel-v19{
  padding:28px;
  margin-bottom:18px;
}
.lrd-panel-head-v19{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:18px;
}
.lrd-panel-head-v19 h2,
.lrd-panel-v19 h2,
.lrd-share-v19 h2{
  margin:12px 0 0;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.lrd-panel-head-v19 a{
  color:#00583f;
  text-decoration:none;
  font-weight:950;
}
.lrd-listing-v19{
  display:grid;
  grid-template-columns:64px minmax(0,1fr) 140px auto;
  gap:16px;
  align-items:center;
  background:#f8fbfc;
  border:1px solid #e1e9f0;
  border-radius:20px;
  padding:18px;
}
.lrd-logo-v19{
  width:58px;
  height:58px;
  border-radius:16px;
  background:#edf8ff;
  display:grid;
  place-items:center;
  border:1px solid #cfe7f7;
}
.lrd-logo-v19 svg{
  width:32px;
  height:32px;
  fill:#006fae;
}
.lrd-pill-v19{
  display:inline-flex;
  background:#e7f7ef;
  color:#00583f;
  border-radius:999px;
  padding:5px 10px;
  font-weight:950;
  font-size:12px;
}
.lrd-listing-v19 h3{
  margin:8px 0 3px;
  font-size:22px;
  letter-spacing:-.03em;
}
.lrd-listing-v19 p{
  margin:0;
  color:#667085;
  font-weight:800;
}
.lrd-score-v19{
  text-align:right;
}
.lrd-score-v19 strong{
  display:block;
  color:#00945f;
  font-size:34px;
  letter-spacing:-.05em;
}
.lrd-score-v19 em{
  font-style:normal;
  color:#061229;
  font-size:14px;
}
.lrd-score-v19 small{
  color:#667085;
  font-weight:850;
}
.lrd-card-actions-v19{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.lrd-card-actions-v19 a{
  text-align:center;
  border-radius:12px;
  padding:11px 14px;
  text-decoration:none;
  font-weight:950;
  background:#00583f;
  color:#fff;
}
.lrd-card-actions-v19 a + a{
  background:#fff;
  color:#00583f;
  border:1px solid #cfe1da;
}
.lrd-grid-v19{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.lrd-progress-list-v19{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.lrd-progress-list-v19 div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  border:1px solid #e1e9f0;
  border-radius:16px;
  padding:15px;
  background:#f8fbfc;
}
.lrd-progress-list-v19 b{
  color:#00583f;
}
.lrd-progress-list-v19 span{
  color:#667085;
  font-weight:800;
}
.lrd-checklist-v19{
  margin:18px 0 0;
  padding-left:20px;
  color:#667085;
  font-weight:750;
  line-height:1.8;
}
.lrd-share-v19{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:center;
  border-radius:28px;
  padding:30px;
  background:#003f2e;
  color:#fff;
  box-shadow:0 24px 70px rgba(0,63,46,.16);
  margin-bottom:18px;
}
.lrd-share-v19 .lr-kicker-soft{
  background:rgba(255,255,255,.14);
  color:#fff;
}
.lrd-share-v19 p{
  margin:12px 0 0;
  color:#dff4eb;
  font-weight:750;
  line-height:1.65;
}
.lrd-copy-v19{
  display:flex;
  gap:8px;
  background:#fff;
  border-radius:18px;
  padding:10px;
}
.lrd-copy-v19 input{
  min-width:0;
  flex:1;
  border:0;
  padding:12px;
  color:#061229;
  font-weight:850;
  outline:none;
}
.lrd-copy-v19 button{
  border:0;
  border-radius:13px;
  background:#00583f;
  color:#fff;
  font-weight:950;
  padding:0 18px;
  cursor:pointer;
}
.lrd-settings-v19{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}
.lrd-settings-v19 p{
  max-width:650px;
  color:#667085;
  font-weight:750;
  line-height:1.65;
}
.lrd-settings-actions-v19{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
@media (max-width: 900px){
  .lrd-hero-v19,
  .lrd-share-v19,
  .lrd-settings-v19{
    display:block;
  }
  .lrd-hero-actions-v19,
  .lrd-settings-actions-v19{
    justify-content:flex-start;
    margin-top:20px;
  }
  .lrd-stats-v19,
  .lrd-grid-v19{
    grid-template-columns:1fr 1fr;
  }
  .lrd-listing-v19{
    grid-template-columns:58px 1fr;
  }
  .lrd-score-v19,
  .lrd-card-actions-v19{
    grid-column:1/-1;
    text-align:left;
  }
  .lrd-card-actions-v19{
    flex-direction:row;
    flex-wrap:wrap;
  }
  .lrd-copy-v19{
    margin-top:20px;
  }
}
@media (max-width: 560px){
  .lrd-page-v19{padding:32px 14px 70px;}
  .lrd-hero-v19{padding:28px;}
  .lrd-hero-v19 h1{font-size:38px;}
  .lrd-stats-v19,
  .lrd-grid-v19{
    grid-template-columns:1fr;
  }
  .lrd-tabs-v19{
    position:static;
  }
  .lrd-tabs-v19 a{
    flex:1 1 calc(50% - 8px);
    text-align:center;
  }
  .lrd-copy-v19{
    flex-direction:column;
  }
  .lrd-copy-v19 button{
    min-height:44px;
  }
}
/* V20 — Direction artistique "Palmarès local premium" */
:root{--lrp-ink:#071225;--lrp-muted:#657184;--lrp-line:#dfe6ee;--lrp-cream:#f6f1e8;--lrp-paper:#fffdf8;--lrp-green:#004d39;--lrp-green-2:#0a7a55;--lrp-gold:#c99a2e;--lrp-orange:#ff6b16;}
.lrp-page{max-width:1240px;margin:0 auto;padding:44px 22px 86px;color:var(--lrp-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.lrp-hero{border-radius:34px;background:radial-gradient(circle at 88% 10%,rgba(201,154,46,.18),transparent 26%),linear-gradient(135deg,#fffdf8 0%,#fff 48%,#eef7f2 100%);border:1px solid rgba(7,18,37,.10);box-shadow:0 28px 80px rgba(7,18,37,.08);padding:32px;margin-bottom:20px;overflow:hidden;}
.lrp-breadcrumb{color:#7b8492;font-size:13px;font-weight:850;margin-bottom:26px;}
.lrp-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:end;}
.lrp-kicker{display:inline-flex;width:max-content;border:1px solid rgba(0,77,57,.15);background:#eaf6ef;color:var(--lrp-green);border-radius:999px;padding:8px 13px;font-size:12px;line-height:1;letter-spacing:.03em;text-transform:uppercase;font-weight:950;}
.lrp-title-block h1{max-width:810px;margin:18px 0 14px;font-size:clamp(42px,5.2vw,76px);line-height:.91;letter-spacing:-.07em;color:var(--lrp-ink);}
.lrp-title-block p{max-width:680px;margin:0;color:var(--lrp-muted);font-size:18px;line-height:1.65;font-weight:740;}
.lrp-winner-card{background:var(--lrp-ink);color:#fff;border-radius:28px;padding:26px;min-height:310px;box-shadow:0 30px 80px rgba(7,18,37,.22);position:relative;overflow:hidden;}
.lrp-winner-card:before{content:"";position:absolute;inset:auto -50px -80px auto;width:190px;height:190px;border-radius:50%;background:rgba(201,154,46,.22);}
.lrp-winner-label{color:#a7f3cb;font-weight:950;font-size:13px;}
.lrp-winner-rank{width:74px;height:74px;border-radius:22px;display:grid;place-items:center;margin:22px 0;background:linear-gradient(135deg,var(--lrp-gold),#f7d06b);color:#071225;font-size:32px;font-weight:1000;letter-spacing:-.05em;}
.lrp-winner-card h2{margin:0 0 6px;font-size:26px;letter-spacing:-.04em;}.lrp-winner-card p{margin:0;color:#cbd5e1;font-weight:750;}
.lrp-winner-score{margin-top:22px;}.lrp-winner-score strong{color:#35e69b;font-size:54px;line-height:1;letter-spacing:-.06em;}.lrp-winner-score em{color:#cbd5e1;font-style:normal;font-size:16px;}
.lrp-winner-link{position:absolute;right:24px;bottom:24px;color:#fff;font-weight:950;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45);}
.lrp-toolbar{display:grid;gap:14px;margin-bottom:22px;}.lrp-mode-switch{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--lrp-line);background:#fff;border-radius:18px;padding:6px;box-shadow:0 16px 46px rgba(7,18,37,.05);}
.lrp-mode-switch button{border:0;background:transparent;border-radius:13px;padding:15px 18px;color:var(--lrp-ink);font-weight:950;cursor:pointer;}.lrp-mode-switch button span,.lrp-mode-switch button small{display:block;}.lrp-mode-switch button small{margin-top:2px;color:#7a8494;font-size:12px;font-weight:850;}.lrp-mode-switch button.is-active{background:var(--lrp-green);color:#fff;}.lrp-mode-switch button.is-active small{color:#d5f8e8;}
.lrp-filters{display:grid;grid-template-columns:1fr 1fr 160px;gap:12px;}.lrp-filters label{background:#fff;border:1px solid var(--lrp-line);border-radius:16px;padding:13px 16px;}.lrp-filters label span{display:block;font-size:12px;color:#7a8494;font-weight:900;margin-bottom:5px;}.lrp-filters select{width:100%;border:0;background:transparent;outline:0;color:var(--lrp-ink);font-weight:950;}.lrp-filters button{border:0;border-radius:16px;background:var(--lrp-ink);color:#fff;font-weight:950;cursor:pointer;}
.lrp-live-meta{display:flex;flex-wrap:wrap;gap:8px;}.lrp-live-meta span{display:inline-flex;border-radius:999px;background:#eaf6ef;color:var(--lrp-green);padding:8px 12px;font-size:12px;font-weight:950;}
.lrp-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start;}.lrp-board,.lrp-side-card{border:1px solid var(--lrp-line);background:#fff;border-radius:28px;box-shadow:0 20px 60px rgba(7,18,37,.055);}.lrp-board{padding:20px;}
.lrp-board-head{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:10px 8px 18px;}.lrp-board-head h2,.lrp-side-card h2{margin:12px 0 0;font-size:30px;line-height:1.05;letter-spacing:-.045em;}.lrp-board-head p{max-width:360px;margin:0;color:var(--lrp-muted);font-weight:750;}
.lrp-list{display:grid;gap:12px;}.lrp-row{display:grid;grid-template-columns:42px 64px minmax(0,1fr) 168px 132px 148px;gap:14px;align-items:center;min-height:92px;border:1px solid #e1e8ef;border-radius:22px;background:linear-gradient(90deg,#fff 0%,#fffdf8 100%);padding:14px;box-shadow:0 12px 34px rgba(7,18,37,.045);transition:box-shadow .22s ease,border-color .22s ease,background .22s ease;will-change:transform;}
.lrp-row:hover{border-color:rgba(0,77,57,.22);box-shadow:0 18px 50px rgba(7,18,37,.075);}.lrp-row.is-just-voted{border-color:rgba(0,122,85,.6);background:linear-gradient(90deg,#effcf5,#fff);}
.lrp-rank span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#f0f4f7;color:#536173;font-weight:1000;}.lrp-row.is-podium .lrp-rank span{background:#071225;color:#fff;}.lrp-row:first-child .lrp-rank span{background:linear-gradient(135deg,var(--lrp-gold),#ffd86f);color:#071225;}
.lrp-pro-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#edf8ff;border:1px solid #cfe7f7;}.lrp-pro-icon svg{width:32px;height:32px;fill:#006fae;}
.lrp-pro-line{display:flex;gap:9px;align-items:center;flex-wrap:wrap;}.lrp-pro-main h3{margin:0;font-size:20px;line-height:1.1;letter-spacing:-.035em;}.lrp-pro-line span{display:inline-flex;border-radius:999px;background:#eaf6ef;color:var(--lrp-green);padding:5px 9px;font-size:11px;line-height:1;font-weight:950;}
.lrp-pro-main p{margin:5px 0 4px;color:#667085;font-weight:820;font-size:13px;}.lrp-stars{display:flex;align-items:center;gap:8px;}.lrp-stars b{color:#f59e0b;letter-spacing:.05em;font-size:12px;}.lrp-stars small{color:#485468;font-weight:800;}
.lrp-progress span{display:inline-flex;border-radius:999px;background:#f6f1e8;color:#725018;padding:8px 10px;font-size:12px;font-weight:950;}.lrp-score{text-align:right;}.lrp-score strong{color:#008f61;font-size:35px;letter-spacing:-.06em;}.lrp-score em{color:var(--lrp-ink);font-style:normal;font-size:14px;font-weight:950;}.lrp-score small{display:block;color:#4f5b6e;font-size:12px;font-weight:850;}
.lrp-reco-btn{height:44px;border:0;border-radius:14px;background:var(--lrp-green);color:#fff !important;font-weight:1000;cursor:pointer;box-shadow:0 12px 22px rgba(0,77,57,.18);}.lrp-reco-btn span{color:#fff !important;}.lrp-reco-btn:before{content:"";display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#fff;vertical-align:1px;}.lrp-reco-btn:disabled{background:#9aa5b4;cursor:default;box-shadow:none;}
.lrp-side{display:grid;gap:18px;}.lrp-side-card{padding:24px;}.lrp-side-card p{color:var(--lrp-muted);font-weight:750;line-height:1.6;}.lrp-share-card{background:linear-gradient(135deg,var(--lrp-green),#003728);color:#fff;}.lrp-share-card .lrp-kicker{background:rgba(255,255,255,.13);color:#fff;border-color:rgba(255,255,255,.18);}.lrp-share-card p{color:#dff4eb;}.lrp-copy-demo{width:100%;margin-top:10px;border:1px solid rgba(255,255,255,.2);background:#fff;color:var(--lrp-green);border-radius:14px;min-height:44px;font-weight:1000;}
.lrp-score-rules{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:13px;}.lrp-score-rules li{display:grid;grid-template-columns:116px 1fr;gap:10px;padding-bottom:13px;border-bottom:1px solid #edf1f5;}.lrp-score-rules li:last-child{border-bottom:0;padding-bottom:0;}.lrp-score-rules b{color:var(--lrp-ink);}.lrp-score-rules span{color:var(--lrp-muted);font-weight:720;}
@media (max-width:1100px){.lrp-layout,.lrp-hero-grid{grid-template-columns:1fr;}.lrp-winner-card{min-height:auto;}.lrp-row{grid-template-columns:38px 58px minmax(0,1fr) 118px;}.lrp-progress{grid-column:3/4;}.lrp-reco-btn{grid-column:4/5;}}
@media (max-width:760px){.lrp-page{padding:28px 14px 72px;}.lrp-hero{padding:22px;border-radius:26px;}.lrp-title-block h1{font-size:42px;}.lrp-filters{grid-template-columns:1fr;}.lrp-filters button{min-height:52px;}.lrp-mode-switch{grid-template-columns:1fr;}.lrp-board{padding:12px;}.lrp-board-head{display:block;}.lrp-row{grid-template-columns:34px 50px minmax(0,1fr) 78px;gap:10px;min-height:108px;padding:12px;border-radius:18px;}.lrp-pro-icon{width:48px;height:48px;border-radius:15px;}.lrp-pro-icon svg{width:28px;height:28px;}.lrp-pro-main h3{font-size:16px;}.lrp-progress{grid-column:3/5;}.lrp-progress span{padding:6px 8px;font-size:11px;}.lrp-score{grid-column:4;grid-row:1/3;align-self:center;}.lrp-score strong{font-size:26px;}.lrp-score small{font-size:10px;}.lrp-reco-btn{grid-column:1/5;width:100%;}.lrp-stars{display:none;}}
/* V21 — Direction "Guide local / Palmarès éditorial" */
:root{
  --lrg-ink:#10131a;
  --lrg-muted:#6a6f7c;
  --lrg-green:#014532;
  --lrg-gold:#d2a63b;
  --lrg-paper:#fbf6eb;
  --lrg-line:#ded8ca;
}
body .lrg-page{
  max-width:1180px;
  margin:0 auto;
  padding:42px 22px 90px;
  color:var(--lrg-ink);
  background:transparent;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.lrg-hero{
  display:grid;
  grid-template-columns:150px minmax(0,1fr) 280px;
  gap:28px;
  align-items:stretch;
  padding:34px;
  border:1px solid var(--lrg-line);
  border-radius:0;
  background:
    linear-gradient(90deg,rgba(251,246,235,.95),rgba(255,255,255,.94)),
    radial-gradient(circle at 82% 18%,rgba(210,166,59,.18),transparent 30%);
  box-shadow:0 24px 70px rgba(16,19,26,.07);
  position:relative;
}
.lrg-hero:before,.lrg-hero:after{
  content:"";
  position:absolute;
  left:34px;
  right:34px;
  height:1px;
  background:var(--lrg-ink);
  opacity:.14;
}
.lrg-hero:before{top:18px;}
.lrg-hero:after{bottom:18px;}
.lrg-edition{
  border-right:1px solid rgba(16,19,26,.14);
  padding-right:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:250px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.lrg-edition span{
  color:var(--lrg-muted);
  font-weight:900;
  font-size:12px;
}
.lrg-edition b{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-size:30px;
  line-height:1;
  letter-spacing:-.04em;
  color:var(--lrg-green);
}
.lrg-eyebrow{
  display:inline-flex;
  margin:0 0 16px;
  color:var(--lrg-green);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  font-weight:1000;
}
.lrg-hero h1{
  margin:0;
  max-width:720px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(52px,6.3vw,86px);
  line-height:.88;
  letter-spacing:-.065em;
  color:var(--lrg-ink);
}
.lrg-intro{
  max-width:650px;
  margin:22px 0 0;
  color:#525965;
  font-size:18px;
  line-height:1.65;
  font-weight:700;
}
.lrg-current{
  background:var(--lrg-green);
  color:#fff;
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:250px;
}
.lrg-current span{
  color:#b8efcd;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:1000;
}
.lrg-current strong{
  font-size:70px;
  line-height:1;
  color:var(--lrg-gold);
  font-family:Georgia,"Times New Roman",serif;
}
.lrg-current h2{
  margin:14px 0 4px;
  font-size:25px;
  line-height:1.05;
  color:#fff;
}
.lrg-current p{
  margin:0;
  color:#d7eadf;
  font-weight:800;
}
.lrg-controls{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:18px;
  margin:22px 0;
}
.lrg-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--lrg-line);
  background:#fff;
}
.lrg-tabs button{
  min-height:60px;
  border:0;
  border-right:1px solid var(--lrg-line);
  background:#fff;
  font-weight:1000;
  color:var(--lrg-ink);
  cursor:pointer;
}
.lrg-tabs button:last-child{border-right:0;}
.lrg-tabs button.is-active{
  background:var(--lrg-ink);
  color:#fff;
}
.lrg-search{
  display:grid;
  grid-template-columns:1fr 1fr 150px;
  gap:0;
  border:1px solid var(--lrg-line);
  background:#fff;
}
.lrg-search label{
  padding:12px 16px;
  border-right:1px solid var(--lrg-line);
}
.lrg-search span{
  display:block;
  color:var(--lrg-muted);
  font-size:11px;
  text-transform:uppercase;
  font-weight:1000;
  letter-spacing:.05em;
  margin-bottom:4px;
}
.lrg-search select{
  border:0;
  width:100%;
  background:transparent;
  font-weight:1000;
  outline:0;
  color:var(--lrg-ink);
}
.lrg-search button{
  border:0;
  background:var(--lrg-green);
  color:#fff;
  font-weight:1000;
}
.lrg-section-title{
  display:flex;
  align-items:end;
  gap:18px;
  margin:30px 0 16px;
}
.lrg-section-title span{
  color:var(--lrg-gold);
  font-size:44px;
  line-height:1;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
}
.lrg-section-title h2{
  margin:0;
  font-size:30px;
  letter-spacing:-.045em;
}
.lrg-podium-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  gap:16px;
}
.lrg-podium-card{
  border:1px solid var(--lrg-line);
  background:#fff;
  min-height:190px;
  padding:24px;
  position:relative;
  display:grid;
  grid-template-rows:auto 1fr auto;
  overflow:hidden;
}
.lrg-podium-card:after{
  content:"";
  position:absolute;
  right:-54px;
  bottom:-54px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(1,69,50,.06);
}
.lrg-podium-card.is-rank-1{
  background:var(--lrg-ink);
  color:#fff;
}
.lrg-podium-rank{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  background:var(--lrg-gold);
  color:var(--lrg-ink);
  font-weight:1000;
  margin-bottom:20px;
}
.lrg-label{
  display:inline-flex;
  color:var(--lrg-green);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:1000;
}
.is-rank-1 .lrg-label{color:#b8efcd;}
.lrg-podium-card h3{
  margin:8px 0 6px;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.lrg-podium-card p{
  margin:0;
  color:var(--lrg-muted);
  font-weight:800;
}
.is-rank-1 p{color:#d4dde8;}
.lrg-podium-score{
  margin-top:20px;
}
.lrg-podium-score strong{
  font-size:44px;
  letter-spacing:-.06em;
  color:#00a873;
}
.is-rank-1 .lrg-podium-score strong{color:#44f0a6;}
.lrg-podium-score em{
  font-style:normal;
  font-weight:1000;
  color:inherit;
}
.lrg-content{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:22px;
  margin-top:28px;
}
.lrg-board{
  border-top:4px solid var(--lrg-ink);
  background:#fff;
  border-left:1px solid var(--lrg-line);
  border-right:1px solid var(--lrg-line);
  border-bottom:1px solid var(--lrg-line);
}
.lrg-board-title{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:24px 26px;
  border-bottom:1px solid var(--lrg-line);
  background:var(--lrg-paper);
}
.lrg-board-title span{
  color:var(--lrg-green);
  text-transform:uppercase;
  letter-spacing:.07em;
  font-weight:1000;
  font-size:12px;
}
.lrg-board-title h2{
  margin:8px 0 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  letter-spacing:-.04em;
}
.lrg-board-title p{
  margin:0;
  color:var(--lrg-muted);
  font-weight:800;
  align-self:end;
}
.lrg-list{
  display:block;
}
.lrg-row{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 170px 112px 130px;
  gap:18px;
  align-items:center;
  min-height:112px;
  padding:18px 20px;
  border-bottom:1px solid var(--lrg-line);
  background:#fff;
  transition:background .22s ease;
  will-change:transform;
}
.lrg-row:last-child{border-bottom:0;}
.lrg-row:hover{background:#fffaf0;}
.lrg-row.is-just-voted{background:#ecfff4;}
.lrg-row-rank span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  background:var(--lrg-paper);
  border:1px solid var(--lrg-line);
  color:var(--lrg-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
  font-size:20px;
}
.lrg-row:first-child .lrg-row-rank span{
  background:var(--lrg-gold);
  border-color:var(--lrg-gold);
}
.lrg-row-head{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.lrg-row h3{
  margin:0;
  font-size:22px;
  letter-spacing:-.035em;
}
.lrg-row-head span{
  display:inline-flex;
  padding:4px 8px;
  background:#eef7f1;
  color:var(--lrg-green);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.lrg-row-main p{
  margin:5px 0 4px;
  color:#5d6571;
  font-weight:850;
}
.lrg-row-main small{
  color:#d28d00;
  font-weight:900;
}
.lrg-trend{
  color:#76571d;
  background:#fbf2dd;
  padding:9px 10px;
  font-size:12px;
  font-weight:1000;
  text-align:center;
}
.lrg-row-score{
  text-align:right;
}
.lrg-row-score strong{
  color:#008d62;
  font-size:36px;
  letter-spacing:-.06em;
}
.lrg-row-score em{
  font-style:normal;
  font-weight:1000;
}
.lrg-row-score small{
  display:block;
  color:#667085;
  font-weight:850;
}
.lrg-vote{
  border:0;
  background:var(--lrg-green);
  color:#fff;
  min-height:44px;
  padding:0 16px;
  font-weight:1000;
  cursor:pointer;
}
.lrg-vote:disabled{
  background:#9aa5b4;
}
.lrg-aside{
  display:grid;
  gap:16px;
  align-content:start;
}
.lrg-aside-card{
  border:1px solid var(--lrg-line);
  background:#fff;
  padding:24px;
}
.lrg-aside-card span{
  color:var(--lrg-green);
  text-transform:uppercase;
  letter-spacing:.07em;
  font-weight:1000;
  font-size:12px;
}
.lrg-aside-card h2{
  margin:10px 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.lrg-aside-card p,.lrg-aside-card li{
  color:var(--lrg-muted);
  font-weight:760;
  line-height:1.65;
}
.lrg-dark{
  background:var(--lrg-green);
  color:#fff;
}
.lrg-dark span,.lrg-dark h2{color:#fff;}
.lrg-dark p{color:#dbf4e8;}
@media(max-width:1050px){
  .lrg-hero,.lrg-content,.lrg-controls{grid-template-columns:1fr;}
  .lrg-edition{min-height:auto;border-right:0;border-bottom:1px solid rgba(16,19,26,.14);padding:0 0 16px;}
  .lrg-edition b{writing-mode:initial;transform:none;}
  .lrg-row{grid-template-columns:44px minmax(0,1fr) 110px;}
  .lrg-trend{grid-column:2/4;text-align:left;}
  .lrg-vote{grid-column:1/4;}
}
@media(max-width:720px){
  body .lrg-page{padding:28px 14px 70px;}
  .lrg-hero{padding:24px;}
  .lrg-hero h1{font-size:48px;}
  .lrg-search{grid-template-columns:1fr;}
  .lrg-search label{border-right:0;border-bottom:1px solid var(--lrg-line);}
  .lrg-search button{min-height:54px;}
  .lrg-podium-grid{grid-template-columns:1fr;}
  .lrg-board-title{display:block;}
  .lrg-row{grid-template-columns:38px minmax(0,1fr) 78px;gap:12px;padding:14px;}
  .lrg-row h3{font-size:17px;}
  .lrg-trend{grid-column:2/4;}
  .lrg-row-score strong{font-size:26px;}
}
/* V22 — Direction "Tripadvisor local" : large, moderne, épuré */
:root{
  --lrt-ink:#10241b;
  --lrt-muted:#59685f;
  --lrt-green:#004f35;
  --lrt-green-2:#00a568;
  --lrt-line:#dde5df;
  --lrt-soft:#f3f8f5;
}
.lrt-page{
  max-width:1460px;
  margin:0 auto;
  padding:28px 28px 86px;
  color:var(--lrt-ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.lrt-hero{
  position:relative;
  min-height:430px;
  border-radius:0;
  overflow:hidden;
  display:grid;
  place-items:center;
  margin-bottom:34px;
  background:#10241b;
}
.lrt-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.lrt-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.48));
}
.lrt-hero-content{
  position:relative;
  z-index:1;
  width:min(100%,980px);
  text-align:center;
  padding:40px 20px;
  color:#fff;
}
.lrt-hero-content>span{
  display:inline-flex;
  margin-bottom:18px;
  color:#e8fff3;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}
.lrt-hero h1{
  margin:0 auto 18px;
  max-width:980px;
  font-size:clamp(42px,5vw,78px);
  line-height:1.02;
  letter-spacing:-.055em;
  color:#fff;
}
.lrt-hero p{
  margin:0 auto;
  max-width:680px;
  color:#f1f7f4;
  font-size:19px;
  line-height:1.55;
  font-weight:650;
}
.lrt-search{
  display:grid;
  grid-template-columns:1fr 1fr 180px;
  width:min(100%,780px);
  margin:32px auto 0;
  background:#fff;
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 18px 60px rgba(0,0,0,.2);
  text-align:left;
}
.lrt-search label{
  padding:15px 22px;
  border-right:1px solid #e4ebe6;
}
.lrt-search label span{
  display:block;
  color:#66756d;
  font-size:12px;
  font-weight:900;
  margin-bottom:3px;
}
.lrt-search select{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#10241b;
  font-weight:950;
  font-size:16px;
}
.lrt-search button{
  border:0;
  background:var(--lrt-green);
  color:#fff;
  font-weight:950;
  cursor:pointer;
  font-size:16px;
}
.lrt-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  border-top:1px solid var(--lrt-line);
  border-bottom:1px solid var(--lrt-line);
  margin-bottom:40px;
}
.lrt-summary article{
  padding:24px 26px;
  border-right:1px solid var(--lrt-line);
  text-align:center;
}
.lrt-summary article:last-child{border-right:0;}
.lrt-summary strong{
  display:block;
  font-size:34px;
  letter-spacing:-.04em;
  color:var(--lrt-green);
}
.lrt-summary span{
  display:block;
  margin-top:5px;
  font-weight:950;
}
.lrt-summary small{
  display:block;
  margin-top:4px;
  color:var(--lrt-muted);
  font-weight:650;
}
.lrt-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:38px;
  align-items:start;
}
.lrt-section-head{
  display:flex;
  justify-content:space-between;
  gap:26px;
  align-items:end;
  margin-bottom:18px;
}
.lrt-section-head h2{
  margin:0 0 8px;
  font-size:36px;
  line-height:1.08;
  letter-spacing:-.045em;
}
.lrt-section-head p{
  margin:0;
  color:var(--lrt-muted);
  font-weight:700;
}
.lrt-section-head a{
  color:var(--lrt-green);
  font-weight:950;
  text-decoration:none;
  white-space:nowrap;
}
.lrt-tabs{
  display:flex;
  gap:12px;
  margin-bottom:18px;
  border-bottom:1px solid var(--lrt-line);
}
.lrt-tabs button{
  border:0;
  background:transparent;
  padding:0 0 14px;
  color:#5f6f67;
  font-weight:950;
  cursor:pointer;
  border-bottom:3px solid transparent;
}
.lrt-tabs button.is-active{
  color:var(--lrt-green);
  border-bottom-color:var(--lrt-green);
}
.lrt-list{
  display:grid;
  gap:0;
  border-top:1px solid var(--lrt-line);
}
.lrt-row{
  display:grid;
  grid-template-columns:42px 64px minmax(0,1fr) 190px 112px 150px;
  gap:18px;
  align-items:center;
  min-height:118px;
  padding:20px 0;
  border-bottom:1px solid var(--lrt-line);
  background:#fff;
  transition:background .2s ease;
  will-change:transform;
}
.lrt-row:hover{
  background:#fbfdfc;
}
.lrt-row.is-just-voted{
  background:#effcf5;
}
.lrt-rank{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf3ef;
  color:var(--lrt-green);
  font-weight:1000;
}
.lrt-row:first-child .lrt-rank{
  background:var(--lrt-green);
  color:#fff;
}
.lrt-avatar{
  width:56px;
  height:56px;
  border-radius:50%;
  background:#eaf7f0;
  display:grid;
  place-items:center;
}
.lrt-avatar svg{
  width:30px;
  height:30px;
  fill:var(--lrt-green);
}
.lrt-name-line{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.lrt-name-line h3{
  margin:0;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.035em;
}
.lrt-name-line span{
  display:inline-flex;
  border-radius:999px;
  background:#eaf7f0;
  color:var(--lrt-green);
  padding:5px 9px;
  font-size:12px;
  font-weight:950;
}
.lrt-info p{
  margin:5px 0;
  color:var(--lrt-muted);
  font-weight:750;
}
.lrt-rating{
  display:flex;
  gap:8px;
  align-items:center;
}
.lrt-rating b{
  color:#00a568;
  letter-spacing:.04em;
  font-size:13px;
}
.lrt-rating small{
  color:#56645d;
  font-weight:750;
}
.lrt-trend{
  justify-self:start;
  border-radius:999px;
  background:#f0f7f3;
  color:var(--lrt-green);
  padding:8px 12px;
  font-size:12px;
  font-weight:950;
}
.lrt-score{
  text-align:right;
}
.lrt-score strong{
  color:var(--lrt-green-2);
  font-size:34px;
  letter-spacing:-.06em;
}
.lrt-score em{
  color:var(--lrt-ink);
  font-style:normal;
  font-size:14px;
  font-weight:950;
}
.lrt-vote{
  border:1px solid var(--lrt-green);
  background:var(--lrt-green);
  color:#fff;
  border-radius:999px;
  min-height:44px;
  padding:0 18px;
  font-weight:950;
  cursor:pointer;
}
.lrt-vote:disabled{
  background:#f0f3f1;
  color:#68766f;
  border-color:#d8e1dc;
}
.lrt-right{
  position:sticky;
  top:92px;
  display:grid;
  gap:18px;
}
.lrt-card{
  border:1px solid var(--lrt-line);
  border-radius:18px;
  padding:24px;
  background:#fff;
}
.lrt-card h2{
  margin:0 0 10px;
  font-size:26px;
  letter-spacing:-.04em;
}
.lrt-card p,.lrt-card li{
  color:var(--lrt-muted);
  font-weight:700;
  line-height:1.6;
}
.lrt-card ul{
  margin:16px 0 0;
  padding-left:18px;
}
.lrt-share{
  background:var(--lrt-green);
  color:#fff;
  border-color:var(--lrt-green);
}
.lrt-share p{
  color:#dff3e8;
}
.lrt-share button{
  width:100%;
  margin-top:10px;
  min-height:44px;
  border:0;
  border-radius:999px;
  background:#fff;
  color:var(--lrt-green);
  font-weight:950;
}
@media(max-width:1100px){
  .lrt-page{padding:24px 18px 76px;}
  .lrt-main{grid-template-columns:1fr;}
  .lrt-right{position:static;grid-template-columns:1fr 1fr;}
  .lrt-row{grid-template-columns:38px 56px minmax(0,1fr) 100px 132px;}
  .lrt-trend{grid-column:3/5;}
  .lrt-vote{grid-column:5/6;}
}
@media(max-width:760px){
  .lrt-page{padding:16px 14px 70px;}
  .lrt-hero{min-height:430px;margin-left:-14px;margin-right:-14px;}
  .lrt-hero h1{font-size:42px;}
  .lrt-search{grid-template-columns:1fr;border-radius:24px;}
  .lrt-search label{border-right:0;border-bottom:1px solid #e4ebe6;}
  .lrt-search button{min-height:54px;}
  .lrt-summary{grid-template-columns:repeat(2,minmax(0,1fr));}
  .lrt-summary article:nth-child(2){border-right:0;}
  .lrt-summary article:nth-child(-n+2){border-bottom:1px solid var(--lrt-line);}
  .lrt-section-head{display:block;}
  .lrt-section-head a{display:inline-block;margin-top:12px;}
  .lrt-row{grid-template-columns:32px 48px minmax(0,1fr) 76px;gap:10px;min-height:118px;}
  .lrt-avatar{width:46px;height:46px;}
  .lrt-avatar svg{width:26px;height:26px;}
  .lrt-name-line h3{font-size:17px;}
  .lrt-name-line span{display:none;}
  .lrt-rating small{font-size:12px;}
  .lrt-trend{grid-column:3/5;font-size:11px;padding:6px 9px;}
  .lrt-score{grid-column:4;grid-row:1/3;}
  .lrt-score strong{font-size:25px;}
  .lrt-vote{grid-column:1/5;width:100%;}
  .lrt-right{grid-template-columns:1fr;}
}

/* V23 — Titre hero : reprise de la police éditoriale préférée de la V21 */
.lrt-hero h1{
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.065em !important;
  line-height: .92 !important;
}
@media(max-width:760px){
  .lrt-hero h1{
    font-size: 46px !important;
    line-height: .96 !important;
  }
}

/* V24 — Application du thème Tripadvisor local au reste du site */
.lrsite-page{
  max-width:1460px;
  margin:0 auto;
  padding:28px 28px 86px;
  color:#10241b;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.lrsite-hero{
  position:relative;
  min-height:520px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:#10241b;
  margin-bottom:34px;
}
.lrsite-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.lrsite-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.52));
}
.lrsite-hero-content{
  position:relative;
  z-index:1;
  width:min(100%,1040px);
  text-align:center;
  color:#fff;
  padding:40px 20px;
}
.lrsite-hero-content>span,
.lrsite-simple-hero>span{
  display:inline-flex;
  color:#e8fff3;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  margin-bottom:18px;
}
.lrsite-simple-hero>span{
  color:#004f35;
  background:#eaf7f0;
  border-radius:999px;
  padding:8px 13px;
}
.lrsite-hero h1,
.lrsite-simple-hero h1{
  margin:0 auto 18px;
  max-width:1080px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,5.6vw,82px);
  line-height:.94;
  letter-spacing:-.065em;
  color:inherit;
}
.lrsite-hero p,
.lrsite-simple-hero p{
  margin:0 auto;
  max-width:740px;
  color:#f1f7f4;
  font-size:19px;
  line-height:1.55;
  font-weight:650;
}
.lrsite-simple-hero p{
  color:#59685f;
}
.lrsite-simple-hero{
  text-align:center;
  padding:64px 20px 40px;
  border-bottom:1px solid #dde5df;
  margin-bottom:34px;
}
.lrsite-search{
  display:grid;
  grid-template-columns:1fr 1fr 180px;
  width:min(100%,820px);
  margin:32px auto 0;
  background:#fff;
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 18px 60px rgba(0,0,0,.2);
  text-align:left;
}
.lrsite-search.is-light{
  box-shadow:none;
  border:1px solid #dde5df;
}
.lrsite-search label{
  padding:15px 22px;
  border-right:1px solid #e4ebe6;
}
.lrsite-search label span{
  display:block;
  color:#66756d;
  font-size:12px;
  font-weight:900;
  margin-bottom:3px;
}
.lrsite-search select{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#10241b;
  font-weight:950;
  font-size:16px;
}
.lrsite-search button{
  border:0;
  background:#004f35;
  color:#fff;
  font-weight:950;
  cursor:pointer;
  font-size:16px;
}
.lrsite-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid #dde5df;
  border-bottom:1px solid #dde5df;
  margin-bottom:42px;
}
.lrsite-proof article{
  text-align:center;
  padding:26px 18px;
  border-right:1px solid #dde5df;
}
.lrsite-proof article:last-child{border-right:0;}
.lrsite-proof strong{
  display:block;
  color:#004f35;
  font-size:34px;
  letter-spacing:-.05em;
}
.lrsite-proof span{
  display:block;
  margin-top:4px;
  font-weight:950;
}
.lrsite-proof small{
  display:block;
  color:#59685f;
  margin-top:4px;
  font-weight:650;
}
.lrsite-section{
  margin:46px 0;
}
.lrsite-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:20px;
}
.lrsite-section-head h2{
  margin:0;
  font-size:36px;
  letter-spacing:-.045em;
}
.lrsite-section-head a{
  color:#004f35;
  text-decoration:none;
  font-weight:950;
}
.lrsite-job-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.lrsite-job-grid a{
  min-height:140px;
  border:1px solid #dde5df;
  border-radius:18px;
  padding:20px;
  text-decoration:none;
  color:#10241b;
  background:#fff;
}
.lrsite-job-grid span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf7f0;
  color:#004f35;
  font-weight:1000;
}
.lrsite-job-grid strong{
  display:block;
  margin-top:18px;
  font-size:18px;
}
.lrsite-job-grid small{
  color:#59685f;
  font-weight:700;
}
.lrsite-city-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.lrsite-city-grid.is-large{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.lrsite-city-card{
  min-height:220px;
  position:relative;
  overflow:hidden;
  color:#fff;
  text-decoration:none;
  background:#10241b;
}
.lrsite-city-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.lrsite-city-card:hover img{transform:scale(1.06);}
.lrsite-city-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72));
}
.lrsite-city-card div{
  position:absolute;
  z-index:1;
  left:18px;
  right:18px;
  bottom:18px;
}
.lrsite-city-card span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#004f35;
  font-weight:1000;
  margin-bottom:36px;
}
.lrsite-city-card strong{
  display:block;
  font-size:24px;
  letter-spacing:-.04em;
}
.lrsite-city-card small{
  display:block;
  color:#e3ece7;
  font-weight:700;
}
.lrsite-city-card b{
  display:block;
  margin-top:6px;
  color:#44f0a6;
}
.lrsite-community{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  background:#004f35;
  color:#fff;
  padding:34px;
  margin-top:46px;
}
.lrsite-community h2{
  max-width:760px;
  margin:0 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:42px;
  line-height:1;
  letter-spacing:-.055em;
}
.lrsite-community p{
  margin:0;
  color:#dff3e8;
  font-weight:700;
}
.lrsite-community a{
  white-space:nowrap;
  background:#fff;
  color:#004f35;
  text-decoration:none;
  border-radius:999px;
  padding:15px 20px;
  font-weight:950;
}
.lrsite-service-groups{
  display:grid;
  gap:18px;
}
.lrsite-service-groups article{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:22px;
  border-top:1px solid #dde5df;
  padding:24px 0;
}
.lrsite-service-groups h2{
  margin:0;
  font-size:30px;
  letter-spacing:-.045em;
}
.lrsite-service-groups div{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.lrsite-service-groups a{
  display:flex;
  justify-content:space-between;
  gap:10px;
  border:1px solid #dde5df;
  border-radius:999px;
  padding:12px 14px;
  text-decoration:none;
  color:#10241b;
  font-weight:850;
}
.lrsite-service-groups a span{
  color:#004f35;
  font-weight:950;
}
.lrsite-about-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.lrsite-about-grid article{
  border-top:3px solid #004f35;
  padding:24px 0;
}
.lrsite-about-grid span{
  color:#00a568;
  font-weight:1000;
}
.lrsite-about-grid h2{
  font-size:30px;
  margin:20px 0 10px;
}
.lrsite-about-grid p{
  color:#59685f;
  font-weight:700;
  line-height:1.6;
}
.lrdash-panel{
  display:grid;
  grid-template-columns:1fr 260px;
  gap:24px;
  border-top:1px solid #dde5df;
  border-bottom:1px solid #dde5df;
  padding:30px 0;
  margin-bottom:36px;
}
.lrdash-main>span{
  color:#004f35;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:950;
  font-size:12px;
}
.lrdash-main h2{
  margin:12px 0 6px;
  font-size:38px;
  letter-spacing:-.05em;
}
.lrdash-main p{
  color:#59685f;
  font-weight:750;
}
.lrdash-share{
  display:flex;
  gap:8px;
  max-width:620px;
  margin-top:18px;
}
.lrdash-share input{
  flex:1;
  min-width:0;
  border:1px solid #dde5df;
  border-radius:999px;
  padding:13px 16px;
  font-weight:750;
}
.lrdash-share button{
  border:0;
  border-radius:999px;
  background:#004f35;
  color:#fff;
  padding:0 18px;
  font-weight:950;
}
.lrdash-score{
  background:#004f35;
  color:#fff;
  padding:24px;
  text-align:center;
}
.lrdash-score strong{
  display:block;
  font-size:54px;
  color:#44f0a6;
}
.lrdash-score span{
  display:block;
  font-size:28px;
  font-weight:950;
}
.lrdash-score small{
  display:block;
  margin-top:4px;
  color:#dff3e8;
}
.lrdash-score a{
  display:inline-flex;
  margin-top:18px;
  background:#fff;
  color:#004f35;
  text-decoration:none;
  border-radius:999px;
  padding:12px 16px;
  font-weight:950;
}
.lrsite-form-panel{
  display:grid;
  grid-template-columns:1fr 380px;
  gap:34px;
  max-width:1100px;
  margin:0 auto;
}
.lrsite-form-panel.is-narrow{
  grid-template-columns:1fr;
  max-width:520px;
}
.lrsite-form-panel form,
.lrsite-form-panel aside{
  border:1px solid #dde5df;
  border-radius:18px;
  padding:26px;
  background:#fff;
}
.lrsite-form-panel label{
  display:block;
  margin-bottom:16px;
  color:#59685f;
  font-weight:850;
}
.lrsite-form-panel input,
.lrsite-form-panel textarea{
  display:block;
  width:100%;
  margin-top:8px;
  border:1px solid #dde5df;
  border-radius:14px;
  padding:14px;
  font:inherit;
  font-weight:700;
}
.lrsite-form-panel textarea{min-height:120px;}
.lrsite-form-panel button{
  border:0;
  border-radius:999px;
  background:#004f35;
  color:#fff;
  padding:14px 20px;
  font-weight:950;
}
.lrsite-form-panel a{
  display:inline-block;
  margin-left:14px;
  color:#004f35;
  font-weight:950;
}
@media(max-width:1100px){
  .lrsite-job-grid{grid-template-columns:repeat(3,1fr);}
  .lrsite-city-grid,.lrsite-city-grid.is-large{grid-template-columns:repeat(2,1fr);}
  .lrsite-service-groups article{grid-template-columns:1fr;}
  .lrsite-service-groups div{grid-template-columns:repeat(2,1fr);}
  .lrsite-form-panel,.lrdash-panel{grid-template-columns:1fr;}
}
@media(max-width:760px){
  .lrsite-page{padding:16px 14px 70px;}
  .lrsite-hero{min-height:520px;margin-left:-14px;margin-right:-14px;}
  .lrsite-hero h1,.lrsite-simple-hero h1{font-size:44px;}
  .lrsite-search{grid-template-columns:1fr;border-radius:24px;}
  .lrsite-search label{border-right:0;border-bottom:1px solid #e4ebe6;}
  .lrsite-search button{min-height:54px;}
  .lrsite-proof{grid-template-columns:1fr;}
  .lrsite-proof article{border-right:0;border-bottom:1px solid #dde5df;}
  .lrsite-job-grid,.lrsite-city-grid,.lrsite-city-grid.is-large,.lrsite-about-grid{grid-template-columns:1fr;}
  .lrsite-section-head,.lrsite-community{display:block;}
  .lrsite-community a{display:inline-flex;margin-top:20px;}
  .lrsite-service-groups div{grid-template-columns:1fr;}
  .lrdash-share{flex-direction:column;}
  .lrdash-share button{min-height:44px;}
}

/* V25 — Accueil : filtre moderne + bas de page enrichi */
.lrhome-v25{
  padding-top:26px;
}
.lr25-hero{
  position:relative;
  min-height:540px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:#10241b;
  margin-bottom:28px;
}
.lr25-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.05);
}
.lr25-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.58));
}
.lr25-hero-content{
  position:relative;
  z-index:1;
  width:min(100%,1080px);
  text-align:center;
  color:#fff;
  padding:46px 22px;
}
.lr25-live-pill{
  display:inline-flex;
  color:#e8fff3;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  margin-bottom:18px;
}
.lr25-hero h1{
  margin:0 auto 18px;
  max-width:1120px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,5.6vw,82px);
  line-height:.94;
  letter-spacing:-.065em;
  color:#fff;
}
.lr25-hero p{
  margin:0 auto;
  max-width:760px;
  color:#f1f7f4;
  font-size:19px;
  line-height:1.55;
  font-weight:650;
}
.lr25-search{
  display:grid;
  grid-template-columns:1fr 1fr 190px;
  width:min(100%,860px);
  margin:34px auto 0;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 20px 70px rgba(0,0,0,.24);
  text-align:left;
  border:1px solid rgba(255,255,255,.35);
}
.lr25-search label{
  padding:16px 22px;
  border-right:1px solid #e4ebe6;
}
.lr25-search label span{
  display:flex;
  align-items:center;
  gap:7px;
  color:#66756d;
  font-size:12px;
  font-weight:950;
  margin-bottom:3px;
}
.lr25-search label span svg{
  width:15px;
  height:15px;
  fill:#004f35;
}
.lr25-search select{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#10241b;
  font-weight:1000;
  font-size:17px;
}
.lr25-search button{
  border:0;
  background:#004f35;
  color:#fff;
  font-weight:1000;
  cursor:pointer;
  font-size:17px;
  transition:background .2s ease;
}
.lr25-search button:hover{
  background:#003b29;
}
.lr25-proof{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  border-top:1px solid #dde5df;
  border-bottom:1px solid #dde5df;
  margin-bottom:42px;
}
.lr25-proof article{
  padding:24px 22px;
  border-right:1px solid #dde5df;
}
.lr25-proof article:last-child{border-right:0;}
.lr25-proof svg{
  width:26px;
  height:26px;
  fill:#004f35;
  margin-bottom:16px;
}
.lr25-proof strong{
  display:block;
  font-size:18px;
  letter-spacing:-.02em;
}
.lr25-proof span{
  display:block;
  margin-top:7px;
  color:#59685f;
  line-height:1.5;
  font-weight:650;
}
.lr25-job-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.lr25-job-grid a{
  min-height:158px;
  border:1px solid #dde5df;
  border-radius:20px;
  padding:20px;
  text-decoration:none;
  color:#10241b;
  background:#fff;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lr25-job-grid a:hover{
  transform:translateY(-3px);
  border-color:#bdd2c7;
  box-shadow:0 18px 45px rgba(16,36,27,.08);
}
.lr25-job-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf7f0;
}
.lr25-job-icon svg{
  width:22px;
  height:22px;
  fill:#004f35;
}
.lr25-job-grid strong{
  display:block;
  margin-top:20px;
  font-size:19px;
  letter-spacing:-.02em;
}
.lr25-job-grid small{
  display:block;
  margin-top:5px;
  color:#59685f;
  font-weight:700;
}
.lr25-city-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.lr25-city-card{
  position:relative;
  min-height:230px;
  overflow:hidden;
  color:#fff;
  text-decoration:none;
  background:#10241b;
}
.lr25-city-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.lr25-city-card:hover img{
  transform:scale(1.06);
}
.lr25-city-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.76));
}
.lr25-city-overlay{
  position:absolute;
  z-index:1;
  left:18px;
  right:18px;
  bottom:48px;
}
.lr25-city-overlay span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#004f35;
  font-weight:1000;
  margin-bottom:58px;
}
.lr25-city-overlay strong{
  display:block;
  font-size:24px;
  letter-spacing:-.04em;
}
.lr25-city-overlay b{
  display:block;
  margin-top:4px;
  color:#44f0a6;
  font-size:18px;
}
.lr25-city-overlay em{
  font-style:normal;
  color:#fff;
  font-size:12px;
}
.lr25-city-card>small{
  position:absolute;
  z-index:1;
  left:18px;
  right:18px;
  bottom:18px;
  display:inline-flex;
  width:max-content;
  color:#fff;
  border:1px solid rgba(255,255,255,.45);
  border-radius:999px;
  padding:7px 11px;
  font-weight:900;
}
.lr25-how{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:34px;
  align-items:start;
  margin:62px 0 0;
  padding-top:42px;
  border-top:1px solid #dde5df;
}
.lr25-how-title span{
  color:#004f35;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  font-weight:1000;
}
.lr25-how-title h2{
  max-width:560px;
  margin:14px 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:52px;
  line-height:.98;
  letter-spacing:-.06em;
}
.lr25-how-title p{
  max-width:520px;
  color:#59685f;
  font-weight:700;
  line-height:1.65;
}
.lr25-how-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.lr25-how-steps article{
  border:1px solid #dde5df;
  border-radius:22px;
  padding:22px;
  background:#fff;
}
.lr25-how-steps i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf7f0;
  margin-bottom:18px;
}
.lr25-how-steps svg{
  width:22px;
  height:22px;
  fill:#004f35;
}
.lr25-how-steps strong{
  display:block;
  font-size:18px;
}
.lr25-how-steps span{
  display:block;
  margin-top:6px;
  color:#59685f;
  font-weight:700;
  line-height:1.45;
}
.lr25-community{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  margin-top:56px;
  padding:38px;
  background:#004f35;
  color:#fff;
}
.lr25-community span{
  color:#bdf2d2;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  font-weight:1000;
}
.lr25-community h2{
  max-width:760px;
  margin:14px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:46px;
  line-height:1;
  letter-spacing:-.06em;
  color:#fff;
}
.lr25-community p{
  max-width:760px;
  margin:0;
  color:#dff3e8;
  font-weight:700;
  line-height:1.6;
}
.lr25-community-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.lr25-community-actions a{
  background:#fff;
  color:#004f35;
  text-decoration:none;
  border-radius:999px;
  padding:14px 18px;
  font-weight:1000;
  white-space:nowrap;
}
.lr25-community-actions a + a{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.45);
}
@media(max-width:1100px){
  .lr25-proof{grid-template-columns:repeat(2,minmax(0,1fr));}
  .lr25-proof article:nth-child(2){border-right:0;}
  .lr25-proof article:nth-child(-n+2){border-bottom:1px solid #dde5df;}
  .lr25-job-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .lr25-city-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .lr25-how,.lr25-community{grid-template-columns:1fr;}
  .lr25-community-actions{justify-content:flex-start;}
}
@media(max-width:760px){
  .lr25-hero{min-height:560px;margin-left:-14px;margin-right:-14px;}
  .lr25-hero h1{font-size:44px;}
  .lr25-search{grid-template-columns:1fr;border-radius:24px;}
  .lr25-search label{border-right:0;border-bottom:1px solid #e4ebe6;}
  .lr25-search button{min-height:56px;}
  .lr25-proof,.lr25-job-grid,.lr25-city-grid,.lr25-how-steps{grid-template-columns:1fr;}
  .lr25-proof article{border-right:0;border-bottom:1px solid #dde5df;}
  .lr25-how-title h2,.lr25-community h2{font-size:38px;}
  .lr25-community{padding:28px;}
  .lr25-community-actions{display:grid;}
}

/* V26 — Pages Catégories + Villes alignées avec accueil V25 */
.lrcat-v26,.lrvil-v26{padding-top:26px;}
.lrcat-hero{
  background:linear-gradient(135deg,#f7fbf8,#fff);
  border:1px solid #dde5df;
  padding:58px 42px;
  text-align:center;
  margin-bottom:34px;
}
.lrcat-hero>div{max-width:940px;margin:0 auto;}
.lrcat-hero span,.lrvil-hero article>span{
  display:inline-flex;
  color:#004f35;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  font-weight:1000;
  margin-bottom:18px;
}
.lrcat-hero h1,.lrvil-hero h1{
  margin:0 auto 16px;
  max-width:980px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,5vw,76px);
  line-height:.94;
  letter-spacing:-.065em;
}
.lrcat-hero p,.lrvil-hero p{
  margin:0 auto;
  max-width:720px;
  color:#59685f;
  font-size:18px;
  line-height:1.6;
  font-weight:680;
}
.lrcat-search,.lrvil-search{box-shadow:0 16px 55px rgba(16,36,27,.08);border:1px solid #dde5df;}
.lrcat-popular{margin:42px 0;}
.lrcat-popular-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.lrcat-popular-grid a{
  min-height:150px;
  padding:20px;
  border:1px solid #dde5df;
  border-radius:20px;
  text-decoration:none;
  color:#10241b;
  background:#fff;
  transition:transform .2s ease, box-shadow .2s ease;
}
.lrcat-popular-grid a:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(16,36,27,.08);}
.lrcat-popular-grid span{
  width:32px;height:32px;border-radius:50%;background:#004f35;color:#fff;display:grid;place-items:center;font-weight:1000;
}
.lrcat-popular-grid strong{display:block;margin-top:28px;font-size:19px;}
.lrcat-popular-grid small{display:block;margin-top:6px;color:#59685f;font-weight:700;}
.lrcat-groups{
  display:grid;
  gap:18px;
  margin-top:34px;
}
.lrcat-groups article{
  display:grid;
  grid-template-columns:330px 1fr;
  gap:28px;
  padding:28px 0;
  border-top:1px solid #dde5df;
}
.lrcat-groups header{
  display:flex;
  gap:18px;
  align-items:flex-start;
}
.lrcat-groups i{
  width:54px;height:54px;border-radius:50%;background:#eaf7f0;display:grid;place-items:center;flex:0 0 auto;
}
.lrcat-groups svg{width:26px;height:26px;fill:#004f35;}
.lrcat-groups h2{
  margin:0 0 8px;
  font-size:31px;
  letter-spacing:-.045em;
}
.lrcat-groups p{
  margin:0;color:#59685f;font-weight:700;line-height:1.55;
}
.lrcat-groups article>div{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.lrcat-groups article>div a{
  display:flex;
  justify-content:space-between;
  gap:12px;
  border:1px solid #dde5df;
  border-radius:999px;
  padding:12px 14px;
  text-decoration:none;
  color:#10241b;
  font-weight:850;
  background:#fff;
}
.lrcat-groups article>div a span{
  color:#004f35;
  font-weight:950;
  white-space:nowrap;
}

/* Villes */
.lrvil-hero{
  position:relative;
  min-height:460px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#10241b;
  margin-bottom:28px;
}
.lrvil-hero img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.lrvil-hero>div{
  position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.58));
}
.lrvil-hero article{
  position:relative;z-index:1;text-align:center;color:#fff;width:min(100%,940px);padding:40px 20px;
}
.lrvil-hero article>span{color:#e8fff3;}
.lrvil-hero p{color:#f1f7f4;}
.lrvil-search{margin-top:32px;}
.lrvil-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid #dde5df;
  border-bottom:1px solid #dde5df;
  margin-bottom:42px;
}
.lrvil-stats article{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:24px;
  border-right:1px solid #dde5df;
}
.lrvil-stats article:last-child{border-right:0;}
.lrvil-stats svg{width:28px;height:28px;fill:#004f35;}
.lrvil-stats strong{font-size:30px;color:#004f35;}
.lrvil-stats span{font-weight:850;color:#10241b;}
.lrvil-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.lrvil-grid a{
  position:relative;
  min-height:300px;
  overflow:hidden;
  background:#10241b;
  color:#fff;
  text-decoration:none;
}
.lrvil-grid img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;
}
.lrvil-grid a:hover img{transform:scale(1.06);}
.lrvil-grid a:after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.80));
}
.lrvil-card-content{
  position:absolute;z-index:1;left:20px;right:20px;bottom:70px;
}
.lrvil-card-content span{
  width:32px;height:32px;border-radius:50%;background:#fff;color:#004f35;display:grid;place-items:center;font-weight:1000;margin-bottom:70px;
}
.lrvil-card-content h2{
  margin:0 0 4px;
  font-size:28px;
  letter-spacing:-.05em;
  color:#fff;
}
.lrvil-card-content p{margin:0;color:#e2ece7;font-weight:700;}
.lrvil-card-content strong{
  display:block;margin-top:10px;color:#44f0a6;font-size:24px;
}
.lrvil-card-content em{font-style:normal;color:#fff;font-size:13px;}
.lrvil-grid footer{
  position:absolute;z-index:1;left:20px;right:20px;bottom:18px;display:flex;justify-content:space-between;gap:10px;
}
.lrvil-grid footer small{
  color:#fff;border:1px solid rgba(255,255,255,.38);border-radius:999px;padding:7px 10px;font-weight:850;
}
.lrvil-zones{
  margin-top:58px;
  padding-top:36px;
  border-top:1px solid #dde5df;
}
.lrvil-zones>.lrsite-section-head p{
  margin:0;color:#59685f;font-weight:700;
}
.lrvil-zones>div{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.lrvil-zones article{
  border:1px solid #dde5df;
  border-radius:20px;
  padding:22px;
  background:#fff;
}
.lrvil-zones h3{
  margin:0 0 16px;
  font-size:24px;
  letter-spacing:-.04em;
}
.lrvil-zones nav{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.lrvil-zones a{
  border:1px solid #dde5df;
  border-radius:999px;
  padding:8px 11px;
  color:#10241b;
  text-decoration:none;
  font-weight:850;
}
@media(max-width:1100px){
  .lrcat-popular-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .lrcat-groups article{grid-template-columns:1fr;}
  .lrcat-groups article>div{grid-template-columns:repeat(2,minmax(0,1fr));}
  .lrvil-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .lrvil-zones>div{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  .lrcat-hero{padding:42px 22px;}
  .lrcat-hero h1,.lrvil-hero h1{font-size:44px;}
  .lrcat-popular-grid,.lrcat-groups article>div,.lrvil-stats,.lrvil-grid,.lrvil-zones>div{grid-template-columns:1fr;}
  .lrvil-hero{min-height:540px;margin-left:-14px;margin-right:-14px;}
  .lrvil-stats article{border-right:0;border-bottom:1px solid #dde5df;}
  .lrvil-grid a{min-height:260px;}
}


/* V27 — Accueil compact + header simplifié */
.lr-header a[href*="connexion"],
.site-header a[href*="connexion"],
.lr-header .login,
.site-header .login,
.lr-header .sign-in,
.site-header .sign-in{display:none!important;}

.lrhome-v25 .lr25-hero{min-height:500px!important;margin-bottom:22px!important;}
.lr25-hero-content{padding-top:36px!important;padding-bottom:36px!important;}
.lr25-hero h1{max-width:1040px!important;font-size:clamp(42px,5.15vw,76px)!important;}
.lr25-hero p{font-size:18px!important;}

.lr25-search{margin-top:28px!important;width:min(100%,820px)!important;border-radius:22px!important;}
.lr25-search label{padding:13px 20px!important;}
.lr25-search select{font-size:16px!important;}

.lr25-proof{margin-bottom:32px!important;}
.lr25-proof article{padding:18px 18px!important;}
.lr25-proof svg{width:22px!important;height:22px!important;margin-bottom:11px!important;}
.lr25-proof strong{font-size:16px!important;}
.lr25-proof span{margin-top:5px!important;font-size:13px!important;line-height:1.38!important;}

.lrhome-v25 .lrsite-section{margin:34px 0!important;}
.lrhome-v25 .lrsite-section-head{margin-bottom:14px!important;}
.lrhome-v25 .lrsite-section-head h2{font-size:31px!important;}

.lr25-job-grid{gap:12px!important;}
.lr25-job-grid a{min-height:124px!important;padding:16px!important;border-radius:17px!important;}
.lr25-job-icon{width:36px!important;height:36px!important;}
.lr25-job-icon svg{width:19px!important;height:19px!important;}
.lr25-job-grid strong{margin-top:14px!important;font-size:17px!important;}
.lr25-job-grid small{font-size:12px!important;}

.lr25-city-grid{gap:12px!important;}
.lr25-city-card{min-height:184px!important;}
.lr25-city-overlay{left:15px!important;right:15px!important;bottom:42px!important;}
.lr25-city-overlay span{width:27px!important;height:27px!important;margin-bottom:38px!important;font-size:13px!important;}
.lr25-city-overlay strong{font-size:21px!important;}
.lr25-city-overlay b{font-size:16px!important;}
.lr25-city-card>small{left:15px!important;bottom:14px!important;padding:6px 10px!important;font-size:12px!important;}

.lr25-how{margin-top:42px!important;padding-top:30px!important;gap:28px!important;grid-template-columns:.9fr 1.1fr!important;}
.lr25-how-title h2{font-size:42px!important;margin:10px 0 8px!important;}
.lr25-how-title p{font-size:15px!important;line-height:1.5!important;}
.lr25-how-compact .lr25-how-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.lr25-how-steps{gap:12px!important;}
.lr25-how-steps article{padding:17px!important;border-radius:18px!important;}
.lr25-how-steps i{width:35px!important;height:35px!important;margin-bottom:12px!important;}
.lr25-how-steps svg{width:18px!important;height:18px!important;}
.lr25-how-steps strong{font-size:16px!important;}
.lr25-how-steps span{font-size:13px!important;line-height:1.35!important;}

.lr25-community{margin-top:38px!important;padding:28px!important;}
.lr25-community h2{font-size:38px!important;margin:10px 0 8px!important;}
.lr25-community p{font-size:14px!important;line-height:1.5!important;}
.lr25-community-actions a{padding:12px 16px!important;font-size:13px!important;}

@media(max-width:1100px){
  .lr25-how,.lr25-how-compact{grid-template-columns:1fr!important;}
  .lr25-how-compact .lr25-how-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .lrhome-v25 .lr25-hero{min-height:520px!important;}
  .lr25-hero h1{font-size:40px!important;}
  .lr25-proof article{padding:16px 14px!important;}
  .lr25-job-grid a{min-height:auto!important;padding:15px!important;}
  .lr25-city-card{min-height:210px!important;}
  .lr25-how-compact .lr25-how-steps{grid-template-columns:1fr!important;}
  .lr25-how-title h2,.lr25-community h2{font-size:34px!important;}
  .lr25-community{padding:24px!important;}
}

/* V41 — stability polish */
.lrt-tabs a{
  border:0;
  background:transparent;
  padding:0 0 14px;
  color:#5f6f67;
  font-weight:950;
  cursor:pointer;
  border-bottom:3px solid transparent;
  text-decoration:none;
}
.lrt-tabs a.is-active{
  color:var(--lrt-green);
  border-bottom-color:var(--lrt-green);
}
.lrt-name-line h3 a{color:inherit!important;text-decoration:none!important;}
.lrt-name-line h3 a:hover{text-decoration:underline!important;}
a.lrt-avatar{color:inherit!important;text-decoration:none!important;}
.lrt-row.is-just-voted{background:#ecfff4!important;box-shadow:inset 4px 0 0 #00a568;}
.lrt-empty{border:1px solid #dde5df;border-radius:18px;padding:26px;background:#fff;}
.lrt-empty h3{margin:0 0 8px;font-size:24px;}
.lrt-empty p{color:#59685f;font-weight:700;}
.lrt-empty a{display:inline-flex;margin-top:8px;background:#004f35;color:#fff;border-radius:999px;padding:12px 16px;text-decoration:none;font-weight:950;}
.lr-form-success{max-width:1100px;margin:0 auto 24px;padding:16px 18px;border:1px solid #b7ebc6;background:#ecfff4;color:#006b48;border-radius:16px;font-weight:850;}

/* V43 — états du vote fiables */
.lrt-vote.is-voted,
.lrt-vote:disabled.is-voted{
  background:#f0f3f1!important;
  color:#68766f!important;
  border-color:#d8e1dc!important;
}
.lrt-row.is-just-voted{
  background:#ecfff4!important;
  box-shadow:inset 4px 0 0 #00a568, 0 16px 42px rgba(0,79,53,.08);
}

/* V45 — base INSEE / géographie nationale */
.lrt-geo-links{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #dde5df;border-bottom:1px solid #dde5df;padding:18px 0;margin:24px 0 34px;}
.lrt-geo-links>span{color:#004f35;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;font-size:12px;white-space:nowrap;}
.lrt-geo-links>div{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.lrt-geo-links a{border:1px solid #dde5df;border-radius:999px;padding:10px 13px;text-decoration:none;color:#10241b;font-weight:900;background:#fff;}
.lrt-geo-links a:hover{border-color:#004f35;color:#004f35;}
.lrt-empty-geo div{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;}
.lrt-empty-geo div a{display:inline-flex;margin-top:0;}
@media(max-width:760px){.lrt-geo-links{align-items:flex-start;flex-direction:column}.lrt-geo-links>div{justify-content:flex-start}}

/* V46 — recherche interactive + proximité */
.lrt-search-smart{position:relative;}
.lrt-place-field{position:relative;}
.lrt-place-field input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#10241b;
  font-weight:950;
  font-size:16px;
  min-height:28px;
}
.lrt-place-suggestions{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 10px);
  z-index:50;
  background:#fff;
  border:1px solid #dde5df;
  border-radius:18px;
  box-shadow:0 24px 70px rgba(16,36,27,.16);
  padding:8px;
}
.lrt-suggestion{
  width:100%;
  border:0;
  background:#fff;
  text-align:left;
  border-radius:13px;
  padding:12px 13px;
  cursor:pointer;
}
.lrt-suggestion:hover{background:#f3f7f4;}
.lrt-suggestion strong{display:block;color:#10241b;font-weight:1000;}
.lrt-suggestion span{display:block;margin-top:3px;color:#68766f;font-weight:750;font-size:13px;}
.lrt-radius-field{max-width:120px;}
.lrt-near-me{
  border:1px solid rgba(255,255,255,.45)!important;
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:14px 16px!important;
  font-weight:950!important;
}
.lrt-quick-places{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin-top:15px;
}
.lrt-quick-places span{
  color:rgba(255,255,255,.78);
  font-weight:900;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.lrt-quick-places a{
  color:#fff;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.32);
  background:rgba(255,255,255,.12);
  border-radius:999px;
  padding:8px 11px;
  font-weight:850;
}
@media(max-width:760px){
  .lrt-radius-field{max-width:none;}
  .lrt-near-me{width:100%;}
}

/* V47 — recherche lieu premium type plateforme */
html.lrp-open{overflow:hidden;}
.lrt-place-error{display:block;margin-top:8px;color:#b42318;font-weight:850;font-size:12px;}
.lrt-place-error[hidden]{display:none;}
.lrt-place-suggestions .lrp-result{box-shadow:none;border:0;border-radius:13px;}
.lrp-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:flex-end;justify-content:center;font-family:inherit;}
.lrp-backdrop{position:absolute;inset:0;background:rgba(5,18,13,.42);backdrop-filter:blur(4px);}
.lrp-sheet{position:relative;width:min(720px,100%);max-height:88vh;background:#fff;border-radius:28px 28px 0 0;box-shadow:0 -30px 90px rgba(0,0,0,.25);padding:0 18px 22px;overflow:auto;}
.lrp-sheet header{position:sticky;top:0;background:#fff;z-index:2;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:18px 0 14px;border-bottom:1px solid #edf1ee;}
.lrp-sheet header button{width:38px;height:38px;border:1px solid #dde5df;border-radius:50%;background:#fff;font-size:24px;line-height:1;color:#10241b;}
.lrp-sheet header strong{text-align:center;font-size:18px;font-weight:1000;color:#10241b;}
.lrp-searchbox{display:flex;align-items:center;gap:12px;margin:18px 0 8px;border:2px solid #004f35;border-radius:22px;padding:14px 16px;background:#fbfdfb;}
.lrp-searchbox span{font-size:20px;}
.lrp-searchbox input{border:0;outline:0;background:transparent;width:100%;font-size:18px;font-weight:850;color:#10241b;}
.lrp-hint{font-size:13px;color:#68766f;font-weight:800;margin:0 0 14px;}
.lrp-results{display:grid;gap:8px;margin-bottom:18px;}
.lrp-result{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:12px;width:100%;text-align:left;border:1px solid #e1e8e4;background:#fff;border-radius:18px;padding:13px;cursor:pointer;}
.lrp-result:active,.lrp-result:hover{background:#f4faf6;border-color:#004f35;}
.lrp-icon{width:42px;height:42px;border-radius:14px;background:#eaf7f0;display:grid;place-items:center;font-size:20px;}
.lrp-result strong{display:block;font-size:16px;font-weight:1000;color:#10241b;}
.lrp-result em{display:block;font-style:normal;color:#68766f;font-size:13px;font-weight:800;margin-top:3px;}
.lrp-empty,.lrp-loading{border:1px dashed #d9e2dd;border-radius:18px;padding:18px;color:#68766f;font-weight:850;background:#fbfdfb;}
.lrp-popular{display:flex;gap:9px;flex-wrap:wrap;border-top:1px solid #edf1ee;padding-top:16px;margin-top:8px;}
.lrp-popular span{width:100%;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#004f35;font-weight:1000;}
.lrp-popular button{border:1px solid #dce6e0;background:#fff;border-radius:999px;padding:10px 13px;font-weight:900;color:#10241b;}
.lrp-near{width:100%;margin-top:16px;border:0;border-radius:999px;background:#004f35;color:#fff;padding:15px 18px;font-weight:1000;font-size:15px;}
@media(min-width:821px){
  .lrp-modal{align-items:center;}
  .lrp-sheet{border-radius:28px;max-height:78vh;}
}

/* V48 — recherche stable, sans ancien affichage et sans saut modal */
.lrhome-smart-search .lrt-place-field input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#10241b;
  font-weight:950;
  font-size:16px;
  min-height:28px;
}
.lrhome-smart-search .lrhome-near-me{
  display:none;
}
@media(max-width:760px){
  .lrhome-smart-search .lrhome-near-me{
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.16)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.4)!important;
    width:100%;
  }
}

/* Le champ lieu n'ouvre plus un petit dropdown mobile : toujours la fenêtre premium. */
@media(max-width:820px){
  .lrt-place-suggestions{
    display:none!important;
  }
}

/* Bottom sheet stable : un seul modal, hauteur fixe, résultats scrollables. */
html.lrp-open,
html.lrp-open body{
  overflow:hidden!important;
  overscroll-behavior:none;
}
.lrp-modal{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  font-family:inherit!important;
}
.lrp-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(5,18,13,.46)!important;
  backdrop-filter:blur(6px)!important;
}
.lrp-sheet{
  position:relative!important;
  width:min(760px,100%)!important;
  height:min(78dvh,640px)!important;
  max-height:calc(100dvh - 16px)!important;
  background:#fff!important;
  border-radius:28px 28px 0 0!important;
  box-shadow:0 -30px 90px rgba(0,0,0,.25)!important;
  padding:0 18px calc(16px + env(safe-area-inset-bottom))!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
}
.lrp-sheet header{
  position:relative!important;
  flex:0 0 auto!important;
  top:auto!important;
  background:#fff!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:44px 1fr 44px!important;
  align-items:center!important;
  padding:16px 0 13px!important;
  border-bottom:1px solid #edf1ee!important;
}
.lrp-searchbox{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:16px 0 8px!important;
  border:2px solid #004f35!important;
  border-radius:22px!important;
  padding:13px 15px!important;
  background:#fbfdfb!important;
}
.lrp-hint{
  flex:0 0 auto!important;
  font-size:13px!important;
  color:#68766f!important;
  font-weight:800!important;
  margin:0 0 12px!important;
}
.lrp-results{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  display:grid!important;
  align-content:start!important;
  gap:8px!important;
  margin:0 0 12px!important;
  padding-bottom:6px!important;
}
.lrp-actions{
  flex:0 0 auto!important;
  border-top:1px solid #edf1ee!important;
  padding-top:12px!important;
  background:#fff!important;
}
.lrp-popular{
  display:none!important;
}
.lrp-result{
  display:grid!important;
  grid-template-columns:44px 1fr!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  text-align:left!important;
  border:1px solid #e1e8e4!important;
  background:#fff!important;
  border-radius:18px!important;
  padding:13px!important;
  cursor:pointer!important;
  min-height:70px!important;
}
.lrp-copy{
  min-width:0!important;
}
.lrp-result strong{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.lrp-empty,.lrp-loading{
  min-height:96px!important;
  display:flex!important;
  align-items:center!important;
}
@media(min-width:821px){
  .lrp-modal{align-items:center!important;}
  .lrp-sheet{border-radius:28px!important;height:min(72vh,640px)!important;}
}

/* V49 — barre de recherche desktop propre et stable */
.lrt-search.lrt-search-smart{
  width:min(100%,1060px)!important;
  display:grid!important;
  grid-template-columns:minmax(170px,1fr) minmax(280px,1.35fr) 118px 150px 145px!important;
  align-items:stretch!important;
  overflow:visible!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 18px 60px rgba(0,0,0,.22)!important;
  position:relative!important;
}
.lrt-search.lrt-search-smart label{
  min-width:0!important;
  border-right:1px solid #e4ebe6!important;
  padding:14px 20px!important;
}
.lrt-search.lrt-search-smart label:last-of-type{
  border-right:1px solid #e4ebe6!important;
}
.lrt-search.lrt-search-smart .lrt-place-field{
  position:relative!important;
}
.lrt-search.lrt-search-smart .lrt-radius-field{
  max-width:none!important;
}
.lrt-search.lrt-search-smart .lrt-radius-field select{
  text-align:left!important;
}
.lrt-search.lrt-search-smart button[type="submit"]{
  border:0!important;
  background:#004f35!important;
  color:#fff!important;
  border-radius:0!important;
  padding:0 18px!important;
  min-height:66px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:15px!important;
  white-space:nowrap!important;
}
.lrt-search.lrt-search-smart .lrt-near-me{
  border:0!important;
  background:#eef8f2!important;
  color:#004f35!important;
  border-radius:0 999px 999px 0!important;
  padding:0 16px!important;
  min-height:66px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:14px!important;
  font-weight:1000!important;
  white-space:nowrap!important;
}

/* Accueil : pas de rayon visible, donc barre en 4 zones équilibrées */
.lrhome-smart-search.lrt-search-smart{
  grid-template-columns:minmax(170px,1fr) minmax(300px,1.45fr) 155px 145px!important;
}
.lrhome-smart-search.lrt-search-smart .lrhome-near-me{
  display:flex!important;
  background:#eef8f2!important;
  color:#004f35!important;
  border-radius:0 999px 999px 0!important;
}

/* Suggestions desktop sous le champ, sans déplacer le hero */
@media(min-width:821px){
  .lrt-place-suggestions{
    display:block!important;
    position:absolute!important;
    left:10px!important;
    right:10px!important;
    top:calc(100% + 12px)!important;
    z-index:99999!important;
    background:#fff!important;
    border:1px solid #dde5df!important;
    border-radius:20px!important;
    box-shadow:0 28px 80px rgba(16,36,27,.18)!important;
    padding:8px!important;
    max-height:360px!important;
    overflow:auto!important;
  }
  .lrt-place-suggestions[hidden]{
    display:none!important;
  }
  .lrt-place-suggestions .lrp-result{
    min-height:64px!important;
    grid-template-columns:42px 1fr!important;
  }
}

/* Mobile : barre lisible, modal uniquement */
@media(max-width:820px){
  .lrt-search.lrt-search-smart,
  .lrhome-smart-search.lrt-search-smart{
    width:100%!important;
    border-radius:24px!important;
    grid-template-columns:1fr!important;
    overflow:hidden!important;
    box-shadow:0 18px 54px rgba(0,0,0,.24)!important;
  }
  .lrt-search.lrt-search-smart label{
    border-right:0!important;
    border-bottom:1px solid #e4ebe6!important;
  }
  .lrt-search.lrt-search-smart button[type="submit"]{
    border-radius:0!important;
    width:100%!important;
  }
  .lrt-search.lrt-search-smart .lrt-near-me,
  .lrhome-smart-search.lrt-search-smart .lrhome-near-me{
    border-radius:0!important;
    width:100%!important;
    min-height:56px!important;
  }
}

/* Finitions modal : pas de blanc énorme, hauteur stable desktop/mobile */
.lrp-sheet{
  height:min(78dvh,640px)!important;
  max-height:calc(100dvh - 16px)!important;
}
.lrp-results{
  min-height:0!important;
}
.lrp-actions{
  margin-top:auto!important;
}

/* Compteurs : éviter l'aspect virgule/decimal, garder une largeur stable */
.lrt-summary strong{
  font-variant-numeric:tabular-nums!important;
}

/* V50 — Les Avisés / recherche type Airbnb propre */
.lr-logo-image{display:flex!important;align-items:center!important;text-decoration:none!important;min-width:0!important;}
.lr-logo-image img{display:block!important;width:auto!important;height:46px!important;max-width:220px!important;object-fit:contain!important;}
.lr-header .lr-logo-image img{height:38px!important;max-width:190px!important;}
.lr-logo-footer.lr-logo-image img{height:44px!important;max-width:210px!important;filter:brightness(0) invert(1);}

.lra-search{position:relative!important;display:grid!important;grid-template-columns:minmax(260px,1.15fr) minmax(250px,1fr) 138px!important;align-items:stretch!important;width:min(100%,860px)!important;margin:0 auto!important;background:#fff!important;border:1px solid rgba(16,36,27,.12)!important;border-radius:999px!important;box-shadow:0 22px 70px rgba(16,36,27,.22)!important;overflow:visible!important;color:#10241b!important;}
.lra-search-ranking{width:min(100%,920px)!important;margin:0!important;}
.lra-search-home{width:min(100%,860px)!important;}
.lra-segment{appearance:none!important;border:0!important;background:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;min-width:0!important;min-height:72px!important;padding:14px 28px!important;text-align:left!important;color:#10241b!important;cursor:pointer!important;position:relative!important;}
.lra-segment:first-child{border-radius:999px 0 0 999px!important;}
.lra-segment:not(:first-child){border-left:1px solid #e2e8e4!important;}
.lra-segment:hover,.lra-segment.is-open{background:#f7faf8!important;}
.lra-segment span{font-size:12px!important;font-weight:950!important;color:#10241b!important;line-height:1.1!important;margin-bottom:5px!important;}
.lra-segment strong{font-size:15px!important;font-weight:850!important;color:#10241b!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;}
.lra-place-segment input{width:100%!important;border:0!important;outline:0!important;background:transparent!important;color:#10241b!important;font-size:15px!important;font-weight:850!important;line-height:1.2!important;padding:0!important;box-shadow:none!important;cursor:pointer!important;}
.lra-place-segment input::placeholder{color:#738078!important;font-weight:800!important;opacity:1!important;}
.lra-submit{border:0!important;border-radius:999px!important;margin:8px!important;background:#ff3150!important;color:#fff!important;font-weight:1000!important;font-size:15px!important;cursor:pointer!important;min-height:56px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 22px!important;box-shadow:0 14px 34px rgba(255,49,80,.28)!important;}
.lra-submit:hover{filter:brightness(.96)!important;transform:translateY(-1px)!important;}
.lra-error{position:absolute!important;left:24px!important;right:24px!important;top:calc(100% + 10px)!important;background:#fff2f4!important;color:#b4233d!important;border:1px solid #ffd2d9!important;border-radius:14px!important;padding:10px 13px!important;font-weight:850!important;font-size:13px!important;z-index:100000!important;}
.lra-panel{position:absolute!important;top:calc(100% + 14px)!important;background:#fff!important;border:1px solid #e0e6e2!important;border-radius:30px!important;box-shadow:0 34px 90px rgba(16,36,27,.20)!important;z-index:99999!important;padding:22px!important;color:#10241b!important;}
.lra-panel-place{left:0!important;width:min(460px,92vw)!important;}
.lra-panel-service{left:230px!important;width:min(620px,92vw)!important;}
.lra-panel-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin-bottom:16px!important;}
.lra-panel-head strong{font-size:20px!important;font-weight:1000!important;}
.lra-panel-head span{font-size:13px!important;font-weight:800!important;color:#68766f!important;}
.lra-panel-input{display:flex!important;align-items:center!important;gap:10px!important;border:2px solid #10241b!important;border-radius:18px!important;background:#fff!important;padding:12px 14px!important;margin-bottom:14px!important;}
.lra-panel-input input{border:0!important;outline:0!important;box-shadow:none!important;width:100%!important;font-size:16px!important;font-weight:850!important;background:transparent!important;}
.lra-results{display:grid!important;gap:8px!important;max-height:360px!important;overflow:auto!important;}
.lra-result{display:grid!important;grid-template-columns:48px 1fr!important;gap:12px!important;align-items:center!important;width:100%!important;border:0!important;background:#fff!important;border-radius:18px!important;padding:13px!important;text-align:left!important;cursor:pointer!important;color:#10241b!important;}
.lra-result:hover{background:#f4f7f5!important;}
.lra-result-icon{width:44px!important;height:44px!important;border-radius:14px!important;background:#f1f6f3!important;display:grid!important;place-items:center!important;font-size:20px!important;}
.lra-result-copy{min-width:0!important;}
.lra-result-copy strong{display:block!important;font-size:15px!important;font-weight:1000!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.lra-result-copy em{display:block!important;font-style:normal!important;margin-top:3px!important;color:#68766f!important;font-size:13px!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.lra-empty,.lra-loading{padding:18px!important;color:#68766f!important;font-weight:850!important;}
.lra-services{display:grid!important;gap:18px!important;max-height:420px!important;overflow:auto!important;}
.lra-service-group h4{margin:0 0 10px!important;color:#004f35!important;font-size:13px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-weight:1000!important;}
.lra-service-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;}
.lra-service-item{border:1px solid #e0e6e2!important;background:#fff!important;border-radius:16px!important;padding:12px 13px!important;color:#10241b!important;text-align:left!important;font-weight:950!important;cursor:pointer!important;}
.lra-service-item:hover{border-color:#ff3150!important;background:#fff6f8!important;color:#ff3150!important;}

html.lra-sheet-open,html.lra-sheet-open body{overflow:hidden!important;overscroll-behavior:none!important;}
.lra-sheet-modal{position:fixed!important;inset:0!important;z-index:999999!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;}
.lra-sheet-backdrop{position:absolute!important;inset:0!important;background:rgba(5,18,13,.48)!important;backdrop-filter:blur(6px)!important;}
.lra-sheet{position:relative!important;width:min(760px,100%)!important;height:min(78dvh,660px)!important;max-height:calc(100dvh - 14px)!important;background:#fff!important;border-radius:28px 28px 0 0!important;box-shadow:0 -30px 90px rgba(0,0,0,.25)!important;padding:0 18px calc(18px + env(safe-area-inset-bottom))!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;}
.lra-sheet header{display:grid!important;grid-template-columns:44px 1fr 44px!important;align-items:center!important;padding:16px 0!important;border-bottom:1px solid #edf1ee!important;flex:0 0 auto!important;}
.lra-sheet header button{width:38px!important;height:38px!important;border-radius:50%!important;border:1px solid #e0e6e2!important;background:#fff!important;font-size:24px!important;line-height:1!important;}
.lra-sheet header strong{text-align:center!important;font-size:17px!important;font-weight:1000!important;}
.lra-sheet-body{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;padding-top:16px!important;}
.lra-hint{margin:0 0 13px!important;color:#68766f!important;font-weight:800!important;font-size:13px!important;}

/* neutraliser l'ancienne recherche si elle coexiste par cache */
.lrt-search.lrt-search-smart:not(.lra-search){display:none!important;}
.lrt-quick-places{display:none!important;}

@media(max-width:980px){.lra-search{grid-template-columns:minmax(230px,1fr) minmax(210px,.9fr) 124px!important}.lra-panel-service{left:160px!important}.lra-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:820px){.lra-search,.lra-search-home,.lra-search-ranking{width:100%!important;grid-template-columns:1fr!important;border-radius:24px!important;box-shadow:0 18px 54px rgba(0,0,0,.24)!important;overflow:hidden!important}.lra-segment{min-height:64px!important;border-left:0!important;border-bottom:1px solid #e2e8e4!important;border-radius:0!important;padding:14px 18px!important}.lra-segment:first-child{border-radius:24px 24px 0 0!important}.lra-submit{border-radius:0 0 24px 24px!important;margin:0!important;min-height:60px!important}.lra-panel{display:none!important}.lr-logo-image img{height:34px!important;max-width:165px!important}.lr-header .lr-logo-image img{height:30px!important;max-width:145px!important}}
@media(min-width:821px){.lra-sheet-modal{align-items:center!important}.lra-sheet{border-radius:28px!important;height:min(72vh,660px)!important}}

/* V51 — panneaux desktop rendus dans body, donc plus coupés par le hero */
.lra-floating-panel{
  position:fixed!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  z-index:1000000!important;
  max-height:min(620px,calc(100vh - 110px))!important;
  overflow:auto!important;
  background:#fff!important;
  border:1px solid #e0e6e2!important;
  border-radius:30px!important;
  box-shadow:0 34px 90px rgba(16,36,27,.26)!important;
  padding:22px!important;
  color:#10241b!important;
}
.lra-floating-panel .lra-results,
.lra-floating-panel .lra-services{
  max-height:min(500px,calc(100vh - 230px))!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
.lra-floating-panel .lra-panel-head{position:sticky!important;top:-22px!important;background:#fff!important;z-index:2!important;padding-top:0!important;}
.lra-search .lra-panel:not(.lra-floating-panel){display:none!important;}
.lr25-hero{overflow:hidden!important;}
.lra-search input[data-lra-place-input]::placeholder{color:#68766f!important;opacity:1!important;}
.lra-service-segment strong[data-lra-service-label]{color:#10241b!important;}
.lra-place-segment input[data-lra-place-input]{cursor:pointer!important;}
@media(max-width:820px){.lra-floating-panel{display:none!important;}}

/* V52 — correction critique : popup desktop visible hors hero */
.lra-floating-panel{
  position:fixed!important;
  z-index:2147483000!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  max-height:min(620px, calc(100dvh - 120px))!important;
  overflow:auto!important;
  transform:none!important;
}
.lra-floating-panel.lra-panel-place,
.lra-floating-panel.lra-panel-service{
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
}
.lra-floating-panel .lra-results,
.lra-floating-panel .lra-services{
  max-height:min(430px, calc(100dvh - 250px))!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
.lra-place-segment,
.lra-service-segment{
  pointer-events:auto!important;
  user-select:none!important;
}
.lra-place-segment input[data-lra-place-input]{
  pointer-events:none!important;
}
.lra-service-segment *{
  pointer-events:none!important;
}


/* V53 — Service popup premium Les Avisés */
:root{--lra-red:#ff3150;--lra-red-dark:#e4213f;--lra-red-soft:#fff1f4;}
.lra-search .lra-submit{background:var(--lra-red)!important;color:#fff!important;}
.lra-search .lra-submit:hover{background:var(--lra-red-dark)!important;}
.lra-service-panel-head strong{color:#10131b!important;}
.lra-service-panel-head span{color:#6f7480!important;}
.lra-panel-service{width:min(720px, calc(100vw - 32px))!important;}
.lra-panel-service .lra-panel-input,.lra-sheet .lra-service-input{border-color:var(--lra-red)!important;background:#fff!important;box-shadow:0 10px 26px rgba(255,49,80,.08)!important;}
.lra-panel-service .lra-panel-input span,.lra-sheet .lra-service-input span{color:var(--lra-red)!important;}
.lra-services{display:grid!important;gap:20px!important;max-height:440px!important;overflow:auto!important;padding:2px 2px 4px!important;}
.lra-service-group{display:grid!important;gap:10px!important;}
.lra-service-group h4{margin:0!important;color:var(--lra-red)!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.11em!important;font-weight:1000!important;}
.lra-service-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
.lra-service-choice{min-height:54px!important;border:1px solid #e7e8ee!important;background:linear-gradient(180deg,#fff,#fffafa)!important;border-radius:17px!important;padding:14px 15px!important;color:#10131b!important;text-align:left!important;font-weight:950!important;cursor:pointer!important;box-shadow:0 8px 18px rgba(16,19,27,.035)!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease!important;}
.lra-service-choice strong{display:block!important;font-size:14px!important;line-height:1.15!important;letter-spacing:-.01em!important;}
.lra-service-choice span{display:none!important;}
.lra-service-choice:hover{transform:translateY(-1px)!important;border-color:rgba(255,49,80,.45)!important;background:var(--lra-red-soft)!important;color:var(--lra-red-dark)!important;box-shadow:0 14px 28px rgba(255,49,80,.10)!important;}
.lra-service-empty{border:1px dashed #f1a7b4!important;background:#fff6f8!important;color:#a61b32!important;border-radius:18px!important;padding:18px!important;font-weight:850!important;}
.lra-service-segment strong[data-lra-service-label]{color:#10131b!important;}
.lra-service-segment:hover strong[data-lra-service-label]{color:var(--lra-red)!important;}
@media(max-width:820px){.lra-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lra-service-choice{min-height:52px!important;padding:13px!important}.lra-service-group h4{font-size:11px!important}}
@media(max-width:430px){.lra-service-grid{grid-template-columns:1fr!important}}

/* V55 — Page Catégories : retour esprit plateforme, vert dominant */
.lrcat-v55{
  --lr-green:#004f35;
  --lr-green-2:#0f6b4b;
  --lr-green-soft:#eef8f2;
  --lr-ink:#10241b;
  --lr-muted:#66736d;
  --lr-line:#dfe7e2;
  --lr-red:#ff3150;
  max-width:1180px!important;
  padding-top:32px!important;
}

/* Neutralisation ciblée de l'ancienne direction V54 si le cache mélange les CSS */
.lrcat-v55 *{
  box-sizing:border-box;
}

.lrc55-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 290px;
  gap:24px;
  align-items:stretch;
  border-bottom:1px solid var(--lr-line);
  padding:38px 0 34px;
  margin-bottom:30px;
}

.lrc55-kicker,
.lrc55-section-head span{
  display:inline-flex;
  color:var(--lr-green);
  background:var(--lr-green-soft);
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  line-height:1;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.lrc55-hero h1{
  max-width:860px;
  margin:18px 0 14px;
  color:var(--lr-ink);
  font-size:clamp(44px,5vw,76px);
  line-height:.93;
  letter-spacing:-.06em;
  font-weight:1000;
}

.lrc55-hero p{
  max-width:760px;
  margin:0;
  color:#4f5f57;
  font-size:18px;
  line-height:1.55;
  font-weight:750;
}

.lrc55-hero-aside{
  display:grid;
  align-content:center;
  gap:10px;
  border:1px solid var(--lr-line);
  border-radius:26px;
  padding:24px;
  background:
    radial-gradient(circle at 95% 0%, rgba(255,49,80,.10), transparent 34%),
    #fff;
  box-shadow:0 18px 48px rgba(16,36,27,.06);
}

.lrc55-hero-aside strong{
  color:var(--lr-green);
  font-size:54px;
  line-height:.9;
  letter-spacing:-.06em;
  font-weight:1000;
}

.lrc55-hero-aside span{
  color:var(--lr-muted);
  font-weight:900;
}

.lrc55-hero-aside a,
.lrc55-bottom a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  width:max-content;
  border-radius:999px;
  background:var(--lr-green);
  color:#fff!important;
  padding:0 16px;
  text-decoration:none!important;
  font-weight:1000;
  box-shadow:0 14px 30px rgba(0,79,53,.16);
}

.lrc55-popular,
.lrc55-groups,
.lrc55-bottom{
  margin-top:34px;
}

.lrc55-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.lrc55-section-head h2{
  margin:10px 0 0;
  color:var(--lr-ink);
  font-size:clamp(28px,3vw,42px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:1000;
}

.lrc55-section-head>a{
  color:var(--lr-green);
  text-decoration:none!important;
  font-weight:1000;
}

.lrc55-popular-row{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}

.lrc55-popular-row a{
  display:grid;
  align-content:space-between;
  min-height:116px;
  border:1px solid var(--lr-line);
  border-radius:22px;
  background:#fff;
  padding:16px;
  text-decoration:none!important;
  color:var(--lr-ink);
  box-shadow:0 12px 34px rgba(16,36,27,.045);
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.lrc55-popular-row a:hover{
  transform:translateY(-2px);
  border-color:rgba(0,79,53,.25);
  box-shadow:0 20px 48px rgba(0,79,53,.10);
}

.lrc55-popular-row em{
  display:flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--lr-green-soft);
  color:var(--lr-green);
  font-style:normal;
  font-weight:1000;
  font-size:12px;
}

.lrc55-popular-row strong{
  display:block;
  color:var(--lr-ink);
  font-size:18px;
  line-height:1.05;
  margin-top:16px;
}

.lrc55-popular-row small{
  display:block;
  margin-top:6px;
  color:var(--lr-muted);
  font-weight:800;
}

.lrc55-group-list{
  display:grid;
  gap:14px;
}

.lrc55-group{
  border:1px solid var(--lr-line);
  border-radius:26px;
  background:#fff;
  padding:20px;
  box-shadow:0 14px 42px rgba(16,36,27,.045);
}

.lrc55-group header{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding-bottom:16px;
  border-bottom:1px solid #edf2ef;
}

.lrc55-group i{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:18px;
  background:var(--lr-green-soft);
  color:var(--lr-green);
}

.lrc55-group svg{
  width:26px;
  height:26px;
  fill:currentColor;
}

.lrc55-group header span{
  color:var(--lr-red);
  font-size:12px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.lrc55-group h3{
  margin:4px 0 5px;
  color:var(--lr-ink);
  font-size:28px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:1000;
}

.lrc55-group p{
  margin:0;
  color:#5e6a64;
  font-weight:750;
  line-height:1.4;
}

.lrc55-group header>a{
  min-height:42px;
  border:1px solid var(--lr-line);
  border-radius:999px;
  padding:0 15px;
  display:inline-flex;
  align-items:center;
  text-decoration:none!important;
  color:var(--lr-green);
  background:#fff;
  font-weight:1000;
  white-space:nowrap;
}

.lrc55-jobs{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  padding-top:16px;
}

.lrc55-jobs a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  border:1px solid var(--lr-line);
  border-radius:999px;
  padding:0 13px;
  background:#fff;
  color:#202b26;
  text-decoration:none!important;
  font-weight:900;
  transition:background .16s ease, border-color .16s ease, color .16s ease;
}

.lrc55-jobs a:hover{
  background:var(--lr-green-soft);
  border-color:rgba(0,79,53,.28);
  color:var(--lr-green);
}

.lrc55-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  border-radius:28px;
  background:var(--lr-green);
  color:#fff;
  padding:28px;
  margin-bottom:34px;
}

.lrc55-bottom h2{
  margin:0;
  color:#fff;
  font-size:32px;
  letter-spacing:-.04em;
  line-height:1;
}

.lrc55-bottom p{
  max-width:680px;
  margin:9px 0 0;
  color:rgba(255,255,255,.78);
  font-weight:750;
}

.lrc55-bottom a{
  background:#fff!important;
  color:var(--lr-green)!important;
  box-shadow:none;
  flex:0 0 auto;
}

@media(max-width:1040px){
  .lrc55-hero{
    grid-template-columns:1fr;
  }
  .lrc55-hero-aside{
    grid-template-columns:auto 1fr auto;
    align-items:center;
  }
  .lrc55-popular-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:780px){
  .lrcat-v55{
    padding-top:18px!important;
  }
  .lrc55-hero{
    padding:22px 0 26px;
  }
  .lrc55-hero h1{
    font-size:42px;
  }
  .lrc55-hero p{
    font-size:16px;
  }
  .lrc55-hero-aside,
  .lrc55-popular-row{
    grid-template-columns:1fr;
  }
  .lrc55-section-head{
    display:block;
  }
  .lrc55-section-head>a{
    display:inline-flex;
    margin-top:12px;
  }
  .lrc55-group header{
    grid-template-columns:50px 1fr;
  }
  .lrc55-group header>a{
    grid-column:1 / -1;
    width:max-content;
  }
  .lrc55-bottom{
    display:grid;
  }
  .lrc55-bottom a{
    width:100%;
  }
}

@media(max-width:430px){
  .lrc55-popular-row{
    grid-template-columns:1fr;
  }
  .lrc55-group{
    padding:16px;
    border-radius:22px;
  }
  .lrc55-group h3{
    font-size:24px;
  }
}
