@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;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;
  }
}


/* V56 — alignement typographique Catégories avec les autres pages */
.lrcat-v55{
  font-family:var(--lra-font-body, var(--lr-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif))!important;
}

/* Gros titres : même esprit éditorial que les pages À propos / Classement */
.lrc55-hero h1,
.lrc55-section-head h2,
.lrc55-bottom h2{
  font-family:var(--lra-font-display, var(--lr-font-display, Georgia, "Times New Roman", serif))!important;
  font-weight:800!important;
  letter-spacing:-.055em!important;
}

/* Le hero était encore trop “bloc IA”. On le rapproche du style plateforme sobre. */
.lrc55-hero h1{
  max-width:900px!important;
  font-size:clamp(52px,5.7vw,88px)!important;
  line-height:.88!important;
  color:#10241b!important;
}

.lrc55-section-head h2{
  font-size:clamp(32px,3.4vw,50px)!important;
  line-height:.94!important;
}

.lrc55-bottom h2{
  font-size:clamp(30px,3vw,44px)!important;
  line-height:.94!important;
}

/* Titres de cartes : garder une sans moderne comme sur les listes/classements */
.lrc55-group h3,
.lrc55-popular-row strong,
.lrc55-hero-aside strong{
  font-family:var(--lra-font-body, var(--lr-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif))!important;
}

/* Légère harmonisation des espacements avec les autres pages */
.lrc55-hero{
  padding-top:44px!important;
  padding-bottom:38px!important;
}

.lrc55-hero p{
  font-size:17px!important;
  max-width:720px!important;
}

@media(max-width:780px){
  .lrc55-hero h1{
    font-size:46px!important;
    line-height:.92!important;
  }
  .lrc55-section-head h2{
    font-size:34px!important;
  }
}

/* V57 — Page Villes premium, cohérente avec Les Avisés */
.lrvil-v57{
  --lr-green:#004f35;
  --lr-green-soft:#eef8f2;
  --lr-ink:#10241b;
  --lr-muted:#66736d;
  --lr-line:#dfe7e2;
  --lr-red:#ff3150;
  max-width:1180px!important;
  padding-top:26px!important;
}

.lrv57-hero{
  position:relative;
  min-height:430px;
  border-radius:0;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:#10241b;
}

.lrv57-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.95);
  transform:scale(1.01);
}

.lrv57-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.30), rgba(0,0,0,.58)),
    radial-gradient(circle at 50% 18%, rgba(0,79,53,.22), transparent 42%);
}

.lrv57-hero article{
  position:relative;
  z-index:2;
  max-width:860px;
  padding:54px 28px;
  text-align:center;
  color:#fff;
}

.lrv57-hero span,
.lrv57-section-head span{
  display:inline-flex;
  width:max-content;
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  line-height:1;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.lrv57-hero span{
  background:rgba(255,255,255,.18);
  color:#fff;
  backdrop-filter:blur(8px);
}

.lrv57-hero h1{
  margin:18px auto 14px;
  color:#fff!important;
  font-family:var(--lra-font-display, var(--lr-font-display, Georgia, "Times New Roman", serif))!important;
  font-size:clamp(54px,6vw,94px);
  line-height:.88;
  letter-spacing:-.06em;
  font-weight:800;
  text-shadow:0 8px 34px rgba(0,0,0,.32);
}

.lrv57-hero p{
  max-width:680px;
  margin:0 auto;
  color:rgba(255,255,255,.92);
  font-size:18px;
  line-height:1.5;
  font-weight:850;
}

.lrv57-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-bottom:1px solid var(--lr-line);
  margin:0 0 34px;
}

.lrv57-stats article{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:84px;
  border-right:1px solid var(--lr-line);
  color:var(--lr-green);
}

.lrv57-stats article:last-child{
  border-right:0;
}

.lrv57-stats svg{
  width:22px;
  height:22px;
  fill:currentColor;
}

.lrv57-stats strong{
  color:var(--lr-green);
  font-size:32px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:1000;
}

.lrv57-stats span{
  color:var(--lr-ink);
  font-weight:900;
}

.lrv57-featured,
.lrv57-more,
.lrv57-zones{
  margin-top:36px;
}

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

.lrv57-section-head span{
  color:var(--lr-green);
  background:var(--lr-green-soft);
}

.lrv57-section-head h2{
  margin:10px 0 0;
  color:var(--lr-ink);
  font-size:clamp(32px,3.4vw,50px);
  line-height:.94;
  letter-spacing:-.045em;
  font-weight:1000;
}

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

.lrv57-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.lrv57-city-card{
  position:relative;
  min-height:260px;
  overflow:hidden;
  border-radius:0;
  background:#10241b;
  color:#fff;
  text-decoration:none!important;
  box-shadow:0 18px 46px rgba(16,36,27,.10);
  isolation:isolate;
}

.lrv57-city-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.lrv57-city-card:hover img{
  transform:scale(1.045);
}

.lrv57-card-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.76));
  z-index:1;
}

.lrv57-card-content{
  position:relative;
  z-index:2;
  min-height:210px;
  padding:18px;
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.lrv57-card-content em{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#fff;
  color:var(--lr-green);
  font-style:normal;
  font-size:13px;
  font-weight:1000;
}

.lrv57-card-content div{
  align-self:end;
}

.lrv57-card-content h3{
  margin:0;
  color:#fff!important;
  font-size:28px;
  line-height:.95;
  letter-spacing:-.035em;
  font-weight:1000;
  text-shadow:0 5px 24px rgba(0,0,0,.35);
}

.lrv57-card-content p{
  margin:7px 0 0;
  color:rgba(255,255,255,.86);
  font-weight:850;
}

.lrv57-card-content strong{
  justify-self:start;
  margin-top:14px;
  color:#3ff09b;
  font-size:22px;
  line-height:1;
  font-weight:1000;
}

.lrv57-card-content small{
  color:#fff;
  font-size:12px;
}

.lrv57-city-card footer{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:12px;
  border-top:1px solid rgba(255,255,255,.18);
  padding:12px 18px 15px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:850;
}

.lrv57-more-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--lr-line);
}

.lrv57-more-list a{
  display:grid;
  grid-template-columns:1fr auto 24px;
  gap:18px;
  align-items:center;
  min-height:74px;
  padding:17px 0;
  border-bottom:1px solid var(--lr-line);
  color:var(--lr-ink);
  text-decoration:none!important;
}

.lrv57-more-list a:nth-child(odd){
  padding-right:20px;
  border-right:1px solid var(--lr-line);
}

.lrv57-more-list a:nth-child(even){
  padding-left:20px;
}

.lrv57-more-list strong{
  display:block;
  font-size:22px;
  line-height:1;
  letter-spacing:-.03em;
}

.lrv57-more-list span{
  display:block;
  margin-top:5px;
  color:var(--lr-muted);
  font-weight:800;
}

.lrv57-more-list em{
  color:var(--lr-green);
  font-style:normal;
  font-weight:1000;
}

.lrv57-more-list svg{
  width:22px;
  height:22px;
  fill:var(--lr-green);
}

.lrv57-zone-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:34px;
}

.lrv57-zone-grid article{
  border:1px solid var(--lr-line);
  border-radius:24px;
  padding:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(16,36,27,.045);
}

.lrv57-zone-grid h3{
  margin:0 0 13px;
  color:var(--lr-ink);
  font-size:22px;
  letter-spacing:-.035em;
}

.lrv57-zone-grid nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.lrv57-zone-grid a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  border:1px solid var(--lr-line);
  border-radius:999px;
  padding:0 11px;
  color:var(--lr-green);
  text-decoration:none!important;
  font-weight:900;
  background:#fff;
}

.lrv57-zone-grid a:hover{
  background:var(--lr-green-soft);
}

@media(max-width:1040px){
  .lrv57-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .lrv57-zone-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:780px){
  .lrvil-v57{
    padding-top:18px!important;
  }
  .lrv57-hero{
    min-height:390px;
  }
  .lrv57-hero h1{
    font-size:46px;
    line-height:.92;
  }
  .lrv57-hero p{
    font-size:16px;
  }
  .lrv57-stats{
    grid-template-columns:1fr;
  }
  .lrv57-stats article{
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid var(--lr-line);
    padding:0 18px;
  }
  .lrv57-stats article:last-child{
    border-bottom:0;
  }
  .lrv57-section-head{
    display:block;
  }
  .lrv57-section-head a{
    display:inline-flex;
    margin-top:12px;
  }
  .lrv57-grid,
  .lrv57-zone-grid,
  .lrv57-more-list{
    grid-template-columns:1fr;
  }
  .lrv57-more-list a,
  .lrv57-more-list a:nth-child(odd),
  .lrv57-more-list a:nth-child(even){
    padding-left:0;
    padding-right:0;
    border-right:0;
  }
}


/* V58 — largeur page villes + titres globalement moins grands */
:root{
  --la-title-scale: .88;
}

/* Page villes : même largeur utile que les pages classement */
.lrvil-v58{
  max-width:1460px!important;
  width:100%!important;
  padding-left:28px!important;
  padding-right:28px!important;
}

/* Hero villes un peu moins haut et lisible */
.lrvil-v58 .lrv57-hero{
  min-height:400px!important;
}

.lrvil-v58 .lrv57-hero h1{
  font-size:clamp(42px,5.1vw,76px)!important;
  line-height:.9!important;
}

/* Grille plus large : 6 villes possibles sans être serrées */
.lrvil-v58 .lrv57-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
}

.lrvil-v58 .lrv57-city-card{
  min-height:245px!important;
}

.lrvil-v58 .lrv57-card-content{
  min-height:195px!important;
}

.lrvil-v58 .lrv57-card-content h3{
  font-size:25px!important;
}

/* Réduction globale des très gros titres du site, sans toucher au logo/header */
.lrsite-hero h1,
.lrt-hero h1,
.lra-hero h1,
.lrc55-hero h1,
.lrv57-hero h1,
.lrcat-v55 .lrc55-hero h1,
.lrabout-hero h1,
.lrpro-hero h1,
.lrdash-hero h1{
  font-size:clamp(40px,5vw,76px)!important;
  line-height:.92!important;
}

/* Pages éditoriales : éviter les titres trop énormes sur desktop */
@media(min-width:981px){
  .lrsite-hero h1,
  .lrt-hero h1,
  .lra-hero h1,
  .lrc55-hero h1,
  .lrv57-hero h1,
  .lrcat-v55 .lrc55-hero h1,
  .lrabout-hero h1,
  .lrpro-hero h1,
  .lrdash-hero h1{
    max-width:980px!important;
  }

  .lrc55-section-head h2,
  .lrv57-section-head h2,
  .lrsite-section-head h2,
  .lrt-section-head h2{
    font-size:clamp(28px,2.8vw,42px)!important;
  }
}

/* Mobile : titres toujours impactants mais moins envahissants */
@media(max-width:780px){
  .lrvil-v58{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .lrsite-hero h1,
  .lrt-hero h1,
  .lra-hero h1,
  .lrc55-hero h1,
  .lrv57-hero h1,
  .lrcat-v55 .lrc55-hero h1,
  .lrabout-hero h1,
  .lrpro-hero h1,
  .lrdash-hero h1{
    font-size:clamp(34px,10vw,46px)!important;
    line-height:.96!important;
  }

  .lrvil-v58 .lrv57-grid{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:1180px) and (min-width:781px){
  .lrvil-v58 .lrv57-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}


/* V59 — Footer propre + parcours compte/pro */
.lr-footer-v59{
  background:#061226!important;
  color:#fff!important;
  margin-top:64px!important;
  padding:0!important;
}

.lr-footer-v59 .lr-footer-inner{
  max-width:1460px!important;
  margin:0 auto!important;
  padding:34px 28px!important;
  display:grid!important;
  grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(160px,.65fr))!important;
  gap:34px!important;
  align-items:start!important;
}

.lr-footer-v59 .lr-footer-brand{
  display:grid!important;
  gap:14px!important;
}

.lr-footer-v59 .lr-logo-footer{
  width:max-content!important;
  min-width:0!important;
  height:auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}

.lr-footer-v59 .lr-logo-footer img{
  display:block!important;
  width:178px!important;
  height:auto!important;
  max-height:none!important;
  background:#fff!important;
  border-radius:12px!important;
  padding:8px 10px!important;
}

.lr-footer-v59 p{
  max-width:420px!important;
  margin:0!important;
  color:rgba(255,255,255,.72)!important;
  font-weight:750!important;
  line-height:1.45!important;
}

.lr-footer-v59 .lr-footer-col{
  display:grid!important;
  gap:10px!important;
}

.lr-footer-v59 strong{
  color:#fff!important;
  font-size:13px!important;
  text-transform:uppercase!important;
  letter-spacing:.09em!important;
  font-weight:1000!important;
  margin-bottom:4px!important;
}

.lr-footer-v59 a{
  color:rgba(255,255,255,.76)!important;
  text-decoration:none!important;
  font-weight:850!important;
}

.lr-footer-v59 a:hover{
  color:#fff!important;
}

.lr-header-actions .lr-btn-primary:empty{
  display:none!important;
}

/* Auth / parcours */
.lrauth-page,
.lradd-page,
.lrdash-v59{
  max-width:1180px!important;
}

.lrauth-hero{
  text-align:center;
  padding:44px 0 24px;
}

.lrauth-hero span,
.lrauth-card>span,
.lradd-gate article>span,
.lrdash-empty>span,
.lrdash-next h2:before{
  display:inline-flex;
  border-radius:999px;
  padding:7px 11px;
  background:#eef8f2;
  color:#004f35;
  font-size:12px;
  line-height:1;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.lrauth-hero h1{
  margin:16px auto 10px;
  max-width:820px;
  font-family:var(--lra-font-display, Georgia, serif)!important;
  color:#10241b;
  font-size:clamp(38px,4.8vw,70px);
  line-height:.93;
  letter-spacing:-.055em;
}

.lrauth-hero p{
  max-width:760px;
  margin:0 auto;
  color:#5e6a64;
  font-weight:750;
  line-height:1.55;
}

.lrauth-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:22px;
}

.lrauth-card,
.lradd-gate,
.lrdash-empty,
.lrdash-next,
.lr-auth-required-card{
  border:1px solid #dfe7e2;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 54px rgba(16,36,27,.055);
}

.lrauth-card{
  padding:24px;
}

.lrauth-card.is-pro{
  background:linear-gradient(135deg,#fff,#f5fbf7);
}

.lrauth-card h2,
.lradd-gate h2,
.lrdash-empty h2,
.lrdash-next h2{
  margin:12px 0 12px;
  color:#10241b;
  font-size:30px;
  line-height:1;
  letter-spacing:-.04em;
}

.lrauth-card form{
  display:grid;
  gap:13px;
}

.lrauth-card label,
.lradd-form-panel label{
  display:grid;
  gap:7px;
  color:#26352e;
  font-weight:900;
}

.lrauth-card input,
.lradd-form-panel input,
.lradd-form-panel textarea{
  width:100%;
  border:1px solid #dfe7e2;
  border-radius:15px;
  min-height:46px;
  padding:0 13px;
  font-weight:800;
}

.lrauth-card textarea,
.lradd-form-panel textarea{
  padding-top:12px;
  min-height:110px;
}

.lrauth-card button,
.lradd-form-panel button{
  border:0;
  border-radius:999px;
  min-height:48px;
  background:#004f35;
  color:#fff;
  font-weight:1000;
}

.lrauth-check{
  display:flex!important;
  grid-template-columns:auto 1fr!important;
  align-items:center;
  gap:8px!important;
}

.lrauth-check input{
  width:auto!important;
  min-height:auto!important;
}

.lrauth-journeys{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:24px 0 10px;
}

.lrauth-journeys article{
  border-top:2px solid #004f35;
  padding-top:14px;
}

.lrauth-journeys strong{
  color:#10241b;
  font-size:18px;
}

.lrauth-journeys p{
  color:#5e6a64;
  font-weight:750;
}

.lr-form-error{
  max-width:720px;
  margin:12px auto;
  border:1px solid #ffd0d8;
  background:#fff3f5;
  color:#a61b32;
  border-radius:18px;
  padding:14px 16px;
  font-weight:900;
}

.lradd-gate{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:24px;
  padding:28px;
  margin-top:24px;
}

.lradd-gate p,
.lrdash-empty p,
.lrdash-next p{
  color:#5e6a64;
  font-weight:750;
}

.lradd-gate aside{
  border-left:1px solid #dfe7e2;
  padding-left:22px;
}

.lradd-gate h3{
  margin:0 0 12px;
  color:#10241b;
}

.lradd-gate ol{
  margin:0;
  padding-left:20px;
  color:#10241b;
  font-weight:850;
  line-height:1.85;
}

.lradd-form-panel aside a{
  color:#004f35;
  font-weight:1000;
  text-decoration:none;
}

.lr-auth-required{
  max-width:900px!important;
}

.lr-auth-required-card{
  padding:34px;
  text-align:center;
}

.lrdash-empty{
  padding:28px;
  margin-top:20px;
}

.lr-status-pill{
  display:inline-flex!important;
  width:max-content!important;
  border-radius:999px!important;
  padding:7px 11px!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:1000!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  background:#eef8f2!important;
  color:#004f35!important;
}

.lr-status-pill.pending,
.lr-status-pill.draft{
  background:#fff7e8!important;
  color:#9a5a00!important;
}

.lr-status-pill.verified,
.lr-status-pill.published{
  background:#eef8f2!important;
  color:#004f35!important;
}

.lrdash-next{
  padding:24px;
  margin:24px 0;
}

.lrdash-next h2:before{
  content:"Parcours";
  margin-right:10px;
  vertical-align:middle;
}

.lrdash-next>div{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.lrdash-next article{
  border:1px solid #dfe7e2;
  border-radius:20px;
  padding:16px;
}

.lrdash-next article strong{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#004f35;
  color:#fff;
  margin-bottom:12px;
}

.lrdash-next article span{
  display:block;
  color:#10241b;
  font-weight:1000;
}

@media(max-width:900px){
  .lr-footer-v59 .lr-footer-inner,
  .lrauth-grid,
  .lradd-gate,
  .lrauth-journeys,
  .lrdash-next>div{
    grid-template-columns:1fr!important;
  }

  .lradd-gate aside{
    border-left:0;
    border-top:1px solid #dfe7e2;
    padding-left:0;
    padding-top:18px;
  }

  .lr-footer-v59 .lr-footer-inner{
    padding-bottom:92px!important;
  }
}


/* V60 — Espace pro finalisé et stable */
.lrd60-page{
  max-width:1180px!important;
  padding-top:26px!important;
  color:#10241b;
}

.lrd60-hero,
.lrd60-compact-hero{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  border-bottom:1px solid #dfe7e2;
  padding:30px 0 26px;
}

.lrd60-compact-hero{
  display:block;
}

.lrd60-hero span,
.lrd60-compact-hero span,
.lrd60-empty>span,
.lrd60-card-head>span{
  display:inline-flex;
  border-radius:999px;
  padding:7px 11px;
  background:#eef8f2;
  color:#004f35;
  font-size:12px;
  line-height:1;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.lrd60-hero h1,
.lrd60-compact-hero h1{
  margin:14px 0 8px;
  max-width:860px;
  font-family:var(--lra-font-display, Georgia, serif)!important;
  font-size:clamp(38px,4.4vw,66px)!important;
  line-height:.94!important;
  letter-spacing:-.055em!important;
  font-weight:800!important;
  color:#10241b!important;
}

.lrd60-hero p,
.lrd60-compact-hero p{
  max-width:740px;
  margin:0;
  color:#5e6a64;
  font-weight:750;
  line-height:1.55;
}

.lrd60-hero>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border-radius:999px;
  padding:0 17px;
  background:#004f35;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:1000;
  white-space:nowrap;
}

/* Navigation dashboard propre */
.lr-dash-nav-v60{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  margin:22px 0!important;
  padding:0!important;
  border:0!important;
}

.lr-dash-nav-v60 a{
  display:grid!important;
  grid-template-columns:38px 1fr!important;
  gap:10px!important;
  align-items:center!important;
  min-height:68px!important;
  border:1px solid #dfe7e2!important;
  border-radius:18px!important;
  background:#fff!important;
  padding:12px!important;
  color:#10241b!important;
  text-decoration:none!important;
  box-shadow:0 10px 26px rgba(16,36,27,.035)!important;
}

.lr-dash-nav-v60 a.is-active{
  border-color:rgba(0,79,53,.35)!important;
  background:#eef8f2!important;
}

.lr-dash-nav-v60 i{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:38px!important;
  height:38px!important;
  border-radius:13px!important;
  background:#eef8f2!important;
  color:#004f35!important;
}

.lr-dash-nav-v60 a.is-active i{
  background:#004f35!important;
  color:#fff!important;
}

.lr-dash-nav-v60 svg{
  width:20px!important;
  height:20px!important;
  fill:currentColor!important;
}

.lr-dash-nav-v60 strong{
  display:block!important;
  font-size:14px!important;
  line-height:1.1!important;
}

.lr-dash-nav-v60 small{
  display:block!important;
  margin-top:4px!important;
  color:#66736d!important;
  font-size:12px!important;
  font-weight:800!important;
}

.lrd60-overview{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:18px;
  margin-top:18px;
}

.lrd60-main-card,
.lrd60-score-card,
.lrd60-empty,
.lrd60-editor,
.lrd60-list,
.lrd60-table,
.lrd60-plans article,
.lrd60-settings,
.lrd60-note,
.lrd60-steps{
  border:1px solid #dfe7e2;
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 46px rgba(16,36,27,.045);
}

.lrd60-main-card,
.lrd60-score-card,
.lrd60-empty,
.lrd60-table,
.lrd60-settings,
.lrd60-note,
.lrd60-steps{
  padding:22px;
}

.lrd60-card-head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
}

.lrd60-card-head a,
.lrd60-score-card a,
.lrd60-editor header>a,
.lrd60-list-head a,
.lrd60-settings aside a{
  color:#004f35!important;
  text-decoration:none!important;
  font-weight:1000!important;
}

.lrd60-main-card h2{
  margin:16px 0 6px;
  color:#10241b;
  font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}

.lrd60-main-card p{
  margin:0 0 20px;
  color:#5e6a64;
  font-weight:800;
}

.lrd60-share label{
  display:block;
  color:#66736d;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:1000;
  margin-bottom:8px;
}

.lrd60-share>div{
  display:flex;
  gap:10px;
}

.lrd60-share input{
  flex:1;
  min-width:0;
  border:1px solid #dfe7e2;
  border-radius:999px;
  min-height:44px;
  padding:0 14px;
  color:#10241b;
  font-weight:800;
  background:#fff;
}

.lrd60-share button,
.lrd60-edit-form button,
.lrd60-plans button,
.lrd60-settings button{
  border:0;
  border-radius:999px;
  min-height:44px;
  padding:0 16px;
  background:#004f35;
  color:#fff;
  font-weight:1000;
}

.lrd60-score-card{
  background:#004f35;
  color:#fff;
  display:grid;
  align-content:center;
  justify-items:center;
  text-align:center;
}

.lrd60-score-card strong{
  color:#3ff09b;
  font-size:54px;
  line-height:.9;
  letter-spacing:-.05em;
}

.lrd60-score-card small{
  color:#fff;
  font-size:18px;
}

.lrd60-score-card span{
  display:block;
  margin-top:12px;
  color:rgba(255,255,255,.86);
  font-weight:1000;
}

.lrd60-score-card p{
  margin:6px 0 18px;
  color:rgba(255,255,255,.72);
  font-weight:800;
}

.lrd60-score-card a{
  background:#fff;
  color:#004f35!important;
  border-radius:999px;
  padding:12px 16px;
}

.lrd60-kpis{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #dfe7e2;
  border-bottom:1px solid #dfe7e2;
  margin:24px 0;
}

.lrd60-kpis article{
  min-height:120px;
  display:grid;
  place-items:center;
  text-align:center;
  border-right:1px solid #dfe7e2;
}

.lrd60-kpis article:last-child{
  border-right:0;
}

.lrd60-kpis strong{
  color:#004f35;
  font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}

.lrd60-kpis span{
  color:#10241b;
  font-weight:1000;
}

.lrd60-kpis small{
  color:#66736d;
  font-weight:800;
}

.lrd60-empty{
  margin-top:20px;
}

.lrd60-empty h2{
  margin:14px 0 10px;
  font-size:34px;
  letter-spacing:-.04em;
  line-height:1;
}

.lrd60-list-layout{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:18px;
}

.lrd60-list{
  padding:14px;
  align-self:start;
}

.lrd60-list-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:6px 6px 12px;
}

.lrd60-list>a{
  display:grid;
  gap:7px;
  border:1px solid #dfe7e2;
  border-radius:18px;
  padding:14px;
  margin-top:10px;
  color:#10241b;
  text-decoration:none!important;
}

.lrd60-list>a.is-active{
  background:#eef8f2;
  border-color:rgba(0,79,53,.35);
}

.lrd60-list>a strong{
  font-size:17px;
  line-height:1.05;
}

.lrd60-list>a small{
  color:#66736d;
  font-weight:800;
}

.lrd60-editor{
  padding:22px;
}

.lrd60-editor header{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:18px;
}

.lrd60-editor h2{
  margin:12px 0 5px;
  font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}

.lrd60-editor p{
  margin:0;
  color:#66736d;
  font-weight:850;
}

.lrd60-edit-form{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.lrd60-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.lrd60-edit-form label,
.lrd60-settings label{
  display:grid;
  gap:7px;
  color:#26352e;
  font-weight:900;
}

.lrd60-edit-form input,
.lrd60-edit-form textarea,
.lrd60-settings input{
  width:100%;
  border:1px solid #dfe7e2;
  border-radius:15px;
  min-height:46px;
  padding:0 13px;
  font-weight:800;
}

.lrd60-edit-form textarea{
  min-height:128px;
  padding-top:12px;
}

.lrd60-table{
  margin-top:20px;
}

.lrd60-table header{
  margin-bottom:12px;
}

.lrd60-table h2{
  margin:0 0 6px;
  font-size:28px;
  letter-spacing:-.04em;
}

.lrd60-table p{
  margin:0;
  color:#66736d;
  font-weight:750;
}

.lrd60-table article{
  display:grid;
  grid-template-columns:1fr 150px 90px 220px;
  gap:14px;
  align-items:center;
  border-top:1px solid #dfe7e2;
  padding:14px 0;
}

.lrd60-table article strong{
  font-size:17px;
}

.lrd60-table article span,
.lrd60-table article small{
  color:#66736d;
  font-weight:800;
}

.lrd60-table article em{
  color:#004f35;
  font-style:normal;
  font-weight:1000;
}

.lrd60-plans{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.lrd60-plans article{
  padding:22px;
}

.lrd60-plans article.is-current{
  border-color:rgba(0,79,53,.35);
  background:#eef8f2;
}

.lrd60-plans span{
  display:inline-flex;
  border-radius:999px;
  padding:7px 10px;
  background:#fff;
  color:#004f35;
  font-size:12px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.lrd60-plans h2{
  margin:16px 0 8px;
  font-size:28px;
  letter-spacing:-.04em;
}

.lrd60-plans strong{
  display:block;
  color:#004f35;
  font-size:28px;
}

.lrd60-plans p{
  color:#5e6a64;
  font-weight:750;
  min-height:70px;
}

.lrd60-note{
  margin-top:18px;
  background:#f8fbf9;
}

.lrd60-settings{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
}

.lrd60-settings form{
  display:grid;
  gap:14px;
}

.lrd60-checks{
  display:grid;
  gap:8px;
}

.lrd60-checks label{
  display:flex!important;
  grid-template-columns:auto 1fr!important;
  align-items:center;
  gap:9px;
}

.lrd60-checks input{
  width:auto!important;
  min-height:auto!important;
}

.lrd60-settings aside{
  border-left:1px solid #dfe7e2;
  padding-left:22px;
}

.lrd60-steps{
  margin:24px 0 34px;
}

.lrd60-steps h2{
  margin:0 0 18px;
  font-size:30px;
  letter-spacing:-.04em;
}

.lrd60-steps>div{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.lrd60-steps article{
  border:1px solid #dfe7e2;
  border-radius:20px;
  padding:16px;
  background:#fff;
}

.lrd60-steps article strong{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#004f35;
  color:#fff;
  margin-bottom:12px;
}

.lrd60-steps article span{
  display:block;
  color:#10241b;
  font-weight:1000;
}

.lrd60-steps article p{
  margin:7px 0 0;
  color:#66736d;
  font-weight:750;
}

/* neutralise les anciens nav bruts si cache partiel */
.lr-dashboard>.lr-dash-nav,
.lr-dash-nav:not(.lr-dash-nav-v60){
  display:none!important;
}

@media(max-width:1020px){
  .lr-dash-nav-v60,
  .lrd60-kpis,
  .lrd60-plans,
  .lrd60-steps>div{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .lrd60-overview,
  .lrd60-list-layout,
  .lrd60-settings{
    grid-template-columns:1fr!important;
  }

  .lrd60-settings aside{
    border-left:0;
    border-top:1px solid #dfe7e2;
    padding-left:0;
    padding-top:18px;
  }
}

@media(max-width:680px){
  .lrd60-hero{
    display:block;
  }

  .lrd60-hero>a{
    margin-top:16px;
  }

  .lr-dash-nav-v60,
  .lrd60-kpis,
  .lrd60-form-grid,
  .lrd60-plans,
  .lrd60-steps>div{
    grid-template-columns:1fr!important;
  }

  .lrd60-table article{
    grid-template-columns:1fr!important;
    gap:5px;
  }

  .lrd60-share>div{
    display:grid;
  }

  .lrd60-kpis article{
    border-right:0;
    border-bottom:1px solid #dfe7e2;
  }

  .lrd60-kpis article:last-child{
    border-bottom:0;
  }
}


/* V61 — Création fiche structurée : service + ville sélectionnables */
.lradd-v61{
  max-width:1180px!important;
}

.lradd-v61-panel form{
  gap:16px!important;
}

.lradd-selectors{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.lradd-selector{
  width:100%;
  min-height:118px;
  border:1px solid #dfe7e2;
  border-radius:24px;
  background:#fff;
  padding:18px;
  text-align:left;
  cursor:pointer;
  box-shadow:0 14px 38px rgba(16,36,27,.045);
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.lradd-selector:hover{
  transform:translateY(-1px);
  border-color:rgba(0,79,53,.32);
  box-shadow:0 22px 52px rgba(0,79,53,.10);
  background:#fbfdfb;
}

.lradd-selector span{
  display:inline-flex;
  border-radius:999px;
  padding:7px 10px;
  background:#eef8f2;
  color:#004f35;
  font-size:12px;
  line-height:1;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.lradd-selector strong{
  display:block;
  margin-top:14px;
  color:#10241b;
  font-size:24px;
  line-height:1;
  letter-spacing:-.035em;
  font-weight:1000;
}

.lradd-selector em{
  display:block;
  margin-top:7px;
  color:#66736d;
  font-style:normal;
  font-weight:800;
}

.lradd-error{
  border:1px solid #ffd0d8;
  background:#fff3f5;
  color:#a61b32;
  border-radius:16px;
  padding:12px 14px;
  font-weight:900;
}

.lradd-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.lradd-full{
  grid-column:1 / -1;
}

.lradd-v61-panel aside ul{
  margin:14px 0;
  padding-left:20px;
  color:#10241b;
  font-weight:850;
  line-height:1.7;
}

.lradd-v61-panel aside{
  background:linear-gradient(135deg,#fff,#f7fbf8);
}

.lradd-v61-panel textarea{
  min-height:120px!important;
}

@media(max-width:780px){
  .lradd-selectors,
  .lradd-form-grid{
    grid-template-columns:1fr;
  }

  .lradd-selector{
    min-height:104px;
  }
}


/* V62 — Création + fiche publique pro complète */
.lradd-v61 .lradd-selectors{
  gap:18px!important;
}

.lradd-v61 .lradd-selector{
  min-height:126px!important;
  border-radius:18px!important;
  border:2px solid #dfe7e2!important;
  background:linear-gradient(135deg,#fff,#fbfdfb)!important;
  position:relative!important;
}

.lradd-v61 .lradd-selector:after{
  content:"";
  position:absolute;
  right:18px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid #004f35;
  border-bottom:2px solid #004f35;
  transform:translateY(-50%) rotate(-45deg);
}

.lradd-v61 .lradd-selector strong{
  font-size:22px!important;
}

.lradd-side-note{
  border-top:1px solid #dfe7e2;
  margin-top:16px!important;
  padding-top:16px;
}

.lradd-v61 input[type="file"],
.lrd60-edit-form input[type="file"]{
  padding:11px 13px!important;
  height:auto!important;
  background:#fff!important;
}

.lrd62-photo-preview{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:14px;
  align-items:center;
  border:1px solid #dfe7e2;
  border-radius:18px;
  padding:12px;
  background:#f8fbf9;
}

.lrd62-photo-preview img{
  width:150px;
  height:96px;
  object-fit:cover;
  border-radius:14px;
}

.lrd62-photo-preview span{
  color:#66736d;
  font-weight:800;
}

/* Fiche publique */
.lrprofile-v62{
  max-width:1460px;
  margin:0 auto;
  padding:28px;
  color:#10241b;
}

.lrp62-hero{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:28px;
  align-items:stretch;
  border-bottom:1px solid #dfe7e2;
  padding-bottom:28px;
}

.lrp62-photo{
  min-height:420px;
  border-radius:0;
  overflow:hidden;
  background:#eef8f2;
}

.lrp62-photo img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}

.lrp62-identity{
  display:grid;
  align-content:center;
  justify-items:start;
}

.lrp62-breadcrumb{
  margin:0 0 18px;
  color:#66736d;
  font-weight:850;
  font-size:13px;
}

.lrp62-identity h1{
  margin:18px 0 12px;
  font-family:var(--lra-font-display, Georgia, serif)!important;
  font-size:clamp(42px,5vw,74px)!important;
  line-height:.9!important;
  letter-spacing:-.055em!important;
  font-weight:800!important;
  color:#10241b!important;
}

.lrp62-subtitle{
  margin:0;
  color:#4f5f57;
  font-size:18px;
  font-weight:850;
}

.lrp62-scoreline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px 22px;
  border-top:1px solid #dfe7e2;
  border-bottom:1px solid #dfe7e2;
  margin:24px 0;
  padding:18px 0;
  width:100%;
}

.lrp62-scoreline strong{
  color:#004f35;
  font-size:46px;
  line-height:1;
  letter-spacing:-.04em;
}

.lrp62-scoreline small{
  color:#10241b;
  font-size:16px;
}

.lrp62-scoreline span{
  color:#10241b;
  font-weight:900;
}

.lrp62-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.lrprofile-v62 .lr-btn-primary,
.lrprofile-v62 .lr-vote-link,
.lrprofile-v62 .lr-vote-btn{
  background:#004f35!important;
  color:#fff!important;
  border-color:#004f35!important;
}

.lrprofile-v62 .lr-vote-link:hover,
.lrprofile-v62 .lr-vote-btn:hover{
  background:#003f2b!important;
}

.lrp62-share{
  min-height:46px;
  border:1px solid #dfe7e2;
  border-radius:999px;
  background:#fff;
  color:#004f35;
  padding:0 17px;
  font-weight:1000;
}

.lrp62-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  margin-top:28px;
}

.lrp62-main,
.lrp62-side{
  display:grid;
  gap:18px;
  align-content:start;
}

.lrp62-card{
  border:1px solid #dfe7e2;
  border-radius:24px;
  background:#fff;
  padding:22px;
  box-shadow:0 14px 42px rgba(16,36,27,.045);
}

.lrp62-card h2{
  margin:0 0 12px;
  color:#10241b;
  font-size:28px;
  line-height:1;
  letter-spacing:-.04em;
}

.lrp62-card p{
  margin:0;
  color:#4f5f57;
  font-weight:750;
  line-height:1.55;
}

.lrp62-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.lrp62-tags span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  border-radius:999px;
  background:#eef8f2;
  color:#004f35;
  padding:0 12px;
  font-weight:900;
}

.lrp62-empty{
  border:1px dashed #dfe7e2;
  border-radius:18px;
  background:#f8fbf9;
  padding:18px;
}

.lrp62-empty strong{
  display:block;
  color:#10241b;
  margin-bottom:6px;
}

.lrp62-side dl{
  display:grid;
  gap:13px;
  margin:0;
}

.lrp62-side dl div{
  border-bottom:1px solid #edf2ef;
  padding-bottom:12px;
}

.lrp62-side dl div:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.lrp62-side dt{
  color:#66736d;
  font-size:12px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.lrp62-side dd{
  margin:5px 0 0;
  color:#10241b;
  font-weight:900;
}

.lrp62-side a{
  color:#004f35;
  text-decoration:none;
  font-weight:1000;
}

.lrp62-owner{
  background:#004f35;
  color:#fff;
}

.lrp62-owner h2,
.lrp62-owner p{
  color:#fff!important;
}

.lrp62-owner p{
  color:rgba(255,255,255,.78)!important;
  margin-bottom:16px!important;
}

.lrp62-owner a{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  color:#004f35!important;
  padding:0 15px;
}

@media(max-width:980px){
  .lrprofile-v62{
    padding:18px;
  }
  .lrp62-hero,
  .lrp62-layout{
    grid-template-columns:1fr;
  }
  .lrp62-photo,
  .lrp62-photo img{
    min-height:300px;
  }
}

@media(max-width:640px){
  .lrd62-photo-preview{
    grid-template-columns:1fr;
  }
  .lrd62-photo-preview img{
    width:100%;
    height:180px;
  }
  .lrp62-identity h1{
    font-size:40px!important;
  }
}


/* V63 — Avis écrits + étoiles */
.lr-stars{
  display:inline-flex;
  gap:1px;
  color:#cfd7d2;
  line-height:1;
  vertical-align:middle;
}

.lr-stars span{
  color:#cfd7d2;
}

.lr-stars span.is-filled{
  color:#004f35;
}

.lrp63-review-link{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dfe7e2;
  border-radius:999px;
  background:#fff;
  color:#004f35!important;
  padding:0 17px;
  text-decoration:none!important;
  font-weight:1000;
}

.lrp63-section-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.lrp63-section-title h2{
  margin:0 0 6px!important;
}

.lrp63-section-title p{
  margin:0!important;
  color:#66736d!important;
  font-weight:750!important;
}

.lrp63-section-title a{
  flex:0 0 auto;
  color:#004f35!important;
  font-weight:1000;
  text-decoration:none!important;
}

.lrp63-reviews{
  display:grid;
  gap:12px;
}

.lrp63-reviews article{
  border:1px solid #dfe7e2;
  border-radius:20px;
  padding:16px;
  background:#fff;
}

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

.lrp63-reviews strong{
  color:#10241b;
  font-size:16px;
}

.lrp63-reviews p{
  margin:0!important;
}

.lrp63-reviews small{
  display:block;
  margin-top:10px;
  color:#66736d;
  font-weight:800;
}

.lrp63-message{
  border:1px solid #dfe7e2;
  background:#f8fbf9;
  color:#10241b;
  border-radius:16px;
  padding:12px 14px;
  font-weight:900;
  margin:12px 0;
}

.lrp63-message.is-success{
  border-color:rgba(0,79,53,.25);
  background:#eef8f2;
  color:#004f35;
}

.lrp63-message.is-error{
  border-color:#ffd0d8;
  background:#fff3f5;
  color:#a61b32;
}

.lrp63-intro{
  margin-bottom:16px!important;
}

.lrp63-login-box{
  border:1px solid #dfe7e2;
  background:#f8fbf9;
  border-radius:20px;
  padding:18px;
}

.lrp63-login-box p{
  margin:0 0 14px!important;
}

.lrp63-login-box a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:999px;
  background:#004f35;
  color:#fff!important;
  padding:0 15px;
  text-decoration:none!important;
  font-weight:1000;
}

.lrp63-review-form{
  display:grid;
  gap:14px;
}

.lrp63-review-form fieldset{
  border:0;
  padding:0;
  margin:0;
}

.lrp63-review-form legend,
.lrp63-review-form label{
  display:grid;
  gap:8px;
  color:#26352e;
  font-weight:900;
}

.lrp63-rating-input{
  display:inline-flex;
  flex-direction:row-reverse;
  justify-content:flex-end;
  gap:4px;
}

.lrp63-rating-input input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.lrp63-rating-input label{
  display:inline-flex!important;
  cursor:pointer;
  font-size:34px;
  line-height:1;
  color:#d0d8d3;
  transition:color .15s ease, transform .15s ease;
}

.lrp63-rating-input label:hover,
.lrp63-rating-input label:hover ~ label,
.lrp63-rating-input input:checked ~ label{
  color:#004f35;
}

.lrp63-rating-input label:hover{
  transform:translateY(-1px);
}

.lrp63-review-form input,
.lrp63-review-form textarea{
  width:100%;
  border:1px solid #dfe7e2;
  border-radius:15px;
  min-height:46px;
  padding:0 13px;
  font-weight:800;
}

.lrp63-review-form textarea{
  min-height:130px;
  padding-top:12px;
}

.lrp63-review-form button{
  width:max-content;
  border:0;
  border-radius:999px;
  min-height:46px;
  padding:0 18px;
  background:#004f35;
  color:#fff;
  font-weight:1000;
}

.lrt-rating .lr-stars{
  margin-right:4px;
}

.lrt-rating .lr-stars span{
  font-size:13px;
}

@media(max-width:700px){
  .lrp63-section-title{
    display:block;
  }
  .lrp63-section-title a{
    display:inline-flex;
    margin-top:12px;
  }
}


/* V64 — Polissage création fiche + statut espace pro */

/* Sélecteurs service/localisation : plus compacts, alignés avec les champs */
.lradd-v61 .lradd-selectors{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin:2px 0 2px!important;
}

.lradd-v61 .lradd-selector{
  min-height:82px!important;
  border-radius:16px!important;
  border:1px solid #dfe7e2!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:14px 42px 13px 14px!important;
  display:grid!important;
  align-content:center!important;
}

.lradd-v61 .lradd-selector:hover{
  transform:none!important;
  border-color:rgba(0,79,53,.35)!important;
  background:#f8fbf9!important;
  box-shadow:0 10px 24px rgba(16,36,27,.045)!important;
}

.lradd-v61 .lradd-selector:after{
  right:17px!important;
  width:8px!important;
  height:8px!important;
  border-right:2px solid #004f35!important;
  border-bottom:2px solid #004f35!important;
}

.lradd-v61 .lradd-selector span{
  display:block!important;
  width:max-content!important;
  background:transparent!important;
  color:#004f35!important;
  padding:0!important;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.08em!important;
  margin-bottom:7px!important;
}

.lradd-v61 .lradd-selector strong{
  margin:0!important;
  font-size:17px!important;
  line-height:1.05!important;
  letter-spacing:-.02em!important;
  color:#10241b!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.lradd-v61 .lradd-selector em{
  margin-top:5px!important;
  font-size:12px!important;
  line-height:1.2!important;
  color:#66736d!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* Quand un choix est fait, le bloc reste discret mais plus rassurant */
.lradd-v61 .lradd-selector strong:not(:empty){
  font-weight:1000!important;
}

.lradd-v61-panel{
  align-items:start!important;
}

.lradd-v61-panel aside{
  padding:26px!important;
}

.lradd-v61-panel aside h2{
  font-size:28px!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
}

/* Statut mes fiches : éviter l'incohérence visuelle */
.lrd60-list>a em{
  color:#004f35!important;
  font-style:normal!important;
  font-size:12px!important;
  font-weight:900!important;
}

.lr-status-pill.published{
  background:#eef8f2!important;
  color:#004f35!important;
}

.lr-status-pill.pending{
  background:#fff7e8!important;
  color:#9a5a00!important;
}

/* Petits ajustements issus du test parcours */
.lrd60-edit-form input[type="file"],
.lradd-v61 input[type="file"]{
  font-size:13px!important;
}

@media(max-width:780px){
  .lradd-v61 .lradd-selectors{
    grid-template-columns:1fr!important;
  }

  .lradd-v61 .lradd-selector{
    min-height:78px!important;
  }
}


/* V65 — Logo vert, footer propre, titres réduits, pages légales, photos dashboard */
:root{
  --la-green:#004f35;
  --la-green-soft:#eef8f2;
  --la-ink:#10241b;
}

/* Logo : recoloration verte cohérente + légèrement plus grand */
.lr-logo-image img{
  width:172px!important;
  max-height:none!important;
  filter:hue-rotate(118deg) saturate(1.25) brightness(.78)!important;
}

.lr-header .lr-logo-image img{
  width:178px!important;
}

@media(min-width:980px){
  .lr-header-inner{
    min-height:72px!important;
  }
}

/* Footer : enlever l'effet rectangle blanc du logo */
.lr-footer-v59 .lr-logo-footer img{
  width:172px!important;
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
  filter:hue-rotate(118deg) saturate(1.15) brightness(1.9) contrast(.95)!important;
}

/* Titres principaux encore réduits sur tout le site */
.lrsite-simple-hero h1,
.lrauth-hero h1,
.lrd60-hero h1,
.lrd60-compact-hero h1,
.lrt-hero h1,
.lrsite-hero h1,
.lrc55-hero h1,
.lrv57-hero h1,
.lrabout-hero h1,
.lrprofile-v62 .lrp62-identity h1,
.lrlegal-hero h1{
  font-size:clamp(34px,4.1vw,62px)!important;
  line-height:.96!important;
  letter-spacing:-.05em!important;
}

@media(min-width:981px){
  .lrsite-simple-hero{
    padding-top:48px!important;
    padding-bottom:26px!important;
  }

  .lrsite-simple-hero h1{
    max-width:760px!important;
  }

  .lrauth-hero h1,
  .lrd60-hero h1,
  .lrd60-compact-hero h1,
  .lrlegal-hero h1{
    max-width:840px!important;
  }
}

@media(max-width:780px){
  .lrsite-simple-hero h1,
  .lrauth-hero h1,
  .lrd60-hero h1,
  .lrd60-compact-hero h1,
  .lrt-hero h1,
  .lrsite-hero h1,
  .lrc55-hero h1,
  .lrv57-hero h1,
  .lrabout-hero h1,
  .lrprofile-v62 .lrp62-identity h1,
  .lrlegal-hero h1{
    font-size:clamp(31px,9vw,42px)!important;
  }
}

/* Mes fiches : ne plus afficher la même photo fallback partout */
.lrd62-photo-preview.no-photo{
  background:#f8fbf9!important;
}

.lrd65-photo-empty{
  width:150px;
  height:96px;
  border-radius:14px;
  background:var(--la-green-soft);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--la-green);
  font-size:32px;
  font-weight:1000;
}

.lrd62-photo-preview.no-photo span:last-child{
  color:#66736d!important;
}

@media(max-width:640px){
  .lrd65-photo-empty{
    width:100%;
    height:150px;
  }
}

/* Pages légales */
.lrlegal-page{
  max-width:980px!important;
  padding-top:34px!important;
}

.lrlegal-hero{
  text-align:center;
  border-bottom:1px solid #dfe7e2;
  padding:42px 0 28px;
}

.lrlegal-hero span{
  display:inline-flex;
  width:max-content;
  border-radius:999px;
  padding:7px 11px;
  background:var(--la-green-soft);
  color:var(--la-green);
  font-size:12px;
  line-height:1;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.lrlegal-hero h1{
  margin:16px auto 10px;
  font-family:var(--lra-font-display, Georgia, serif)!important;
  color:var(--la-ink)!important;
  font-weight:800!important;
}

.lrlegal-hero p{
  max-width:640px;
  margin:0 auto;
  color:#5e6a64;
  font-weight:750;
}

.lrlegal-content{
  margin:28px 0 56px;
  border:1px solid #dfe7e2;
  border-radius:26px;
  background:#fff;
  padding:30px;
  box-shadow:0 16px 44px rgba(16,36,27,.045);
}

.lrlegal-content h2{
  margin:28px 0 10px;
  color:var(--la-ink);
  font-size:26px;
  line-height:1;
  letter-spacing:-.035em;
}

.lrlegal-content h2:first-child{
  margin-top:0;
}

.lrlegal-content p,
.lrlegal-content li{
  color:#4f5f57;
  font-weight:750;
  line-height:1.65;
}

.lrlegal-content a{
  color:var(--la-green);
  font-weight:1000;
}

/* Footer légal plus compact en mobile */
@media(max-width:900px){
  .lr-footer-v59 .lr-footer-inner{
    gap:22px!important;
  }
}


/* V66 — Logo SVG vert transparent + titres encore affinés */
.lr-logo-image img,
.lr-header .lr-logo-image img,
.lr-footer-v59 .lr-logo-footer img{
  filter:none!important;
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
}

.lr-header .lr-logo-image img{
  width:188px!important;
  height:auto!important;
}

.lr-footer-v59 .lr-logo-footer img{
  width:188px!important;
  height:auto!important;
}

/* contact footer */
.lr-footer-contact{
  margin-top:4px!important;
}

.lr-footer-contact a{
  color:rgba(255,255,255,.84)!important;
  font-weight:1000!important;
}

/* Réduction finale des grands titres */
.lrsite-simple-hero h1,
.lrauth-hero h1,
.lrd60-hero h1,
.lrd60-compact-hero h1,
.lrt-hero h1,
.lrsite-hero h1,
.lrc55-hero h1,
.lrv57-hero h1,
.lrabout-hero h1,
.lrprofile-v62 .lrp62-identity h1,
.lrlegal-hero h1{
  font-size:clamp(32px,3.7vw,56px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}

@media(min-width:981px){
  .lrsite-simple-hero h1,
  .lrauth-hero h1,
  .lrd60-hero h1,
  .lrd60-compact-hero h1,
  .lrlegal-hero h1{
    max-width:780px!important;
  }

  .lrsite-simple-hero{
    padding-top:42px!important;
  }
}

@media(max-width:780px){
  .lrsite-simple-hero h1,
  .lrauth-hero h1,
  .lrd60-hero h1,
  .lrd60-compact-hero h1,
  .lrt-hero h1,
  .lrsite-hero h1,
  .lrc55-hero h1,
  .lrv57-hero h1,
  .lrabout-hero h1,
  .lrprofile-v62 .lrp62-identity h1,
  .lrlegal-hero h1{
    font-size:clamp(29px,8.5vw,39px)!important;
  }
}

/* Pages légales : contenu plus dense mais lisible */
.lrlegal-content{
  max-width:900px!important;
}

.lrlegal-content h2{
  font-size:24px!important;
}

.lrlegal-content p,
.lrlegal-content li{
  font-size:15.5px!important;
}


/* V67 — Logo plus lisible + titres principaux réellement réduits */

/* Header : logo plus grand et slogan lisible */
.lr-header .lr-logo-image img{
  width:218px!important;
  height:auto!important;
  max-height:none!important;
  filter:none!important;
  background:transparent!important;
}

.lr-header .lr-logo-image{
  min-width:218px!important;
}

.lr-header-inner{
  min-height:76px!important;
}

/* Footer : logo dédié en version claire, sans fond, lisible sur bleu nuit */
.lr-footer-v59 .lr-logo-footer img{
  width:218px!important;
  height:auto!important;
  max-height:none!important;
  filter:none!important;
  background:transparent!important;
  border-radius:0!important;
  padding:0!important;
}

/* Réduction générale des gros titres : moins monumentaux, plus équilibrés */
.lrsite-simple-hero h1,
.lrauth-hero h1,
.lrd60-hero h1,
.lrd60-compact-hero h1,
.lrt-hero h1,
.lrsite-hero h1,
.lrc55-hero h1,
.lrv57-hero h1,
.lrabout-hero h1,
.lrprofile-v62 .lrp62-identity h1,
.lrlegal-hero h1{
  font-size:clamp(30px,3.25vw,50px)!important;
  line-height:1.02!important;
  letter-spacing:-.038em!important;
}

/* Page catégories / métiers : cas le plus visible dans ton retour */
.lrcat-v55 .lrc55-hero h1,
.lrc55-hero h1{
  max-width:720px!important;
  font-size:clamp(34px,3.35vw,52px)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
}

.lrc55-hero p{
  max-width:700px!important;
  font-size:16px!important;
  line-height:1.5!important;
}

.lrc55-hero{
  padding-top:32px!important;
  padding-bottom:30px!important;
}

/* Autres sections : titres de blocs moins dominants */
.lrc55-section-head h2,
.lrv57-section-head h2,
.lrsite-section-head h2,
.lrt-section-head h2,
.lrd60-steps h2,
.lrd60-table h2,
.lrp62-card h2{
  font-size:clamp(24px,2.35vw,34px)!important;
  line-height:1.05!important;
}

/* Hero page villes / classement : conserver impact mais éviter l'écrasement */
.lrv57-hero h1,
.lrt-hero h1{
  font-size:clamp(34px,4vw,58px)!important;
  line-height:.98!important;
}

@media(max-width:980px){
  .lr-header .lr-logo-image img{
    width:190px!important;
  }
  .lr-header .lr-logo-image{
    min-width:190px!important;
  }
  .lr-footer-v59 .lr-logo-footer img{
    width:200px!important;
  }
}

@media(max-width:780px){
  .lrsite-simple-hero h1,
  .lrauth-hero h1,
  .lrd60-hero h1,
  .lrd60-compact-hero h1,
  .lrt-hero h1,
  .lrsite-hero h1,
  .lrc55-hero h1,
  .lrv57-hero h1,
  .lrabout-hero h1,
  .lrprofile-v62 .lrp62-identity h1,
  .lrlegal-hero h1{
    font-size:clamp(28px,7.7vw,38px)!important;
    line-height:1.04!important;
  }

  .lrcat-v55 .lrc55-hero h1,
  .lrc55-hero h1{
    font-size:clamp(31px,8.2vw,40px)!important;
  }
}


/* V68 — slogan du logo lisible */
.lr-header .lr-logo-image img{
  width:260px!important;
  height:auto!important;
  max-height:none!important;
}

.lr-header .lr-logo-image{
  min-width:260px!important;
}

.lr-header-inner{
  min-height:82px!important;
}

.lr-footer-v59 .lr-logo-footer img{
  width:260px!important;
  height:auto!important;
  max-height:none!important;
}

@media(max-width:980px){
  .lr-header .lr-logo-image img{
    width:220px!important;
  }
  .lr-header .lr-logo-image{
    min-width:220px!important;
  }
  .lr-footer-v59 .lr-logo-footer img{
    width:230px!important;
  }
}

@media(max-width:520px){
  .lr-header .lr-logo-image img{
    width:205px!important;
  }
  .lr-header .lr-logo-image{
    min-width:205px!important;
  }
}


/* V69 — logo sans slogan coupé : override très spécifique */
body.lr-site .lr-header .lr-header-inner{
  min-height:96px!important;
  height:auto!important;
}

body.lr-site .lr-header a.lr-logo-image{
  flex:0 0 350px!important;
  width:350px!important;
  min-width:350px!important;
  max-width:350px!important;
  overflow:visible!important;
}

body.lr-site .lr-header a.lr-logo-image img{
  display:block!important;
  width:350px!important;
  min-width:350px!important;
  max-width:none!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  overflow:visible!important;
  filter:none!important;
  background:transparent!important;
}

body.lr-site .lr-footer-v59 a.lr-logo-footer.lr-logo-image{
  flex:0 0 330px!important;
  width:330px!important;
  min-width:330px!important;
  max-width:330px!important;
  overflow:visible!important;
}

body.lr-site .lr-footer-v59 a.lr-logo-footer.lr-logo-image img{
  display:block!important;
  width:330px!important;
  min-width:330px!important;
  max-width:none!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  overflow:visible!important;
  filter:none!important;
  background:transparent!important;
}

/* Pour garder la navigation propre avec le logo plus large */
body.lr-site .lr-nav{
  gap:24px!important;
}

@media(max-width:1120px){
  body.lr-site .lr-header a.lr-logo-image{
    flex-basis:300px!important;
    width:300px!important;
    min-width:300px!important;
    max-width:300px!important;
  }
  body.lr-site .lr-header a.lr-logo-image img{
    width:300px!important;
    min-width:300px!important;
  }
}

@media(max-width:860px){
  body.lr-site .lr-header a.lr-logo-image{
    flex-basis:255px!important;
    width:255px!important;
    min-width:255px!important;
    max-width:255px!important;
  }
  body.lr-site .lr-header a.lr-logo-image img{
    width:255px!important;
    min-width:255px!important;
  }
}

/* V71 — logo final validé : PNG transparent, slogan non coupé, sans filtre */
body.lr-site .lr-header .lr-header-inner{
  min-height:104px!important;
  height:auto!important;
  overflow:visible!important;
}

body.lr-site .lr-header a.lr-logo-image{
  flex:0 0 370px!important;
  width:370px!important;
  min-width:370px!important;
  max-width:370px!important;
  overflow:visible!important;
}

body.lr-site .lr-header a.lr-logo-image img{
  display:block!important;
  width:370px!important;
  min-width:370px!important;
  max-width:none!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  overflow:visible!important;
  filter:none!important;
  background:transparent!important;
}

body.lr-site .lr-footer-v59 a.lr-logo-footer.lr-logo-image{
  flex:0 0 350px!important;
  width:350px!important;
  min-width:350px!important;
  max-width:350px!important;
  overflow:visible!important;
}

body.lr-site .lr-footer-v59 a.lr-logo-footer.lr-logo-image img{
  display:block!important;
  width:350px!important;
  min-width:350px!important;
  max-width:none!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  overflow:visible!important;
  filter:none!important;
  background:transparent!important;
}

@media(max-width:1120px){
  body.lr-site .lr-header a.lr-logo-image{
    flex-basis:310px!important;
    width:310px!important;
    min-width:310px!important;
    max-width:310px!important;
  }
  body.lr-site .lr-header a.lr-logo-image img{
    width:310px!important;
    min-width:310px!important;
  }
}

@media(max-width:860px){
  body.lr-site .lr-header .lr-header-inner{
    min-height:82px!important;
  }
  body.lr-site .lr-header a.lr-logo-image{
    flex-basis:245px!important;
    width:245px!important;
    min-width:245px!important;
    max-width:245px!important;
  }
  body.lr-site .lr-header a.lr-logo-image img{
    width:245px!important;
    min-width:245px!important;
  }
  body.lr-site .lr-footer-v59 a.lr-logo-footer.lr-logo-image,
  body.lr-site .lr-footer-v59 a.lr-logo-footer.lr-logo-image img{
    width:280px!important;
    min-width:280px!important;
    max-width:280px!important;
  }
}

/* V72 — logo header réduit + footer premium lisible */
body.lr-site .lr-header .lr-header-inner{
  min-height:76px!important;
  height:76px!important;
  padding-left:34px!important;
  padding-right:34px!important;
  overflow:visible!important;
}

body.lr-site .lr-header a.lr-logo-image{
  flex:0 0 252px!important;
  width:252px!important;
  min-width:252px!important;
  max-width:252px!important;
  overflow:visible!important;
}

body.lr-site .lr-header a.lr-logo-image img{
  display:block!important;
  width:252px!important;
  min-width:0!important;
  max-width:252px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  background:transparent!important;
}

body.lr-site .lr-nav{
  gap:30px!important;
  font-size:12px!important;
}

body.lr-site .lr-header-actions .lr-btn-primary,
body.lr-site .lr-header-actions .lr-btn-soft{
  height:38px!important;
  border-radius:9px!important;
}

body.lr-site .lr-footer-v72{
  margin-top:0!important;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,79,53,.34), transparent 31%),
    linear-gradient(135deg,#06101d 0%,#071926 56%,#06101d 100%)!important;
  color:#f8faf8!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
}

body.lr-site .lr-footer-v72 .lr-footer-inner{
  max-width:1380px!important;
  margin:0 auto!important;
  padding:46px 54px 34px!important;
  display:grid!important;
  grid-template-columns:minmax(320px,1.35fr) .72fr .82fr 1.05fr!important;
  gap:48px!important;
  align-items:start!important;
  justify-content:initial!important;
}

body.lr-site .lr-footer-v72 .lr-footer-brand{
  max-width:430px!important;
  padding-right:36px!important;
  border-right:1px solid rgba(255,255,255,.12)!important;
}

body.lr-site .lr-footer-v72 a.lr-logo-footer.lr-logo-image{
  display:flex!important;
  width:286px!important;
  min-width:0!important;
  max-width:286px!important;
  flex:0 0 auto!important;
  overflow:visible!important;
  margin-bottom:18px!important;
}

body.lr-site .lr-footer-v72 a.lr-logo-footer.lr-logo-image img{
  display:block!important;
  width:286px!important;
  min-width:0!important;
  max-width:286px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
}

body.lr-site .lr-footer-v72 .lr-footer-brand p{
  margin:0!important;
  max-width:360px!important;
  color:rgba(248,250,248,.82)!important;
  font-size:14px!important;
  line-height:1.65!important;
  font-weight:650!important;
}

body.lr-site .lr-footer-v72 .lr-footer-contact{
  margin-top:22px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}

body.lr-site .lr-footer-v72 .lr-footer-contact span{
  color:#22b978!important;
  font-weight:900!important;
}

body.lr-site .lr-footer-v72 .lr-footer-contact a{
  color:#fff!important;
  font-weight:850!important;
}

body.lr-site .lr-footer-v72 .lr-footer-col{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  align-items:flex-start!important;
}

body.lr-site .lr-footer-v72 .lr-footer-col strong{
  color:#37c27f!important;
  font-size:12px!important;
  line-height:1!important;
  text-transform:uppercase!important;
  letter-spacing:.1em!important;
  margin-bottom:8px!important;
  font-weight:950!important;
}

body.lr-site .lr-footer-v72 .lr-footer-col a{
  color:rgba(255,255,255,.84)!important;
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:700!important;
  transition:color .18s ease, transform .18s ease!important;
}

body.lr-site .lr-footer-v72 .lr-footer-col a:hover{
  color:#fff!important;
  transform:translateX(2px)!important;
}

body.lr-site .lr-footer-v72 .lr-footer-bottom{
  max-width:1380px!important;
  margin:0 auto!important;
  padding:22px 54px 28px!important;
  border-top:1px solid rgba(255,255,255,.1)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
}

body.lr-site .lr-footer-v72 .lr-footer-bottom p{
  margin:0!important;
  color:rgba(255,255,255,.52)!important;
  font-size:12px!important;
  font-weight:650!important;
}

body.lr-site .lr-footer-v72 .lr-footer-social{
  display:flex!important;
  gap:13px!important;
}

body.lr-site .lr-footer-v72 .lr-footer-social a{
  width:28px!important;
  height:28px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(55,194,127,.42)!important;
  color:#37c27f!important;
  font-size:12px!important;
  font-weight:900!important;
}

@media(max-width:1180px){
  body.lr-site .lr-header .lr-header-inner{
    padding-left:24px!important;
    padding-right:24px!important;
  }
  body.lr-site .lr-header a.lr-logo-image{
    flex-basis:230px!important;
    width:230px!important;
    min-width:230px!important;
    max-width:230px!important;
  }
  body.lr-site .lr-header a.lr-logo-image img{
    width:230px!important;
    max-width:230px!important;
  }
  body.lr-site .lr-nav{
    gap:22px!important;
  }
  body.lr-site .lr-footer-v72 .lr-footer-inner{
    grid-template-columns:1.2fr 1fr 1fr!important;
  }
  body.lr-site .lr-footer-v72 .lr-footer-brand{
    grid-column:1/-1!important;
    max-width:none!important;
    padding-right:0!important;
    padding-bottom:26px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.11)!important;
  }
}

@media(max-width:860px){
  body.lr-site .lr-header .lr-header-inner{
    min-height:70px!important;
    height:70px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  body.lr-site .lr-header a.lr-logo-image{
    flex-basis:210px!important;
    width:210px!important;
    min-width:210px!important;
    max-width:210px!important;
  }
  body.lr-site .lr-header a.lr-logo-image img{
    width:210px!important;
    max-width:210px!important;
  }
  body.lr-site .lr-footer-v72{
    padding-bottom:70px!important;
  }
  body.lr-site .lr-footer-v72 .lr-footer-inner{
    padding:34px 18px 24px!important;
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  body.lr-site .lr-footer-v72 .lr-footer-brand{
    padding-bottom:22px!important;
  }
  body.lr-site .lr-footer-v72 a.lr-logo-footer.lr-logo-image,
  body.lr-site .lr-footer-v72 a.lr-logo-footer.lr-logo-image img{
    width:248px!important;
    max-width:248px!important;
  }
  body.lr-site .lr-footer-v72 .lr-footer-bottom{
    padding:20px 18px 24px!important;
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}

/* V73 — audit mobile avant mise en ligne : accueil plus compact, popups clavier, classement et nav basse */
:root{--lr-accent-pink:#ff3150;}

@media (max-width:820px){
  body.lr-site{padding-bottom:76px;}

  /* Header mobile : garder le logo lisible sans manger l'écran */
  body.lr-site .lr-header-inner{height:54px!important;padding:0 12px!important;gap:10px!important;}
  body.lr-site .lr-header .lr-logo-image img{height:28px!important;max-width:136px!important;object-fit:contain!important;}
  body.lr-site .lr-header-actions .lr-btn-primary{height:32px!important;padding:0 10px!important;border-radius:8px!important;font-size:10.5px!important;}

  /* Accueil : hero moins lourd sur mobile */
  body.lr-site .lrhome-v25{padding-top:0!important;}
  body.lr-site .lr25-hero{min-height:500px!important;margin:0 -14px 14px!important;place-items:start center!important;}
  body.lr-site .lr25-hero img{filter:saturate(1.02) contrast(1.02)!important;}
  body.lr-site .lr25-hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.20),rgba(0,0,0,.62))!important;}
  body.lr-site .lr25-hero-content{padding:24px 14px 22px!important;}
  body.lr-site .lr25-live-pill{font-size:9px!important;letter-spacing:.06em!important;margin-bottom:9px!important;opacity:.94!important;}
  body.lr-site .lr25-hero h1{font-size:clamp(32px,10.2vw,38px)!important;line-height:.98!important;letter-spacing:-.058em!important;margin-bottom:10px!important;max-width:355px!important;}
  body.lr-site .lr25-hero p{max-width:330px!important;font-size:13.2px!important;line-height:1.34!important;margin-bottom:0!important;color:#f6fbf8!important;}
  body.lr-site .lr25-search{margin-top:18px!important;border-radius:18px!important;width:min(100%,345px)!important;box-shadow:0 16px 46px rgba(0,0,0,.22)!important;}
  body.lr-site .lr25-search label,
  body.lr-site .lra-segment{min-height:54px!important;padding:10px 14px!important;}
  body.lr-site .lr25-search label span,
  body.lr-site .lra-segment span{font-size:10px!important;margin-bottom:2px!important;}
  body.lr-site .lr25-search select,
  body.lr-site .lra-segment strong{font-size:13px!important;line-height:1.15!important;}
  body.lr-site .lr25-search button,
  body.lr-site .lra-submit{min-height:50px!important;font-size:13px!important;border-radius:0 0 18px 18px!important;background:var(--lr-accent-pink)!important;box-shadow:0 12px 24px rgba(255,49,80,.22)!important;}

  /* Accueil : sections sous le hero beaucoup plus denses */
  body.lr-site .lrsite-section{padding-left:14px!important;padding-right:14px!important;}
  body.lr-site .lrsite-section + .lrsite-section{margin-top:18px!important;}
  body.lr-site .lrsite-section-head{margin-bottom:10px!important;}
  body.lr-site .lrsite-section-head h2{font-size:22px!important;line-height:1.08!important;letter-spacing:-.045em!important;}
  body.lr-site .lrsite-section-head a{font-size:11px!important;}
  body.lr-site .lr25-proof{grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:0 0 18px!important;}
  body.lr-site .lr25-proof article{padding:12px 12px!important;min-height:88px!important;}
  body.lr-site .lr25-proof svg{width:18px!important;height:18px!important;margin-bottom:7px!important;}
  body.lr-site .lr25-proof strong{font-size:14px!important;}
  body.lr-site .lr25-proof span{font-size:11px!important;line-height:1.25!important;margin-top:3px!important;}

  body.lr-site .lr25-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
  body.lr-site .lr25-job-grid a{min-height:88px!important;padding:11px!important;border-radius:14px!important;}
  body.lr-site .lr25-job-icon{width:30px!important;height:30px!important;}
  body.lr-site .lr25-job-icon svg{width:16px!important;height:16px!important;}
  body.lr-site .lr25-job-grid strong{margin-top:8px!important;font-size:13.2px!important;line-height:1.1!important;}
  body.lr-site .lr25-job-grid small{font-size:10px!important;margin-top:3px!important;}

  body.lr-site .lr25-city-grid{display:flex!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:0 14px 8px!important;margin-left:-14px!important;margin-right:-14px!important;-webkit-overflow-scrolling:touch!important;}
  body.lr-site .lr25-city-grid::-webkit-scrollbar{display:none!important;}
  body.lr-site .lr25-city-card{flex:0 0 72vw!important;min-height:164px!important;scroll-snap-align:start!important;border-radius:16px!important;}
  body.lr-site .lr25-city-overlay{left:13px!important;right:13px!important;bottom:42px!important;}
  body.lr-site .lr25-city-overlay span{width:25px!important;height:25px!important;margin-bottom:28px!important;font-size:12px!important;}
  body.lr-site .lr25-city-overlay strong{font-size:18px!important;}
  body.lr-site .lr25-city-overlay b{font-size:14px!important;}
  body.lr-site .lr25-city-card>small{left:13px!important;bottom:13px!important;padding:6px 9px!important;font-size:11px!important;}

  body.lr-site .lr25-how{margin:24px 0 0!important;padding-top:22px!important;gap:16px!important;}
  body.lr-site .lr25-how-title h2,
  body.lr-site .lr25-community h2{font-size:28px!important;line-height:1.03!important;margin:8px 0!important;}
  body.lr-site .lr25-how-title p,
  body.lr-site .lr25-community p{font-size:13px!important;line-height:1.45!important;}
  body.lr-site .lr25-how-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
  body.lr-site .lr25-how-steps article{padding:12px!important;border-radius:15px!important;}
  body.lr-site .lr25-how-steps i{width:28px!important;height:28px!important;margin-bottom:8px!important;}
  body.lr-site .lr25-how-steps svg{width:15px!important;height:15px!important;}
  body.lr-site .lr25-how-steps strong{font-size:13px!important;}
  body.lr-site .lr25-how-steps span{font-size:10.8px!important;line-height:1.28!important;}
  body.lr-site .lr25-community{margin-top:24px!important;padding:20px 16px!important;border-radius:18px!important;}
  body.lr-site .lr25-community-actions{gap:8px!important;display:grid!important;grid-template-columns:1fr!important;}
  body.lr-site .lr25-community-actions a{padding:12px 14px!important;text-align:center!important;border-radius:12px!important;}

  /* Popups recherche : remontées au-dessus du clavier mobile */
  html.lra-sheet-open,html.lra-sheet-open body{height:100%!important;overflow:hidden!important;}
  body.lr-site .lra-sheet-modal{align-items:flex-start!important;justify-content:center!important;padding-top:calc(var(--lra-vvo,0px) + 8px)!important;height:var(--lra-vvh,100dvh)!important;bottom:auto!important;}
  body.lr-site .lra-sheet-backdrop{background:rgba(4,16,12,.42)!important;}
  body.lr-site .lra-sheet{width:calc(100% - 18px)!important;height:min(62dvh,520px)!important;max-height:calc(var(--lra-vvh,100dvh) - 16px)!important;border-radius:22px!important;padding:0 12px 12px!important;box-shadow:0 22px 80px rgba(0,0,0,.28)!important;}
  body.lr-site .lra-sheet header{padding:10px 0!important;grid-template-columns:34px 1fr 34px!important;}
  body.lr-site .lra-sheet header button{width:30px!important;height:30px!important;font-size:20px!important;}
  body.lr-site .lra-sheet header strong{font-size:14px!important;}
  body.lr-site .lra-sheet-body{padding-top:10px!important;overscroll-behavior:contain!important;}
  body.lr-site .lra-panel-input{border-radius:13px!important;padding:9px 11px!important;margin-bottom:9px!important;}
  body.lr-site .lra-panel-input input{font-size:16px!important;}
  body.lr-site .lra-hint{font-size:11px!important;line-height:1.25!important;margin:0 0 8px!important;}
  body.lr-site .lra-results{gap:6px!important;max-height:none!important;}
  body.lr-site .lra-result{grid-template-columns:34px 1fr!important;gap:9px!important;border-radius:13px!important;padding:8px!important;}
  body.lr-site .lra-result-icon{width:31px!important;height:31px!important;border-radius:10px!important;font-size:16px!important;}
  body.lr-site .lra-result-copy strong{font-size:13px!important;}
  body.lr-site .lra-result-copy em{font-size:11px!important;}
  body.lr-site .lra-services{gap:10px!important;max-height:none!important;padding-bottom:8px!important;}
  body.lr-site .lra-service-group{gap:6px!important;}
  body.lr-site .lra-service-group h4{font-size:10px!important;margin-top:2px!important;}
  body.lr-site .lra-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;}
  body.lr-site .lra-service-choice{min-height:40px!important;padding:9px 10px!important;border-radius:12px!important;}
  body.lr-site .lra-service-choice strong{font-size:12px!important;}

  /* Classement mobile : fiches plus compactes pour en voir davantage sans scroller */
  body.lr-site .lrt-page{padding:10px 10px 76px!important;}
  body.lr-site .lrt-hero{min-height:390px!important;margin:0 -10px 14px!important;}
  body.lr-site .lrt-hero-content{padding:24px 14px!important;}
  body.lr-site .lrt-hero-content>span{font-size:9px!important;margin-bottom:10px!important;}
  body.lr-site .lrt-hero h1{font-size:clamp(32px,10vw,38px)!important;line-height:.98!important;margin-bottom:10px!important;}
  body.lr-site .lrt-hero p{font-size:13px!important;line-height:1.32!important;max-width:330px!important;}
  body.lr-site .lrt-search{margin-top:16px!important;border-radius:18px!important;width:min(100%,345px)!important;}
  body.lr-site .lrt-search label{padding:10px 14px!important;}
  body.lr-site .lrt-search button{min-height:50px!important;background:var(--lr-accent-pink)!important;}
  body.lr-site .lrt-summary{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin:0 -10px 18px!important;overflow-x:auto!important;}
  body.lr-site .lrt-summary article{min-width:92px!important;padding:10px 8px!important;border-bottom:0!important;}
  body.lr-site .lrt-summary strong{font-size:20px!important;}
  body.lr-site .lrt-summary span{font-size:10px!important;margin-top:2px!important;}
  body.lr-site .lrt-summary small{font-size:9px!important;margin-top:2px!important;}
  body.lr-site .lrt-main{gap:18px!important;}
  body.lr-site .lrt-section-head{margin-bottom:10px!important;}
  body.lr-site .lrt-section-head h2{font-size:22px!important;margin-bottom:4px!important;}
  body.lr-site .lrt-section-head p{font-size:12px!important;line-height:1.35!important;}
  body.lr-site .lrt-tabs{gap:8px!important;margin-bottom:8px!important;}
  body.lr-site .lrt-tabs a,
  body.lr-site .lrt-tabs button{font-size:11px!important;padding-bottom:9px!important;}
  body.lr-site .lrt-list{gap:0!important;}
  body.lr-site .lrt-row{grid-template-columns:26px 38px minmax(0,1fr) 58px!important;gap:7px!important;min-height:82px!important;padding:8px 0!important;}
  body.lr-site .lrt-rank{width:23px!important;height:23px!important;font-size:10px!important;}
  body.lr-site .lrt-avatar{width:36px!important;height:36px!important;}
  body.lr-site .lrt-avatar svg{width:20px!important;height:20px!important;}
  body.lr-site .lrt-name-line h3{font-size:13.5px!important;line-height:1.06!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;}
  body.lr-site .lrt-info p{font-size:10.5px!important;line-height:1.2!important;margin:2px 0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  body.lr-site .lrt-rating{gap:4px!important;}
  body.lr-site .lrt-rating b{font-size:10px!important;letter-spacing:0!important;}
  body.lr-site .lrt-rating small{font-size:9.5px!important;}
  body.lr-site .lrt-trend{display:none!important;}
  body.lr-site .lrt-score{grid-column:4!important;grid-row:1/2!important;align-self:center!important;}
  body.lr-site .lrt-score strong{font-size:20px!important;display:block!important;}
  body.lr-site .lrt-score em{font-size:10px!important;}
  body.lr-site .lrt-vote{grid-column:4!important;grid-row:2/3!important;align-self:start!important;width:58px!important;min-height:24px!important;border-radius:8px!important;padding:0 6px!important;font-size:0!important;}
  body.lr-site .lrt-vote:after{content:'Reco';font-size:9px!important;}
  body.lr-site .lrt-right{display:none!important;}

  /* Barre basse : bouton + rose comme la recherche */
  body.lr-site .lr-mobile-nav{height:66px!important;padding-bottom:env(safe-area-inset-bottom)!important;background:rgba(255,255,255,.98)!important;backdrop-filter:blur(14px)!important;}
  body.lr-site .lr-mobile-nav a{font-size:9.5px!important;}
  body.lr-site .lr-mobile-nav span{font-size:15px!important;}
  body.lr-site .lr-mobile-nav .is-main span{background:var(--lr-accent-pink)!important;box-shadow:0 10px 22px rgba(255,49,80,.26)!important;}
}

@media (max-width:380px){
  body.lr-site .lr25-hero h1,
  body.lr-site .lrt-hero h1{font-size:31px!important;}
  body.lr-site .lr25-hero p,
  body.lr-site .lrt-hero p{font-size:12.5px!important;}
  body.lr-site .lr25-search,
  body.lr-site .lrt-search{width:min(100%,326px)!important;}
  body.lr-site .lr25-how-steps{grid-template-columns:1fr!important;}
  body.lr-site .lra-service-grid{grid-template-columns:1fr!important;}
}

/* V74 — retours mobile : logo centré, vert cohérent, classement corrigé, métiers plus compacts */
:root{
  --lra-red:#004f35!important;
  --lra-red-dark:#003d2a!important;
  --lra-red-soft:#eef8f2!important;
}

/* Recherche : service et bouton rechercher repassés au vert du site */
body.lr-site .lra-search .lra-submit,
body.lr-site .lr25-search button,
body.lr-site .lrt-search button{
  background:#004f35!important;
  box-shadow:0 14px 32px rgba(0,79,53,.24)!important;
}
body.lr-site .lra-search .lra-submit:hover,
body.lr-site .lr25-search button:hover,
body.lr-site .lrt-search button:hover{background:#003d2a!important;}
body.lr-site .lra-panel-service .lra-panel-input,
body.lr-site .lra-sheet .lra-service-input{
  border-color:#004f35!important;
  box-shadow:0 10px 26px rgba(0,79,53,.08)!important;
}
body.lr-site .lra-panel-service .lra-panel-input span,
body.lr-site .lra-sheet .lra-service-input span,
body.lr-site .lra-service-group h4{color:#004f35!important;}
body.lr-site .lra-service-choice:hover{
  border-color:rgba(0,79,53,.42)!important;
  background:#eef8f2!important;
  color:#004f35!important;
  box-shadow:0 12px 26px rgba(0,79,53,.10)!important;
}
body.lr-site .lra-service-segment:hover strong[data-lra-service-label]{color:#004f35!important;}

@media(max-width:820px){
  /* 1. Header : logo centré sur mobile */
  body.lr-site .lr-header .lr-header-inner{
    justify-content:center!important;
    height:58px!important;
    min-height:58px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  body.lr-site .lr-header .lr-nav,
  body.lr-site .lr-header .lr-header-actions{display:none!important;}
  body.lr-site .lr-header a.lr-logo-image{
    margin:0 auto!important;
    flex:0 1 auto!important;
    width:174px!important;
    min-width:0!important;
    max-width:174px!important;
    justify-content:center!important;
  }
  body.lr-site .lr-header a.lr-logo-image img{
    width:174px!important;
    max-width:174px!important;
    height:auto!important;
    object-position:center center!important;
  }

  /* 2-3. Recherche mobile : plus aucun rouge sur service / rechercher */
  body.lr-site .lr25-search button,
  body.lr-site .lra-submit,
  body.lr-site .lrt-search button{
    background:#004f35!important;
    color:#fff!important;
    box-shadow:0 12px 24px rgba(0,79,53,.22)!important;
  }
  body.lr-site .lra-service-group h4,
  body.lr-site .lra-service-input span{color:#004f35!important;}
  body.lr-site .lra-service-choice:hover,
  body.lr-site .lra-service-choice:focus{
    background:#eef8f2!important;
    color:#004f35!important;
    border-color:rgba(0,79,53,.40)!important;
  }

  /* 4. Comment ça marche : blocs regroupés, moins hauts */
  body.lr-site .lr25-how{margin-top:18px!important;padding-top:16px!important;gap:10px!important;}
  body.lr-site .lr25-how-title h2{font-size:24px!important;margin:6px 0!important;}
  body.lr-site .lr25-how-title p{font-size:12.2px!important;line-height:1.38!important;margin:0!important;}
  body.lr-site .lr25-how-steps{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
  }
  body.lr-site .lr25-how-steps article{
    padding:9px 7px!important;
    border-radius:13px!important;
    min-height:104px!important;
  }
  body.lr-site .lr25-how-steps i{width:24px!important;height:24px!important;margin-bottom:6px!important;}
  body.lr-site .lr25-how-steps svg{width:13px!important;height:13px!important;}
  body.lr-site .lr25-how-steps strong{font-size:11.5px!important;line-height:1.05!important;letter-spacing:-.02em!important;}
  body.lr-site .lr25-how-steps span{font-size:9.3px!important;line-height:1.18!important;margin-top:4px!important;}

  /* 5. Page classement : résumé en 2x2, plus de chevauchement */
  body.lr-site .lrt-summary{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin:0 0 16px!important;
    overflow:visible!important;
  }
  body.lr-site .lrt-summary article{
    min-width:0!important;
    border:1px solid #dfe8e2!important;
    border-radius:14px!important;
    background:#fff!important;
    padding:9px 8px!important;
    min-height:74px!important;
  }
  body.lr-site .lrt-summary strong{font-size:18px!important;line-height:1!important;white-space:nowrap!important;}
  body.lr-site .lrt-summary span{font-size:9.5px!important;line-height:1.08!important;}
  body.lr-site .lrt-summary small{font-size:8.5px!important;line-height:1.05!important;}

  /* 6. Fiches : bouton explicite “Je recommande” au lieu de Reco */
  body.lr-site .lrt-row{
    grid-template-columns:24px 36px minmax(0,1fr) 82px!important;
    gap:6px!important;
    min-height:84px!important;
  }
  body.lr-site .lrt-vote{
    width:82px!important;
    min-height:25px!important;
    padding:0 5px!important;
    border-radius:8px!important;
    font-size:0!important;
  }
  body.lr-site .lrt-vote:after{content:'Je recommande'!important;font-size:8.7px!important;line-height:1!important;}
  body.lr-site .lrt-score strong{font-size:18px!important;}
  body.lr-site .lrt-score em{font-size:9px!important;}

  /* 7. Page métiers : version mobile compacte */
  body.lr-site .lrcat-v55{padding:0 12px 76px!important;}
  body.lr-site .lrc55-hero{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:20px 0 16px!important;
    margin-bottom:16px!important;
  }
  body.lr-site .lrc55-kicker{font-size:9px!important;padding:6px 9px!important;}
  body.lr-site .lrc55-hero h1{font-size:28px!important;line-height:1.02!important;margin:8px 0!important;max-width:320px!important;}
  body.lr-site .lrc55-hero p{font-size:12.5px!important;line-height:1.35!important;margin:0!important;max-width:330px!important;}
  body.lr-site .lrc55-hero-aside{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:12px!important;
    border-radius:14px!important;
    min-height:0!important;
  }
  body.lr-site .lrc55-hero-aside strong{font-size:22px!important;}
  body.lr-site .lrc55-hero-aside span{font-size:10px!important;}
  body.lr-site .lrc55-hero-aside a{height:32px!important;padding:0 10px!important;font-size:10px!important;}
  body.lr-site .lrc55-section-head{margin-bottom:10px!important;}
  body.lr-site .lrc55-section-head span{font-size:9px!important;padding:6px 9px!important;}
  body.lr-site .lrc55-section-head h2{font-size:21px!important;margin-top:6px!important;}
  body.lr-site .lrc55-popular{margin-bottom:18px!important;}
  body.lr-site .lrc55-popular-row{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.lr-site .lrc55-popular-row a{min-height:76px!important;padding:11px!important;border-radius:14px!important;}
  body.lr-site .lrc55-popular-row em{width:22px!important;height:22px!important;font-size:10px!important;}
  body.lr-site .lrc55-popular-row strong{font-size:13px!important;}
  body.lr-site .lrc55-popular-row small{font-size:10px!important;}
  body.lr-site .lrc55-group-list{gap:10px!important;}
  body.lr-site .lrc55-group{border-radius:15px!important;padding:12px!important;}
  body.lr-site .lrc55-group header{grid-template-columns:34px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;}
  body.lr-site .lrc55-group header>i{width:34px!important;height:34px!important;border-radius:10px!important;}
  body.lr-site .lrc55-group header>i svg{width:17px!important;height:17px!important;}
  body.lr-site .lrc55-group header h3{font-size:17px!important;margin:3px 0!important;line-height:1.05!important;}
  body.lr-site .lrc55-group header p{font-size:11px!important;line-height:1.28!important;margin:0!important;}
  body.lr-site .lrc55-group header span{font-size:9px!important;}
  body.lr-site .lrc55-group header>a{display:none!important;}
  body.lr-site .lrc55-jobs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:10px!important;}
  body.lr-site .lrc55-jobs a{padding:8px 9px!important;border-radius:999px!important;font-size:11px!important;min-height:34px!important;}
  body.lr-site .lrc55-bottom{margin-top:18px!important;padding:16px!important;border-radius:16px!important;gap:10px!important;}
  body.lr-site .lrc55-bottom h2{font-size:22px!important;}
  body.lr-site .lrc55-bottom p{font-size:12px!important;line-height:1.35!important;}

  /* Barre basse : le + reste rose uniquement ici */
  body.lr-site .lr-mobile-nav .is-main span{
    background:#ff3150!important;
    box-shadow:0 10px 22px rgba(255,49,80,.26)!important;
  }
}

@media(max-width:380px){
  body.lr-site .lr25-how-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  body.lr-site .lr25-how-steps article{padding-left:5px!important;padding-right:5px!important;}
  body.lr-site .lr25-how-steps strong{font-size:10.5px!important;}
  body.lr-site .lr25-how-steps span{font-size:8.8px!important;}
}

/* V75 — correction retour : le champ Service de la recherche mobile est blanc comme la localisation */
@media (max-width:820px){
  body.lr-site .lr25-hero .lra-service-segment span,
  body.lr-site .lr25-hero .lra-service-segment strong[data-lra-service-label],
  body.lr-site .lr25-hero .lra-service-segment:hover strong[data-lra-service-label],
  body.lr-site .lrt-hero .lra-service-segment span,
  body.lr-site .lrt-hero .lra-service-segment strong[data-lra-service-label],
  body.lr-site .lrt-hero .lra-service-segment:hover strong[data-lra-service-label]{
    color:#fff!important;
  }
}

/* V76 — correction mobile : le bloc Service doit rester blanc comme Localisation */
@media (max-width:820px){
  body.lr-site .lr25-search button.lra-service-segment,
  body.lr-site .lra-search-home button.lra-service-segment,
  body.lr-site .lra-search-ranking button.lra-service-segment,
  body.lr-site .lrt-search button.lra-service-segment,
  body.lr-site .lra-search button.lra-service-segment{
    background:#fff!important;
    color:#10241b!important;
    box-shadow:none!important;
    border-left:0!important;
    border-bottom:1px solid #e2e8e4!important;
    min-height:64px!important;
  }
  body.lr-site .lr25-search button.lra-service-segment:hover,
  body.lr-site .lra-search-home button.lra-service-segment:hover,
  body.lr-site .lra-search-ranking button.lra-service-segment:hover,
  body.lr-site .lrt-search button.lra-service-segment:hover,
  body.lr-site .lra-search button.lra-service-segment:hover{
    background:#f7faf8!important;
    color:#10241b!important;
  }
  body.lr-site .lr25-hero .lra-service-segment span,
  body.lr-site .lr25-hero .lra-service-segment strong[data-lra-service-label],
  body.lr-site .lr25-hero .lra-service-segment:hover span,
  body.lr-site .lr25-hero .lra-service-segment:hover strong[data-lra-service-label],
  body.lr-site .lrt-hero .lra-service-segment span,
  body.lr-site .lrt-hero .lra-service-segment strong[data-lra-service-label],
  body.lr-site .lrt-hero .lra-service-segment:hover span,
  body.lr-site .lrt-hero .lra-service-segment:hover strong[data-lra-service-label],
  body.lr-site .lra-search .lra-service-segment span,
  body.lr-site .lra-search .lra-service-segment strong[data-lra-service-label],
  body.lr-site .lra-search .lra-service-segment:hover span,
  body.lr-site .lra-search .lra-service-segment:hover strong[data-lra-service-label]{
    color:#10241b!important;
  }
  body.lr-site .lra-service-segment strong[data-lra-service-label]{
    font-weight:850!important;
  }
  body.lr-site .lra-service-segment span{
    color:#10241b!important;
  }
  body.lr-site .lra-submit,
  body.lr-site .lr25-search button.lra-submit,
  body.lr-site .lrt-search button.lra-submit{
    background:#004f35!important;
    color:#fff!important;
    box-shadow:0 12px 24px rgba(0,79,53,.22)!important;
  }
}

/* V77 — Connexion mobile / mot de passe oublié */
.lrauth-help{
  margin:12px 0 0;
  color:#64706a;
  font-size:14px;
  font-weight:750;
  line-height:1.45;
}
.lrauth-reset{
  max-width:720px;
  margin:18px auto 0;
}
.lrauth-reset p{
  margin:0 0 14px;
  color:#5e6a64;
  font-weight:750;
  line-height:1.5;
}
.lrauth-reset form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:end;
}
.lrauth-reset label{
  display:grid;
  gap:7px;
  color:#26352e;
  font-weight:900;
}
.lrauth-reset input{
  width:100%;
  border:1px solid #dfe7e2;
  border-radius:15px;
  min-height:46px;
  padding:0 13px;
  font-weight:800;
}
.lrauth-reset button{
  border:0;
  border-radius:999px;
  min-height:46px;
  padding:0 22px;
  background:#004f35;
  color:#fff;
  font-weight:1000;
  cursor:pointer;
}
@media(max-width:780px){
  .lrauth-page{
    padding-bottom:86px!important;
  }
  .lrauth-hero{
    padding:24px 0 14px!important;
  }
  .lrauth-hero h1{
    font-size:clamp(29px,8vw,38px)!important;
    line-height:1!important;
  }
  .lrauth-card{
    border-radius:22px!important;
    padding:18px!important;
  }
  .lrauth-grid{
    gap:14px!important;
  }
  .lrauth-reset{
    margin-top:14px!important;
  }
  .lrauth-reset form{
    grid-template-columns:1fr!important;
  }
  .lrauth-reset button{
    width:100%;
  }
}

/* V78 - connexion : mot de passe oublié visible immédiatement */
.lrauth-reset-top{
  max-width: 760px;
  margin: 0 auto 22px;
  border: 1px solid rgba(0,79,53,.14);
  background: linear-gradient(180deg,#ffffff 0%,#f8fbf9 100%);
}
.lrauth-reset-top h2{font-size:24px;margin-bottom:8px;}
.lrauth-reset-top p{color:#647067;margin:0 0 14px;}
.lr-form-error a{color:#8f1642;font-weight:900;text-decoration:underline;}
@media (max-width: 767px){
  .lrauth-page{padding-bottom:92px;}
  .lrauth-hero{padding:22px 20px 10px;}
  .lrauth-hero h1{font-size:26px;line-height:1.06;}
  .lrauth-hero p{font-size:15px;line-height:1.35;}
  .lrauth-reset-top{margin:0 14px 16px;padding:18px;border-radius:18px;}
  .lrauth-reset-top h2{font-size:21px;line-height:1.15;}
  .lrauth-reset-top button{width:100%;}
  .lrauth-grid{margin-top:0;}
}


/* V80 - reset mot de passe 100% front, rassurant et brandé */
.lrauth-reset-hero{
  max-width:760px;
  margin:0 auto 22px;
  text-align:center;
}
.lrauth-new-password{
  max-width:560px;
  margin:0 auto 34px;
  border:1px solid rgba(0,79,53,.14)!important;
  background:linear-gradient(180deg,#fff 0%,#f8fbf9 100%)!important;
}
.lrauth-new-password h2{
  font-size:26px;
  line-height:1.12;
}
.lrauth-new-password form{
  gap:14px;
}
.lrauth-new-password button{
  min-height:52px;
}
.lr-form-error-soft{
  max-width:560px!important;
  margin:0 auto 18px!important;
  background:#fff7f9!important;
  border-color:#ffd2dc!important;
  color:#9f1239!important;
}
@media(max-width:767px){
  .lrauth-reset-hero{
    margin:0 14px 14px!important;
    padding:22px 12px 6px!important;
  }
  .lrauth-reset-hero h1{
    font-size:26px!important;
    line-height:1.06!important;
  }
  .lrauth-reset-hero p{
    font-size:14px!important;
    line-height:1.38!important;
  }
  .lrauth-new-password{
    margin:0 14px 96px!important;
    padding:18px!important;
    border-radius:20px!important;
  }
  .lrauth-new-password h2{font-size:21px!important;}
  .lrauth-new-password button{width:100%;}
}

/* V81 — Ajout fiche mobile propre + déconnexion + tunnel inscription prioritaire */
:root{--la-green:#004f35;--la-ink:#10241b;--la-muted:#647067;--la-border:#dfe7e2;}

/* Ajout fiche : blocs Service / Localisation plus propres, lisibles et sans débordement */
body.lr-site .lradd-v61 .lradd-selectors{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
}
body.lr-site .lradd-v61 .lradd-selector{
  appearance:none!important;
  width:100%!important;
  min-width:0!important;
  min-height:86px!important;
  border:1px solid var(--la-border)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(16,36,27,.045)!important;
  padding:14px 42px 14px 14px!important;
  display:block!important;
  text-align:left!important;
  overflow:hidden!important;
}
body.lr-site .lradd-v61 .lradd-selector span{
  display:block!important;
  width:auto!important;
  padding:0!important;
  margin:0 0 6px!important;
  background:transparent!important;
  color:var(--la-green)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.lr-site .lradd-v61 .lradd-selector strong{
  display:block!important;
  margin:0!important;
  color:var(--la-ink)!important;
  font-size:16px!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:100%!important;
}
body.lr-site .lradd-v61 .lradd-selector em{
  display:block!important;
  margin:5px 0 0!important;
  color:var(--la-muted)!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-style:normal!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:100%!important;
}
body.lr-site .lradd-v61 .lradd-selector:after{
  right:16px!important;
  width:8px!important;
  height:8px!important;
}
body.lr-site .lradd-v61 .lradd-selector.is-filled,
body.lr-site .lradd-v61 .lradd-selector:focus{
  border-color:rgba(0,79,53,.36)!important;
  box-shadow:0 12px 32px rgba(0,79,53,.09)!important;
  outline:none!important;
}

@media(max-width:780px){
  body.lr-site .lradd-page{padding-left:14px!important;padding-right:14px!important;padding-bottom:86px!important;}
  body.lr-site .lradd-page .lrsite-simple-hero{padding:20px 0 12px!important;text-align:center!important;}
  body.lr-site .lradd-page .lrsite-simple-hero h1{font-size:28px!important;line-height:1.02!important;margin:8px 0!important;}
  body.lr-site .lradd-page .lrsite-simple-hero p{font-size:13px!important;line-height:1.35!important;max-width:330px!important;margin-left:auto!important;margin-right:auto!important;}
  body.lr-site .lradd-v61-panel{display:block!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
  body.lr-site .lradd-v61-panel form{display:block!important;background:#fff!important;border:1px solid rgba(16,36,27,.10)!important;border-radius:20px!important;padding:14px!important;box-shadow:0 14px 40px rgba(16,36,27,.06)!important;}
  body.lr-site .lradd-v61-panel form>label,
  body.lr-site .lradd-form-grid label,
  body.lr-site .lradd-full{display:block!important;margin-bottom:12px!important;}
  body.lr-site .lradd-v61 .lradd-selectors{grid-template-columns:1fr!important;gap:9px!important;margin:6px 0 12px!important;}
  body.lr-site .lradd-v61 .lradd-selector{min-height:66px!important;border-radius:14px!important;padding:11px 38px 11px 12px!important;}
  body.lr-site .lradd-v61 .lradd-selector strong{font-size:15px!important;}
  body.lr-site .lradd-v61 .lradd-selector em{display:none!important;}
  body.lr-site .lradd-form-grid{display:block!important;}
  body.lr-site .lradd-v61-panel aside{margin-top:14px!important;padding:18px!important;border-radius:18px!important;}
  body.lr-site .lradd-v61-panel aside h2{font-size:22px!important;line-height:1.08!important;}
  body.lr-site .lradd-v61-panel aside p{font-size:13px!important;line-height:1.4!important;}
  body.lr-site .lradd-v61-panel textarea{min-height:96px!important;}
  body.lr-site .lradd-v61-panel button[type="submit"]{width:100%!important;min-height:48px!important;border-radius:13px!important;}
}

/* Popups Service / Localisation depuis l'ajout de fiche : modal plus haute et moins cachée par le clavier */
@media(max-width:820px){
  body.lr-site .lra-sheet-modal{padding-top:calc(var(--lra-vvo,0px) + 6px)!important;align-items:flex-start!important;}
  body.lr-site .lra-sheet{height:min(58dvh,480px)!important;max-height:calc(var(--lra-vvh,100dvh) - 12px)!important;border-radius:20px!important;}
  body.lr-site .lra-service-grid{grid-template-columns:1fr!important;}
  body.lr-site .lra-service-choice{min-height:38px!important;}
}

/* Espace pro : bouton de déconnexion visible et rassurant */
body.lr-site .lr-dash-nav-v60 .lr-dash-logout{
  border-color:rgba(166,27,50,.18)!important;
  background:#fff7f8!important;
}
body.lr-site .lr-dash-nav-v60 .lr-dash-logout i{
  background:#fff!important;
  color:#a61b32!important;
}
body.lr-site .lr-dash-nav-v60 .lr-dash-logout svg{fill:#a61b32!important;}
body.lr-site .lr-dash-nav-v60 .lr-dash-logout strong{color:#a61b32!important;}
body.lr-site .lr-dash-nav-v60 .lr-dash-logout small{color:#8f6b72!important;}
@media(max-width:780px){
  body.lr-site .lr-dash-nav-v60 .lr-dash-logout{grid-column:1 / -1!important;}
}

/* Connexion : priorité aux actions principales. Le mot de passe oublié est un secours en bas de page. */
body.lr-site .lrauth-primary-grid{margin-top:0!important;}
body.lr-site .lrauth-reset-bottom{
  max-width:760px!important;
  margin:18px auto 0!important;
  border:1px solid rgba(0,79,53,.12)!important;
  background:linear-gradient(180deg,#fff,#f8fbf9)!important;
}
body.lr-site .lrauth-reset-bottom h2{font-size:22px!important;margin:0 0 8px!important;}
body.lr-site .lrauth-reset-bottom p{font-size:14px!important;line-height:1.4!important;color:#647067!important;margin:0 0 12px!important;}
body.lr-site .lrauth-reset-top{margin-top:18px!important;}
@media(max-width:780px){
  body.lr-site .lrauth-grid{display:flex!important;flex-direction:column!important;gap:14px!important;}
  body.lr-site .lrauth-card.is-pro{order:-1!important;}
  body.lr-site .lrauth-reset-bottom{margin:14px 14px 0!important;padding:16px!important;border-radius:18px!important;}
  body.lr-site .lrauth-reset-bottom h2{font-size:20px!important;line-height:1.15!important;}
  body.lr-site .lrauth-reset-bottom form{display:block!important;}
  body.lr-site .lrauth-reset-bottom button{width:100%!important;}
}


/* V84 — Recherche desktop/mobile : le bloc Service doit être blanc comme Localisation */
body.lr-site .lr25-search button.lra-service-segment,
body.lr-site .lra-search-home button.lra-service-segment,
body.lr-site .lra-search-ranking button.lra-service-segment,
body.lr-site .lrt-search button.lra-service-segment,
body.lr-site .lra-search button.lra-service-segment{
  background:#fff!important;
  background-image:none!important;
  color:#10241b!important;
  box-shadow:none!important;
  border-color:transparent!important;
}
body.lr-site .lr25-search button.lra-service-segment:hover,
body.lr-site .lra-search-home button.lra-service-segment:hover,
body.lr-site .lra-search-ranking button.lra-service-segment:hover,
body.lr-site .lrt-search button.lra-service-segment:hover,
body.lr-site .lra-search button.lra-service-segment:hover{
  background:#f8fbf9!important;
  color:#10241b!important;
}
body.lr-site .lr25-search button.lra-service-segment span,
body.lr-site .lr25-search button.lra-service-segment strong,
body.lr-site .lra-search-home button.lra-service-segment span,
body.lr-site .lra-search-home button.lra-service-segment strong,
body.lr-site .lra-search-ranking button.lra-service-segment span,
body.lr-site .lra-search-ranking button.lra-service-segment strong,
body.lr-site .lrt-search button.lra-service-segment span,
body.lr-site .lrt-search button.lra-service-segment strong,
body.lr-site .lra-search button.lra-service-segment span,
body.lr-site .lra-search button.lra-service-segment strong{
  color:#10241b!important;
}
body.lr-site .lr25-search button.lra-submit,
body.lr-site .lra-search-home button.lra-submit,
body.lr-site .lra-search-ranking button.lra-submit,
body.lr-site .lrt-search button.lra-submit,
body.lr-site .lra-search button.lra-submit{
  background:#004f35!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(0,79,53,.24)!important;
}
body.lr-site .lr25-search button.lra-submit:hover,
body.lr-site .lra-search-home button.lra-submit:hover,
body.lr-site .lra-search-ranking button.lra-submit:hover,
body.lr-site .lrt-search button.lra-submit:hover,
body.lr-site .lra-search button.lra-submit:hover{
  background:#003d2a!important;
  color:#fff!important;
}

/* V85 — Martelage intelligent du partage fiche -> recommandations */
.lrd85-share-box{
  margin-top:18px;
  padding:18px;
  border:1px solid #cdebdc;
  border-radius:24px;
  background:linear-gradient(180deg,#f3fff8 0%,#ffffff 100%);
}
.lrd85-share-head{
  margin-bottom:14px;
}
.lrd85-share-head span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#e4fff0;
  color:#004f35;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:1000;
}
.lrd85-share-head strong{
  display:block;
  margin-top:10px;
  color:#10241b;
  font-size:20px;
  line-height:1.12;
  letter-spacing:-.03em;
}
.lrd85-share-head p{
  margin:8px 0 0!important;
  color:#4f5f57!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.5!important;
}
.lrd85-share-message{
  width:100%;
  min-height:164px;
  margin:0 0 10px;
  padding:14px;
  border:1px solid #dfe7e2;
  border-radius:18px;
  background:#fff;
  color:#10241b;
  font-weight:750;
  line-height:1.5;
  resize:vertical;
}
.lrd85-copy-message{
  width:100%;
  margin-top:0;
}
.lrd85-pro-share-card{
  background:#f3fff8!important;
  border-color:#cdebdc!important;
}
.lrd85-pro-share-card button{
  width:100%;
  margin-top:16px;
  border:0;
  border-radius:999px;
  min-height:46px;
  background:#004f35;
  color:#fff;
  font-weight:1000;
  cursor:pointer;
}
@media (max-width:720px){
  .lrd85-share-box{padding:14px;border-radius:20px;}
  .lrd85-share-head strong{font-size:18px;}
  .lrd85-share-message{min-height:190px;font-size:14px;}
}


/* V86 — Allègement visuel + typographie plus fine */
body.lr-site,
.lr-site{
  font-weight:500;
}
.lr-site p,
.lr-site li,
.lr-site small,
.lr-site input,
.lr-site textarea,
.lr-site select,
.lr-site label{
  font-weight:500!important;
}
.lr-site .lr-nav,
.lr-site .lr-btn,
.lr-site button,
.lr-site strong,
.lr-site h1,
.lr-site h2,
.lr-site h3{
  -webkit-font-smoothing:antialiased;
}

/* Dashboard : garder les titres forts, alléger tout le reste */
.lrd60-main-card p,
.lrd60-compact-hero p,
.lrd60-hero p,
.lrd60-score-card p,
.lrd60-score-card span,
.lr-dash-nav-v60 small,
.lrd60-list small,
.lrd60-list em,
.lrd60-editor header p{
  font-weight:500!important;
}
.lrd60-main-card h2,
.lrd60-editor h2{
  font-weight:800!important;
}
.lrd60-card-head a,
.lrd60-score-card a,
.lrd60-editor header>a,
.lrd60-list-head a,
.lrd60-settings aside a{
  font-weight:700!important;
}
.lrd60-share label{
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.075em!important;
  color:#69786f!important;
}
.lrd60-share input{
  font-weight:600!important;
  font-size:14px!important;
}
.lrd60-share button,
.lrd60-edit-form button,
.lrd60-plans button,
.lrd60-settings button{
  font-weight:700!important;
  letter-spacing:-.01em!important;
}

/* Bloc partage : moins massif, mieux hiérarchisé */
.lrd85-share-box{
  margin-top:18px!important;
  padding:18px!important;
  border:1px solid #d9eee3!important;
  border-radius:22px!important;
  background:#fbfffd!important;
  box-shadow:none!important;
}
.lrd85-share-box .lrd85-share-head{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:6px 12px!important;
  align-items:center!important;
  margin-bottom:16px!important;
}
.lrd85-share-head span{
  grid-row:1 / span 2!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:76px!important;
  min-height:54px!important;
  padding:0 10px!important;
  border-radius:16px!important;
  background:#eef8f2!important;
  color:#004f35!important;
  font-size:10px!important;
  line-height:1.25!important;
  letter-spacing:.075em!important;
  font-weight:800!important;
  text-align:center!important;
}
.lrd85-share-head strong{
  margin:0!important;
  color:#10241b!important;
  font-size:21px!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  font-weight:750!important;
}
.lrd85-share-head p{
  margin:0!important;
  color:#51625a!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
.lrd85-share-box .lrd60-share>div,
.lrd85-share-box>div:not(.lrd85-share-head):not(.lrd86-message-strip){
  display:flex;
  gap:10px;
}
.lrd85-share-box input{
  min-height:42px!important;
  border-color:#dfe9e3!important;
  background:#fff!important;
}
.lrd85-share-box .lrd-copy-btn{
  min-height:42px!important;
  padding:0 17px!important;
  box-shadow:none!important;
}
.lrd86-message-strip{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:14px 0 8px!important;
  padding:12px 14px!important;
  border:1px solid #e1ebe5!important;
  border-radius:18px!important;
  background:#fff!important;
}
.lrd86-message-strip span{
  display:block!important;
  color:#728077!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:600!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
}
.lrd86-message-strip strong{
  display:block!important;
  margin-top:2px!important;
  color:#10241b!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:650!important;
}
.lrd86-message-strip .lrd85-copy-message{
  width:auto!important;
  margin:0!important;
  flex:0 0 auto!important;
  min-width:158px!important;
}
.lrd86-message-details{
  margin-top:8px!important;
}
.lrd86-message-details summary{
  cursor:pointer!important;
  color:#004f35!important;
  font-size:13px!important;
  font-weight:600!important;
  list-style:none!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
}
.lrd86-message-details summary::-webkit-details-marker{display:none!important;}
.lrd86-message-details summary:after{
  content:'+';
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#eef8f2;
  color:#004f35;
  font-weight:700;
}
.lrd86-message-details[open] summary:after{content:'–';}
.lrd86-message-details .lrd85-share-message{
  min-height:132px!important;
  max-height:170px!important;
  margin-top:10px!important;
  padding:13px!important;
  border-radius:16px!important;
  color:#1d3027!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.55!important;
}

/* Encart public fiche : plus discret */
.lrd85-pro-share-card{
  background:#fbfffd!important;
  border-color:#d9eee3!important;
}
.lrd85-pro-share-card p{
  font-weight:500!important;
}
.lrd85-pro-share-card button{
  font-weight:700!important;
  box-shadow:none!important;
}

@media (max-width:720px){
  .lrd85-share-box{padding:14px!important;border-radius:18px!important;}
  .lrd85-share-box .lrd85-share-head{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .lrd85-share-head span{
    grid-row:auto!important;
    width:max-content!important;
    min-height:28px!important;
    border-radius:999px!important;
  }
  .lrd85-share-head strong{font-size:18px!important;}
  .lrd86-message-strip{
    align-items:stretch!important;
    flex-direction:column!important;
  }
  .lrd86-message-strip .lrd85-copy-message{width:100%!important;min-width:0!important;}
}

/* V87 — Mes fiches : alléger la page et clarifier les niveaux */
.lrd87-compact-hero h1{
  font-size:30px!important;
  letter-spacing:-.035em!important;
}
.lrd87-compact-hero p{
  max-width:760px;
}
.lrd60-list-layout{
  align-items:start;
  gap:20px;
}
.lrd60-list{
  padding:8px!important;
  border:1px solid #e6eee9;
  border-radius:24px;
  background:#fcfdfd;
  position:sticky;
  top:110px;
}
.lrd60-list-head{
  padding:8px 10px 14px!important;
}
.lrd60-list-head strong{
  font-size:18px;
  letter-spacing:-.02em;
}
.lrd60-list>a{
  gap:5px!important;
  padding:12px 14px!important;
  margin-top:8px!important;
  border-radius:16px!important;
  background:#fff;
  box-shadow:none!important;
}
.lrd60-list>a strong{
  font-size:15px!important;
  line-height:1.18!important;
  font-weight:750!important;
}
.lrd60-list>a small{
  font-size:13px!important;
  font-weight:500!important;
}
.lrd60-list>a em{
  margin-top:2px;
  font-size:12px;
  color:#0b6a46;
  font-style:normal;
  font-weight:600!important;
}
.lrd60-list>a.is-active{
  background:#f4faf7!important;
  border-color:#cfe6da!important;
}
.lrd60-editor{
  padding:18px!important;
  border:1px solid #e6eee9;
  border-radius:24px;
  background:#fff;
}
.lrd87-editor-header{
  margin-bottom:14px!important;
}
.lrd87-editor-header h2{
  margin:10px 0 10px!important;
  font-size:28px!important;
  line-height:1.05!important;
  font-weight:780!important;
}
.lrd87-editor-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.lrd87-editor-meta span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#f5f8f6;
  color:#53645b;
  font-size:13px;
  font-weight:600;
}
.lrd85-share-box{
  margin-top:8px!important;
  padding:16px!important;
  border-radius:20px!important;
}
.lrd85-share-head strong{
  font-size:18px!important;
}
.lrd85-share-head p{
  font-size:13px!important;
}
.lrd87-edit-panel{
  margin-top:18px;
  border:1px solid #e5ece8;
  border-radius:20px;
  background:#fcfdfd;
  overflow:hidden;
}
.lrd87-edit-panel summary{
  list-style:none;
  cursor:pointer;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.lrd87-edit-panel summary::-webkit-details-marker{display:none;}
.lrd87-edit-panel summary span{display:grid;gap:3px;}
.lrd87-edit-panel summary strong{
  color:#10241b;
  font-size:17px;
  line-height:1.2;
  font-weight:750;
}
.lrd87-edit-panel summary small{
  color:#65756d;
  font-size:13px;
  line-height:1.4;
  font-weight:500;
}
.lrd87-edit-panel summary::after{
  content:'+';
  width:28px;
  height:28px;
  border-radius:50%;
  background:#eef8f2;
  color:#004f35;
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:700;
  flex:0 0 28px;
}
.lrd87-edit-panel[open] summary::after{content:'–';}
.lrd87-edit-panel .lrd60-edit-form{
  margin-top:0!important;
  padding:0 18px 18px;
  border-top:1px solid #ebf0ed;
}
.lrd87-edit-panel .lrd60-edit-form label{
  font-weight:700!important;
}
.lrd87-edit-panel .lrd60-edit-form input,
.lrd87-edit-panel .lrd60-edit-form textarea{
  min-height:44px!important;
  font-size:14px!important;
  font-weight:500!important;
  border-radius:14px!important;
  background:#fff!important;
}
.lrd87-edit-panel .lrd60-edit-form textarea{
  min-height:116px!important;
}
.lrd87-edit-panel .lrd62-photo-preview{
  margin:2px 0;
}
@media (max-width:1100px){
  .lrd60-list{
    position:static;
    top:auto;
  }
}
@media (max-width:720px){
  .lrd60-editor,
  .lrd60-list{
    border-radius:20px;
  }
  .lrd87-editor-header h2{
    font-size:24px!important;
  }
  .lrd87-edit-panel summary{
    padding:14px;
  }
}

/* V88 — rendre le panneau de modification clairement cliquable */
.lrd87-edit-panel summary{
  position:relative;
  background:#f6fbf8;
  border:1px solid #d8e8df;
  border-radius:18px;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.lrd87-edit-panel{
  border:none!important;
  background:transparent!important;
  overflow:visible!important;
}
.lrd87-edit-panel summary:hover{
  background:#eef8f2;
  border-color:#bfdccb;
  box-shadow:0 8px 24px rgba(0,79,53,.08);
}
.lrd87-edit-panel summary:focus,
.lrd87-edit-panel summary:focus-visible{
  outline:none;
  background:#eef8f2;
  border-color:#9fcdb3;
  box-shadow:0 0 0 3px rgba(0,79,53,.10);
}
.lrd88-edit-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid #d7e6dd;
  color:#004f35;
  font-size:12px;
  font-style:normal;
  font-weight:700;
  white-space:nowrap;
  flex:0 0 auto;
}
.lrd87-edit-panel summary::after{
  content:'›';
  width:34px;
  height:34px;
  border-radius:50%;
  background:#004f35;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:500;
  line-height:1;
  flex:0 0 34px;
  transform:translateY(-1px);
}
.lrd87-edit-panel[open] summary{
  margin-bottom:10px;
  background:#eef8f2;
  border-color:#bfdccb;
}
.lrd87-edit-panel[open] summary::after{
  content:'–';
  font-size:24px;
  font-weight:700;
  transform:none;
}
.lrd87-edit-panel[open] .lrd88-edit-cta{
  content:'';
}
.lrd87-edit-panel[open] .lrd88-edit-cta{
  background:#e6f4ec;
}
.lrd87-edit-panel .lrd60-edit-form{
  border-top:0!important;
  margin-top:0!important;
  padding-top:4px!important;
}
@media (max-width:720px){
  .lrd87-edit-panel summary{
    flex-wrap:wrap;
    padding:14px!important;
  }
  .lrd88-edit-cta{
    order:3;
  }
}

/* V89 — Page classement : titre du bloc vert en blanc pour meilleure lisibilité */
.lrt-share h2{
  color:#ffffff!important;
}


/* V93 — Page thèmes/métiers : rendu plus premium, plus clair et plus respirant */
body.lr-site .lrcat-v55{
  max-width:1180px!important;
  padding-top:26px!important;
}

body.lr-site .lrc55-hero{
  position:relative;
  overflow:hidden;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 260px!important;
  gap:22px!important;
  align-items:stretch!important;
  margin:8px 0 34px!important;
  padding:34px!important;
  border:1px solid #e0ebe5!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 96% 12%, rgba(0,79,53,.11), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f7fbf8 58%,#eef8f2 100%)!important;
  box-shadow:0 22px 70px rgba(16,36,27,.07)!important;
}

body.lr-site .lrc55-hero:before{
  content:'';
  position:absolute;
  right:-70px;
  bottom:-90px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(0,79,53,.06);
  pointer-events:none;
}

body.lr-site .lrc55-hero-main,
body.lr-site .lrc55-hero-aside{
  position:relative;
  z-index:1;
}

body.lr-site .lrc55-kicker,
body.lr-site .lrc55-section-head span{
  padding:7px 11px!important;
  background:#eaf7ef!important;
  color:#00583b!important;
  border:1px solid #d5eadf!important;
  font-size:10px!important;
  letter-spacing:.09em!important;
  font-weight:800!important;
}

body.lr-site .lrc55-hero h1{
  max-width:760px!important;
  margin:16px 0 12px!important;
  font-size:clamp(38px,4.5vw,58px)!important;
  line-height:1!important;
  letter-spacing:-.052em!important;
  font-weight:850!important;
}

body.lr-site .lrc55-hero p{
  max-width:720px!important;
  color:#4f6158!important;
  font-size:16px!important;
  line-height:1.55!important;
  font-weight:500!important;
}

body.lr-site .lrc55-hero-aside{
  align-content:center!important;
  justify-items:start!important;
  gap:8px!important;
  padding:22px!important;
  border:1px solid rgba(0,79,53,.12)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.76)!important;
  box-shadow:none!important;
  backdrop-filter:blur(8px);
}

body.lr-site .lrc55-hero-aside strong{
  font-size:48px!important;
  line-height:.9!important;
  letter-spacing:-.055em!important;
  font-weight:850!important;
}

body.lr-site .lrc55-hero-aside span{
  color:#5b6d64!important;
  font-size:14px!important;
  font-weight:650!important;
}

body.lr-site .lrc55-hero-aside a{
  min-height:40px!important;
  margin-top:6px!important;
  padding:0 15px!important;
  font-size:13px!important;
  font-weight:750!important;
  box-shadow:0 12px 26px rgba(0,79,53,.13)!important;
}

body.lr-site .lrc55-popular,
body.lr-site .lrc55-groups{
  margin-top:30px!important;
}

body.lr-site .lrc55-section-head{
  margin-bottom:16px!important;
}

body.lr-site .lrc55-section-head h2{
  margin-top:9px!important;
  font-size:clamp(28px,3vw,38px)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  font-weight:850!important;
}

body.lr-site .lrc55-section-head>a{
  font-size:14px!important;
  font-weight:750!important;
}

body.lr-site .lrc55-popular-row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}

body.lr-site .lrc55-popular-row a{
  position:relative;
  min-height:104px!important;
  padding:17px!important;
  border-radius:22px!important;
  border-color:#dde9e2!important;
  background:
    linear-gradient(180deg,#fff 0%,#fbfdfc 100%)!important;
  box-shadow:0 16px 42px rgba(16,36,27,.055)!important;
}

body.lr-site .lrc55-popular-row a:after{
  content:'→';
  position:absolute;
  right:16px;
  top:16px;
  color:#00583b;
  opacity:.42;
  font-weight:800;
}

body.lr-site .lrc55-popular-row em{
  width:26px!important;
  height:26px!important;
  font-size:11px!important;
  font-weight:800!important;
}

body.lr-site .lrc55-popular-row strong{
  margin-top:14px!important;
  font-size:17px!important;
  font-weight:750!important;
}

body.lr-site .lrc55-popular-row small{
  color:#66756e!important;
  font-size:13px!important;
  font-weight:500!important;
}

body.lr-site .lrc55-group-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}

body.lr-site .lrc55-group{
  position:relative;
  overflow:hidden;
  padding:20px!important;
  border-radius:28px!important;
  border-color:#dde9e2!important;
  background:#fff!important;
  box-shadow:0 18px 50px rgba(16,36,27,.055)!important;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

body.lr-site .lrc55-group:hover{
  transform:translateY(-2px);
  border-color:#cde2d6!important;
  box-shadow:0 24px 60px rgba(16,36,27,.08)!important;
}

body.lr-site .lrc55-group header{
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  padding-bottom:14px!important;
  border-bottom:1px solid #edf3ef!important;
}

body.lr-site .lrc55-group i{
  width:54px!important;
  height:54px!important;
  border-radius:18px!important;
  background:#edf8f2!important;
  color:#00583b!important;
}

body.lr-site .lrc55-group svg{
  width:24px!important;
  height:24px!important;
}

body.lr-site .lrc55-group header span{
  color:#ff3150!important;
  font-size:10px!important;
  letter-spacing:.09em!important;
  font-weight:800!important;
}

body.lr-site .lrc55-group h3{
  margin:4px 0 6px!important;
  font-size:25px!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
  font-weight:850!important;
}

body.lr-site .lrc55-group p{
  max-width:440px!important;
  color:#617168!important;
  font-size:14px!important;
  line-height:1.42!important;
  font-weight:500!important;
}

body.lr-site .lrc55-group header>a{
  grid-column:1 / -1!important;
  width:100%!important;
  justify-content:center!important;
  min-height:38px!important;
  margin-top:2px!important;
  border-radius:14px!important;
  background:#f7fbf8!important;
  border-color:#dfe9e3!important;
  color:#00583b!important;
  font-size:13px!important;
  font-weight:750!important;
}

body.lr-site .lrc55-jobs{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  padding-top:14px!important;
}

body.lr-site .lrc55-jobs a{
  justify-content:space-between!important;
  min-height:38px!important;
  padding:0 12px!important;
  border-radius:14px!important;
  background:#fbfdfc!important;
  color:#13251d!important;
  font-size:13px!important;
  font-weight:650!important;
}

body.lr-site .lrc55-jobs a:after{
  content:'→';
  color:#00583b;
  opacity:.42;
  font-weight:800;
}

body.lr-site .lrc55-jobs a:hover{
  background:#eef8f2!important;
  border-color:#cde2d6!important;
  color:#00583b!important;
}

body.lr-site .lrc55-bottom{
  margin-top:26px!important;
  padding:24px!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 94% 14%, rgba(255,255,255,.14), transparent 34%),
    #00583b!important;
}

body.lr-site .lrc55-bottom h2{
  font-size:30px!important;
  font-weight:850!important;
}

body.lr-site .lrc55-bottom p{
  color:rgba(255,255,255,.82)!important;
  font-weight:500!important;
}

@media(max-width:1040px){
  body.lr-site .lrc55-hero{
    grid-template-columns:1fr!important;
  }
  body.lr-site .lrc55-hero-aside{
    grid-template-columns:auto 1fr auto!important;
    justify-items:start!important;
  }
  body.lr-site .lrc55-group-list{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:780px){
  body.lr-site .lrcat-v55{
    padding-top:14px!important;
  }
  body.lr-site .lrc55-hero{
    padding:22px!important;
    border-radius:24px!important;
  }
  body.lr-site .lrc55-hero h1{
    font-size:34px!important;
  }
  body.lr-site .lrc55-hero p{
    font-size:14px!important;
  }
  body.lr-site .lrc55-hero-aside{
    grid-template-columns:1fr!important;
  }
  body.lr-site .lrc55-popular-row{
    grid-template-columns:1fr!important;
  }
  body.lr-site .lrc55-group{
    border-radius:22px!important;
    padding:16px!important;
  }
  body.lr-site .lrc55-jobs{
    grid-template-columns:1fr!important;
  }
  body.lr-site .lrc55-bottom{
    display:grid!important;
  }
  body.lr-site .lrc55-bottom a{
    width:100%!important;
  }
}

/* V94 — Page métiers : suppression du métier mis en avant dans chaque thème */
body.lr-site .lrc55-group header{
  grid-template-columns:54px minmax(0,1fr)!important;
}

body.lr-site .lrc55-group header>a{
  display:none!important;
}

body.lr-site .lrc55-group h3{
  margin-top:4px!important;
}

body.lr-site .lrc55-jobs{
  margin-top:2px!important;
}


/* V96 — tunnel inscription : compte créé -> création de fiche */
.lrd96-empty{
  text-align:left!important;
  max-width:780px!important;
  margin:24px auto!important;
  padding:28px!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 96% 0%, rgba(0,79,53,.10), transparent 32%),
    #ffffff!important;
  border:1px solid #dcebe3!important;
  box-shadow:0 20px 60px rgba(16,36,27,.07)!important;
}
.lrd96-empty span{
  display:inline-flex!important;
  width:max-content!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  background:#eaf7ef!important;
  color:#00583b!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.lrd96-empty h2{
  max-width:620px!important;
  margin:14px 0 8px!important;
  font-size:34px!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
}
.lrd96-empty p{
  max-width:650px!important;
  color:#52645b!important;
  font-size:16px!important;
  line-height:1.55!important;
  font-weight:500!important;
}
.lrd96-empty ul{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  padding:0!important;
  margin:18px 0!important;
  list-style:none!important;
}
.lrd96-empty li{
  min-height:58px!important;
  padding:12px!important;
  border:1px solid #e1ece6!important;
  border-radius:16px!important;
  background:#fbfdfc!important;
  color:#22342b!important;
  font-weight:650!important;
}
.lrd96-empty .lr-btn,
.lrd96-empty a.lr-btn{
  width:max-content!important;
  min-height:46px!important;
  padding:0 20px!important;
}

.lrd96-register-next{
  margin:0 0 18px!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  border:1px solid #bbe7cb!important;
  background:#f0fdf4!important;
  color:#0f3b27!important;
  font-weight:500!important;
}
.lrd96-register-next strong{
  color:#004f35!important;
  font-weight:800!important;
}

@media(max-width:760px){
  .lrd96-empty{
    padding:20px!important;
    border-radius:22px!important;
  }
  .lrd96-empty h2{
    font-size:26px!important;
  }
  .lrd96-empty ul{
    grid-template-columns:1fr!important;
  }
}


/* V105 — Fiche publique : photo plus compacte et mieux cadrée */
.lrprofile-v62 .lrp62-hero{
  align-items:center!important;
  gap:34px!important;
}

.lrprofile-v62 .lrp62-photo{
  max-width:520px!important;
  height:360px!important;
  max-height:360px!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:#f6faf8!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.lrprofile-v62 .lrp62-photo img{
  width:100%!important;
  height:100%!important;
  max-height:360px!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}

@media(max-width:980px){
  .lrprofile-v62 .lrp62-photo{
    width:100%!important;
    max-width:100%!important;
    height:300px!important;
    max-height:300px!important;
  }
  .lrprofile-v62 .lrp62-photo img{
    max-height:300px!important;
  }
}

@media(max-width:640px){
  .lrprofile-v62 .lrp62-photo{
    height:230px!important;
    max-height:230px!important;
    border-radius:20px!important;
  }
  .lrprofile-v62 .lrp62-photo img{
    max-height:230px!important;
  }
}


/* V106 — Fiche publique : afficher l’image entière sans rognage */
.lrprofile-v62 .lrp62-photo{
  background:#ffffff!important;
  border:1px solid #e2ece6!important;
  padding:14px!important;
}

.lrprofile-v62 .lrp62-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#ffffff!important;
}

@media(max-width:640px){
  .lrprofile-v62 .lrp62-photo{
    padding:10px!important;
  }
}


/* V108 — Fiche pro : image plus discrète + recommandation/avis mieux mis en avant */
.lrprofile-v62 .lrp62-hero{
  grid-template-columns:minmax(260px, 430px) minmax(0, 1fr)!important;
  gap:42px!important;
  align-items:center!important;
}

.lrprofile-v62 .lrp62-photo{
  max-width:430px!important;
  height:280px!important;
  max-height:280px!important;
  padding:16px!important;
  border-radius:24px!important;
  background:#fff!important;
}

.lrprofile-v62 .lrp62-photo img{
  width:100%!important;
  height:100%!important;
  max-height:248px!important;
  object-fit:contain!important;
  object-position:center!important;
}

.lrprofile-v62 .lrp62-identity{
  max-width:720px!important;
}

.lrprofile-v62 .lrp62-scoreline{
  margin:22px 0 0!important;
  padding:18px 0!important;
  border-top:1px solid #dbe8e1!important;
  border-bottom:1px solid #dbe8e1!important;
}

.lrprofile-v62 .lrp62-scoreline strong{
  font-size:42px!important;
  letter-spacing:-.05em!important;
}

.lrprofile-v62 .lrp108-actions,
.lrprofile-v62 .lrp62-actions{
  margin-top:20px!important;
  padding:18px!important;
  border:1px solid #cfe5d9!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 96% 10%, rgba(0,79,53,.08), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f5fbf7 100%)!important;
  box-shadow:0 18px 50px rgba(0,79,53,.08)!important;
  display:grid!important;
  gap:14px!important;
}

.lrprofile-v62 .lrp108-actions-intro{
  display:grid!important;
  gap:3px!important;
}

.lrprofile-v62 .lrp108-actions-intro strong{
  color:#0f241b!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:850!important;
  letter-spacing:-.025em!important;
}

.lrprofile-v62 .lrp108-actions-intro span{
  color:#53655c!important;
  font-size:14px!important;
  line-height:1.4!important;
  font-weight:500!important;
}

.lrprofile-v62 .lrp108-actions-buttons{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
}

.lrprofile-v62 .lrp108-actions .lr-vote-link,
.lrprofile-v62 .lrp62-actions .lr-vote-link{
  min-height:52px!important;
  padding:0 24px!important;
  border-radius:999px!important;
  background:#00583b!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:850!important;
  box-shadow:0 14px 30px rgba(0,79,53,.22)!important;
  transform:translateY(0);
}

.lrprofile-v62 .lrp108-actions .lr-vote-link:hover,
.lrprofile-v62 .lrp62-actions .lr-vote-link:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 36px rgba(0,79,53,.28)!important;
}

.lrprofile-v62 .lrp108-actions .lrp63-review-link,
.lrprofile-v62 .lrp62-actions .lrp63-review-link{
  min-height:52px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  background:#ffffff!important;
  border:1px solid #b9d8c8!important;
  color:#00583b!important;
  font-size:15px!important;
  font-weight:850!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.lrprofile-v62 .lrp108-actions .lrp63-review-link::before,
.lrprofile-v62 .lrp62-actions .lrp63-review-link::before{
  content:'★';
  margin-right:8px;
  color:#00583b;
  font-size:14px;
}

.lrprofile-v62 .lrp108-actions .lrp62-share,
.lrprofile-v62 .lrp62-actions .lrp62-share{
  min-height:44px!important;
  padding:0 17px!important;
  border-radius:999px!important;
  background:#f7fbf8!important;
  border:1px solid #dbe8e1!important;
  color:#00583b!important;
  font-size:13px!important;
  font-weight:750!important;
}

.lrprofile-v62 #avis,
.lrprofile-v62 #ecrire-un-avis{
  border-color:#cfe5d9!important;
}

.lrprofile-v62 #avis .lrp63-section-title h2,
.lrprofile-v62 #ecrire-un-avis h2{
  color:#0f241b!important;
}

.lrprofile-v62 #ecrire-un-avis{
  background:
    radial-gradient(circle at 96% 0%, rgba(0,79,53,.06), transparent 28%),
    #ffffff!important;
}

@media(max-width:980px){
  .lrprofile-v62 .lrp62-hero{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .lrprofile-v62 .lrp62-photo{
    max-width:100%!important;
    height:260px!important;
    max-height:260px!important;
  }
  .lrprofile-v62 .lrp62-photo img{
    max-height:228px!important;
  }
}

@media(max-width:640px){
  .lrprofile-v62 .lrp62-photo{
    height:210px!important;
    max-height:210px!important;
    padding:12px!important;
  }
  .lrprofile-v62 .lrp62-photo img{
    max-height:186px!important;
  }
  .lrprofile-v62 .lrp108-actions,
  .lrprofile-v62 .lrp62-actions{
    padding:14px!important;
    border-radius:20px!important;
  }
  .lrprofile-v62 .lrp108-actions-buttons{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .lrprofile-v62 .lrp108-actions .lr-vote-link,
  .lrprofile-v62 .lrp108-actions .lrp63-review-link,
  .lrprofile-v62 .lrp108-actions .lrp62-share{
    width:100%!important;
  }
}


/* V110 — Ajustements mobile : footer vert, page métiers, connexion et navigation */
@media (max-width:780px){
  /* Footer mobile : même vert que le reste du site */
  body.lr-site .lr-footer-v72,
  .lr-footer-v72{
    background:linear-gradient(180deg,#004f35 0%,#063f2e 100%)!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
  }
  body.lr-site .lr-footer-v72 .lr-footer-inner,
  .lr-footer-v72 .lr-footer-inner{
    padding:30px 18px 18px!important;
    gap:22px!important;
  }
  body.lr-site .lr-footer-v72 .lr-footer-brand,
  .lr-footer-v72 .lr-footer-brand{
    max-width:none!important;
    padding-right:0!important;
    border-right:0!important;
  }
  body.lr-site .lr-footer-v72 a.lr-logo-footer.lr-logo-image,
  .lr-footer-v72 a.lr-logo-footer.lr-logo-image{
    width:220px!important;
    max-width:220px!important;
    margin-bottom:14px!important;
  }
  body.lr-site .lr-footer-v72 .lr-footer-bottom,
  .lr-footer-v72 .lr-footer-bottom{
    padding:14px 18px 86px!important;
    border-top:1px solid rgba(255,255,255,.12)!important;
    background:transparent!important;
  }

  /* Page métiers : le hero ne doit plus dépasser en mobile */
  body.lr-site .lrcat-v55,
  .lrcat-v55{
    width:auto!important;
    max-width:none!important;
    padding:14px 14px 0!important;
    overflow:hidden!important;
  }
  body.lr-site .lrc55-hero,
  .lrc55-hero{
    grid-template-columns:1fr!important;
    gap:16px!important;
    margin:0 0 24px!important;
    padding:18px!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }
  body.lr-site .lrc55-hero:before,
  .lrc55-hero:before{
    right:-95px!important;
    bottom:-110px!important;
    width:220px!important;
    height:220px!important;
  }
  body.lr-site .lrc55-hero h1,
  .lrc55-hero h1{
    max-width:none!important;
    margin:14px 0 10px!important;
    font-size:28px!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
    overflow-wrap:anywhere!important;
  }
  body.lr-site .lrc55-hero p,
  .lrc55-hero p{
    max-width:none!important;
    font-size:15px!important;
  }
  body.lr-site .lrc55-hero-aside,
  .lrc55-hero-aside{
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:18px!important;
  }
  body.lr-site .lrc55-hero-aside a,
  .lrc55-hero-aside a{
    width:100%!important;
  }
  body.lr-site .lrc55-section-head,
  .lrc55-section-head{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  body.lr-site .lrc55-section-head h2,
  .lrc55-section-head h2{
    font-size:24px!important;
  }
  body.lr-site .lrc55-group,
  .lrc55-group{
    padding:16px!important;
  }
  body.lr-site .lrc55-group h3,
  .lrc55-group h3{
    font-size:19px!important;
    line-height:1.1!important;
  }
  body.lr-site .lrc55-group p,
  .lrc55-group p{
    font-size:14px!important;
  }
  body.lr-site .lrc55-jobs a,
  .lrc55-jobs a{
    min-height:42px!important;
    font-size:14px!important;
  }

  /* Connexion / ajout : plus harmonieux en mobile */
  body.lr-site .lrauth-hero,
  .lrauth-hero{
    padding:24px 10px 12px!important;
  }
  body.lr-site .lrauth-hero h1,
  .lrauth-hero h1{
    max-width:none!important;
    font-family:var(--lr-font)!important;
    font-size:32px!important;
    line-height:1.06!important;
    letter-spacing:-.035em!important;
  }
  body.lr-site .lrauth-card h2,
  body.lr-site .lrauth-reset h2,
  body.lr-site .lradd-gate h2,
  .lrauth-card h2,
  .lrauth-reset h2,
  .lradd-gate h2{
    font-family:var(--lr-font)!important;
    font-size:24px!important;
    line-height:1.08!important;
    letter-spacing:-.03em!important;
  }
  body.lr-site .lrauth-grid,
  .lrauth-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body.lr-site .lrauth-card,
  body.lr-site .lrauth-reset,
  body.lr-site .lradd-gate,
  .lrauth-card,
  .lrauth-reset,
  .lradd-gate{
    padding:18px!important;
    border-radius:22px!important;
  }
  body.lr-site .lrauth-card>p,
  body.lr-site .lrauth-help,
  body.lr-site .lrauth-hero p,
  .lrauth-card>p,
  .lrauth-help,
  .lrauth-hero p{
    font-size:15px!important;
  }
  body.lr-site .lrauth-journeys,
  .lrauth-journeys{
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:18px!important;
  }
  body.lr-site .lrauth-journeys article,
  .lrauth-journeys article{
    border:1px solid #dce9e2!important;
    border-radius:18px!important;
    padding:16px!important;
    background:#fbfdfc!important;
  }
  body.lr-site .lrauth-journeys strong,
  .lrauth-journeys strong{
    display:block!important;
    margin-bottom:6px!important;
    color:#10241b!important;
    font-size:18px!important;
  }
  body.lr-site .lrauth-journeys p,
  .lrauth-journeys p{
    margin:0!important;
    color:#5a6b62!important;
    font-size:14px!important;
    line-height:1.55!important;
  }

  /* Navigation mobile : wording et taille plus harmonieux */
  body.lr-site .lr-mobile-nav,
  .lr-mobile-nav{
    background:#ffffff!important;
    box-shadow:0 -10px 26px rgba(16,36,27,.08)!important;
  }
  body.lr-site .lr-mobile-nav a,
  .lr-mobile-nav a{
    gap:4px!important;
    font-size:10px!important;
    color:#68736d!important;
    font-weight:800!important;
    letter-spacing:0!important;
  }
  body.lr-site .lr-mobile-nav a span,
  .lr-mobile-nav a span{
    font-size:17px!important;
    line-height:1!important;
  }
  body.lr-site .lr-mobile-nav a.is-main,
  .lr-mobile-nav a.is-main{
    font-size:10px!important;
  }
  body.lr-site .lr-mobile-nav a.is-main span,
  .lr-mobile-nav a.is-main span{
    width:56px!important;
    height:56px!important;
    margin-top:-28px!important;
    font-size:28px!important;
    background:#ff3150!important;
    box-shadow:0 14px 24px rgba(255,49,80,.22)!important;
  }
}


/* V111 — Footer : on conserve le fond précédent, on harmonise seulement les textes/accent verts */
@media (max-width:780px){
  body.lr-site .lr-footer-v72,
  .lr-footer-v72{
    background:
      radial-gradient(circle at 18% 0%, rgba(0,79,53,.34), transparent 31%),
      linear-gradient(135deg,#06101d 0%,#071926 56%,#06101d 100%)!important;
  }
}

/* Vert d'accent du footer aligné avec l'identité Les Avisés */
body.lr-site .lr-footer-v72 .lr-footer-contact span,
body.lr-site .lr-footer-v72 .lr-footer-social a,
body.lr-site .lr-footer-v72 .lr-footer-col a:hover,
body.lr-site .lr-footer-v72 .lr-footer-contact a:hover,
.lr-footer-v72 .lr-footer-contact span,
.lr-footer-v72 .lr-footer-social a,
.lr-footer-v72 .lr-footer-col a:hover,
.lr-footer-v72 .lr-footer-contact a:hover{
  color:#004f35!important;
}

/* Si certains éléments utilisent un fond vert dans le footer, harmonisation */
body.lr-site .lr-footer-v72 .lr-footer-social a:hover,
.lr-footer-v72 .lr-footer-social a:hover{
  background:#004f35!important;
  color:#06101d!important;
}


/* V112 — Footer : vert du logo et des textes aligné sur le vert officiel */
body.lr-site .lr-footer-v72 .lr-footer-contact span,
body.lr-site .lr-footer-v72 .lr-footer-social a,
body.lr-site .lr-footer-v72 .lr-footer-col a:hover,
body.lr-site .lr-footer-v72 .lr-footer-contact a:hover,
.lr-footer-v72 .lr-footer-contact span,
.lr-footer-v72 .lr-footer-social a,
.lr-footer-v72 .lr-footer-col a:hover,
.lr-footer-v72 .lr-footer-contact a:hover{
  color:#004f35!important;
}

body.lr-site .lr-footer-v72 .lr-footer-social a:hover,
.lr-footer-v72 .lr-footer-social a:hover{
  background:#004f35!important;
  color:#ffffff!important;
}


/* V113 — Footer : titres de colonnes harmonisés */
body.lr-site .lr-footer-v72 .lr-footer-col strong,
.lr-footer-v72 .lr-footer-col strong{
  color:#004f35!important;
}

body.lr-site .lr-footer-v72 .lr-footer-col,
.lr-footer-v72 .lr-footer-col{
  border-color:rgba(0,79,53,.18)!important;
}

/* Mobile aussi : Visiteurs / Professionnels / Informations */
@media(max-width:780px){
  body.lr-site .lr-footer-v72 .lr-footer-col strong,
  .lr-footer-v72 .lr-footer-col strong{
    color:#004f35!important;
  }
}


/* V114 — Footer retravaillé : plus lisible, typo plus fine, accents mieux contrastés */
body.lr-site .lr-footer-v72,
.lr-footer-v72{
  font-family:var(--lra-font-body, var(--lr-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif))!important;
}

body.lr-site .lr-footer-v72 .lr-footer-brand p,
.lr-footer-v72 .lr-footer-brand p{
  max-width:390px!important;
  color:rgba(248,250,248,.90)!important;
  font-size:14px!important;
  line-height:1.72!important;
  font-weight:560!important;
  letter-spacing:-.01em!important;
}

body.lr-site .lr-footer-v72 .lr-footer-contact,
.lr-footer-v72 .lr-footer-contact{
  margin-top:24px!important;
  gap:12px!important;
}

body.lr-site .lr-footer-v72 .lr-footer-contact span,
.lr-footer-v72 .lr-footer-contact span{
  color:#21c17b!important;
  font-size:16px!important;
  font-weight:800!important;
}

body.lr-site .lr-footer-v72 .lr-footer-contact a,
.lr-footer-v72 .lr-footer-contact a{
  color:#ffffff!important;
  font-size:15px!important;
  line-height:1.4!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
}

body.lr-site .lr-footer-v72 .lr-footer-col,
.lr-footer-v72 .lr-footer-col{
  gap:12px!important;
}

body.lr-site .lr-footer-v72 .lr-footer-col strong,
.lr-footer-v72 .lr-footer-col strong{
  color:#21c17b!important;
  font-family:var(--lra-font-body, var(--lr-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif))!important;
  font-size:12px!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  margin-bottom:10px!important;
  font-weight:760!important;
}

body.lr-site .lr-footer-v72 .lr-footer-col a,
.lr-footer-v72 .lr-footer-col a{
  color:rgba(255,255,255,.94)!important;
  font-size:15px!important;
  line-height:1.38!important;
  font-weight:620!important;
  letter-spacing:-.012em!important;
  text-decoration:none!important;
  transition:color .18s ease, transform .18s ease, opacity .18s ease!important;
}

body.lr-site .lr-footer-v72 .lr-footer-col a:hover,
.lr-footer-v72 .lr-footer-col a:hover{
  color:#ffffff!important;
  opacity:1!important;
  transform:translateX(2px)!important;
}

body.lr-site .lr-footer-v72 .lr-footer-bottom p,
.lr-footer-v72 .lr-footer-bottom p{
  color:rgba(255,255,255,.62)!important;
  font-size:12px!important;
  font-weight:560!important;
}

body.lr-site .lr-footer-v72 .lr-footer-social a,
.lr-footer-v72 .lr-footer-social a{
  width:30px!important;
  height:30px!important;
  border:1px solid rgba(33,193,123,.38)!important;
  color:#21c17b!important;
  font-size:12px!important;
  font-weight:800!important;
  background:rgba(255,255,255,.02)!important;
}

body.lr-site .lr-footer-v72 .lr-footer-social a:hover,
.lr-footer-v72 .lr-footer-social a:hover{
  background:#21c17b!important;
  color:#06101d!important;
  border-color:#21c17b!important;
}

@media(max-width:780px){
  body.lr-site .lr-footer-v72 .lr-footer-inner,
  .lr-footer-v72 .lr-footer-inner{
    padding:30px 18px 24px!important;
    gap:26px!important;
  }

  body.lr-site .lr-footer-v72 .lr-footer-brand,
  .lr-footer-v72 .lr-footer-brand{
    max-width:none!important;
    padding-right:0!important;
    border-right:0!important;
    padding-bottom:6px!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
  }

  body.lr-site .lr-footer-v72 a.lr-logo-footer.lr-logo-image,
  .lr-footer-v72 a.lr-logo-footer.lr-logo-image{
    width:236px!important;
    max-width:236px!important;
    margin-bottom:16px!important;
  }

  body.lr-site .lr-footer-v72 a.lr-logo-footer.lr-logo-image img,
  .lr-footer-v72 a.lr-logo-footer.lr-logo-image img{
    width:236px!important;
    max-width:236px!important;
  }

  body.lr-site .lr-footer-v72 .lr-footer-brand p,
  .lr-footer-v72 .lr-footer-brand p{
    max-width:none!important;
    font-size:13px!important;
    line-height:1.66!important;
    font-weight:540!important;
  }

  body.lr-site .lr-footer-v72 .lr-footer-contact a,
  .lr-footer-v72 .lr-footer-contact a{
    font-size:14px!important;
    font-weight:680!important;
  }

  body.lr-site .lr-footer-v72 .lr-footer-col,
  .lr-footer-v72 .lr-footer-col{
    gap:11px!important;
  }

  body.lr-site .lr-footer-v72 .lr-footer-col strong,
  .lr-footer-v72 .lr-footer-col strong{
    font-size:11px!important;
    letter-spacing:.14em!important;
    margin-bottom:8px!important;
  }

  body.lr-site .lr-footer-v72 .lr-footer-col a,
  .lr-footer-v72 .lr-footer-col a{
    font-size:13px!important;
    line-height:1.45!important;
    font-weight:580!important;
  }

  body.lr-site .lr-footer-v72 .lr-footer-bottom,
  .lr-footer-v72 .lr-footer-bottom{
    padding:16px 18px 86px!important;
  }
}


/* V115 — Header public : mêmes CTA que connecté */
body.lr-site .lr-header-actions .lr-btn-soft,
body.lr-site .lr-header-actions .lr-btn-primary{
  white-space:nowrap!important;
}


/* V116 — Header public : mêmes boutons connecté / déconnecté, sans bouton recherche parasite */
body.lr-site .lr-header .lr-header-actions-v116{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin-left:auto!important;
  flex:0 0 auto!important;
}

body.lr-site .lr-header .lr-header-actions-v116 .lr-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}

body.lr-site .lr-header .lr-header-actions-v116 .lr-btn-soft{
  min-width:148px!important;
}

body.lr-site .lr-header .lr-header-actions-v116 .lr-btn-primary{
  min-width:116px!important;
}

@media(max-width:820px){
  body.lr-site .lr-header .lr-header-actions-v116{
    display:none!important;
  }
}


/* V119 — Accueil : lisibilité des noms sur les photos des top villes */
body.lr-site .lr-home-city-card,
body.lr-site .lrh-city-card,
body.lr-site .lr25-city-card,
body.lr-site .lr-city-photo-card,
body.lr-site .lr-home-city-grid a{
  position:relative!important;
  overflow:hidden!important;
}

body.lr-site .lr-home-city-card:before,
body.lr-site .lrh-city-card:before,
body.lr-site .lr25-city-card:before,
body.lr-site .lr-city-photo-card:before,
body.lr-site .lr-home-city-grid a:before{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.30) 48%,rgba(0,0,0,.72) 100%)!important;
  pointer-events:none!important;
}

body.lr-site .lr-home-city-card *,
body.lr-site .lrh-city-card *,
body.lr-site .lr25-city-card *,
body.lr-site .lr-city-photo-card *,
body.lr-site .lr-home-city-grid a *{
  position:relative!important;
  z-index:2!important;
}

body.lr-site .lr-home-city-card h3,
body.lr-site .lr-home-city-card strong,
body.lr-site .lrh-city-card h3,
body.lr-site .lrh-city-card strong,
body.lr-site .lr25-city-card h3,
body.lr-site .lr25-city-card strong,
body.lr-site .lr-city-photo-card h3,
body.lr-site .lr-city-photo-card strong,
body.lr-site .lr-home-city-grid a h3,
body.lr-site .lr-home-city-grid a strong{
  color:#ffffff!important;
  text-shadow:0 2px 12px rgba(0,0,0,.62)!important;
  font-weight:850!important;
}

body.lr-site .lr-home-city-card span,
body.lr-site .lr-home-city-card small,
body.lr-site .lrh-city-card span,
body.lr-site .lrh-city-card small,
body.lr-site .lr25-city-card span,
body.lr-site .lr25-city-card small,
body.lr-site .lr-city-photo-card span,
body.lr-site .lr-city-photo-card small,
body.lr-site .lr-home-city-grid a span,
body.lr-site .lr-home-city-grid a small{
  color:rgba(255,255,255,.92)!important;
  text-shadow:0 2px 10px rgba(0,0,0,.58)!important;
}

body.lr-site .lr-home-city-card b,
body.lr-site .lrh-city-card b,
body.lr-site .lr25-city-card b,
body.lr-site .lr-city-photo-card b,
body.lr-site .lr-home-city-grid a b{
  color:#2ee889!important;
  text-shadow:0 2px 10px rgba(0,0,0,.58)!important;
}

body.lr-site .lr-home-city-card .lr-btn,
body.lr-site .lrh-city-card .lr-btn,
body.lr-site .lr25-city-card .lr-btn,
body.lr-site .lr-city-photo-card .lr-btn,
body.lr-site .lr-home-city-grid a .lr-btn,
body.lr-site .lr-home-city-card em,
body.lr-site .lrh-city-card em,
body.lr-site .lr25-city-card em,
body.lr-site .lr-city-photo-card em,
body.lr-site .lr-home-city-grid a em{
  color:#ffffff!important;
  border-color:rgba(255,255,255,.72)!important;
  background:rgba(0,0,0,.16)!important;
  backdrop-filter:blur(2px)!important;
}

/* V120 — Page À propos / confiance */
body.lr-site .lr-about-v120{max-width:1160px;margin:0 auto;padding:44px 24px 84px;}
body.lr-site .lr-about-hero-v120{text-align:left;background:linear-gradient(135deg,#f7fbf8 0%,#fff 58%,#eff8f3 100%);border:1px solid #dceee5;border-radius:30px;padding:50px;box-shadow:0 20px 60px rgba(5,46,30,.08);}
body.lr-site .lr-about-hero-v120 h1{max-width:860px;}
body.lr-site .lr-about-hero-v120 p{max-width:780px;}
body.lr-site .lr-about-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}
body.lr-site .lr-about-hero-actions a{height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;font-weight:900;text-decoration:none;border:1px solid #005f3b;color:#005f3b;background:#fff;}
body.lr-site .lr-about-hero-actions a:first-child{background:#005f3b;color:#fff;}
body.lr-site .lr-about-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px;}
body.lr-site .lr-about-proof-grid article,body.lr-site .lr-about-method-card,body.lr-site .lr-about-two-cols article,body.lr-site .lr-about-faq,body.lr-site .lr-blog-card-v120 a{background:#fff;border:1px solid #dfece5;border-radius:24px;box-shadow:0 16px 46px rgba(5,46,30,.06);}
body.lr-site .lr-about-proof-grid article{padding:24px;}
body.lr-site .lr-about-proof-grid strong,body.lr-site .lr-about-method-card span,body.lr-site .lr-about-two-cols span,body.lr-site .lr-about-faq-head span,body.lr-site .lr-blog-card-v120 span{display:inline-flex;color:#006b43;background:#eaf7f0;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;}
body.lr-site .lr-about-proof-grid h2,body.lr-site .lr-about-method-card h2,body.lr-site .lr-about-two-cols h2,body.lr-site .lr-about-faq h2{margin:14px 0 8px;color:#062217;letter-spacing:-.03em;}
body.lr-site .lr-about-proof-grid p,body.lr-site .lr-about-method-card p,body.lr-site .lr-about-two-cols p,body.lr-site .lr-about-faq p{color:#405047;line-height:1.65;font-weight:650;}
body.lr-site .lr-about-method-card{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;margin-top:22px;padding:30px;align-items:start;}
body.lr-site .lr-about-method-card ul{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
body.lr-site .lr-about-method-card li{border:1px solid #e4efe9;background:#f8fcfa;border-radius:18px;padding:16px;display:grid;gap:5px;}
body.lr-site .lr-about-method-card b{color:#062217;font-weight:950;}
body.lr-site .lr-about-method-card small{color:#5c6b63;font-weight:650;line-height:1.45;}
body.lr-site .lr-about-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px;}
body.lr-site .lr-about-two-cols article{padding:28px;}
body.lr-site .lr-about-two-cols a,body.lr-site .lr-about-final-cta a{display:inline-flex;margin-top:12px;height:42px;border-radius:999px;align-items:center;justify-content:center;padding:0 18px;background:#005f3b;color:#fff!important;text-decoration:none;font-weight:900;}
body.lr-site .lr-about-faq{padding:30px;margin-top:22px;}
body.lr-site .lr-about-faq details{border-top:1px solid #e1ece6;padding:18px 0;}
body.lr-site .lr-about-faq details:first-of-type{border-top:0;}
body.lr-site .lr-about-faq summary{cursor:pointer;font-weight:950;color:#062217;font-size:17px;}
body.lr-site .lr-about-faq p{margin:10px 0 0;}
body.lr-site .lr-about-final-cta{margin-top:22px;}

/* V120 — Blog */
body.lr-site .lr-blog-v120{max-width:1160px;margin:0 auto;padding:44px 24px 84px;}
body.lr-site .lr-blog-hero-v120{text-align:left;background:#f8fbf9;border:1px solid #dfece5;border-radius:30px;padding:46px;}
body.lr-site .lr-blog-grid-v120{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px;}
body.lr-site .lr-blog-card-v120 a{display:flex;flex-direction:column;min-height:250px;padding:24px;text-decoration:none;color:inherit;}
body.lr-site .lr-blog-card-v120 h2{margin:16px 0 10px;color:#062217;letter-spacing:-.03em;font-size:22px;line-height:1.15;}
body.lr-site .lr-blog-card-v120 p{color:#51635a;line-height:1.55;font-weight:650;margin:0;}
body.lr-site .lr-blog-card-v120 em{margin-top:auto;color:#005f3b;font-style:normal;font-weight:950;}

/* V120 — Fiche professionnelle optimisée */
body.lr-site .lrp120-trustline{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
body.lr-site .lrp120-trustline span{display:inline-flex;align-items:center;height:30px;border-radius:999px;padding:0 12px;background:#f0faf5;color:#00613d;border:1px solid #d7eee4;font-weight:900;font-size:12px;}
body.lr-site .lrp120-section-kicker{display:inline-flex;color:#00613d;background:#eff9f4;border:1px solid #d7eee4;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;}
body.lr-site .lrp120-mini-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
body.lr-site .lrp120-mini-actions a,body.lr-site .lrp120-ranking-card a{display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:999px;padding:0 16px;border:1px solid #005f3b;color:#005f3b!important;text-decoration:none;font-weight:900;background:#fff;}
body.lr-site .lrp120-mini-actions a:first-child,body.lr-site .lrp120-ranking-card a{background:#005f3b;color:#fff!important;}
body.lr-site .lrp120-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;}
body.lr-site .lrp120-help-grid article{background:#f8fcfa;border:1px solid #e3eee8;border-radius:18px;padding:16px;display:grid;gap:8px;}
body.lr-site .lrp120-help-grid strong{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#005f3b;color:#fff;font-weight:950;}
body.lr-site .lrp120-help-grid span{color:#405047;font-weight:750;line-height:1.45;}
body.lr-site .lrp120-ranking-card{background:linear-gradient(135deg,#005f3b 0%,#00754a 100%)!important;color:#fff!important;}
body.lr-site .lrp120-ranking-card h2,body.lr-site .lrp120-ranking-card p,body.lr-site .lrp120-ranking-card strong{color:#fff!important;}
body.lr-site .lrp120-ranking-card a{background:#fff;color:#005f3b!important;border-color:#fff;margin-top:10px;}
body.lr-site .lrp120-score-card{background:#fbfdfc!important;}

@media(max-width:900px){
  body.lr-site .lr-about-v120,body.lr-site .lr-blog-v120{padding:26px 14px 78px;}
  body.lr-site .lr-about-hero-v120,body.lr-site .lr-blog-hero-v120{padding:28px 20px;border-radius:22px;}
  body.lr-site .lr-about-proof-grid,body.lr-site .lr-about-method-card,body.lr-site .lr-about-two-cols,body.lr-site .lr-blog-grid-v120,body.lr-site .lrp120-help-grid{grid-template-columns:1fr;}
  body.lr-site .lr-about-method-card,body.lr-site .lr-about-faq{padding:22px;}
  body.lr-site .lr-blog-card-v120 a{min-height:0;}
}

/* V121 — Maquettes validées accueil + classement + blog premium */
body.lr-site{background:#fff;color:#07152f;}
body.lr-site .lr-header-inner{max-width:1280px;height:72px;padding:0 24px;}
body.lr-site .lr-logo-image img{height:56px;width:auto;display:block;}
body.lr-site .lr-nav{gap:34px;font-size:13px;}
body.lr-site .lr-btn{height:44px;border-radius:12px;padding:0 22px;font-size:13px;}
body.lr-site .lr-fav-link{height:44px;display:inline-flex;align-items:center;gap:8px;color:#23493d;font-weight:800;font-size:13px;padding:0 6px;text-decoration:none;}
body.lr-site .lr121-home,body.lr-site .lr121-ranking,body.lr-site .lr121-blog,body.lr-site .lr121-article{font-family:var(--lr-font);background:#fff;}
body.lr-site .lr121-home a,body.lr-site .lr121-ranking a,body.lr-site .lr121-blog a,body.lr-site .lr121-article a{text-decoration:none;color:inherit;}
body.lr-site .lr121-home svg,body.lr-site .lr121-ranking svg{width:1em;height:1em;fill:currentColor;display:block;}

/* Accueil */
.lr121-home-hero{background:#fbfcfb;border-bottom:1px solid #edf2ef;overflow:hidden;}
.lr121-home-hero-inner{max-width:1280px;margin:0 auto;min-height:430px;padding:58px 24px 36px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:34px;align-items:center;}
.lr121-hero-copy h1{margin:0 0 16px;color:#07152f;font-size:54px;line-height:1.03;letter-spacing:-.065em;font-weight:950;}
.lr121-hero-copy h1 span{color:#00603e;}
.lr121-hero-copy p{margin:0 0 24px;color:#3d4a5d;font-size:18px;line-height:1.42;font-weight:550;max-width:560px;}
.lr121-search{position:relative;width:min(720px,100%);background:#fff;border:1px solid #dfe8e4;border-radius:14px;padding:14px;display:grid;grid-template-columns:1fr 1fr 160px;gap:14px;box-shadow:0 18px 45px rgba(7,21,47,.08);}
.lr121-search-field{height:52px;position:relative;border:1px solid #dce8e3;background:#fff;border-radius:9px;padding:8px 42px 7px 13px;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:5px;color:#07152f;font-family:inherit;}
.lr121-service-field{cursor:pointer;}
.lr121-search-field label{font-size:11px;font-weight:900;color:#18243a;line-height:1;}
.lr121-search-field input,.lr121-search-field strong{border:0;outline:0;background:transparent;color:#6b7586;font-size:13px;font-weight:650;font-family:inherit;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.lr121-search-field span{position:absolute;right:13px;bottom:14px;color:#00603e;font-size:18px;}
.lr121-search-submit{border:0;border-radius:10px;background:#005f3d;color:#fff;font-size:13px;font-weight:950;box-shadow:0 12px 26px rgba(0,95,61,.20);cursor:pointer;}
.lr121-search-submit:hover{background:#00754b;}
.lr121-trustline{display:flex;align-items:center;gap:30px;flex-wrap:wrap;margin-top:18px;color:#15233c;font-weight:850;font-size:13px;}
.lr121-trustline span{display:inline-flex;align-items:center;gap:8px;}
.lr121-trustline svg{color:#00603e;font-size:18px;}
.lr121-hero-visual{position:relative;min-height:330px;border-radius:0;overflow:visible;}
.lr121-hero-visual:before{content:'';position:absolute;inset:-60px -120px -50px -10px;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.3) 34%,rgba(255,255,255,0) 62%),linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.58));z-index:2;pointer-events:none;}
.lr121-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:saturate(1.06) contrast(1.03);transform:scale(1.02);}
.lr121-pro-card{position:absolute;z-index:3;right:18px;bottom:28px;width:260px;background:rgba(255,255,255,.92);border:1px solid rgba(216,226,222,.95);border-radius:16px;padding:20px 22px;box-shadow:0 20px 48px rgba(7,21,47,.14);}
.lr121-pro-card strong{display:block;color:#07152f;font-size:18px;font-weight:950;letter-spacing:-.03em;margin-bottom:6px;}
.lr121-pro-card p{margin:0 0 14px;color:#26354d;line-height:1.45;font-size:14px;font-weight:550;}
.lr121-pro-card a{display:inline-flex;align-items:center;justify-content:center;height:42px;border-radius:11px;border:1px solid #d7e4df;background:#fff;color:#005f3d!important;padding:0 22px;font-weight:950;font-size:13px;}
.lr121-home-grid{max-width:1280px;margin:0 auto;padding:18px 24px 0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.75fr);gap:18px;align-items:stretch;}
.lr121-live-card,.lr121-review-card,.lr121-confidence,.lr121-score-explain{background:#fff;border:1px solid #dfe8e4;border-radius:18px;box-shadow:0 12px 36px rgba(7,21,47,.045);}
.lr121-live-card{padding:18px;}
.lr121-live-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px;}
.lr121-live-card h2,.lr121-confidence h2,.lr121-score-explain h2{margin:0;color:#07152f;font-size:25px;line-height:1.1;letter-spacing:-.045em;font-weight:950;font-family:Georgia,serif;}
.lr121-live-card p{margin:5px 0 0;color:#4e5c6f;font-size:12px;font-weight:650;}
.lr121-live-card header a{color:#005f3d;font-size:13px;font-weight:950;margin-top:7px;}
.lr121-city-rank-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.lr121-city-rank{display:block;border:1px solid #dfe8e4;border-radius:12px;padding:0 0 12px;overflow:hidden;background:#fff;color:#07152f;}
.lr121-city-rank img{width:100%;height:54px;object-fit:cover;display:block;}
.lr121-city-title{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 11px 6px;}
.lr121-city-title strong{font-size:15px;font-weight:950;}
.lr121-city-title span{height:22px;border-radius:999px;padding:0 8px;display:inline-flex;align-items:center;background:#e8f7ef;color:#005f3d;font-size:10px;font-weight:950;white-space:nowrap;}
.lr121-city-rank ol{list-style:none;margin:0;padding:0 12px;display:grid;gap:7px;}
.lr121-city-rank li{display:grid;grid-template-columns:18px 1fr auto;gap:6px;color:#1a263b;font-size:11px;font-weight:800;}
.lr121-city-rank li em{font-style:normal;color:#6d7788;}
.lr121-city-rank li b{color:#005f3d;}
.lr121-city-rank small{display:block;margin:12px 12px 0;color:#005f3d;font-weight:950;font-size:11px;}
.lr121-review-card{padding:24px;background:#f7fcf9;position:relative;display:flex;flex-direction:column;}
.lr121-quote{width:52px;height:52px;border-radius:13px;display:grid;place-items:center;background:#e6f6ee;color:#005f3d;font:950 54px/1 Georgia,serif;float:left;margin-bottom:4px;}
.lr121-review-card>div:nth-child(2){display:flex;align-items:center;justify-content:space-between;margin-top:-44px;margin-left:72px;color:#005f3d;font-weight:950;}
.lr121-review-card>div:nth-child(2) span{font-size:13px;color:#10213f;}
.lr121-review-card p{font-size:15px;line-height:1.55;margin:22px 0;color:#26354d;font-weight:550;}
.lr121-review-card footer{display:flex;align-items:center;gap:12px;margin-top:auto;}
.lr121-review-card footer img{width:42px;height:42px;border-radius:50%;object-fit:cover;}
.lr121-review-card footer strong{display:flex;flex-direction:column;color:#07152f;font-size:14px;font-weight:950;}
.lr121-review-card footer small{color:#637083;font-weight:650;margin-top:4px;}
.lr121-review-card footer em{font-style:normal;background:#dff4e8;color:#00603e;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:950;}
.lr121-review-card>a{height:42px;margin-top:18px;border:1px solid #dce8e3;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#005f3d;font-weight:950;font-size:13px;background:#fff;}
.lr121-home-bottom{max-width:1280px;margin:0 auto;padding:18px 24px 54px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;}
.lr121-confidence,.lr121-score-explain{padding:22px;}
.lr121-confidence>div{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:20px;}
.lr121-confidence article{text-align:center;}
.lr121-confidence svg{font-size:36px;color:#005f3d;margin:0 auto 13px;}
.lr121-confidence strong{display:block;color:#07152f;font-size:14px;font-weight:950;margin-bottom:8px;}
.lr121-confidence p{margin:0;color:#36465b;font-size:13px;line-height:1.45;font-weight:550;}
.lr121-score-layout{display:grid;grid-template-columns:150px 1fr 1.1fr;gap:22px;align-items:center;margin-top:18px;}
.lr121-score-ring{width:128px;height:128px;border-radius:50%;background:conic-gradient(#005f3d 0 76%,#dff1e8 76% 100%);display:grid;place-items:center;position:relative;}
.lr121-score-ring:before{content:'';position:absolute;inset:16px;border-radius:50%;background:#fff;}
.lr121-score-ring strong,.lr121-score-ring span{position:relative;z-index:1;grid-area:1/1;}
.lr121-score-ring strong{font-size:45px;color:#005f3d;font-weight:950;letter-spacing:-.04em;transform:translateY(-6px);}
.lr121-score-ring span{font-size:14px;color:#07152f;font-weight:900;transform:translateY(30px);}
.lr121-score-layout ul{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.lr121-score-layout li{display:grid;grid-template-columns:20px 1fr auto;gap:10px;align-items:center;color:#17243a;font-size:13px;font-weight:800;}
.lr121-score-layout li svg{color:#005f3d;font-size:17px;}
.lr121-score-layout li b{font-weight:950;}
.lr121-score-layout p{margin:0;color:#36465b;line-height:1.52;font-size:14px;font-weight:550;border-left:1px solid #dfe8e4;padding-left:22px;}
.lr121-score-layout p a{display:block;margin-top:12px;color:#005f3d;font-weight:950;}

/* Classement */
.lr121-ranking-wrap{max-width:1280px;margin:0 auto;padding:32px 24px 64px;}
.lr121-breadcrumb{display:flex;align-items:center;gap:10px;color:#667286;font-size:13px;font-weight:650;margin:6px 0 26px;}
.lr121-breadcrumb strong{color:#253047;font-weight:700;}
.lr121-ranking-head{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start;margin-bottom:22px;}
.lr121-ranking-head h1{margin:0 0 12px;color:#07152f;font-size:42px;line-height:1.08;letter-spacing:-.055em;font-weight:950;}
.lr121-ranking-head p{max-width:760px;margin:0;color:#35445a;font-size:15.5px;line-height:1.55;font-weight:550;}
.lr121-location-pill{height:54px;border:1px solid #dfe8e4;background:#fff;border-radius:999px;padding:0 24px;display:inline-flex;align-items:center;gap:12px;color:#07152f;font-weight:950;font-family:inherit;box-shadow:0 10px 28px rgba(7,21,47,.045);cursor:pointer;}
.lr121-location-pill svg{color:#005f3d;font-size:20px;}.lr121-location-pill span{color:#5e6b7b;}
.lr121-hidden-ranking-search{position:absolute;left:-99999px;width:1px;height:1px;overflow:hidden;}
.lr121-ranking-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start;}
.lr121-ranking-proofs{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px;}
.lr121-ranking-proofs article{height:64px;border:1px solid #dfe8e4;background:#fff;border-radius:13px;display:flex;align-items:center;gap:14px;padding:0 18px;box-shadow:0 10px 26px rgba(7,21,47,.035);}
.lr121-ranking-proofs svg{width:30px;height:30px;color:#005f3d;background:#eaf7f0;border-radius:50%;padding:7px;flex:0 0 auto;}
.lr121-ranking-proofs span{color:#17243a;font-weight:800;font-size:13px;line-height:1.35;}
.lr121-tabs{height:58px;border-bottom:1px solid #dce6e1;display:flex;align-items:flex-end;gap:30px;margin-bottom:16px;}
.lr121-tabs a{height:40px;display:inline-flex;align-items:center;color:#5b6777;font-size:15px;font-weight:950;position:relative;}
.lr121-tabs a.is-active{color:#005f3d;}.lr121-tabs a.is-active:after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#005f3d;border-radius:999px 999px 0 0;}
.lr121-tabs .lr121-score-help{margin-left:auto;color:#005f3d;font-size:13px;}
.lr121-ranking-list{display:grid;gap:12px;}
.lr121-rank-row{min-height:96px;background:#fff;border:1px solid #dfe8e4;border-radius:15px;display:grid;grid-template-columns:52px 58px minmax(0,1fr) 160px 105px 138px;gap:14px;align-items:center;padding:15px 16px;box-shadow:0 10px 25px rgba(7,21,47,.035);}
.lr121-rank-number{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eaf3ee;color:#07152f;font-weight:950;font-size:16px;}.lr121-rank-row:first-child .lr121-rank-number{background:#005f3d;color:#fff;}
.lr121-rank-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#e9f7ef;color:#005f3d;font-size:24px;}
.lr121-rank-info>div{display:flex;align-items:center;gap:11px;min-width:0;}.lr121-rank-info h2{margin:0;color:#07152f;font-size:20px;line-height:1.1;letter-spacing:-.025em;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.lr121-rank-info h2 a{color:inherit!important;}
.lr121-rank-info div span{display:inline-flex;height:24px;align-items:center;border-radius:999px;background:#e1f3e9;color:#005f3d;padding:0 10px;font-size:11px;font-weight:950;white-space:nowrap;}
.lr121-rank-info p{margin:7px 0 5px;color:#5b687a;font-size:14px;font-weight:600;}.lr121-rank-info small{display:flex;align-items:center;gap:6px;color:#596679;font-size:13px;font-weight:700;}.lr121-rank-info .lr-stars{color:#005f3d;letter-spacing:2px;}
.lr121-rank-trend{justify-self:center;background:#e9f7ef;color:#005f3d;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:950;white-space:nowrap;}
.lr121-rank-score{text-align:center;color:#07152f;}.lr121-rank-score strong{color:#008c61;font-size:34px;line-height:1;font-weight:950;letter-spacing:-.045em;}.lr121-rank-score em{font-style:normal;font-size:18px;font-weight:950;}.lr121-rank-score span{display:block;margin-top:5px;color:#667286;font-size:11px;font-weight:700;}
.lr121-rank-actions{display:grid;gap:6px;justify-items:center;}.lr121-rank-actions button{width:128px;min-height:46px;border:0;border-radius:999px;background:#005f3d;color:#fff;font-family:inherit;font-size:12px;line-height:1.15;font-weight:950;cursor:pointer;box-shadow:0 10px 22px rgba(0,95,61,.18);}.lr121-rank-actions button.is-voted,.lr121-rank-actions button:disabled{background:#005f3d;color:#fff;opacity:1;}.lr121-rank-actions a{color:#005f3d;font-size:12px;font-weight:950;}
.lr121-more{display:flex;margin:18px auto 0;height:44px;align-items:center;justify-content:center;border:1px solid #dfe8e4;background:#fff;border-radius:14px;padding:0 30px;color:#07152f;font-family:inherit;font-weight:950;}
.lr121-empty{border:1px solid #dfe8e4;border-radius:18px;padding:26px;background:#fff;}.lr121-empty h2{margin:0 0 8px;color:#07152f;}.lr121-empty p{color:#5b687a;}.lr121-empty a{display:inline-flex;height:42px;align-items:center;border-radius:999px;padding:0 18px;background:#005f3d;color:#fff!important;font-weight:950;}
.lr121-ranking-sidebar{display:grid;gap:18px;position:sticky;top:94px;}
.lr121-side-card,.lr121-side-cta{border-radius:17px;padding:22px;border:1px solid #dfe8e4;background:#fff;box-shadow:0 10px 28px rgba(7,21,47,.04);}
.lr121-side-card h2,.lr121-side-cta h2{margin:0 0 12px;color:#07152f;font-size:24px;letter-spacing:-.04em;line-height:1.1;font-weight:950;}.lr121-side-card p,.lr121-side-cta p{margin:0 0 16px;color:#33435a;line-height:1.55;font-size:14px;font-weight:550;}
.lr121-score-list{list-style:none;margin:0 0 18px;padding:0;display:grid;gap:0;}.lr121-score-list li{display:grid;grid-template-columns:1fr auto;border-top:1px solid #e7efeb;padding:10px 0;color:#253047;font-size:14px;font-weight:700;}.lr121-score-list b{font-weight:950;}.lr121-side-card>a{color:#005f3d;font-weight:950;font-size:13px;}.lr121-side-cta{background:linear-gradient(135deg,#005f3d 0%,#007b50 100%);color:#fff;border-color:#005f3d;}.lr121-side-cta h2,.lr121-side-cta p{color:#fff;}.lr121-side-cta button{height:44px;border:0;border-radius:999px;background:#fff;color:#005f3d;font-family:inherit;font-weight:950;padding:0 22px;cursor:pointer;}
.lr121-side-card ol{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:14px;counter-reset:step;}.lr121-side-card ol li{position:relative;padding-left:28px;color:#33435a;font-size:14px;line-height:1.45;font-weight:600;}.lr121-side-card ol li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#e9f7ef;color:#005f3d;font-size:10px;font-weight:950;}

/* Blog */
.lr121-blog{max-width:1180px;margin:0 auto;padding:44px 24px 82px;}.lr121-blog-hero{border:1px solid #dfe8e4;border-radius:28px;background:linear-gradient(135deg,#f8fcfa 0%,#fff 100%);padding:48px;}.lr121-blog-hero span,.lr121-featured-post span,.lr121-blog-card span,.lr121-article-hero span{display:inline-flex;height:28px;align-items:center;border-radius:999px;background:#e7f6ee;color:#005f3d;padding:0 12px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;}.lr121-blog-hero h1{max-width:850px;margin:18px 0 14px;color:#07152f;font-size:46px;line-height:1.05;letter-spacing:-.06em;font-weight:950;}.lr121-blog-hero p{max-width:780px;margin:0;color:#35445a;font-size:18px;line-height:1.55;font-weight:550;}.lr121-featured-post{display:grid;grid-template-columns:1.4fr .7fr;gap:18px;margin-top:22px;}.lr121-featured-post>a,.lr121-featured-post aside,.lr121-blog-card>a{display:block;background:#fff;border:1px solid #dfe8e4;border-radius:22px;box-shadow:0 12px 34px rgba(7,21,47,.045);}.lr121-featured-post>a{padding:34px;}.lr121-featured-post h2{margin:18px 0 12px;color:#07152f;font-size:34px;line-height:1.12;letter-spacing:-.045em;font-weight:950;}.lr121-featured-post p,.lr121-blog-intro p,.lr121-blog-card p{color:#405066;line-height:1.62;font-weight:550;}.lr121-featured-post em,.lr121-blog-card em{font-style:normal;color:#005f3d;font-weight:950;}.lr121-featured-post aside{padding:28px;background:#f7fcf9;}.lr121-featured-post aside strong{display:block;color:#07152f;font-size:22px;font-weight:950;margin-bottom:10px;}.lr121-featured-post aside p{margin:0;color:#405066;line-height:1.62;font-weight:550;}.lr121-blog-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:36px 0 18px;}.lr121-blog-intro h2{margin:0;color:#07152f;font-size:32px;letter-spacing:-.045em;font-weight:950;}.lr121-blog-intro p{max-width:620px;margin:0;font-size:15px;}.lr121-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}.lr121-blog-card>a{min-height:300px;padding:26px;display:flex;flex-direction:column;}.lr121-blog-card h2{margin:16px 0 10px;color:#07152f;font-size:24px;line-height:1.18;letter-spacing:-.035em;font-weight:950;}.lr121-blog-card p{margin:0;font-size:14.5px;}.lr121-blog-card footer{margin-top:auto;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:10px;}.lr121-blog-card small{color:#6b7788;font-weight:700;}
.lr121-article{background:#fff;}.lr121-article-shell{max-width:1160px;margin:0 auto;padding:36px 24px 82px;}.lr121-article-breadcrumb{display:flex;gap:10px;align-items:center;font-size:13px;color:#6b7788;font-weight:650;margin-bottom:20px;}.lr121-article-breadcrumb a{color:#005f3d!important;font-weight:850;}.lr121-article-hero{border:1px solid #dfe8e4;border-radius:28px;background:#f8fcfa;padding:44px;margin-bottom:28px;}.lr121-article-hero h1{max-width:880px;margin:18px 0 14px;color:#07152f;font-size:48px;line-height:1.04;letter-spacing:-.06em;font-weight:950;}.lr121-article-hero p{max-width:780px;color:#35445a;font-size:19px;line-height:1.52;margin:0 0 18px;font-weight:550;}.lr121-article-hero div{display:flex;gap:14px;color:#6b7788;font-size:13px;font-weight:750;}.lr121-article-layout{display:grid;grid-template-columns:minmax(0,760px) 310px;gap:42px;align-items:start;}.lr121-article-content{font-size:18px;line-height:1.82;color:#17243a;font-weight:450;}.lr121-article-content p{margin:0 0 22px;}.lr121-article-content h2{margin:44px 0 14px;color:#07152f;font-size:32px;line-height:1.15;letter-spacing:-.045em;font-weight:950;}.lr121-article-content h3{margin:30px 0 12px;color:#07152f;font-size:23px;line-height:1.2;font-weight:950;}.lr121-article-content ul,.lr121-article-content ol{margin:0 0 24px;padding-left:24px;}.lr121-article-content li{margin-bottom:10px;}.lr121-article-content a{color:#005f3d!important;font-weight:850;text-decoration:underline;text-underline-offset:3px;}.lr121-article-sidebar{display:grid;gap:16px;position:sticky;top:94px;}.lr121-article-sidebar section{border:1px solid #dfe8e4;border-radius:20px;padding:22px;background:#fff;box-shadow:0 12px 34px rgba(7,21,47,.04);}.lr121-article-sidebar section.is-green{background:#005f3d;color:#fff;border-color:#005f3d;}.lr121-article-sidebar strong{display:block;font-size:20px;line-height:1.15;margin-bottom:10px;color:#07152f;font-weight:950;}.lr121-article-sidebar .is-green strong,.lr121-article-sidebar .is-green p{color:#fff;}.lr121-article-sidebar p{margin:0;color:#405066;line-height:1.58;font-weight:550;}.lr121-article-sidebar a{display:inline-flex;margin-top:16px;height:42px;align-items:center;border-radius:999px;background:#fff;color:#005f3d!important;padding:0 18px;font-weight:950;}

@media(max-width:980px){
 body.lr-site .lr-header-inner{height:64px;padding:0 14px;} body.lr-site .lr-nav{display:none;} body.lr-site .lr-logo-image img{height:48px;} body.lr-site .lr-fav-link{display:none!important;}
 .lr121-home-hero-inner,.lr121-ranking-layout,.lr121-home-grid,.lr121-home-bottom,.lr121-featured-post,.lr121-article-layout{grid-template-columns:1fr;}
 .lr121-home-hero-inner{padding:36px 16px 24px;min-height:0;}.lr121-hero-copy h1{font-size:40px;}.lr121-search{grid-template-columns:1fr;padding:12px;}.lr121-search-submit{height:48px;}.lr121-hero-visual{min-height:250px;}.lr121-city-rank-grid,.lr121-confidence>div,.lr121-blog-grid{grid-template-columns:1fr 1fr;}.lr121-score-layout{grid-template-columns:1fr;}.lr121-ranking-wrap,.lr121-blog,.lr121-article-shell{padding-left:16px;padding-right:16px;}.lr121-ranking-head{grid-template-columns:1fr;}.lr121-ranking-head h1,.lr121-blog-hero h1,.lr121-article-hero h1{font-size:34px;}.lr121-ranking-proofs{grid-template-columns:1fr;}.lr121-rank-row{grid-template-columns:42px 46px 1fr;gap:12px;}.lr121-rank-trend,.lr121-rank-score,.lr121-rank-actions{grid-column:3;justify-self:start;text-align:left;}.lr121-rank-actions{display:flex;align-items:center;gap:12px;}.lr121-ranking-sidebar,.lr121-article-sidebar{position:static;}.lr121-tabs{overflow-x:auto;gap:22px;}.lr121-tabs .lr121-score-help{margin-left:0;}.lr121-blog-hero,.lr121-article-hero{padding:28px 22px;}.lr121-article-content{font-size:17px;}
}
@media(max-width:620px){.lr121-city-rank-grid,.lr121-confidence>div,.lr121-blog-grid{grid-template-columns:1fr}.lr121-pro-card{position:relative;right:auto;bottom:auto;margin:160px 14px 0;width:auto}.lr121-hero-visual:before{inset:0}.lr121-home-grid,.lr121-home-bottom{padding-left:14px;padding-right:14px}.lr121-live-card h2,.lr121-confidence h2,.lr121-score-explain h2{font-size:22px}.lr121-review-card>div:nth-child(2){margin:12px 0 0}.lr121-rank-info h2{white-space:normal;font-size:18px}.lr121-rank-info>div{align-items:flex-start;flex-direction:column;gap:6px}.lr121-rank-info small{display:block}.lr121-rank-actions{flex-direction:column;align-items:flex-start}}


/* V122 — corrections largeur desktop, hero, classement et blog */
@media (min-width: 981px){
  body.lr-site .lr-header-inner{max-width:1540px;padding-left:28px;padding-right:28px;}
  body.lr-site .lr-logo-image img{height:62px;}
  .lr121-home-hero-inner,
  .lr121-home-grid,
  .lr121-home-bottom,
  .lr121-ranking-wrap,
  .lr121-blog,
  .lr121-article-shell{max-width:1540px;}

  /* Accueil : occuper la largeur écran et éviter le bouton coupé */
  .lr121-home-hero-inner{min-height:430px;padding:46px 28px 34px;grid-template-columns:minmax(620px,1.04fr) minmax(520px,.96fr);gap:42px;}
  .lr121-hero-copy{min-width:0;}
  .lr121-hero-copy h1{font-size:56px;max-width:760px;}
  .lr121-search{width:100%;max-width:790px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 174px;gap:12px;}
  .lr121-search-field{min-width:0;}
  .lr121-search-submit{min-width:174px;white-space:nowrap;overflow:visible;}
  .lr121-hero-visual{min-height:360px;margin-right:-26px;}
  .lr121-hero-visual img{object-position:center center;}
  .lr121-hero-visual:before{inset:-50px -80px -45px -30px;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.50) 24%,rgba(255,255,255,.10) 54%,rgba(255,255,255,0) 100%),linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.42));}
  .lr121-pro-card{right:70px;bottom:42px;}
  .lr121-home-grid{padding-top:20px;grid-template-columns:minmax(0,1.52fr) minmax(360px,.78fr);gap:22px;}
  .lr121-home-bottom{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:22px;}

  /* Classement : largeur utile + lignes moins hautes + aucune coupure sur 0 avis écrit */
  .lr121-ranking-wrap{padding-left:28px;padding-right:28px;}
  .lr121-ranking-layout{grid-template-columns:minmax(0,1fr) 350px;gap:36px;}
  .lr121-ranking-head h1{font-size:44px;}
  .lr121-ranking-head p{max-width:900px;}
  .lr121-ranking-proofs{grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px;}
  .lr121-rank-row{min-height:86px;grid-template-columns:44px 48px minmax(360px,1fr) 156px 106px 128px;gap:12px;padding:12px 14px;border-radius:14px;}
  .lr121-rank-number{width:34px;height:34px;font-size:15px;}
  .lr121-rank-icon{width:44px;height:44px;}
  .lr121-rank-info{min-width:0;}
  .lr121-rank-info h2{font-size:20px;max-width:100%;}
  .lr121-rank-info p{margin:5px 0 4px;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .lr121-rank-info small{display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:1.2;}
  .lr121-rank-info small .lr-stars{flex:0 0 auto;}
  .lr121-rank-trend{font-size:11.5px;padding:7px 10px;}
  .lr121-rank-score strong{font-size:32px;}
  .lr121-rank-actions button{width:120px;min-height:42px;}
}

/* Blog : forcer le rendu Les Avisés même si /blog/ est défini comme page des articles */
body.lr-site.blog .lr-main,
body.lr-site.page-template-page-blog .lr-main{background:#fff;}
body.lr-site .lr121-blog{width:100%;}
body.lr-site .lr121-blog-grid{align-items:stretch;}
body.lr-site .lr121-blog-card>a{height:100%;}
body.lr-site .lr121-blog-card h2{font-size:26px;}
body.lr-site .lr121-blog-card p{font-size:15px;}
body.lr-site .lr121-article-content{max-width:760px;}

@media (min-width: 1280px){
  .lr121-blog{max-width:1320px;}
  .lr121-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
  .lr121-blog-card>a{min-height:330px;padding:30px;}
  .lr121-featured-post h2{font-size:38px;}
}

@media (max-width: 1180px) and (min-width: 981px){
  .lr121-home-hero-inner{grid-template-columns:minmax(0,1fr) 420px;gap:24px;}
  .lr121-search{grid-template-columns:1fr 1fr 160px;}
  .lr121-search-submit{min-width:160px;}
  .lr121-ranking-layout{grid-template-columns:1fr 310px;gap:24px;}
  .lr121-rank-row{grid-template-columns:42px 46px minmax(260px,1fr) 120px 94px 112px;gap:10px;}
  .lr121-rank-trend{font-size:10.5px;}
  .lr121-rank-actions button{width:108px;}
}

/* V123 — hero accueil, largeur pages, harmonisation typographique premium */
:root{
  --lr-title-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lr-heading-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (min-width:981px){
  /* Même largeur utile que l'accueil pour les pages importantes */
  body.lr-site .lrsite-page,
  body.lr-site .lrcat-v55,
  body.lr-site .lr-about-v120,
  body.lr-site .lr-blog-v120,
  body.lr-site .lr121-blog,
  body.lr-site .lr121-article-shell{
    max-width:1540px!important;
    padding-left:28px!important;
    padding-right:28px!important;
  }

  /* Accueil : éviter toute coupe du moteur et retrouver le rendu validé */
  body.lr-site .lr121-home-hero{overflow:visible!important;background:#fff!important;}
  body.lr-site .lr121-home-hero-inner{
    max-width:1540px!important;
    grid-template-columns:minmax(690px,1fr) minmax(560px,.92fr)!important;
    gap:34px!important;
    align-items:center!important;
    padding-top:42px!important;
    padding-bottom:34px!important;
    min-height:420px!important;
  }
  body.lr-site .lr121-hero-copy{position:relative!important;z-index:5!important;min-width:0!important;}
  body.lr-site .lr121-hero-copy h1{
    max-width:720px!important;
    font-family:var(--lr-title-font)!important;
    font-size:clamp(44px,3.55vw,62px)!important;
    line-height:1.03!important;
    letter-spacing:-.055em!important;
    font-weight:900!important;
  }
  body.lr-site .lr121-hero-copy p{max-width:590px!important;font-size:18px!important;line-height:1.45!important;font-weight:520!important;}
  body.lr-site .lr121-search{
    position:relative!important;
    z-index:6!important;
    width:100%!important;
    max-width:720px!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 148px!important;
    gap:10px!important;
    padding:13px!important;
    border-radius:18px!important;
    overflow:visible!important;
  }
  body.lr-site .lr121-search-field{height:50px!important;min-width:0!important;padding-right:34px!important;}
  body.lr-site .lr121-search-submit{
    min-width:148px!important;
    width:148px!important;
    height:50px!important;
    white-space:nowrap!important;
    overflow:visible!important;
    font-size:12.5px!important;
  }
  body.lr-site .lr121-trustline{max-width:760px!important;gap:26px!important;}
  body.lr-site .lr121-hero-visual{
    position:relative!important;
    z-index:1!important;
    min-height:360px!important;
    margin-right:0!important;
    overflow:hidden!important;
    border-radius:0!important;
    background:#fff!important;
  }
  body.lr-site .lr121-hero-visual:before{
    content:''!important;
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    background:linear-gradient(90deg,rgba(255,255,255,.90) 0%,rgba(255,255,255,.30) 16%,rgba(255,255,255,0) 34%)!important;
    pointer-events:none!important;
  }
  body.lr-site .lr121-hero-visual img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:none!important;
    filter:none!important;
  }
  /* La nouvelle image contient déjà la carte validée de la maquette */
  body.lr-site .lr121-pro-card{display:none!important;}
}

@media (min-width:981px) and (max-width:1280px){
  body.lr-site .lr121-home-hero-inner{
    grid-template-columns:minmax(600px,1.08fr) minmax(420px,.82fr)!important;
    gap:22px!important;
  }
  body.lr-site .lr121-search{max-width:690px!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 140px!important;}
  body.lr-site .lr121-search-submit{min-width:140px!important;width:140px!important;font-size:12px!important;}
}

/* Harmonisation polices : H1 cohérents avec la page Catégories, H2/H3 plus fins et premium */
body.lr-site h1,
body.lr-site .lr121-hero-copy h1,
body.lr-site .lr121-ranking-head h1,
body.lr-site .lr121-blog-hero h1,
body.lr-site .lr121-article-hero h1,
body.lr-site .lrsite-simple-hero h1,
body.lr-site .lrc55-hero h1,
body.lr-site .lrcat-v55 .lrc55-hero h1,
body.lr-site .lrv57-hero h1,
body.lr-site .lrprofile-v62 .lrp62-identity h1,
body.lr-site .lr-profile-identity h1{
  font-family:var(--lr-title-font)!important;
  font-weight:900!important;
  letter-spacing:-.052em!important;
  color:#07152f!important;
}

body.lr-site h2,
body.lr-site .lr121-live-card h2,
body.lr-site .lr121-confidence h2,
body.lr-site .lr121-score-explain h2,
body.lr-site .lr121-side-card h2,
body.lr-site .lr121-blog-intro h2,
body.lr-site .lr121-featured-post h2,
body.lr-site .lr121-blog-card h2,
body.lr-site .lr121-article-content h2,
body.lr-site .lrc55-section-head h2,
body.lr-site .lrc55-bottom h2,
body.lr-site .lr-about-proof-grid h2,
body.lr-site .lr-about-method-card h2,
body.lr-site .lr-about-two-cols h2,
body.lr-site .lr-about-faq h2{
  font-family:var(--lr-heading-font)!important;
  font-weight:780!important;
  letter-spacing:-.035em!important;
  line-height:1.13!important;
  color:#07152f!important;
}

body.lr-site h3,
body.lr-site .lrc55-group h3,
body.lr-site .lr121-article-content h3,
body.lr-site .lr121-rank-info h2{
  font-family:var(--lr-heading-font)!important;
  font-weight:760!important;
  letter-spacing:-.025em!important;
  line-height:1.16!important;
  color:#07152f!important;
}

/* Titres spécifiques : conserver impact, mais moins massif */
body.lr-site .lrcat-v55 .lrc55-hero h1,
body.lr-site .lrc55-hero h1{
  font-size:clamp(42px,3.7vw,58px)!important;
  line-height:1.02!important;
  max-width:880px!important;
}
body.lr-site .lr121-ranking-head h1{font-size:clamp(38px,3.1vw,48px)!important;line-height:1.04!important;}
body.lr-site .lr-about-v120 .lr-about-hero-v120 h1{font-size:clamp(38px,3.2vw,54px)!important;line-height:1.05!important;}

/* Page À propos : même amplitude que l'accueil */
@media (min-width:981px){
  body.lr-site .lr-about-v120{max-width:1540px!important;}
  body.lr-site .lr-about-hero-v120{padding:54px!important;}
  body.lr-site .lr-about-proof-grid{grid-template-columns:repeat(3,1fr)!important;gap:22px!important;}
  body.lr-site .lr-about-method-card{grid-template-columns:1fr 1fr!important;gap:34px!important;padding:36px!important;}
  body.lr-site .lr-about-two-cols{gap:22px!important;}
}

@media (max-width:980px){
  body.lr-site .lr121-hero-visual img{object-position:center center!important;}
  body.lr-site .lr121-hero-copy h1{font-family:var(--lr-title-font)!important;font-weight:900!important;letter-spacing:-.045em!important;}
  body.lr-site h2, body.lr-site h3{font-family:var(--lr-heading-font)!important;font-weight:780!important;}
}

/* V124 — Correction typo demandée + garde-fou template visuel
   H1 = police display de la page Catégories “Explorez les meilleurs services autour de vous”. */
:root{
  --lr-title-font: Georgia, "Times New Roman", serif;
  --lr-heading-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.lr-site h1,
body.lr-site .lr121-hero-copy h1,
body.lr-site .lr121-ranking-head h1,
body.lr-site .lr121-blog-hero h1,
body.lr-site .lr121-article-hero h1,
body.lr-site .lrsite-simple-hero h1,
body.lr-site .lrc55-hero h1,
body.lr-site .lrcat-v55 .lrc55-hero h1,
body.lr-site .lrv57-hero h1,
body.lr-site .lr-about-v120 .lr-about-hero-v120 h1,
body.lr-site .lrprofile-v62 .lrp62-identity h1,
body.lr-site .lr-profile-identity h1{
  font-family:var(--lr-title-font)!important;
  font-weight:800!important;
  letter-spacing:-.055em!important;
  line-height:.95!important;
  color:#10241b!important;
}

body.lr-site .lr121-hero-copy h1{
  font-size:clamp(48px,4.1vw,66px)!important;
  max-width:780px!important;
}
body.lr-site .lr121-ranking-head h1{
  font-size:clamp(42px,3.5vw,56px)!important;
  line-height:.98!important;
}
body.lr-site .lr121-blog-hero h1,
body.lr-site .lr121-article-hero h1{
  font-size:clamp(44px,4vw,64px)!important;
  line-height:.96!important;
}

body.lr-site h2,
body.lr-site .lr121-live-card h2,
body.lr-site .lr121-confidence h2,
body.lr-site .lr121-score-explain h2,
body.lr-site .lr121-side-card h2,
body.lr-site .lr121-blog-intro h2,
body.lr-site .lr121-featured-post h2,
body.lr-site .lr121-blog-card h2,
body.lr-site .lr121-article-content h2,
body.lr-site .lrc55-section-head h2,
body.lr-site .lrc55-bottom h2,
body.lr-site .lr-about-proof-grid h2,
body.lr-site .lr-about-method-card h2,
body.lr-site .lr-about-two-cols h2,
body.lr-site .lr-about-faq h2{
  font-family:var(--lr-heading-font)!important;
  font-weight:680!important;
  letter-spacing:-.028em!important;
  line-height:1.16!important;
  color:#07152f!important;
}

body.lr-site h3,
body.lr-site .lrc55-group h3,
body.lr-site .lr121-article-content h3,
body.lr-site .lr121-rank-info h2{
  font-family:var(--lr-heading-font)!important;
  font-weight:650!important;
  letter-spacing:-.018em!important;
  line-height:1.18!important;
  color:#07152f!important;
}

/* Les titres de lignes de classement doivent rester lisibles sans devenir trop “gras bloc”. */
body.lr-site .lr121-rank-info h2,
body.lr-site .lr121-rank-info h2 a{
  font-size:20px!important;
  font-weight:720!important;
  font-family:var(--lr-heading-font)!important;
  letter-spacing:-.02em!important;
  line-height:1.15!important;
}

/* Empêche les styles du blog de contaminer l'affichage classement en cas de cache partiel. */
body.lr-site .lr121-ranking .lr121-blog-hero,
body.lr-site .lr121-ranking .lr121-featured-post,
body.lr-site .lr121-ranking .lr121-blog-grid{display:none!important;}

/* V125 — correctifs hero accueil, hub classements, filtres visibles et harmonisation typo */
:root{
  --lr-title-font: var(--lra-font-display, var(--lr-font-display, Georgia, "Times New Roman", serif));
  --lr-heading-font: var(--lra-font-body, var(--lr-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
}

@media (min-width:981px){
  body.lr-site .lr121-home-hero{overflow:visible!important;background:#fff!important;}
  body.lr-site .lr121-home-hero-inner{
    max-width:1540px!important;
    width:100%!important;
    grid-template-columns:minmax(760px,0.98fr) minmax(580px,0.82fr)!important;
    gap:32px!important;
    align-items:center!important;
    padding:42px 28px 34px!important;
    min-height:410px!important;
    overflow:visible!important;
  }
  body.lr-site .lr121-hero-copy{z-index:5!important;overflow:visible!important;}
  body.lr-site .lr121-search{
    max-width:760px!important;
    width:760px!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 166px!important;
    gap:10px!important;
    overflow:visible!important;
    padding:13px!important;
  }
  body.lr-site .lr121-search-submit{
    min-width:166px!important;
    width:166px!important;
    height:50px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    overflow:visible!important;
    position:relative!important;
    z-index:10!important;
  }
  body.lr-site .lr121-hero-visual{
    min-height:360px!important;
    height:360px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    background:#fff!important;
    position:relative!important;
  }
  body.lr-site .lr121-hero-visual:before{display:none!important;}
  body.lr-site .lr121-hero-visual img{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:580px!important;
    height:auto!important;
    max-height:363px!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
    filter:none!important;
    border-radius:0!important;
  }
  body.lr-site .lr121-pro-card{display:none!important;}
  body.lr-site .lr121-pro-card-hotspot{
    display:block!important;
    position:absolute!important;
    z-index:8!important;
    right:9%!important;
    bottom:16%!important;
    width:43%!important;
    height:41%!important;
    border-radius:22px!important;
    background:transparent!important;
    cursor:pointer!important;
  }
}

@media (min-width:981px) and (max-width:1380px){
  body.lr-site .lr121-home-hero-inner{
    grid-template-columns:minmax(690px,1fr) minmax(470px,.74fr)!important;
    gap:22px!important;
  }
  body.lr-site .lr121-search{
    max-width:700px!important;
    width:700px!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 152px!important;
  }
  body.lr-site .lr121-search-submit{min-width:152px!important;width:152px!important;font-size:12px!important;}
  body.lr-site .lr121-hero-visual img{max-width:500px!important;}
}

@media (max-width:980px){
  body.lr-site .lr121-pro-card-hotspot{display:none!important;}
}

/* Page hub /classements/ : ne jamais afficher un classement par défaut au clic menu. */
body.lr-site .lr125-rankings-hub{
  max-width:1540px;
  margin:0 auto;
  padding:46px 28px 76px;
  background:#fff;
  font-family:var(--lr-heading-font);
}
body.lr-site .lr125-hub-hero{
  border:1px solid #dfe8e4;
  border-radius:28px;
  background:linear-gradient(135deg,#f8fcfa 0%,#fff 100%);
  padding:48px;
  box-shadow:0 18px 54px rgba(7,21,47,.045);
}
body.lr-site .lr125-hub-hero>span,
body.lr-site .lr125-hub-card small{
  display:inline-flex;
  height:28px;
  align-items:center;
  border-radius:999px;
  background:#e7f6ee;
  color:#005f3d;
  padding:0 12px;
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.06em;
}
body.lr-site .lr125-hub-hero h1{
  max-width:980px;
  margin:18px 0 14px;
  font-family:var(--lr-title-font)!important;
  font-size:clamp(44px,4.7vw,76px)!important;
  line-height:.92!important;
  letter-spacing:-.055em!important;
  font-weight:800!important;
  color:#10241b!important;
}
body.lr-site .lr125-hub-hero p{max-width:760px;margin:0;color:#405066;font-size:18px;line-height:1.55;font-weight:520;}
body.lr-site .lr125-hub-search{margin-top:28px;max-width:980px;background:#fff;border:1px solid #dfe8e4;border-radius:18px;padding:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 190px;gap:12px;box-shadow:0 18px 45px rgba(7,21,47,.07);}
body.lr-site .lr125-hub-field{height:56px;border:1px solid #dfe8e4;background:#fff;border-radius:11px;padding:8px 42px 7px 14px;position:relative;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:5px;font-family:inherit;color:#07152f;}
body.lr-site .lr125-hub-field label{font-size:11px;font-weight:850;color:#18243a;line-height:1;}
body.lr-site .lr125-hub-field input,body.lr-site .lr125-hub-field strong{border:0;background:transparent;outline:0;color:#6b7586;font-size:14px;font-weight:600;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
body.lr-site .lr125-hub-field em{position:absolute;right:15px;bottom:16px;font-style:normal;color:#005f3d;font-weight:900;}
body.lr-site .lr125-hub-submit{height:56px;border:0;border-radius:12px;background:#005f3d;color:#fff;font-family:inherit;font-size:13px;font-weight:850;cursor:pointer;}
body.lr-site .lr125-hub-grid{margin-top:30px;}
body.lr-site .lr125-hub-grid header{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:18px;}
body.lr-site .lr125-hub-grid h2{margin:0;font-size:32px;font-family:var(--lr-heading-font)!important;font-weight:680!important;letter-spacing:-.028em!important;color:#07152f!important;}
body.lr-site .lr125-hub-grid p{margin:0;color:#506176;line-height:1.55;font-weight:520;}
body.lr-site .lr125-hub-grid>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
body.lr-site .lr125-hub-card{display:block;background:#fff;border:1px solid #dfe8e4;border-radius:22px;padding:24px;box-shadow:0 12px 34px rgba(7,21,47,.04);}
body.lr-site .lr125-hub-card strong{display:block;margin:16px 0 9px;font-family:var(--lr-heading-font)!important;font-size:22px;line-height:1.16;font-weight:680;color:#07152f;letter-spacing:-.025em;}
body.lr-site .lr125-hub-card span{display:inline-flex;margin-top:12px;color:#005f3d;font-weight:800;}

/* Page classement : filtres visibles pour changer métier + localisation. */
body.lr-site .lr121-ranking-filterbar{
  margin:26px 0 28px!important;
  width:100%!important;
  max-width:100%!important;
  background:#fff!important;
  border:1px solid #dfe8e4!important;
  border-radius:18px!important;
  padding:14px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) 210px!important;
  gap:12px!important;
  box-shadow:0 14px 36px rgba(7,21,47,.045)!important;
  position:relative!important;
  overflow:visible!important;
}
body.lr-site .lr121-filter-field{height:56px;border:1px solid #dfe8e4;background:#fff;border-radius:11px;padding:8px 42px 7px 14px;position:relative;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:5px;font-family:inherit;color:#07152f;}
body.lr-site .lr121-filter-field label{font-size:11px;font-weight:850;color:#18243a;line-height:1;}
body.lr-site .lr121-filter-field input,body.lr-site .lr121-filter-field strong{border:0;background:transparent;outline:0;color:#283346;font-size:14px;font-weight:650;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
body.lr-site .lr121-filter-field span{position:absolute;right:15px;bottom:16px;color:#005f3d;font-weight:900;}
body.lr-site .lr121-filter-submit{height:56px;border:0;border-radius:12px;background:#005f3d;color:#fff;font-family:inherit;font-size:13px;font-weight:850;cursor:pointer;}

/* Typographie : H1 exactement sur la police display catégorie, H2/H3 plus premium et moins massifs. */
body.lr-site h1,
body.lr-site .lr121-hero-copy h1,
body.lr-site .lr121-ranking-head h1,
body.lr-site .lr121-blog-hero h1,
body.lr-site .lr121-article-hero h1,
body.lr-site .lr125-hub-hero h1,
body.lr-site .lrsite-simple-hero h1,
body.lr-site .lrc55-hero h1,
body.lr-site .lrcat-v55 .lrc55-hero h1,
body.lr-site .lrv57-hero h1,
body.lr-site .lr-about-v120 .lr-about-hero-v120 h1{
  font-family:var(--lra-font-display, var(--lr-font-display, Georgia, "Times New Roman", serif))!important;
  font-weight:800!important;
  letter-spacing:-.055em!important;
  color:#10241b!important;
}
body.lr-site h2,
body.lr-site h3,
body.lr-site .lr121-rank-info h2,
body.lr-site .lr121-rank-info h2 a{
  font-family:var(--lra-font-body, var(--lr-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif))!important;
  color:#07152f!important;
}
body.lr-site h2{font-weight:680!important;letter-spacing:-.028em!important;}
body.lr-site h3{font-weight:650!important;letter-spacing:-.018em!important;}

@media(max-width:980px){
  body.lr-site .lr125-rankings-hub{padding:28px 16px 60px;}
  body.lr-site .lr125-hub-hero{padding:28px 22px;}
  body.lr-site .lr125-hub-search,
  body.lr-site .lr121-ranking-filterbar{grid-template-columns:1fr!important;}
  body.lr-site .lr125-hub-submit,
  body.lr-site .lr121-filter-submit{height:52px;}
  body.lr-site .lr125-hub-grid>div{grid-template-columns:1fr;}
  body.lr-site .lr125-hub-grid header{display:block;}
}


/* V126 — Corrections mobile V120 réappliquées sur la base V125 */
@media(max-width:820px){
  body.lr-site{overflow-x:hidden!important;}

  body.lr-site .lr-header,
  body.lr-site .lr-header .lr-header-inner{min-height:56px!important;height:56px!important;}
  body.lr-site .lr-header a.lr-logo-image{width:178px!important;max-width:178px!important;flex-basis:178px!important;}
  body.lr-site .lr-header a.lr-logo-image img{width:178px!important;max-width:178px!important;height:auto!important;}

  body.lr-site .lr25-hero h1,
  body.lr-site .lrt-hero h1,
  body.lr-site .lrt-picker-hero h1,
  body.lr-site .lrsite-simple-hero h1,
  body.lr-site .lrauth-hero h1,
  body.lr-site .lrd60-hero h1,
  body.lr-site .lrd60-compact-hero h1,
  body.lr-site .lrdash-hero h1,
  body.lr-site .lrc55-hero h1,
  body.lr-site .lrabout-hero h1,
  body.lr-site .lrlegal-hero h1,
  body.lr-site .lrprofile-v62 .lrp62-identity h1{
    font-size:29px!important;line-height:1.08!important;letter-spacing:-.035em!important;max-width:340px!important;
  }

  body.lr-site .lrsite-section-head h2,
  body.lr-site .lrc55-section-head h2,
  body.lr-site .lrt-section-head h2,
  body.lr-site .lrauth-card h2,
  body.lr-site .lrauth-reset h2,
  body.lr-site .lradd-gate h2,
  body.lr-site .lrd60-table h2{
    font-size:23px!important;line-height:1.12!important;letter-spacing:-.025em!important;
  }

  body.lr-site .lrsite-simple-hero p,
  body.lr-site .lrauth-hero p,
  body.lr-site .lrt-hero p,
  body.lr-site .lrt-picker-hero p,
  body.lr-site .lr25-hero p{
    font-size:14px!important;line-height:1.45!important;max-width:335px!important;
  }

  body.lr-site .lrhome-v25{padding-left:0!important;padding-right:0!important;}
  body.lr-site .lr25-hero{min-height:470px!important;margin:0 0 18px!important;border-radius:0!important;place-items:start center!important;}
  body.lr-site .lr25-hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.78) 36%,rgba(0,79,53,.60) 100%)!important;}
  body.lr-site .lr25-hero-content{width:100%!important;padding:24px 16px 18px!important;color:#10241b!important;}
  body.lr-site .lr25-live-pill{font-size:9px!important;padding:6px 10px!important;margin-bottom:10px!important;color:#004f35!important;background:#eaf7ef!important;border:1px solid #d8eadf!important;}
  body.lr-site .lr25-hero h1{color:#10241b!important;text-shadow:none!important;margin:0 auto 10px!important;text-align:left!important;}
  body.lr-site .lr25-hero p{color:#314139!important;text-shadow:none!important;margin:0 auto 16px!important;text-align:left!important;}
  body.lr-site .lr25-search,
  body.lr-site .lra-search-home{width:min(100%,340px)!important;margin:0 auto!important;border-radius:20px!important;box-shadow:0 18px 52px rgba(16,36,27,.18)!important;border:1px solid rgba(0,79,53,.14)!important;}

  body.lr-site .lr25-proof{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;margin:0 14px 24px!important;border-radius:18px!important;overflow:hidden!important;}
  body.lr-site .lr25-proof article{padding:14px 12px!important;min-height:112px!important;}
  body.lr-site .lr25-proof strong{font-size:13px!important;line-height:1.15!important;}
  body.lr-site .lr25-proof span{font-size:11px!important;line-height:1.35!important;}
  body.lr-site .lrsite-section{padding-left:14px!important;padding-right:14px!important;}

  body.lr-site .lrt-picker-page{padding:16px 14px 86px!important;}
  body.lr-site .lrt-picker-hero{border:1px solid #dfe9e3!important;border-radius:22px!important;padding:22px 16px!important;background:linear-gradient(135deg,#ffffff 0%,#f4fbf7 100%)!important;box-shadow:0 18px 48px rgba(16,36,27,.06)!important;}
  body.lr-site .lrt-picker-hero>span{display:inline-flex!important;padding:6px 10px!important;border-radius:999px!important;background:#eaf7ef!important;color:#004f35!important;font-size:10px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.09em!important;}
  body.lr-site .lrt-picker-search{margin-top:16px!important;width:100%!important;border-radius:18px!important;}
  body.lr-site .lrt-picker-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin-top:16px!important;}
  body.lr-site .lrt-picker-grid article{border:1px solid #dfe9e3!important;border-radius:18px!important;padding:16px!important;background:#fff!important;}
  body.lr-site .lrt-picker-grid h2{margin:0 0 12px!important;font-size:18px!important;}
  body.lr-site .lrt-picker-grid div{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}
  body.lr-site .lrt-picker-grid a{display:inline-flex!important;min-height:34px!important;align-items:center!important;padding:0 12px!important;border-radius:999px!important;background:#eef8f2!important;color:#004f35!important;font-weight:750!important;font-size:12px!important;text-decoration:none!important;}

  body.lr-site .lrt-page{width:100%!important;max-width:100%!important;padding:12px 12px 86px!important;overflow-x:hidden!important;}
  body.lr-site .lrt-hero{min-height:auto!important;margin:0 -12px 16px!important;padding:0!important;overflow:hidden!important;}
  body.lr-site .lrt-hero img{opacity:.58!important;}
  body.lr-site .lrt-hero-content{position:relative!important;padding:22px 14px 18px!important;}
  body.lr-site .lrt-hero-content>span{font-size:9px!important;margin-bottom:8px!important;}
  body.lr-site .lrt-hero h1{margin:0 auto 10px!important;text-align:left!important;}
  body.lr-site .lrt-search,
  body.lr-site .lra-search-ranking{width:min(100%,340px)!important;margin:14px auto 0!important;border-radius:18px!important;overflow:hidden!important;}

  body.lr-site .lrt-summary{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:0 0 18px!important;border:1px solid #dfe9e3!important;border-radius:18px!important;overflow:hidden!important;}
  body.lr-site .lrt-summary article{min-width:0!important;padding:12px 8px!important;border-right:1px solid #dfe9e3!important;border-bottom:1px solid #dfe9e3!important;}
  body.lr-site .lrt-summary article:nth-child(2n){border-right:0!important;}
  body.lr-site .lrt-summary article:nth-last-child(-n+2){border-bottom:0!important;}
  body.lr-site .lrt-summary strong{font-size:21px!important;}
  body.lr-site .lrt-summary span{font-size:11px!important;line-height:1.2!important;}
  body.lr-site .lrt-summary small{font-size:10px!important;}

  body.lr-site .lrt-section-head{display:block!important;margin-bottom:12px!important;}
  body.lr-site .lrt-section-head a{margin-top:8px!important;font-size:12px!important;}
  body.lr-site .lrt-tabs{gap:14px!important;overflow-x:auto!important;padding-bottom:0!important;margin-bottom:12px!important;}
  body.lr-site .lrt-tabs a,
  body.lr-site .lrt-tabs button{flex:0 0 auto!important;font-size:12px!important;white-space:nowrap!important;}
  body.lr-site .lrt-list{gap:10px!important;border-top:0!important;}

  body.lr-site .lrt-row{
    width:100%!important;max-width:100%!important;box-sizing:border-box!important;
    display:grid!important;grid-template-columns:28px 42px minmax(0,1fr)!important;
    grid-template-areas:"rank avatar info" "rank avatar info" "score score vote"!important;
    gap:9px!important;min-height:auto!important;padding:12px!important;border:1px solid #dfe9e3!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px rgba(16,36,27,.045)!important;
  }
  body.lr-site .lrt-rank{grid-area:rank!important;width:25px!important;height:25px!important;font-size:11px!important;align-self:start!important;}
  body.lr-site .lrt-avatar{grid-area:avatar!important;width:38px!important;height:38px!important;align-self:start!important;}
  body.lr-site .lrt-avatar svg{width:21px!important;height:21px!important;}
  body.lr-site .lrt-info{grid-area:info!important;min-width:0!important;}
  body.lr-site .lrt-name-line{display:block!important;}
  body.lr-site .lrt-name-line h3{max-width:100%!important;margin:0 0 5px!important;font-size:15px!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}
  body.lr-site .lrt-name-line span{display:inline-flex!important;font-size:9.5px!important;padding:4px 7px!important;}
  body.lr-site .lrt-info p{font-size:11px!important;line-height:1.35!important;margin:4px 0!important;white-space:normal!important;overflow:visible!important;}
  body.lr-site .lrt-rating b{display:none!important;}
  body.lr-site .lrt-rating small{font-size:10.5px!important;line-height:1.25!important;}
  body.lr-site .lrt-trend{display:none!important;}
  body.lr-site .lrt-score{grid-area:score!important;text-align:left!important;display:flex!important;align-items:baseline!important;gap:2px!important;align-self:center!important;}
  body.lr-site .lrt-score strong{font-size:24px!important;display:inline!important;}
  body.lr-site .lrt-score em{font-size:11px!important;}
  body.lr-site .lrt-vote{grid-area:vote!important;width:auto!important;min-width:112px!important;min-height:34px!important;justify-self:end!important;align-self:center!important;border-radius:999px!important;padding:0 12px!important;font-size:12px!important;line-height:1.05!important;}
  body.lr-site .lrt-vote:after{content:none!important;}

  body.lr-site .lrt-right{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
  body.lr-site .lrt-card{padding:18px!important;border-radius:18px!important;}
  body.lr-site .lrt-card h2{font-size:20px!important;}

  body.lr-site .lrauth-page,
  body.lr-site .lradd-page,
  body.lr-site .lrdash-v59{padding-left:14px!important;padding-right:14px!important;}
  body.lr-site .lrauth-hero{padding:20px 0 10px!important;}
  body.lr-site .lrauth-card,
  body.lr-site .lrauth-reset,
  body.lr-site .lradd-gate,
  body.lr-site .lrd60-table,
  body.lr-site .lrdash-empty,
  body.lr-site .lrdash-next{border-radius:18px!important;padding:16px!important;}
  body.lr-site .lrauth-card input,
  body.lr-site .lrauth-reset input,
  body.lr-site .lradd-form-panel input,
  body.lr-site .lradd-form-panel textarea{min-height:42px!important;font-size:14px!important;}
  body.lr-site .lrauth-card button,
  body.lr-site .lrauth-reset button,
  body.lr-site .lradd-form-panel button{min-height:44px!important;font-size:14px!important;}
}

@media(max-width:380px){
  body.lr-site .lr25-hero h1,
  body.lr-site .lrt-hero h1,
  body.lr-site .lrt-picker-hero h1,
  body.lr-site .lrsite-simple-hero h1,
  body.lr-site .lrauth-hero h1{font-size:27px!important;}
  body.lr-site .lrt-vote{min-width:100px!important;font-size:11px!important;}
}


/* V127 — Finitions desktop + mobile après analyse vidéo */

/* Desktop : suppression éventuelle du lien favoris restant */
body.lr-site .lr-header .lr-fav-link{
  display:none!important;
}

/* Desktop : carte "Je suis professionnel" du hero vraiment cliquable */
body.lr-site .lr121-pro-card{
  text-decoration:none!important;
  cursor:pointer!important;
}
body.lr-site a.lr121-pro-card{
  display:block!important;
}
body.lr-site .lr121-pro-card .lr121-pro-cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:42px!important;
  border-radius:11px!important;
  border:1px solid #d7e4df!important;
  background:#fff!important;
  color:#005f3d!important;
  padding:0 22px!important;
  font-weight:950!important;
  font-size:13px!important;
}
body.lr-site .lr121-pro-card-hotspot{
  display:block!important;
  position:absolute!important;
  z-index:6!important;
  right:18px!important;
  bottom:28px!important;
  width:260px!important;
  height:156px!important;
  border-radius:16px!important;
  background:transparent!important;
}

/* Desktop : H1 classement moins massif, aligné sur l'esprit page catégories */
@media(min-width:821px){
  body.lr-site .lrt-hero h1{
    max-width:820px!important;
    font-size:clamp(36px,4vw,58px)!important;
    line-height:1.04!important;
    letter-spacing:-.045em!important;
  }
  body.lr-site .lrt-hero p{
    font-size:17px!important;
  }
}

/* Page villes : titres lisibles en blanc sur les photos */
body.lr-site .lrv57-hero h1,
body.lr-site .lrv57-hero article h1{
  color:#ffffff!important;
  text-shadow:0 8px 34px rgba(0,0,0,.56)!important;
}
body.lr-site .lrv57-hero p,
body.lr-site .lrv57-hero article p,
body.lr-site .lrv57-hero span{
  color:#ffffff!important;
  text-shadow:0 3px 18px rgba(0,0,0,.55)!important;
}
body.lr-site .lrv57-city-card h3,
body.lr-site .lrv57-card-content h3{
  color:#ffffff!important;
  text-shadow:0 3px 16px rgba(0,0,0,.72)!important;
}
body.lr-site .lrv57-city-card p,
body.lr-site .lrv57-card-content p,
body.lr-site .lrv57-city-card strong,
body.lr-site .lrv57-card-content strong,
body.lr-site .lrv57-city-card small,
body.lr-site .lrv57-card-content small{
  color:#ffffff!important;
  text-shadow:0 2px 12px rgba(0,0,0,.68)!important;
}

/* Mobile : priorité compréhension rapide */
@media(max-width:820px){
  /* Accueil : H1 centré et moins étouffant */
  body.lr-site .lr121-home-hero-inner{
    display:block!important;
    min-height:0!important;
    padding:22px 18px 0!important;
  }

  body.lr-site .lr121-hero-copy{
    text-align:center!important;
  }

  body.lr-site .lr121-hero-copy h1{
    max-width:310px!important;
    margin:0 auto 12px!important;
    text-align:center!important;
    font-size:34px!important;
    line-height:1.02!important;
    letter-spacing:-.045em!important;
  }

  body.lr-site .lr121-hero-copy p{
    max-width:305px!important;
    margin:0 auto 18px!important;
    text-align:center!important;
    font-size:14px!important;
    line-height:1.42!important;
  }

  body.lr-site .lr121-search{
    width:100%!important;
    max-width:340px!important;
    margin:0 auto!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    padding:12px!important;
    border-radius:18px!important;
  }

  body.lr-site .lr121-search-field{
    height:48px!important;
    padding:7px 38px 6px 12px!important;
  }

  body.lr-site .lr121-search-field label{
    font-size:10px!important;
  }

  body.lr-site .lr121-search-field input,
  body.lr-site .lr121-search-field strong{
    font-size:12px!important;
  }

  body.lr-site .lr121-search-submit{
    height:46px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }

  /* Les 3 arguments deviennent un seul bloc compact */
  body.lr-site .lr121-trustline{
    max-width:340px!important;
    margin:12px auto 0!important;
    padding:10px 12px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    border:1px solid #dfe9e3!important;
    border-radius:16px!important;
    background:#f7fbf8!important;
    box-shadow:0 10px 26px rgba(16,36,27,.045)!important;
    color:#25342d!important;
    text-align:left!important;
  }

  body.lr-site .lr121-trustline span{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    font-size:11.5px!important;
    line-height:1.2!important;
    font-weight:780!important;
  }

  body.lr-site .lr121-trustline svg{
    width:15px!important;
    height:15px!important;
    flex:0 0 15px!important;
  }

  /* Image pro moins dominante sur mobile */
  body.lr-site .lr121-hero-visual{
    min-height:0!important;
    margin-top:14px!important;
  }

  body.lr-site .lr121-hero-visual img{
    max-height:210px!important;
    opacity:.78!important;
  }

  body.lr-site .lr121-pro-card,
  body.lr-site .lr121-pro-card-hotspot{
    display:none!important;
  }

  /* Retirer les classements en direct sur mobile : ce n'est pas assez explicite pour le visiteur */
  body.lr-site .lr121-live-card{
    display:none!important;
  }

  body.lr-site .lr121-home-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    padding:16px 14px 0!important;
    gap:14px!important;
  }

  body.lr-site .lr121-review-card,
  body.lr-site .lr121-confidence,
  body.lr-site .lr121-score-explain{
    border-radius:18px!important;
    padding:16px!important;
  }

  body.lr-site .lr121-confidence h2,
  body.lr-site .lr121-score-explain h2{
    font-size:22px!important;
    line-height:1.1!important;
  }

  /* Page classement mobile : lignes fines, voir plus de fiches d'un coup */
  body.lr-site .lrt-page{
    padding:10px 10px 82px!important;
    overflow-x:hidden!important;
  }

  body.lr-site .lrt-hero{
    margin:0 -10px 12px!important;
    min-height:0!important;
  }

  body.lr-site .lrt-hero-content{
    padding:18px 12px 14px!important;
  }

  body.lr-site .lrt-hero h1{
    font-size:27px!important;
    max-width:300px!important;
    line-height:1.08!important;
    margin-bottom:8px!important;
  }

  body.lr-site .lrt-hero p{
    font-size:12.5px!important;
    line-height:1.35!important;
    max-width:300px!important;
  }

  body.lr-site .lrt-search,
  body.lr-site .lra-search-ranking{
    width:min(100%,320px)!important;
    margin:10px auto 0!important;
    border-radius:16px!important;
  }

  body.lr-site .lrt-summary{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
    margin-bottom:14px!important;
  }

  body.lr-site .lrt-summary article{
    padding:8px 4px!important;
    min-height:58px!important;
    border-bottom:0!important;
  }

  body.lr-site .lrt-summary strong{
    font-size:16px!important;
  }

  body.lr-site .lrt-summary span{
    font-size:8.5px!important;
    line-height:1.05!important;
    margin-top:2px!important;
  }

  body.lr-site .lrt-summary small{
    display:none!important;
  }

  body.lr-site .lrt-section-head h2{
    font-size:21px!important;
    line-height:1.12!important;
    margin-bottom:4px!important;
  }

  body.lr-site .lrt-section-head p{
    font-size:12px!important;
    line-height:1.35!important;
  }

  body.lr-site .lrt-tabs{
    margin-bottom:8px!important;
  }

  body.lr-site .lrt-list{
    display:grid!important;
    gap:0!important;
    border-top:1px solid #dfe9e3!important;
  }

  body.lr-site .lrt-row{
    width:100%!important;
    max-width:100%!important;
    min-height:60px!important;
    padding:7px 0!important;
    border:0!important;
    border-bottom:1px solid #dfe9e3!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff!important;
    display:grid!important;
    grid-template-columns:26px minmax(0,1fr) 42px 74px!important;
    grid-template-areas:"rank info score vote"!important;
    gap:7px!important;
    align-items:center!important;
  }

  body.lr-site .lrt-rank{
    grid-area:rank!important;
    width:22px!important;
    height:22px!important;
    font-size:10px!important;
    align-self:center!important;
  }

  body.lr-site .lrt-avatar{
    display:none!important;
  }

  body.lr-site .lrt-info{
    grid-area:info!important;
    min-width:0!important;
  }

  body.lr-site .lrt-name-line{
    display:block!important;
  }

  body.lr-site .lrt-name-line h3{
    margin:0 0 2px!important;
    font-size:12.5px!important;
    line-height:1.12!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:100%!important;
  }

  body.lr-site .lrt-name-line span{
    display:none!important;
  }

  body.lr-site .lrt-info p{
    margin:0!important;
    font-size:10px!important;
    line-height:1.18!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.lr-site .lrt-rating{
    display:flex!important;
    gap:4px!important;
    margin-top:1px!important;
  }

  body.lr-site .lrt-rating b{
    display:none!important;
  }

  body.lr-site .lrt-rating small{
    font-size:9.5px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:150px!important;
  }

  body.lr-site .lrt-trend{
    display:none!important;
  }

  body.lr-site .lrt-score{
    grid-area:score!important;
    text-align:right!important;
    display:block!important;
    align-self:center!important;
  }

  body.lr-site .lrt-score strong{
    display:inline!important;
    font-size:18px!important;
    line-height:1!important;
    letter-spacing:-.04em!important;
  }

  body.lr-site .lrt-score em{
    font-size:9px!important;
  }

  body.lr-site .lrt-vote{
    grid-area:vote!important;
    justify-self:end!important;
    min-width:68px!important;
    width:68px!important;
    min-height:28px!important;
    height:28px!important;
    padding:0 8px!important;
    border-radius:999px!important;
    font-size:0!important;
    line-height:1!important;
  }

  body.lr-site .lrt-vote:before{
    content:'Reco';
    font-size:10.5px!important;
    font-weight:850!important;
  }

  body.lr-site .lrt-vote:disabled:before{
    content:'Fait';
  }

  body.lr-site .lrt-right{
    margin-top:16px!important;
  }

  body.lr-site .lrt-card{
    padding:14px!important;
    border-radius:16px!important;
  }

  body.lr-site .lrt-card h2{
    font-size:18px!important;
  }

  /* Pages compte : réduire encore les gros titres */
  body.lr-site .lrauth-hero h1,
  body.lr-site .lradd-page h1,
  body.lr-site .lrd60-hero h1,
  body.lr-site .lrd60-compact-hero h1,
  body.lr-site .lrdash-hero h1{
    font-size:27px!important;
    line-height:1.08!important;
    text-align:center!important;
    max-width:320px!important;
  }
}

@media(max-width:380px){
  body.lr-site .lr121-hero-copy h1{
    font-size:31px!important;
  }
  body.lr-site .lrt-row{
    grid-template-columns:24px minmax(0,1fr) 38px 64px!important;
    gap:6px!important;
  }
  body.lr-site .lrt-vote{
    min-width:62px!important;
    width:62px!important;
  }
}

/* =========================================================
   V128 — Mobile accueil + classement : refonte propre et ciblée
   Base V127 conservée, styles regroupés ici pour éviter les micro-patchs.
   ========================================================= */
body.lr-site .lrv128-mobile-concept{display:none;}
body.lr-site .lrv128-ranking{font-family:var(--lr-font);background:#fff;color:#07152f;padding-bottom:72px;}
body.lr-site .lrv128-ranking a{text-decoration:none;color:inherit;}
body.lr-site .lrv128-ranking-hero,
body.lr-site .lrv128-ranking-body,
body.lr-site .lrv128-picker-hero,
body.lr-site .lrv128-picker-shortcuts{max-width:1180px;margin:0 auto;box-sizing:border-box;}
body.lr-site .lrv128-ranking-hero{padding:32px 24px 22px;border-bottom:1px solid #edf2ef;background:linear-gradient(135deg,#fff 0%,#f6fbf8 100%);}
body.lr-site .lrv128-breadcrumb{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 18px;color:#5e6b78;font-size:12px;font-weight:800;}
body.lr-site .lrv128-breadcrumb a{color:#425161;}
body.lr-site .lrv128-breadcrumb strong{color:#005f3d;}
body.lr-site .lrv128-kicker{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:#e7f6ee;color:#005f3d;padding:7px 11px;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}
body.lr-site .lrv128-ranking-hero h1,
body.lr-site .lrv128-picker-hero h1{margin:16px 0 10px;color:#07152f;font-family:var(--lr-heading-font)!important;font-size:clamp(34px,4.2vw,52px);line-height:1.02;letter-spacing:-.055em;font-weight:680!important;max-width:780px;}
body.lr-site .lrv128-ranking-hero p,
body.lr-site .lrv128-picker-hero p{margin:0 0 20px;color:#334155;font-size:16px;line-height:1.52;font-weight:560;max-width:720px;}
body.lr-site .lrv128-search{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 150px!important;gap:10px!important;width:min(100%,860px)!important;margin:0!important;padding:10px!important;border:1px solid #dfe8e4!important;border-radius:18px!important;background:#fff!important;box-shadow:0 16px 44px rgba(7,21,47,.07)!important;overflow:visible!important;}
body.lr-site .lrv128-search-field{height:54px;border:1px solid #dce8e3;background:#fff;border-radius:12px;padding:8px 38px 7px 14px;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:5px;position:relative;font-family:inherit;color:#07152f;box-sizing:border-box;}
body.lr-site .lrv128-search-field label{font-size:10.5px;line-height:1;font-weight:950;color:#223144;}
body.lr-site .lrv128-search-field strong,
body.lr-site .lrv128-search-field input{border:0!important;outline:0!important;background:transparent!important;padding:0!important;margin:0!important;color:#07152f!important;font-size:14px!important;font-family:inherit!important;font-weight:780!important;line-height:1.15!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
body.lr-site .lrv128-search-field input::placeholder{color:#758193!important;opacity:1!important;}
body.lr-site .lrv128-search-field em{position:absolute;right:14px;bottom:17px;color:#005f3d;font-style:normal;font-weight:950;}
body.lr-site .lrv128-search-submit{height:54px;border:0;border-radius:12px;background:#005f3d;color:#fff;font-family:inherit;font-size:13px;font-weight:950;cursor:pointer;box-shadow:0 12px 26px rgba(0,95,61,.16);}
body.lr-site .lrv128-search-submit:hover{background:#00744a;}
body.lr-site .lrv128-ranking-body{padding:20px 24px 58px;}
body.lr-site .lrv128-ranking-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;}
body.lr-site .lrv128-ranking-summary article{border:1px solid #dfe8e4;border-radius:16px;padding:14px 16px;background:#fff;box-shadow:0 10px 26px rgba(7,21,47,.035);}
body.lr-site .lrv128-ranking-summary strong{display:block;color:#005f3d;font-size:26px;line-height:1;font-weight:950;letter-spacing:-.04em;}
body.lr-site .lrv128-ranking-summary span{display:block;margin-top:5px;color:#5f6b7a;font-size:12px;font-weight:800;}
body.lr-site .lrv128-ranking-tabs{display:flex;align-items:center;gap:10px;border-bottom:1px solid #dfe8e4;margin:2px 0 14px;overflow-x:auto;}
body.lr-site .lrv128-ranking-tabs a{height:42px;display:inline-flex;align-items:center;position:relative;flex:0 0 auto;color:#607083;font-size:13px;font-weight:950;padding:0 2px;}
body.lr-site .lrv128-ranking-tabs a.is-active{color:#005f3d;}
body.lr-site .lrv128-ranking-tabs a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:999px;background:#005f3d;}
body.lr-site .lrv128-ranking-list{display:grid;gap:8px;}
body.lr-site .lrv128-rank-row{display:grid;grid-template-columns:36px minmax(0,1fr) 92px 82px 116px 86px;gap:10px;align-items:center;min-height:72px;padding:10px 12px;border:1px solid #dfe8e4;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(7,21,47,.03);box-sizing:border-box;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;}
body.lr-site .lrv128-rank-row:hover{border-color:#bfd8cd;box-shadow:0 14px 30px rgba(7,21,47,.06);}
body.lr-site .lrv128-rank-row.is-just-voted{border-color:#009966;box-shadow:0 16px 34px rgba(0,95,61,.16);}
body.lr-site .lrv128-rank-number{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#edf6f1;color:#07152f;font-size:13px;font-weight:950;}
body.lr-site .lrv128-rank-row:first-child .lrv128-rank-number{background:#005f3d;color:#fff;}
body.lr-site .lrv128-rank-info{min-width:0;}
body.lr-site .lrv128-rank-info h2{margin:0 0 4px;color:#07152f;font-size:16px;line-height:1.14;font-weight:950;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
body.lr-site .lrv128-rank-info p{margin:0 0 4px;color:#657184;font-size:12px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
body.lr-site .lrv128-rank-info small{display:block;color:#596679;font-size:11.5px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
body.lr-site .lrv128-rank-info .lr-stars{color:#005f3d;letter-spacing:1px;}
body.lr-site .lrv128-rank-label{justify-self:start;border-radius:999px;background:#e7f6ee;color:#005f3d;padding:6px 9px;font-size:11px;font-weight:950;white-space:nowrap;}
body.lr-site .lrv128-rank-trend{color:#667286;font-size:11px;font-weight:850;white-space:nowrap;}
body.lr-site .lrv128-rank-score{justify-self:end;color:#005f3d;white-space:nowrap;font-weight:950;}
body.lr-site .lrv128-rank-score strong{font-size:25px;line-height:1;letter-spacing:-.05em;}
body.lr-site .lrv128-rank-score em{font-style:normal;font-size:13px;}
body.lr-site .lrv128-rank-vote{height:36px;border:0;border-radius:999px;background:#005f3d;color:#fff;font-family:inherit;font-size:12px;font-weight:950;padding:0 12px;cursor:pointer;white-space:nowrap;}
body.lr-site .lrv128-rank-vote.is-voted,
body.lr-site .lrv128-rank-vote:disabled{background:#dfe8e4;color:#455466;cursor:default;}
body.lr-site .lrv128-rank-link{justify-self:end;color:#005f3d;font-size:12px;font-weight:950;white-space:nowrap;}
body.lr-site .lrv128-empty{padding:24px;border:1px solid #dfe8e4;border-radius:18px;background:#fff;}
body.lr-site .lrv128-empty h2{margin:0 0 8px;font-size:24px;color:#07152f;}
body.lr-site .lrv128-empty p{margin:0 0 16px;color:#4b5b6f;}
body.lr-site .lrv128-empty a{display:inline-flex;height:42px;align-items:center;border-radius:12px;background:#005f3d;color:#fff;padding:0 18px;font-weight:950;}
body.lr-site .lrv128-ranking-help{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;}
body.lr-site .lrv128-ranking-help section{border:1px solid #dfe8e4;border-radius:18px;background:#fff;padding:18px;box-shadow:0 10px 26px rgba(7,21,47,.035);}
body.lr-site .lrv128-ranking-help h2{margin:0 0 6px;color:#07152f;font-size:22px;line-height:1.15;font-weight:950;letter-spacing:-.035em;}
body.lr-site .lrv128-ranking-help p{margin:0;color:#4b5b6f;font-size:14px;line-height:1.45;font-weight:560;}
body.lr-site .lrv128-ranking-help a{display:inline-flex;margin-top:12px;color:#005f3d;font-weight:950;}
body.lr-site .lrv128-picker-page{padding:28px 24px 80px;}
body.lr-site .lrv128-picker-hero{padding:32px;border:1px solid #dfe8e4;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#f6fbf8 100%);box-shadow:0 14px 42px rgba(7,21,47,.045);}
body.lr-site .lrv128-picker-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px;}
body.lr-site .lrv128-picker-shortcuts article{border:1px solid #dfe8e4;border-radius:18px;background:#fff;padding:20px;}
body.lr-site .lrv128-picker-shortcuts h2{margin:0 0 12px;color:#07152f;font-size:20px;font-weight:950;}
body.lr-site .lrv128-picker-shortcuts div{display:flex;flex-wrap:wrap;gap:8px;}
body.lr-site .lrv128-picker-shortcuts a{display:inline-flex;height:34px;align-items:center;border-radius:999px;background:#eef8f3;color:#005f3d;padding:0 13px;font-size:12px;font-weight:900;}
body.lr-site .lr121-pro-card-hotspot{position:absolute;z-index:4;right:0;bottom:0;width:min(320px,48%);height:170px;display:block;}

@media(max-width:920px){
  body.lr-site .lrv128-search{grid-template-columns:1fr!important;width:100%!important;max-width:420px!important;margin:0 auto!important;padding:10px!important;border-radius:20px!important;box-shadow:0 18px 46px rgba(7,21,47,.10)!important;overflow:visible!important;}
  body.lr-site .lrv128-search-field{height:58px;}
  body.lr-site .lrv128-search-submit{height:56px;}
  body.lr-site .lrv128-rank-row{grid-template-columns:32px minmax(0,1fr) auto;grid-template-areas:"rank info score" "rank info vote";gap:7px 10px;min-height:70px;padding:10px;border-radius:13px;}
  body.lr-site .lrv128-rank-number{grid-area:rank;width:28px;height:28px;font-size:12px;align-self:start;}
  body.lr-site .lrv128-rank-info{grid-area:info;align-self:center;}
  body.lr-site .lrv128-rank-score{grid-area:score;align-self:end;justify-self:end;}
  body.lr-site .lrv128-rank-vote{grid-area:vote;justify-self:end;height:30px;font-size:11px;padding:0 10px;}
  body.lr-site .lrv128-rank-label,
  body.lr-site .lrv128-rank-trend,
  body.lr-site .lrv128-rank-link{display:none;}
}

@media(max-width:700px){
  body.lr-site .lr121-home-hero{background:#fff!important;border-bottom:0!important;overflow:visible!important;}
  body.lr-site .lr121-home-hero-inner{display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:calc(100svh - 144px)!important;padding:12px 16px 18px!important;gap:0!important;box-sizing:border-box!important;}
  body.lr-site .lr121-hero-copy{width:100%!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;}
  body.lr-site .lr121-hero-copy h1{font-size:42px!important;line-height:.98!important;letter-spacing:-.065em!important;margin:0 0 14px!important;max-width:340px!important;text-align:center!important;}
  body.lr-site .lr121-hero-copy p{font-size:16px!important;line-height:1.36!important;margin:0 auto 18px!important;max-width:325px!important;text-align:center!important;color:#344256!important;}
  body.lr-site .lr121-search{width:min(100%,390px)!important;display:grid!important;grid-template-columns:1fr!important;padding:11px!important;gap:9px!important;border-radius:21px!important;border:1px solid rgba(0,95,61,.13)!important;box-shadow:0 18px 48px rgba(7,21,47,.12)!important;background:#fff!important;overflow:visible!important;}
  body.lr-site .lr121-search-field{height:58px!important;border-radius:13px!important;padding:9px 42px 8px 14px!important;text-align:left!important;}
  body.lr-site .lr121-search-submit{height:56px!important;border-radius:14px!important;font-size:15px!important;}
  body.lr-site .lr121-trustline{width:min(100%,390px)!important;display:grid!important;grid-template-columns:1fr!important;gap:7px!important;margin:12px auto 0!important;border:1px solid #dfe8e4!important;border-radius:17px!important;background:linear-gradient(135deg,#fff 0%,#f6fbf8 100%)!important;padding:12px 14px!important;text-align:left!important;box-shadow:0 12px 30px rgba(7,21,47,.045)!important;}
  body.lr-site .lr121-trustline span{font-size:12.5px!important;line-height:1.2!important;justify-content:flex-start!important;}
  body.lr-site .lr121-trustline svg{font-size:15px!important;}
  body.lr-site .lr121-hero-visual{display:none!important;}
  body.lr-site .lr121-home-grid,
  body.lr-site .lr121-home-bottom{display:none!important;}
  body.lr-site .lrv128-mobile-concept{display:grid!important;gap:12px!important;padding:14px 14px 86px!important;background:#fff!important;}
  body.lr-site .lrv128-concept-card,
  body.lr-site .lrv128-steps,
  body.lr-site .lrv128-pro-mobile,
  body.lr-site .lrv128-live-mini{border:1px solid #dfe8e4!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 28px rgba(7,21,47,.045)!important;}
  body.lr-site .lrv128-concept-main{padding:18px!important;background:linear-gradient(135deg,#ffffff 0%,#f3fbf7 100%)!important;}
  body.lr-site .lrv128-concept-main h2{margin:12px 0 8px!important;color:#07152f!important;font-family:var(--lr-heading-font)!important;font-size:27px!important;line-height:1.06!important;letter-spacing:-.045em!important;font-weight:680!important;}
  body.lr-site .lrv128-concept-main p{margin:0!important;color:#3d4c5f!important;font-size:14.5px!important;line-height:1.48!important;font-weight:560!important;}
  body.lr-site .lrv128-steps{display:grid!important;gap:0!important;overflow:hidden!important;}
  body.lr-site .lrv128-steps article{display:grid!important;grid-template-columns:34px 1fr!important;gap:10px!important;align-items:center!important;padding:13px 15px!important;border-bottom:1px solid #e8efeb!important;}
  body.lr-site .lrv128-steps article:last-child{border-bottom:0!important;}
  body.lr-site .lrv128-steps strong{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#005f3d;color:#fff;font-size:12px;font-weight:950;}
  body.lr-site .lrv128-steps b{display:block;color:#07152f;font-size:14px;font-weight:950;line-height:1.1;}
  body.lr-site .lrv128-steps span{display:block;color:#58677a;font-size:12.5px;font-weight:650;line-height:1.35;margin-top:3px;}
  body.lr-site .lrv128-pro-mobile{display:block!important;padding:17px!important;background:#005f3d!important;color:#fff!important;}
  body.lr-site .lrv128-pro-mobile span{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:950;color:#baf2d5!important;margin-bottom:8px;}
  body.lr-site .lrv128-pro-mobile strong{display:block;color:#fff!important;font-size:19px;line-height:1.15;font-weight:950;letter-spacing:-.025em;}
  body.lr-site .lrv128-pro-mobile em{display:inline-flex;margin-top:13px;height:38px;align-items:center;border-radius:999px;background:#fff;color:#005f3d!important;padding:0 16px;font-style:normal;font-size:12px;font-weight:950;}
  body.lr-site .lrv128-live-mini{padding:16px!important;}
  body.lr-site .lrv128-live-mini header{display:flex;justify-content:space-between;gap:12px;align-items:end;margin-bottom:10px;}
  body.lr-site .lrv128-live-mini header span{color:#005f3d;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}
  body.lr-site .lrv128-live-mini header b{color:#07152f;font-size:13px;text-align:right;}
  body.lr-site .lrv128-live-mini ol{list-style:none;margin:0;padding:0;display:grid;gap:7px;}
  body.lr-site .lrv128-live-mini li{display:grid;grid-template-columns:24px 1fr auto;gap:8px;align-items:center;padding:9px 10px;border-radius:12px;background:#f7fbf9;color:#07152f;}
  body.lr-site .lrv128-live-mini li strong{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e4f4eb;color:#005f3d;font-size:11px;}
  body.lr-site .lrv128-live-mini li span{font-size:13px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  body.lr-site .lrv128-live-mini li em{font-style:normal;color:#005f3d;font-size:13px;font-weight:950;}
  body.lr-site .lrv128-live-mini li small{grid-column:2 / 4;color:#667286;font-size:10.5px;font-weight:800;margin-top:-4px;}
  body.lr-site .lrv128-live-mini>a{display:flex;height:40px;align-items:center;justify-content:center;border:1px solid #dfe8e4;border-radius:13px;color:#005f3d!important;font-size:12px;font-weight:950;margin-top:11px;}

  body.lr-site .lrv128-ranking-hero,
  body.lr-site .lrv128-ranking-body{padding-left:14px!important;padding-right:14px!important;}
  body.lr-site .lrv128-ranking-hero{padding-top:18px!important;padding-bottom:16px!important;background:#fff!important;border-bottom:0!important;}
  body.lr-site .lrv128-breadcrumb{display:none!important;}
  body.lr-site .lrv128-ranking-hero h1,
  body.lr-site .lrv128-picker-hero h1{font-size:33px!important;line-height:1.02!important;margin:12px 0 8px!important;max-width:335px!important;}
  body.lr-site .lrv128-ranking-hero p,
  body.lr-site .lrv128-picker-hero p{font-size:14px!important;line-height:1.42!important;margin-bottom:14px!important;max-width:335px!important;}
  body.lr-site .lrv128-ranking-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-bottom:10px!important;}
  body.lr-site .lrv128-ranking-summary article{padding:10px 8px!important;border-radius:14px!important;text-align:center!important;}
  body.lr-site .lrv128-ranking-summary strong{font-size:18px!important;}
  body.lr-site .lrv128-ranking-summary span{font-size:10px!important;line-height:1.15!important;}
  body.lr-site .lrv128-ranking-tabs{gap:18px!important;margin-bottom:10px!important;}
  body.lr-site .lrv128-ranking-tabs a{font-size:12px!important;height:38px!important;}
  body.lr-site .lrv128-ranking-list{gap:7px!important;}
  body.lr-site .lrv128-rank-info h2{font-size:14.5px!important;white-space:normal!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
  body.lr-site .lrv128-rank-info p{font-size:11px!important;}
  body.lr-site .lrv128-rank-info small{font-size:10.5px!important;}
  body.lr-site .lrv128-rank-score strong{font-size:22px!important;}
  body.lr-site .lrv128-rank-score em{font-size:11px!important;}
  body.lr-site .lrv128-ranking-help{grid-template-columns:1fr!important;gap:10px!important;margin-top:12px!important;}
  body.lr-site .lrv128-ranking-help section{padding:16px!important;border-radius:17px!important;}
  body.lr-site .lrv128-ranking-help h2{font-size:20px!important;}
  body.lr-site .lrv128-picker-page{padding:14px 14px 86px!important;}
  body.lr-site .lrv128-picker-hero{padding:20px 16px!important;border-radius:22px!important;}
  body.lr-site .lrv128-picker-shortcuts{grid-template-columns:1fr!important;gap:12px!important;margin-top:12px!important;}
  body.lr-site .lrv128-picker-shortcuts article{padding:16px!important;border-radius:18px!important;}
  body.lr-site .lrv128-picker-shortcuts h2{font-size:18px!important;}
}

@media(max-width:380px){
  body.lr-site .lr121-hero-copy h1{font-size:39px!important;}
  body.lr-site .lrv128-ranking-hero h1,
  body.lr-site .lrv128-picker-hero h1{font-size:30px!important;}
}


/* V129 — correction mobile clavier : popup service/localisation plus haute et stable
   Le clavier Android/Instagram réduit la hauteur utile. On utilise la hauteur visualViewport
   disponible presque en entier, au lieu de recalculer la popup à 58/62dvh. */
@media(max-width:820px){
  html.lra-sheet-open,
  html.lra-sheet-open body{
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }
  body.lr-site .lra-sheet-modal{
    position:fixed!important;
    inset:auto 0 0 0!important;
    top:var(--lra-vvo,0px)!important;
    height:var(--lra-vvh,100dvh)!important;
    padding:6px 0 6px!important;
    align-items:flex-start!important;
    justify-content:center!important;
  }
  body.lr-site .lra-sheet{
    width:calc(100% - 18px)!important;
    height:min(calc(var(--lra-vvh,100dvh) - 12px),680px)!important;
    max-height:calc(var(--lra-vvh,100dvh) - 12px)!important;
    min-height:min(430px,calc(var(--lra-vvh,100dvh) - 12px))!important;
    border-radius:22px!important;
    padding:0 12px calc(10px + env(safe-area-inset-bottom))!important;
  }
  body.lr-site .lra-sheet header{
    padding:9px 0!important;
    grid-template-columns:34px 1fr 34px!important;
  }
  body.lr-site .lra-sheet-body{
    flex:1 1 auto!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    padding-top:10px!important;
  }
  body.lr-site .lra-panel-input{
    flex:0 0 auto!important;
    margin-bottom:8px!important;
  }
  body.lr-site .lra-hint{
    flex:0 0 auto!important;
    margin:0 0 8px!important;
  }
  body.lr-site .lra-results,
  body.lr-site .lra-services{
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
  }
  body.lr-site .lra-result{
    min-height:58px!important;
  }
}
@media(max-width:380px){
  body.lr-site .lra-sheet{
    width:calc(100% - 12px)!important;
    border-radius:18px!important;
  }
  body.lr-site .lra-result{
    min-height:54px!important;
    padding:7px!important;
  }
}

/* V130 — Recherche mobile : retour visuel immédiat pendant le chargement */
.lr-v130-loading {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lr-v130-loading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: #006b46;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0,107,70,.22);
}

/* =========================================================
   V131 — Classement desktop : largeur + H1 harmonisé
   Correction du rendu trop étroit apparu sur V130, sans toucher
   aux règles mobiles/popup clavier validées.
   ========================================================= */
@media (min-width:981px){
  body.lr-site .lrv128-ranking-hero,
  body.lr-site .lrv128-ranking-body,
  body.lr-site .lrv128-picker-hero,
  body.lr-site .lrv128-picker-shortcuts{
    max-width:1540px!important;
    width:100%!important;
    padding-left:74px!important;
    padding-right:74px!important;
  }

  body.lr-site .lrv128-ranking-hero{
    padding-top:36px!important;
    padding-bottom:26px!important;
  }

  body.lr-site .lrv128-ranking-body{
    padding-top:24px!important;
  }

  body.lr-site .lrv128-ranking-hero h1,
  body.lr-site .lrv128-picker-hero h1{
    font-family:var(--lr-title-font)!important;
    font-weight:800!important;
    font-size:clamp(42px,3.5vw,56px)!important;
    line-height:.98!important;
    letter-spacing:-.055em!important;
    color:#10241b!important;
    max-width:960px!important;
  }

  body.lr-site .lrv128-ranking-hero p,
  body.lr-site .lrv128-picker-hero p{
    max-width:820px!important;
  }

  body.lr-site .lrv128-search{
    width:min(100%,980px)!important;
  }

  body.lr-site .lrv128-rank-row{
    grid-template-columns:38px minmax(0,1.6fr) 128px 92px 108px 126px!important;
    width:100%!important;
  }
}

@media (min-width:1281px){
  body.lr-site .lrv128-ranking-hero,
  body.lr-site .lrv128-ranking-body,
  body.lr-site .lrv128-picker-hero,
  body.lr-site .lrv128-picker-shortcuts{
    max-width:1540px!important;
  }
}

/* V133 — revendication : champs de vérification renforcés */
.lr-claim-page-v133 .lrsite-simple-hero p{max-width:820px;}
.lr-claim-page-v133 .lrsite-form-panel select{
  display:block;
  width:100%;
  margin-top:8px;
  border:1px solid #dde5df;
  border-radius:14px;
  padding:14px;
  font:inherit;
  font-weight:700;
  background:#fff;
  color:#183328;
}
.lr-claim-page-v133 .lr-claim-mini-facts{
  margin-top:8px;
  color:#5d6d65;
  font-size:14px;
}
.lr-claim-page-v133 .lrsite-form-panel aside h2 + ul{margin-top:8px;}
.lr-claim-page-v133 .lrsite-form-panel aside h2:not(:first-child){margin-top:24px;}
.lr-claim-page-v133 .lr-claim-note{
  font-size:14px;
  line-height:1.55;
  color:#617167;
  margin-top:14px;
}


/* V138 - fiche pro : suppression encart score et meilleure lisibilité revendication */
body.lr-site .lrp120-score-card{display:none!important;}
body.lr-site .lrp62-owner{background:#005f3b!important;border-color:#005f3b!important;}
body.lr-site .lrp62-owner h2,
body.lr-site .lrp62-owner p,
body.lr-site .lrp62-owner strong,
body.lr-site .lrp62-owner a{color:#fff!important;}
body.lr-site .lrp62-owner p{opacity:1!important;}
body.lr-site .lrp62-owner a{background:#ffffff1a!important;border:1px solid #ffffff!important;box-shadow:none!important;}
body.lr-site .lrp62-owner a:hover{background:#fff!important;color:#005f3b!important;}


/* V138.1 - force white text in owner claim card */
.lrp62-side .lrp62-card.lrp62-owner,
.lrp62-card.lrp62-owner{background:#005f3b!important;border-color:#005f3b!important;}
.lrp62-side .lrp62-card.lrp62-owner h2,
.lrp62-side .lrp62-card.lrp62-owner p,
.lrp62-side .lrp62-card.lrp62-owner strong,
.lrp62-side .lrp62-card.lrp62-owner span,
.lrp62-side .lrp62-card.lrp62-owner li,
.lrp62-card.lrp62-owner h2,
.lrp62-card.lrp62-owner p,
.lrp62-card.lrp62-owner strong,
.lrp62-card.lrp62-owner span,
.lrp62-card.lrp62-owner li{color:#fff!important;}
.lrp62-side .lrp62-card.lrp62-owner a,
.lrp62-card.lrp62-owner a{color:#fff!important;background:rgba(255,255,255,.12)!important;border:1px solid #fff!important;box-shadow:none!important;}
.lrp62-side .lrp62-card.lrp62-owner a:hover,
.lrp62-card.lrp62-owner a:hover{background:#fff!important;color:#005f3b!important;}


/* V138.2 - force white text/icon on top recommend button */
.lrprofile-v62 .lrp108-actions .lr-vote-link,
.lrprofile-v62 .lrp62-actions .lr-vote-link,
.lrprofile-v62 .lrp108-actions .lr-vote-link *,
.lrprofile-v62 .lrp62-actions .lr-vote-link *{color:#fff!important;fill:#fff!important;}


/* V138.5 - mobile classement : garder la ligne meta sur une seule ligne */
body.lr-site .lrv128-rank-info small .lr-stars{font-size:.9em;letter-spacing:.5px;}
@media (max-width: 767px){
  body.lr-site .lrv128-rank-info small{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:9.8px!important;
    letter-spacing:-0.01em!important;
    line-height:1.15!important;
  }
  body.lr-site .lrv128-rank-info small .lr-stars{
    font-size:.82em!important;
    letter-spacing:0!important;
  }
  body.lr-site .lrv128-rank-info small .lrv128-reco-short{
    font-weight:800!important;
  }
}


/* V138.6 - mobile classement : plus d'espace pour le titre */
@media (max-width: 767px){
  body.lr-site .lrv128-rank-row{
    grid-template-columns:30px minmax(0,1fr) 82px!important;
    grid-template-areas:"rank info score" "rank info vote"!important;
    gap:6px 8px!important;
    min-height:86px!important;
    padding:9px 10px!important;
  }
  body.lr-site .lrv128-rank-number{
    width:27px!important;
    height:27px!important;
    font-size:11.5px!important;
  }
  body.lr-site .lrv128-rank-info h2{
    font-size:13.5px!important;
    line-height:1.12!important;
    margin-bottom:3px!important;
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    min-height:30px!important;
  }
  body.lr-site .lrv128-rank-info p{
    font-size:10.5px!important;
    margin-bottom:3px!important;
  }
  body.lr-site .lrv128-rank-info small{
    font-size:9.5px!important;
  }
  body.lr-site .lrv128-rank-score{
    align-self:start!important;
    justify-self:end!important;
    padding-top:1px!important;
  }
  body.lr-site .lrv128-rank-score strong{
    font-size:17px!important;
    letter-spacing:-.04em!important;
  }
  body.lr-site .lrv128-rank-score em{
    font-size:10px!important;
  }
  body.lr-site .lrv128-rank-vote{
    justify-self:end!important;
    align-self:end!important;
    height:28px!important;
    min-width:82px!important;
    font-size:10.2px!important;
    padding:0 8px!important;
  }
}


/* V138.7 - mobile classement : afficher recommandation(s) en entier */
@media (max-width: 767px){
  body.lr-site .lrv128-rank-info small{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:9.3px!important;
    letter-spacing:-0.015em!important;
    line-height:1.12!important;
  }
  body.lr-site .lrv128-rank-info small .lr-stars{
    font-size:.76em!important;
    letter-spacing:0!important;
  }
  body.lr-site .lrv128-rank-info small .lrv128-reco-full{
    font-weight:800!important;
  }
}


/* V138.8 - Accueil desktop : l'image contient déjà la carte pro, on supprime la carte HTML en doublon */
body.lr-site .lr121-home .lr121-hero-visual > a.lr121-pro-card{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
body.lr-site .lr121-home .lr121-pro-card-hotspot{
  display:block!important;
  position:absolute!important;
  z-index:9!important;
  right:7%!important;
  bottom:12%!important;
  width:46%!important;
  height:46%!important;
  border-radius:22px!important;
  background:transparent!important;
  cursor:pointer!important;
}
@media (max-width:980px){
  body.lr-site .lr121-home .lr121-pro-card-hotspot{display:none!important;}
}


/* V138.9 - Accueil : remplacer les mini-classements flous par des entrées concrètes */
body.lr-site .lr1389-home-grid{
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.75fr)!important;
}
body.lr-site .lr1389-popular-card{
  background:#fff;
  border:1px solid #dfe8e4;
  border-radius:18px;
  box-shadow:0 12px 36px rgba(7,21,47,.045);
  padding:22px;
}
body.lr-site .lr1389-popular-card header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
body.lr-site .lr1389-popular-card header span{
  display:inline-flex;
  height:27px;
  align-items:center;
  border-radius:999px;
  background:#e7f6ee;
  color:#005f3d;
  padding:0 11px;
  font-size:10.5px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:10px;
}
body.lr-site .lr1389-popular-card h2{
  margin:0 0 6px;
  color:#07152f;
  font-family:var(--lr-heading-font)!important;
  font-size:29px;
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:680!important;
}
body.lr-site .lr1389-popular-card header p{
  margin:0;
  color:#4f5e70;
  font-size:14px;
  line-height:1.45;
  font-weight:560;
  max-width:640px;
}
body.lr-site .lr1389-popular-card header>a{
  flex:0 0 auto;
  color:#005f3d!important;
  font-size:13px;
  font-weight:950;
  margin-top:8px;
  white-space:nowrap;
}
body.lr-site .lr1389-popular-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
body.lr-site .lr1389-popular-rank{
  display:flex;
  min-height:156px;
  flex-direction:column;
  border:1px solid #dfe8e4;
  border-radius:16px;
  background:linear-gradient(135deg,#fff 0%,#f8fcfa 100%);
  padding:18px;
  color:inherit!important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
body.lr-site .lr1389-popular-rank:hover{
  transform:translateY(-2px);
  border-color:#bddbd0;
  box-shadow:0 14px 32px rgba(7,21,47,.07);
}
body.lr-site .lr1389-popular-rank strong{
  color:#07152f;
  font-size:17px;
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:950;
}
body.lr-site .lr1389-popular-rank p{
  margin:10px 0 14px;
  color:#516173;
  font-size:13px;
  line-height:1.42;
  font-weight:560;
}
body.lr-site .lr1389-popular-rank span{
  margin-top:auto;
  color:#005f3d;
  font-size:12.5px;
  font-weight:950;
}
@media (max-width:980px){
  body.lr-site .lr1389-home-grid{grid-template-columns:1fr!important;}
  body.lr-site .lr1389-popular-grid{grid-template-columns:1fr 1fr!important;}
  body.lr-site .lr1389-popular-card header{display:block!important;}
  body.lr-site .lr1389-popular-card header>a{display:inline-flex;margin-top:12px;}
}
@media (max-width:640px){
  body.lr-site .lr1389-popular-card{padding:16px!important;border-radius:18px!important;}
  body.lr-site .lr1389-popular-card h2{font-size:24px!important;}
  body.lr-site .lr1389-popular-grid{grid-template-columns:1fr!important;}
  body.lr-site .lr1389-popular-rank{min-height:0!important;padding:16px!important;}
}


/* V139.0 - accueil : remettre des photos de ville dans les cartes de classements populaires */
body.lr-site .lr1389-popular-rank{
  padding:0!important;
  overflow:hidden;
}
body.lr-site .lr1390-popular-media{
  position:relative;
  height:102px;
  overflow:hidden;
  border-bottom:1px solid #e4ece8;
  background:#e9f3ef;
}
body.lr-site .lr1390-popular-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body.lr-site .lr1390-popular-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,21,47,.10) 0%,rgba(7,21,47,.22) 100%);
}
body.lr-site .lr1390-popular-badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#005f3d;
  box-shadow:0 6px 18px rgba(7,21,47,.12);
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
body.lr-site .lr1390-popular-body{
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:16px 18px 18px;
  flex:1 1 auto;
}
body.lr-site .lr1390-popular-body strong{
  color:#07152f;
  font-size:17px;
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:950;
}
body.lr-site .lr1390-popular-body p{
  margin:10px 0 14px;
  color:#516173;
  font-size:13px;
  line-height:1.42;
  font-weight:560;
}
body.lr-site .lr1390-popular-body span{
  margin-top:auto;
  color:#005f3d;
  font-size:12.5px;
  font-weight:950;
}
@media (max-width:640px){
  body.lr-site .lr1390-popular-media{height:110px!important;}
  body.lr-site .lr1390-popular-body{padding:14px 15px 16px!important;}
}


/* V139.1 - accueil : enrichir le bloc avis avec plusieurs exemples */
body.lr-site .lr1391-review-card{padding:22px 22px 20px!important;}
body.lr-site .lr1391-review-card>div:nth-child(2){margin-top:-44px;margin-left:72px;}
body.lr-site .lr1391-review-card>p{margin:18px 0 16px!important;}
body.lr-site .lr1391-review-list{display:flex;flex-direction:column;gap:12px;margin-top:2px;}
body.lr-site .lr1391-review-item{background:#fff;border:1px solid #dfe8e4;border-radius:16px;padding:14px 15px;box-shadow:0 8px 24px rgba(7,21,47,.04);}
body.lr-site .lr1391-review-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;}
body.lr-site .lr1391-review-head strong{color:#07152f;font-size:14px;font-weight:950;line-height:1.2;}
body.lr-site .lr1391-review-head span{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#e7f6ee;color:#005f3d;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;}
body.lr-site .lr1391-review-stars{color:#0a7a4a;font-size:13px;font-weight:900;letter-spacing:1px;margin-bottom:8px;}
body.lr-site .lr1391-review-item p{margin:0 0 10px!important;color:#26354d;font-size:13.5px;line-height:1.48;}
body.lr-site .lr1391-review-item footer{display:flex;align-items:flex-start;gap:0;margin-top:0!important;}
body.lr-site .lr1391-review-item footer strong{display:flex;flex-direction:column;color:#07152f;font-size:13px;font-weight:900;}
body.lr-site .lr1391-review-item footer small{color:#6a7687;font-weight:650;margin-top:4px;}
body.lr-site .lr1391-review-card>a{margin-top:14px!important;}
@media (max-width:980px){
  body.lr-site .lr1391-review-card>div:nth-child(2){margin-top:12px!important;margin-left:0!important;}
}
@media (max-width:640px){
  body.lr-site .lr1391-review-head{display:block!important;}
  body.lr-site .lr1391-review-head span{margin-top:8px;}
}


/* V139.2 - mobile classement : meta lisible + carte entièrement cliquable */
body.lr-site .lrv128-rank-row[data-lr-card-href]{cursor:pointer;}
body.lr-site .lrv128-rank-row a,
body.lr-site .lrv128-rank-row button{position:relative;z-index:2;}
@media (max-width: 767px){
  body.lr-site .lrv128-rank-row{
    grid-template-columns:30px minmax(0,1fr) 74px!important;
    grid-template-areas:
      "rank info score"
      "rank info vote"
      "meta meta meta"!important;
    gap:5px 8px!important;
    min-height:96px!important;
    padding:9px 10px!important;
  }
  body.lr-site .lrv128-rank-info{
    display:contents!important;
  }
  body.lr-site .lrv128-rank-info h2{
    grid-area:info!important;
    align-self:end!important;
    font-size:13.4px!important;
    line-height:1.14!important;
    min-height:30px!important;
    margin:0!important;
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  body.lr-site .lrv128-rank-info p{
    grid-area:info!important;
    align-self:start!important;
    margin-top:34px!important;
    margin-bottom:0!important;
    font-size:10.5px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.lr-site .lrv128-rank-info small{
    grid-area:meta!important;
    display:block!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
    width:100%!important;
    max-width:100%!important;
    font-size:9.6px!important;
    line-height:1.15!important;
    letter-spacing:-.015em!important;
    padding-left:40px!important;
    padding-right:4px!important;
    margin-top:0!important;
  }
  body.lr-site .lrv128-rank-info small .lr-stars{
    font-size:.72em!important;
    letter-spacing:0!important;
  }
  body.lr-site .lrv128-rank-info small .lrv128-reco-full{
    font-weight:850!important;
  }
  body.lr-site .lrv128-rank-score{
    grid-area:score!important;
    align-self:start!important;
    justify-self:end!important;
  }
  body.lr-site .lrv128-rank-score strong{
    font-size:17px!important;
  }
  body.lr-site .lrv128-rank-score em{
    font-size:10px!important;
  }
  body.lr-site .lrv128-rank-vote{
    grid-area:vote!important;
    align-self:end!important;
    justify-self:end!important;
    height:28px!important;
    min-width:74px!important;
    font-size:9.6px!important;
    padding:0 7px!important;
  }
}


/* V139.3 - mobile classement : correction chevauchement meta/titre */
@media (max-width: 767px){
  body.lr-site .lrv128-rank-row{
    grid-template-columns:30px minmax(0,1fr) 74px!important;
    grid-template-areas:
      "rank title score"
      "rank details vote"
      "rank meta vote"!important;
    grid-template-rows:auto auto auto!important;
    gap:4px 8px!important;
    min-height:104px!important;
    padding:10px!important;
    align-items:start!important;
  }
  body.lr-site .lrv128-rank-number{
    grid-area:rank!important;
    align-self:start!important;
  }
  body.lr-site .lrv128-rank-info{
    display:contents!important;
  }
  body.lr-site .lrv128-rank-info h2{
    grid-area:title!important;
    align-self:start!important;
    margin:0!important;
    min-height:0!important;
    font-size:13.3px!important;
    line-height:1.15!important;
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  body.lr-site .lrv128-rank-info p{
    grid-area:details!important;
    align-self:start!important;
    margin:0!important;
    font-size:10.5px!important;
    line-height:1.18!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.lr-site .lrv128-rank-info small{
    grid-area:meta!important;
    align-self:start!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin:0!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    font-size:9.5px!important;
    line-height:1.15!important;
    letter-spacing:-.02em!important;
  }
  body.lr-site .lrv128-rank-info small .lr-stars{
    font-size:.68em!important;
    letter-spacing:0!important;
  }
  body.lr-site .lrv128-rank-score{
    grid-area:score!important;
    align-self:start!important;
    justify-self:end!important;
    padding-top:0!important;
  }
  body.lr-site .lrv128-rank-score strong{font-size:16.5px!important;}
  body.lr-site .lrv128-rank-score em{font-size:9.5px!important;}
  body.lr-site .lrv128-rank-vote{
    grid-area:vote!important;
    align-self:center!important;
    justify-self:end!important;
    height:28px!important;
    min-width:74px!important;
    font-size:9.3px!important;
    padding:0 7px!important;
  }
}


/* V139.8 - Auth : distinguer habitant / professionnel */
body.lr-site .lrauth-public-note{
  max-width:1180px;
  margin:0 auto 18px;
  border:1px solid #d9ebe2;
  border-radius:20px;
  background:linear-gradient(135deg,#f2fbf6 0%,#fff 100%);
  padding:18px 22px;
  box-shadow:0 12px 34px rgba(7,21,47,.04);
}
body.lr-site .lrauth-public-note strong{
  display:block;
  color:#005f3d;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:6px;
}
body.lr-site .lrauth-public-note p{
  margin:0;
  color:#26354d;
  font-size:15px;
  line-height:1.45;
  font-weight:600;
}
body.lr-site .lrauth-v1398-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch;
}
body.lr-site .lrauth-card.is-visitor{
  border-color:#cfe8db;
  background:linear-gradient(180deg,#fff 0%,#f7fcf9 100%);
}
body.lr-site .lrauth-card.is-visitor span{
  background:#e5f7ee;
  color:#005f3d;
}
body.lr-site .lrauth-card .lrauth-intro{
  margin:0 0 14px;
  color:#4d5e70;
  font-size:14px;
  line-height:1.45;
}
@media(max-width:980px){
  body.lr-site .lrauth-v1398-grid{
    grid-template-columns:1fr!important;
  }
  body.lr-site .lrauth-public-note{
    margin-left:14px;
    margin-right:14px;
  }
}


/* V139.9 - Connexion / inscription : parcours clair en un coup d'œil */
body.lr-site .lrauth-page{
  max-width:1120px!important;
  padding:26px 20px 96px!important;
}
body.lr-site .lrauth-hero-compact{
  padding:18px 22px!important;
  margin:0 auto 14px!important;
  text-align:center!important;
  border:1px solid #dfe8e4!important;
  border-radius:22px!important;
  background:#fff!important;
}
body.lr-site .lrauth-hero-compact h1{
  margin:8px 0 4px!important;
  font-size:clamp(28px,4vw,42px)!important;
  line-height:1.05!important;
}
body.lr-site .lrauth-hero-compact p{
  margin:0!important;
  font-size:16px!important;
}
body.lr-site .lrauth-fast{
  background:#f8fcfa!important;
  border:1px solid #dfe8e4!important;
  border-radius:24px!important;
  padding:24px!important;
  box-shadow:0 14px 42px rgba(7,21,47,.045)!important;
  margin-bottom:16px!important;
}
body.lr-site .lrauth-fast-head{
  text-align:center!important;
  max-width:790px!important;
  margin:0 auto 18px!important;
}
body.lr-site .lrauth-fast-head>span{
  display:inline-flex!important;
  height:28px!important;
  align-items:center!important;
  border-radius:999px!important;
  background:#e7f6ee!important;
  color:#005f3d!important;
  padding:0 13px!important;
  font-size:11px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}
body.lr-site .lrauth-fast-head h1{
  margin:12px 0 8px!important;
  color:#07152f!important;
  font-family:var(--lr-heading-font)!important;
  font-size:clamp(30px,5vw,52px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
}
body.lr-site .lrauth-fast-head p{
  margin:0!important;
  color:#506070!important;
  font-size:17px!important;
  line-height:1.45!important;
  font-weight:600!important;
}
body.lr-site .lrauth-choice-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
body.lr-site .lrauth-choice{
  display:flex!important;
  flex-direction:column!important;
  min-height:142px!important;
  border:1px solid #dfe8e4!important;
  border-radius:18px!important;
  background:#fff!important;
  padding:18px!important;
  text-decoration:none!important;
  color:inherit!important;
  box-shadow:0 10px 28px rgba(7,21,47,.035)!important;
}
body.lr-site .lrauth-choice:hover{
  transform:translateY(-1px)!important;
  border-color:#bddbd0!important;
}
body.lr-site .lrauth-choice strong{
  color:#07152f!important;
  font-size:18px!important;
  line-height:1.12!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
body.lr-site .lrauth-choice span{
  display:inline-flex!important;
  width:max-content!important;
  margin:10px 0!important;
  height:25px!important;
  align-items:center!important;
  border-radius:999px!important;
  background:#e7f6ee!important;
  color:#005f3d!important;
  padding:0 10px!important;
  font-size:10.5px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
}
body.lr-site .lrauth-choice em{
  margin-top:auto!important;
  font-style:normal!important;
  color:#005f3d!important;
  font-size:13px!important;
  font-weight:950!important;
}
body.lr-site .lrauth-choice.is-free{
  background:#005f3d!important;
  border-color:#005f3d!important;
}
body.lr-site .lrauth-choice.is-free strong,
body.lr-site .lrauth-choice.is-free em{color:#fff!important;}
body.lr-site .lrauth-choice.is-free span{
  color:#005f3d!important;
  background:#fff!important;
}
body.lr-site .lrauth-choice.is-pro{
  background:linear-gradient(135deg,#fff 0%,#f2fbf7 100%)!important;
}
body.lr-site .lrauth-compact-forms{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
body.lr-site .lrauth-accordion{
  background:#fff!important;
  border:1px solid #dfe8e4!important;
  border-radius:18px!important;
  box-shadow:0 10px 28px rgba(7,21,47,.035)!important;
  overflow:hidden!important;
}
body.lr-site .lrauth-accordion summary{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  cursor:pointer!important;
  list-style:none!important;
  padding:18px 20px!important;
}
body.lr-site .lrauth-accordion summary::-webkit-details-marker{display:none!important;}
body.lr-site .lrauth-accordion summary span{
  display:inline-flex!important;
  height:25px!important;
  align-items:center!important;
  border-radius:999px!important;
  background:#e7f6ee!important;
  color:#005f3d!important;
  padding:0 10px!important;
  font-size:10px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
  white-space:nowrap!important;
}
body.lr-site .lrauth-accordion summary strong{
  flex:1!important;
  color:#07152f!important;
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
}
body.lr-site .lrauth-accordion summary:after{
  content:"+"!important;
  width:28px!important;
  height:28px!important;
  border-radius:999px!important;
  background:#eef8f3!important;
  color:#005f3d!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:950!important;
}
body.lr-site .lrauth-accordion[open] summary:after{content:"–"!important;}
body.lr-site .lrauth-accordion-body{
  border-top:1px solid #e5eee9!important;
  padding:18px 20px 20px!important;
}
body.lr-site .lrauth-accordion-body form{
  display:grid!important;
  gap:12px!important;
}
body.lr-site .lrauth-accordion-body label{
  display:grid!important;
  gap:7px!important;
  color:#07152f!important;
  font-weight:850!important;
  font-size:13px!important;
}
body.lr-site .lrauth-accordion-body input[type="text"],
body.lr-site .lrauth-accordion-body input[type="email"],
body.lr-site .lrauth-accordion-body input[type="password"]{
  width:100%!important;
  height:48px!important;
  border-radius:12px!important;
  border:1px solid #dce8e3!important;
  padding:0 14px!important;
  font-size:15px!important;
  background:#fff!important;
}
body.lr-site .lrauth-accordion-body button{
  height:48px!important;
  border:0!important;
  border-radius:12px!important;
  background:#005f3d!important;
  color:#fff!important;
  font-weight:950!important;
  cursor:pointer!important;
}
body.lr-site .lrauth-accordion .lrauth-intro,
body.lr-site .lrauth-accordion .lrauth-help{
  color:#516173!important;
  font-size:14px!important;
  line-height:1.4!important;
  margin:0 0 12px!important;
}
@media (max-width:900px){
  body.lr-site .lrauth-page{
    padding:12px 14px 96px!important;
  }
  body.lr-site .lrauth-hero-compact{
    display:none!important;
  }
  body.lr-site .lrauth-fast{
    padding:14px!important;
    border-radius:20px!important;
    margin-top:8px!important;
  }
  body.lr-site .lrauth-fast-head{
    margin-bottom:12px!important;
  }
  body.lr-site .lrauth-fast-head h1{
    font-size:30px!important;
    margin:8px 0 6px!important;
  }
  body.lr-site .lrauth-fast-head p{
    font-size:14.2px!important;
    line-height:1.35!important;
  }
  body.lr-site .lrauth-choice-grid{
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
  }
  body.lr-site .lrauth-choice{
    min-height:104px!important;
    padding:13px!important;
    border-radius:15px!important;
  }
  body.lr-site .lrauth-choice strong{
    font-size:14.5px!important;
  }
  body.lr-site .lrauth-choice span{
    height:22px!important;
    margin:7px 0!important;
    font-size:9px!important;
    padding:0 8px!important;
  }
  body.lr-site .lrauth-choice em{
    font-size:11.5px!important;
  }
  body.lr-site .lrauth-compact-forms{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  body.lr-site .lrauth-accordion summary{
    padding:14px!important;
  }
  body.lr-site .lrauth-accordion summary strong{
    font-size:16px!important;
  }
  body.lr-site .lrauth-accordion-body{
    padding:14px!important;
  }
}
