/* =========================================================
   Les Avisés — V30.40.2
   Responsive consolidé mobile / tablette
   Objectif : composants réellement recomposés sur petit écran,
   sans modifier les mises en page desktop validées.
   ========================================================= */

/* ---------- Fondation responsive ---------- */
@media (max-width:980px){
  html{scroll-padding-top:76px}
  body{overflow-x:hidden;text-size-adjust:100%;-webkit-text-size-adjust:100%}
  .lav-shell{width:min(calc(100% - 32px),var(--lav-shell))}
  main,section,article,aside,nav,header,footer,form,div{min-width:0}
  input,select,textarea,button{max-width:100%}
  .lav-button,.lav-btn{min-height:48px}
  .lav-section{padding:56px 0}
  .lav-heading,.lav31-heading{gap:14px}
  .lav-eyebrow{font-size:.75rem;line-height:1.25}

  /* Les vrais tableaux restent scrollables ; le reste ne déborde jamais. */
  .lav38-table-wrap{max-width:100%;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}

  /* Header / menu */
  .lav-header{top:0}
  .lav-header-inner{width:100%;height:68px;grid-template-columns:minmax(0,1fr) auto;gap:10px}
  .lav-brand{min-width:0}
  .lav-brand img{width:142px;max-width:100%}
  .lav-header-actions{gap:8px}
  .lav-global-search-trigger,.lav-menu-toggle{width:46px;height:46px;min-width:46px}
  .lav-nav{width:min(370px,92vw)}
  .lav-nav-mobile-body{overflow-y:auto;padding-bottom:24px}
  .lav-nav-mobile-body a,.lav-nav-mobile-foot a,.lav-nav-mobile-foot button{min-height:48px;display:flex;align-items:center}

  /* Footer compact mais lisible. */
  .lav-footer{padding:42px 0 20px}
  .lav-footer-grid{gap:24px 28px}
  .lav-footer h2{font-size:.82rem}
  .lav-footer a{font-size:.9rem}
}

@media (max-width:620px){
  body{font-size:16px;line-height:1.55;padding-bottom:env(safe-area-inset-bottom)}
  .lav-shell{width:calc(100% - 32px)}
  .lav-section{padding:44px 0}
  .lav-header-inner{height:64px}
  .lav-brand img{width:132px}
  .lav-global-search-trigger,.lav-menu-toggle{width:44px;height:44px;min-width:44px}

  .lav-global-search{place-items:end stretch;padding:0}
  .lav-global-search-panel{width:100%;max-height:88vh;overflow:auto;padding:24px 16px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}
  .lav-global-search-panel h2{padding-right:48px;font-size:1.7rem}
  .lav-global-search-input{grid-template-columns:22px 1fr;margin-top:18px;padding:8px 12px}
  .lav-global-search-input button{grid-column:1/-1;width:100%;min-height:48px}
  .lav-global-search-footer{flex-direction:column;gap:8px}

  .lav-footer-grid{grid-template-columns:1fr 1fr;gap:22px 18px}
  .lav-footer-grid>div:first-child{grid-column:1/-1}
  .lav-footer p{font-size:.88rem;line-height:1.55}
  .lav-footer a{min-height:40px;font-size:.86rem}
  .lav-footer-bottom{margin-top:24px;gap:8px;font-size:.78rem}
}

@media (max-width:360px){
  .lav-shell{width:calc(100% - 24px)}
  .lav-brand img{width:124px}
  .lav-header-actions{gap:6px}
  .lav-global-search-trigger,.lav-menu-toggle{width:42px;height:42px;min-width:42px}
  .lav-footer-grid{grid-template-columns:1fr}
  .lav-footer-grid>div:first-child{grid-column:auto}
}

/* ---------- Accueil ---------- */
@media (max-width:620px){
  .lav31-hero{min-height:0;background:linear-gradient(90deg,rgba(0,52,44,.97),rgba(0,52,44,.72) 62%,rgba(0,52,44,.38)),var(--hero) 64% center/cover no-repeat}
  .lav31-hero-inner{padding-top:28px;padding-bottom:28px}
  .lav31-hero-copy{width:100%}
  .lav31-hero-badge{font-size:.72rem;padding:7px 11px;letter-spacing:.11em}
  .lav31-hero h1{max-width:390px;margin:13px 0 12px;font-size:clamp(2.35rem,11vw,3rem);line-height:.96}
  .lav31-hero-copy>p{max-width:390px;font-size:.98rem;line-height:1.48}

  /* Le moteur devient une vraie pile tactile : aucune colonne desktop compressée. */
  .lav31-finder{display:grid;grid-template-columns:1fr;width:100%;margin-top:20px;padding:7px;border-radius:16px}
  .lav31-field,.lav31-field+.lav31-field{grid-column:1;border-left:0;border-top:0;padding:8px 12px 8px 52px;min-height:62px}
  .lav31-field+.lav31-field{border-top:1px solid var(--lav-line)}
  .lav31-field-icon{left:12px;width:32px;height:32px}
  .lav31-field label{font-size:.76rem}
  .lav31-field input{height:30px;font-size:.94rem}
  .lav31-finder>button[type="submit"]{grid-column:1;grid-row:auto;min-height:50px;margin-top:6px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:12px;font-weight:850}
  .lav31-home .lav31-finder>button[type="submit"]::before,.lav31-ranking .lav31-rank-finder>button[type="submit"]::before,.lav-need-page .lav31-rank-finder>button[type="submit"]::before{content:"Rechercher";font-size:.9rem}
  .lav31-finder>button[type="submit"] svg{width:20px;height:20px}
  .lav31-finder .lav-suggestions{width:calc(100vw - 46px);max-width:calc(100vw - 46px)}

  /* Les preuves sont 2 × 2 au lieu de 4 colonnes minuscules. */
  .lav31-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lav31-trust article{min-height:92px;grid-template-columns:36px minmax(0,1fr);gap:10px;padding:14px 12px;text-align:left;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
  .lav31-trust article:nth-child(2n){border-right:0}
  .lav31-trust article:nth-last-child(-n+2){border-bottom:0}
  .lav31-trust-icon{width:34px;height:34px;margin:0}
  .lav31-trust strong{font-size:.82rem;line-height:1.25}
  .lav31-trust small{display:block;margin-top:3px;font-size:.7rem;line-height:1.3}

  .lav31-sources{padding:44px 0}
  .lav31-sources-grid{gap:22px}
  .lav31-sources-copy h2{font-size:2.15rem;line-height:1.03}
  .lav31-sources-copy p{font-size:.94rem}
  .lav31-source-grid{grid-template-columns:1fr;gap:10px}
  .lav31-source-card{min-height:0;grid-template-columns:48px minmax(0,1fr) 28px;gap:12px;padding:16px;border-radius:15px}
  .lav31-source-icon{width:46px;height:46px}.lav31-source-icon svg{width:38px;height:38px}
  .lav31-source-card h3{font-size:1.12rem;margin-bottom:4px}
  .lav31-source-card p{font-size:.84rem;line-height:1.42}

  /* Métiers sans rail horizontal : tout est visible d'un coup d'œil. */
  .lav31-trades{padding:42px 0}
  .lav31-heading{align-items:flex-start;flex-direction:column;margin-bottom:18px}
  .lav31-heading h2{font-size:1.95rem;line-height:1.05}
  .lav31-heading>a{min-height:40px}
  .lav31-trade-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible;padding:0}
  .lav31-trade-card{width:auto;flex:none;aspect-ratio:1.12;border-radius:15px}
  .lav31-trade-card .lav31-trade-icon{left:11px;bottom:38px;width:32px;height:32px}
  .lav31-trade-card strong{left:11px;right:8px;bottom:11px;font-size:.86rem;line-height:1.15}

  .lav31-barometer{padding:44px 0}
  .lav31-barometer-grid{gap:22px}
  .lav31-barometer-copy h2{font-size:2.1rem}
  .lav31-barometer-copy p{font-size:.94rem}
  .lav31-city-grid{display:grid;grid-template-columns:1fr;gap:9px;overflow:visible;padding:0}
  .lav31-city-card{flex:none;grid-template-columns:66px minmax(0,1fr);gap:12px;padding:10px 12px;border-radius:14px}
  .lav31-city-card img{width:66px;height:58px;border-radius:10px}
  .lav31-city-card strong{font-size:1.08rem}.lav31-city-card b{font-size:1rem}.lav31-city-card small,.lav31-city-card span{font-size:.74rem}
}

/* ---------- Classements ---------- */
@media (max-width:820px){
  .lav31-rank-hero .lav-shell{padding-top:30px;padding-bottom:28px}
  .lav31-rank-copy{width:100%}
  .lav31-rank-copy h1{max-width:650px;font-size:clamp(2.45rem,8vw,3.25rem);line-height:.98;margin-bottom:14px}
  .lav31-rank-copy>p{font-size:.96rem;line-height:1.5}
  .lav31-rank-finder{margin-top:20px}

  .lav31-rank-proof .lav-shell{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));padding:0}
  .lav31-rank-proof article{min-height:82px;grid-template-columns:34px minmax(0,1fr);gap:8px;padding:12px 14px;text-align:left;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
  .lav31-rank-proof article:nth-child(2n){border-right:0}.lav31-rank-proof article:nth-last-child(-n+2){border-bottom:0}
  .lav31-rank-proof .lav31-trust-icon{width:32px;height:32px;margin:0;border-radius:10px}
  .lav31-rank-proof strong{font-size:.76rem;line-height:1.3}

  /* Mobile : on retire le bloc d'affinage, on garde seulement le classement puis la méthode. */
  .lav34-rank-layout{display:flex;flex-direction:column;gap:14px}
  .lav34-rank-main{order:1}
  .lav34-rank-sidebar{order:2;display:flex;flex-direction:column;gap:14px}
  .lav34-filter-card{display:none!important}

  /* Cartes de classement plus compactes pour afficher plus d'établissements à l'écran. */
  .lav31-rank-table{gap:8px}
  .lav31-rank-labels{display:none}
  .lav31-rank-row{
    width:100%;max-width:100%;min-width:0;min-height:0;
    grid-template-columns:40px minmax(0,1fr) minmax(84px,106px);
    grid-template-areas:
      'rank pro pro'
      'rank google index'
      'rank actions actions';
    gap:8px 9px;padding:11px 12px;border-radius:14px;overflow:hidden
  }
  .lav31-rank-row>*{min-width:0}
  .lav31-rank-num{grid-area:rank;width:36px;height:36px;font-size:.96rem;align-self:start}
  .lav31-rank-pro{grid-area:pro;align-self:center;min-height:0}
  .lav31-rank-pro.has-media{grid-template-columns:54px minmax(0,1fr);gap:9px}
  .lav31-rank-avatar{width:54px;height:40px;border-radius:8px}
  .lav31-rank-pro strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.96rem;line-height:1.13;white-space:normal}
  .lav31-rank-pro small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;line-height:1.25;margin-top:2px}

  .lav31-google,.lav31-index{min-height:42px;padding:7px 8px;border-radius:10px;background:#f7f4ee;border:1px solid rgba(15,47,42,.07)}
  .lav31-google{grid-area:google;display:flex;align-items:center;justify-content:flex-start;gap:6px;margin:0}
  .lav31-google-line{display:flex;align-items:center;gap:4px;line-height:1}
  .lav31-google-mark{width:16px;height:16px;flex:0 0 16px;font-size:.92rem}
  .lav31-google strong{font-size:.94rem}
  .lav31-google small,.lav31-google .lav31-stars{display:none}

  .lav31-index{grid-area:index;display:flex;align-items:center;justify-content:flex-start;gap:6px}
  .lav31-index svg{width:17px;height:17px;flex-basis:17px}
  .lav31-index strong{font-size:.92rem;line-height:1}
  .lav31-index i{font-size:.62rem}
  .lav31-index small{display:none}

  .lav31-trend{display:none}

  .lav31-row-actions{grid-area:actions;width:100%;max-width:none;display:grid;grid-template-columns:1fr 1.08fr;gap:6px;justify-self:stretch}
  .lav31-row-actions>div{min-width:0;overflow:visible}
  .lav31-profile-btn,.lav31-row-actions .lav-recommend-button,.lav31-row-actions button{width:100%;min-width:0;max-width:none;min-height:38px;padding:0 8px;border-radius:10px;font-size:.69rem;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}
  .lav31-row-actions .lav-recommend-button::before,.lav31-row-actions button::before{width:11px;height:11px;flex-basis:11px}

  .lav34-ranking-stats{margin-top:18px;border-radius:15px}
  .lav34-ranking-stats article{min-height:82px;padding:14px 16px}
  .lav34-ranking-stats strong{font-size:.92rem}.lav34-ranking-stats small{font-size:.75rem}
  .lav34-ranking-faq{padding-top:38px}.lav34-ranking-faq h2{font-size:1.9rem}
  .lav34-faq-grid p{font-size:.86rem;line-height:1.5}
}

@media (max-width:620px){
  .lav31-rank-hero .lav-shell{padding-top:26px;padding-bottom:24px}
  .lav31-rank-copy h1{font-size:2.35rem}
  .lav31-rank-finder{display:grid;grid-template-columns:1fr}
  .lav31-rank-finder>button[type="submit"]{grid-column:1;grid-row:auto}
  .lav31-rank-panel{padding:18px 0 44px}
  .lav31-rank-row{grid-template-columns:38px minmax(0,1fr) minmax(80px,100px);gap:7px 8px;padding:10px}
  .lav31-rank-num{width:34px;height:34px;font-size:.92rem}
  .lav31-rank-pro.has-media{grid-template-columns:48px minmax(0,1fr);gap:8px}
  .lav31-rank-avatar{width:48px;height:38px}
  .lav31-rank-pro strong{font-size:.9rem}
  .lav31-rank-pro small{font-size:.7rem}
  .lav31-google,.lav31-index{min-height:38px;padding:6px 7px}
  .lav31-google strong,.lav31-index strong{font-size:.88rem}
  .lav31-index svg{width:16px;height:16px;flex-basis:16px}
  .lav31-row-actions{grid-template-columns:1fr 1.08fr;gap:5px}
  .lav31-profile-btn,.lav31-row-actions .lav-recommend-button,.lav31-row-actions button{min-height:36px;font-size:.66rem;padding:0 7px}
  .lav31-show-more button{width:100%;min-width:0;min-height:46px}
}

@media (max-width:360px){
  .lav31-rank-row{grid-template-columns:36px minmax(0,1fr) minmax(76px,94px);padding:9px;gap:6px 7px}
  .lav31-rank-num{width:32px;height:32px;font-size:.88rem}
  .lav31-rank-pro.has-media{grid-template-columns:44px minmax(0,1fr);gap:7px}
  .lav31-rank-avatar{width:44px;height:36px}
  .lav31-rank-pro strong{font-size:.85rem}
  .lav31-rank-pro small{font-size:.68rem}
  .lav31-google,.lav31-index{padding:6px}
  .lav31-row-actions{grid-template-columns:1fr 1.06fr;gap:4px}
  .lav31-profile-btn,.lav31-row-actions .lav-recommend-button,.lav31-row-actions button{font-size:.62rem;padding:0 6px}
}


@media (max-width:620px){
  .lav37-back-link{display:none}
}

/* ---------- Fiche professionnelle ---------- */
@media (max-width:900px){
  .lav37-profile{padding-bottom:82px}
  .lav37-hero{padding-top:0}
  .lav37-hero-grid{grid-template-columns:1fr}

  /* L'information de décision arrive avant la photo. */
  .lav37-identity{order:1;padding:24px 0 22px;background:#fff}
  .lav37-media{order:2;margin:0}
  .lav37-main-photo{height:300px;border-radius:12px;overflow:hidden}
  .lav37-main-photo blockquote{display:none}

  .lav37-tabs{position:sticky;top:68px;z-index:80;box-shadow:0 5px 14px rgba(24,37,33,.05)}
  .lav37-tabs .lav-shell{gap:22px;padding:0}
  .lav37-tabs a{min-height:44px;display:flex;align-items:center;padding:11px 0 9px;font-size:.76rem}

  .lav37-intro{grid-template-columns:1fr;gap:18px;padding:24px 0}
  .lav37-section{padding:28px 0}
  .lav37-section>header{margin-bottom:16px}
}

@media (max-width:620px){
  .lav37-profile{padding-bottom:84px}
  .lav37-identity{padding:20px 0 18px}
  .lav37-rule{width:30px;margin-bottom:12px}
  .lav37-identity h1,.lav37-identity h1.is-long,.lav37-identity h1.is-very-long{font-size:clamp(2rem,9.5vw,2.55rem);line-height:1.01;letter-spacing:-.035em}
  .lav37-subtitle{font-size:1rem;line-height:1.3;margin-top:8px}
  .lav37-tags{margin-top:11px}.lav37-tags span{min-height:30px;padding:0 10px;font-size:.75rem}
  .lav37-meta{gap:10px 14px;margin-top:13px}.lav37-meta span{font-size:.76rem}
  .lav37-scores{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:17px}
  .lav37-score{min-height:68px;padding:10px;border:1px solid var(--lav37-line);border-radius:12px;background:#faf9f6}
  .lav37-score.is-google{padding-right:10px;border-right:1px solid var(--lav37-line)}
  .lav37-google-mark{font-size:1.35rem}.lav37-index-icon{width:34px;height:34px;flex-basis:34px}
  .lav37-score strong{font-size:1.42rem}.lav37-score>div>span,.lav37-score>div>b{font-size:.7rem;line-height:1.25}.lav37-stars{font-size:.66rem!important}
  .lav37-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
  .lav37-profile .lav-recommend-button,.lav37-review-action,.lav37-contact{width:100%;min-width:0;min-height:48px;padding:0 12px;border-radius:9px;font-size:.78rem}
  .lav37-signature{margin:14px 0 0;font-size:.92rem;line-height:1.3;transform:none;white-space:normal}
  .lav37-claim{font-size:.72rem;line-height:1.45}
  .lav37-main-photo{height:220px;border-radius:10px}

  .lav37-tabs{top:64px}
  .lav37-tabs .lav-shell{gap:18px}
  .lav37-tabs a{font-size:.73rem}

  .lav37-intro{padding:22px 0 20px;gap:16px}
  .lav37-about h2{font-size:1.42rem;line-height:1.1}
  .lav37-about>p{max-width:none;margin-top:10px;font-size:.94rem;line-height:1.62}
  .lav37-proof-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
  .lav37-proof{min-width:0;gap:9px}
  .lav37-proof>span{width:38px;height:38px;flex-basis:38px}.lav37-proof svg{width:18px;height:18px}
  .lav37-proof strong{max-width:none;font-size:.75rem;line-height:1.32}

  /* Carte puis informations : aucun texte à 8px au-dessus d'un fond cartographique. */
  .lav37-info{display:flex;flex-direction:column;min-height:0;border-radius:12px}
  .lav37-info-map{position:relative;z-index:0;right:auto;top:auto;width:100%;height:126px;min-height:126px;opacity:.34;filter:grayscale(1) sepia(.25);order:1}
  .lav37-info-content{order:2;width:100%;padding:16px}
  .lav37-info h2{font-size:1.08rem;margin-bottom:12px}
  .lav37-info-list{gap:9px}.lav37-info-list>div{grid-template-columns:24px minmax(0,1fr);gap:9px}
  .lav37-info-list>div>span{width:22px;height:22px}.lav37-info-list p{font-size:.78rem;line-height:1.45;overflow-wrap:anywhere}.lav37-info-list p b{font-size:.68rem}

  .lav37-section{padding:24px 0}
  .lav37-section>header{align-items:flex-start;gap:8px;margin-bottom:14px}
  .lav37-section>header p{font-size:.68rem}.lav37-section>header h2{font-size:1.4rem}.lav37-section>header>a{font-size:.73rem}

  /* Prestations compactes : 2 colonnes, coche intégrée, aucun rail horizontal. */
  .lav37-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .lav37-service-grid article{display:flex;align-items:flex-start;gap:8px;min-height:50px;padding:10px 9px;border:1px solid rgba(20,58,50,.09);border-radius:11px;background:#fbfaf7}
  .lav37-service-grid article>span{width:24px;height:24px;flex:0 0 24px;font-size:.65rem}
  .lav37-service-grid strong{margin:2px 0 0;font-size:.77rem;line-height:1.28;font-weight:760}

  .lav37-review-source{padding:20px 0}.lav37-source-head{gap:10px;margin-bottom:14px}
  .lav37-source-head small{font-size:.68rem}.lav37-source-head strong{font-size:1rem;line-height:1.2}
  .lav37-google-logo{width:34px;flex-basis:34px;font-size:1.8rem}.lav37-avises-logo{width:104px;flex-basis:104px}
  .lav37-source-score>strong{font-size:2.1rem}.lav37-source-score .lav37-stars{font-size:.72rem!important}
  .lav37-review-source>p{font-size:.86rem;line-height:1.55}.lav37-source-link{font-size:.78rem;min-height:40px;align-items:center}
  .lav37-avises-stats{gap:18px}.lav37-avises-stats strong{font-size:1.75rem}.lav37-avises-stats span{font-size:.76rem}
  .lav37-avises-reviews p{font-size:.84rem}.lav37-avises-reviews footer{font-size:.72rem}

  .lav37-gallery{grid-template-columns:1fr 1fr;gap:8px}
  .lav37-zone-grid{grid-template-columns:1fr;gap:14px}.lav37-zone-copy strong{font-size:1rem}.lav37-zone-copy p{font-size:.82rem}
  .lav37-map,.lav37-map iframe{min-height:180px}
  .lav37-practical-grid{grid-template-columns:1fr 1fr;gap:12px}.lav37-practical-grid span{font-size:.67rem}.lav37-practical-grid strong{font-size:.82rem}

  .lav37-mobile-cta{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;padding:6px;border-radius:14px}
  .lav37-mobile-cta>div{min-width:0}.lav37-mobile-cta>a,.lav37-mobile-cta .lav-recommend-button,.lav37-mobile-cta>button{width:100%;min-width:0;min-height:46px;font-size:.72rem;border-radius:10px}
  .lav37-mobile-cta .lav-recommend-button,.lav37-mobile-cta>button[data-lav-lead-open]{border:1px solid #005447;background:#005447;color:#fff;box-shadow:none}
  .lav37-mobile-cta .lav37-review-action{border:1px solid #d9a63d;background:var(--lav-gold-2);color:#173d34}
  .lav37-mobile-cta .lav37-review-action:hover{background:#ddb055;border-color:#c9952e;color:#123f36}
  .lav37-mobile-back{display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid rgba(0,75,63,.22);border-radius:10px;background:#fff;color:#16483e;font-weight:800;line-height:1.1;text-align:center}
  .lav37-mobile-back:hover{background:#f8fbf9;border-color:rgba(0,75,63,.42)}
}


@media (max-width:390px){
  .lav37-mobile-cta{grid-template-columns:1fr 1fr 1fr;gap:5px;padding:5px}
  .lav37-mobile-cta>a,.lav37-mobile-cta .lav-recommend-button,.lav37-mobile-cta>button{min-height:42px;font-size:.62rem}
  .lav37-mobile-back{padding:0 6px}
}

@media (max-width:350px){
  .lav37-scores,.lav37-actions,.lav37-service-grid,.lav37-proof-row,.lav37-practical-grid{grid-template-columns:1fr}
  .lav37-main-photo{height:200px}
}

/* ---------- Annuaires / ville / métier / besoins ---------- */
@media (max-width:620px){
  .lav31-directory-hero{padding:38px 0}
  .lav31-directory-hero h1{font-size:2.3rem;line-height:1.02;margin-bottom:11px}
  .lav31-directory-hero p{font-size:.94rem;line-height:1.5}
  .lav31-directory-search{margin-top:18px}

  .lav31-directory-grid{grid-template-columns:1fr;gap:8px}
  .lav31-directory-card{grid-template-columns:44px minmax(0,1fr) 20px;gap:10px;padding:12px;border-radius:13px;box-shadow:0 5px 14px rgba(20,35,30,.04)}
  .lav31-directory-icon{width:42px;height:42px;border-radius:11px}.lav31-directory-icon svg{width:22px;height:22px}
  .lav31-directory-card strong{font-size:.92rem;line-height:1.25}.lav31-directory-card small{font-size:.75rem;line-height:1.35}
  .lav31-context-grid{grid-template-columns:1fr;gap:8px}.lav31-context-card{padding:13px}
  .lav31-needs-groups{gap:28px}.lav31-needs-group h2{font-size:1.65rem;margin-bottom:10px}
  .lav31-needs-grid{grid-template-columns:1fr;gap:8px}.lav31-need-card{padding:12px;grid-template-columns:38px minmax(0,1fr);gap:10px}.lav31-need-card span:first-child{width:36px;height:36px}.lav31-need-card strong{font-size:.9rem}.lav31-need-card small{font-size:.76rem}

  .lav31-baro-keyfigures{grid-template-columns:1fr 1fr;gap:8px}
  .lav31-baro-keyfigures>div{padding:13px}.lav31-baro-keyfigures strong{font-size:1.35rem}.lav31-baro-keyfigures span{font-size:.73rem;line-height:1.3}
  .lav31-section-white,.lav31-section-soft{padding-top:42px;padding-bottom:42px}
}

/* ---------- Baromètre national + local ---------- */
@media (max-width:720px){
  .lav31-baro-hero .lav-shell,.lav31-baro-city-hero .lav-shell{padding-top:36px;padding-bottom:32px}
  .lav31-baro-hero h1,.lav31-baro-city-hero h1{font-size:2.35rem;line-height:1.02}
  .lav31-baro-hero p,.lav31-baro-city-hero p{font-size:.94rem;line-height:1.5}
  .lav31-baro-stats{grid-template-columns:1fr 1fr;gap:8px}.lav31-baro-stat{padding:13px;border-radius:12px}.lav31-baro-stat strong{font-size:1.3rem}.lav31-baro-stat small{font-size:.72rem}
  .lav31-baro-section{padding:44px 0}.lav31-baro-head{gap:8px}.lav31-baro-head h2{font-size:1.95rem;line-height:1.05}.lav31-baro-head p{font-size:.9rem}
  .lav31-baro-cities{display:grid;grid-template-columns:1fr;gap:10px;overflow:visible}.lav31-baro-city-card{min-height:190px;flex:none}.lav31-baro-city-card strong{font-size:1.4rem}
  .lav31-baro-grid{gap:10px}.lav31-baro-panel{padding:18px;border-radius:15px}.lav31-baro-panel h3{font-size:1.45rem}

  .lav38-baro-main{padding-top:24px}
  .lav38-kpis{grid-template-columns:1fr 1fr;gap:8px;margin-top:-14px}.lav38-kpis article{min-height:86px;padding:13px;border-radius:13px}.lav38-kpis strong{font-size:1.3rem}.lav38-kpis span{font-size:.72rem;line-height:1.3}
  .lav38-section{margin-top:40px}.lav38-section-head{margin-bottom:18px}.lav38-section-head h2{font-size:1.9rem}.lav38-section-head>p:last-child{font-size:.9rem;line-height:1.55}
  .lav38-insight-grid article{padding:18px 0}.lav38-insight-grid article>span{font-size:1.45rem}.lav38-insight-grid h3{font-size:1.16rem}.lav38-insight-grid p{font-size:.84rem}
  .lav38-gauges article{padding:16px}.lav38-gauges span{font-size:.78rem}.lav38-gauges small{font-size:.75rem}
  .lav38-rating-bands{padding:17px}.lav38-band-list b{font-size:.78rem}.lav38-band-list small,.lav38-rating-bands>small{font-size:.72rem}
  .lav38-matrix{height:330px}.lav38-axis{font-size:.66rem}
  .lav38-dual-grid>article,.lav38-reco-ranking{padding:17px}.lav38-dual-grid p{font-size:.82rem}.lav38-reco-ranking a{font-size:.78rem}
  .lav38-audience-grid article{min-height:0;padding:19px 17px}.lav38-audience-grid>article>span{font-size:.7rem}.lav38-audience-grid h3{margin-top:16px;font-size:1.25rem}.lav38-audience-grid p{font-size:.83rem}.lav38-audience-grid a,.lav38-audience-grid small{font-size:.75rem}
  .lav38-watch-list a{padding:13px 8px}.lav38-watch-list strong{font-size:.94rem}.lav38-watch-list span{font-size:.72rem}
  .lav38-press-room{margin-top:42px;padding:20px 16px;border-radius:16px}.lav38-press-room h2{font-size:1.55rem}.lav38-press-room p{font-size:.86rem}.lav38-press-actions{display:grid;grid-template-columns:1fr;width:100%}.lav38-press-actions a{width:100%;justify-content:center;font-size:.78rem}

  .lav31-baro-rating{left:10px;right:10px;bottom:10px;padding:12px 13px}.lav38-hero-rating-kicker{font-size:.72rem}.lav38-hero-rating-main strong{font-size:1.7rem}.lav38-hero-rating-main span{font-size:.74rem}.lav38-hero-rating-meta{font-size:.7rem}
}

@media (max-width:360px){
  .lav31-baro-stats,.lav38-kpis,.lav31-baro-keyfigures{grid-template-columns:1fr}
}

/* ---------- Méthode / À propos / Contact / pages institutionnelles ---------- */
@media (max-width:620px){
  .lav-page-hero,.lav-contact-hero,.lav31-page-hero{padding:40px 0}
  .lav-page-hero h1,.lav-contact-hero h1,.lav31-page-hero h1{font-size:2.3rem;line-height:1.02}
  .lav-page-hero p,.lav-contact-hero p,.lav31-page-hero>div>p:not(.lav-eyebrow){font-size:.94rem;line-height:1.5}
  .lav32-hero-actions{gap:8px;margin-top:18px}.lav32-hero-actions .lav-btn{width:100%}

  .lav32-method-intro,.lav32-method-index,.lav32-method-sources,.lav32-method-details,.lav32-about-why,.lav32-about-use,.lav32-about-promise,.lav32-about-model,.lav32-about-editorial,.lav32-about-data,.lav32-about-links{padding:42px 0}
  .lav32-method-head,.lav32-about-head{margin-bottom:20px}
  .lav32-method-head h2,.lav32-about-head h2,.lav32-method-index-copy h2,.lav32-about-why h2,.lav32-about-model h2,.lav32-about-editorial h2,.lav32-about-links h2{font-size:2rem;line-height:1.05}
  .lav32-method-steps{grid-template-columns:1fr;gap:8px}.lav32-method-steps article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:2px 12px;padding:15px;border-radius:14px}.lav32-method-steps article>span{grid-row:1/3;margin:0;width:36px;height:36px}.lav32-method-steps h3{font-size:1.12rem}.lav32-method-steps p{font-size:.84rem}
  .lav32-method-components{grid-template-columns:1fr;gap:8px}.lav32-method-components article,.lav32-method-components article:last-child{grid-column:auto;padding:15px}.lav32-method-components span{font-size:.8rem}
  .lav32-method-source-grid{grid-template-columns:1fr;gap:9px}.lav32-method-source-grid article{grid-template-columns:50px minmax(0,1fr);gap:12px;padding:15px}.lav32-google-g,.lav32-la-mark{width:48px;height:48px;font-size:1.7rem}.lav32-method-source-grid p{font-size:.84rem}
  .lav32-method-independence{padding:46px 0}.lav32-method-independence h2{font-size:2rem}.lav32-method-checks span{font-size:.86rem}
  .lav32-method-details-grid{gap:20px}.lav32-method-accordions summary{padding:14px 15px;font-size:.9rem}.lav32-method-accordions details p{padding:0 15px 15px;font-size:.85rem}

  .lav32-about-problem-grid article{padding:14px}.lav32-about-problem-grid h3{font-size:1.08rem}.lav32-about-problem-grid p{font-size:.84rem}
  .lav32-about-use-grid,.lav32-about-promise-grid,.lav32-about-numbers{grid-template-columns:1fr;gap:9px}

  .lav-contact-layout,.lav-contact-hero-grid{gap:18px}.lav-contact-form-card{padding:16px;border-radius:16px}.lav-contact-form-grid{gap:12px}.lav-contact-form label{font-size:.84rem}.lav-contact-form input,.lav-contact-form select,.lav-contact-form textarea{min-height:48px;font-size:16px}.lav-contact-form textarea{min-height:130px}.lav-contact-consent{font-size:.78rem}.lav-contact-submit{gap:10px}.lav-contact-submit .lav-button{width:100%}

  .lav31-generic-page{padding:38px 0}.lav31-generic-article{padding:17px;border-radius:16px}.lav31-page-title h1{font-size:2.25rem}.lav31-generic-list article{padding:16px}
}

/* ---------- Recherche / création / revendication ---------- */
@media (max-width:620px){
  .lav31-search-body{padding:28px 0 44px}.lav31-search-card,.lav31-search-aside{padding:15px;border-radius:15px}
  .lav-unified-finder{grid-template-columns:1fr;gap:9px}.lav-unified-finder input{min-height:48px;font-size:16px}.lav-unified-finder>button{width:100%;min-height:50px}
  .lav-search-item{grid-template-columns:48px minmax(0,1fr);gap:10px;padding:12px}.lav-search-avatar{width:46px;height:46px}.lav-search-item h3{font-size:1rem}.lav-search-item p{font-size:.78rem}
  .lav-search-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.2fr;gap:7px}.lav-search-actions>*{width:100%;min-height:46px}

  .lav31-flow-hero{padding:38px 0}.lav31-flow-hero h1{font-size:2.3rem}.lav31-flow-hero p{font-size:.94rem}
  .lav31-flow-steps{gap:6px}.lav31-flow-steps>*{font-size:.75rem}
  .lav31-flow-card{padding:16px;border-radius:15px}.lav-form-grid{grid-template-columns:1fr;gap:12px}.lav-form-grid input,.lav-form-grid select,.lav-form-grid textarea{min-height:48px;font-size:16px}.lav-form-submit{gap:10px}.lav-form-submit .lav-button{width:100%}
}

/* ---------- Magazine / articles ---------- */
@media (max-width:620px){
  .lav31-magazine-hero-inner{padding-top:40px;padding-bottom:38px}.lav31-magazine-hero h1{font-size:2.4rem;line-height:1.02}
  .lav31-magazine-search{grid-template-columns:1fr}.lav31-magazine-search input{min-height:48px;font-size:16px}.lav31-magazine-search .lav-btn{width:100%}
  .lav31-magazine-categories{gap:7px}.lav31-magazine-categories a{min-height:42px;display:flex;align-items:center;font-size:.78rem}
  .lav31-magazine-feature,.lav31-magazine-intents,.lav31-magazine-local,.lav31-magazine-cities,.lav31-magazine-guides,.lav31-related-guides,.lav31-archive-results,.lav31-article-local{padding:42px 0}
  .lav31-magazine-lead-copy{padding:18px}.lav31-magazine-lead-copy h2{font-size:1.7rem}.lav31-magazine-lead-media{min-height:210px}
  .lav31-guide-grid{grid-template-columns:1fr;gap:12px}.lav31-guide-card{border-radius:16px}.lav31-guide-media{height:190px}.lav31-guide-copy{padding:16px}.lav31-guide-copy h3{font-size:1.28rem}.lav31-guide-copy>p:not(.lav-eyebrow){font-size:.88rem}.lav31-guide-copy footer{font-size:.74rem}
  .lav31-magazine-city-card{grid-template-columns:1fr 1fr;padding:16px}.lav31-magazine-city-card>strong{grid-column:1/-1;font-size:1.35rem}

  .lav31-article-hero{padding:42px 0 36px}.lav31-article-breadcrumb,.lav31-breadcrumb{margin-bottom:16px;font-size:.72rem}.lav31-article-hero h1{font-size:2.35rem;line-height:1.02}.lav31-article-lead{font-size:.98rem;line-height:1.5}.lav31-article-meta{gap:8px 14px;margin-top:17px;font-size:.74rem}
  .lav31-article-body{padding:24px 0 40px}.lav31-article-main{padding:16px;border-radius:16px;box-shadow:none}.lav31-richtext{font-size:1rem;line-height:1.68}.lav31-richtext h2{font-size:1.65rem;line-height:1.15;margin-top:1.6em}.lav31-richtext h3{font-size:1.32rem}
  .lav31-article-sidebar{grid-template-columns:1fr;gap:10px}.lav31-article-sidebar section{padding:16px;border-radius:14px;box-shadow:none}.lav31-article-toc a{min-height:42px;display:flex;align-items:center;font-size:.82rem}
  .lav31-verification{grid-template-columns:38px minmax(0,1fr);padding:14px}.lav31-verification>span{width:36px;height:36px}.lav31-verification p{font-size:.8rem}
  .lav31-article-cta{grid-template-columns:1fr;padding:18px;border-radius:15px}.lav31-article-cta h2{font-size:1.55rem}.lav31-article-cta .lav-btn{width:100%}
  .lav31-article-local-grid{grid-template-columns:1fr;gap:9px}.lav31-article-local-grid article{padding:16px}
}

/* ---------- Mon espace ---------- */
@media (max-width:620px){
  .lav31-account-hero{padding:30px 0}.lav31-account-hero h1{font-size:2.15rem}
  .lav-pro31-shell{width:calc(100% - 24px);padding-top:12px}
  .lav-pro31-mobilebar{padding:9px 10px;border-radius:12px}.lav-pro31-mobile-workspace small{font-size:.7rem}.lav-pro31-mobile-plan{font-size:.75rem}
  .lav-pro31-mobilenav{gap:6px;padding:8px 0 12px}.lav-pro31-mobilenav a{min-height:44px;padding:8px 11px;font-size:.76rem}
  .lav-pro31-homehead h1,.lav-pro31-pagehead h1{font-size:1.8rem}
  .lav-pro31-section,.lav-pro33-dashboard,.lav-pro31-business-summary,.lav-pro31-empty,.lav-pro33-visibility-business{padding:14px;border-radius:14px}
  .lav-pro33-metrics,.lav-pro33-stats-summary,.lav-pro31-metricsline,.lav-pro31-growth-kpis{grid-template-columns:1fr 1fr;gap:7px}
  .lav-pro31-growth-kpis small,.lav-pro31-leadbody span,.lav-pro31-reviewlist form label{font-size:.74rem}
  .lav-pro31-leadbody{grid-template-columns:1fr;gap:10px}.lav-pro31-leadbody>p{grid-column:auto}.lav-pro31-leadstatus{grid-template-columns:1fr}
  .lav-pro31-photo-list>article{grid-template-columns:1fr;padding:14px}.lav-pro31-photo-preview{min-height:130px}
  .lav-pro31-plans{grid-template-columns:1fr}.lav-pro31-plans>article{padding:16px}.lav-pro31-plans li{font-size:.84rem}
  .lav-pro32-primary-buttons{grid-template-columns:1fr}.lav-pro32-primary-buttons>a,.lav-pro32-primary-buttons>button{width:100%;min-height:48px}
  .lav-pro31-section-actions{display:grid;width:100%}.lav-pro31-section-actions .lav-pro31-btn{width:100%;min-height:46px}
  .lav-pro33-toolbar{align-items:flex-start;flex-direction:column}
}

@media (max-width:360px){
  .lav-pro33-metrics,.lav-pro33-stats-summary,.lav-pro31-metricsline,.lav-pro31-growth-kpis{grid-template-columns:1fr}
}

/* ---------- Derniers garde-fous ---------- */
@media (max-width:620px){
  /* Les textes utiles ne descendent plus dans la zone des micro-polices. */
  .lav31-directory-card small,
  .lav31-need-card small,
  .lav34-ranking-stats small,
  .lav38-kpis span,
  .lav37-meta span,
  .lav37-claim,
  .lav37-review-source>p{font-size:max(.72rem,12px)}

  /* Les URL / emails longs ne doivent jamais créer de scroll horizontal. */
  .lav37-info-list a,.lav31-richtext a,.lav-contact-page a,.lav31-generic-article a{overflow-wrap:anywhere;word-break:break-word}

  /* Toutes les ancres de section arrivent sous le header sticky. */
  [id]{scroll-margin-top:118px}
}

/* ---------- Index Métiers / Villes : densité maîtrisée ---------- */
@media (max-width:620px){
  .lav39-directory-index .lav31-directory-filter-input{height:52px;font-size:16px}
  .lav39-directory-index .lav31-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .lav39-directory-index .lav31-directory-card{grid-template-columns:36px minmax(0,1fr);gap:8px;align-items:center;min-height:72px;padding:10px}
  .lav39-directory-index .lav31-directory-icon{width:36px;height:36px;border-radius:10px}
  .lav39-directory-index .lav31-directory-icon svg{width:20px;height:20px}
  .lav39-directory-index .lav31-directory-card>span:last-child{display:none}
  .lav39-directory-index .lav31-directory-card strong{font-size:.84rem;line-height:1.2}
  .lav39-directory-index .lav31-directory-card small{font-size:.68rem;line-height:1.25}
}
@media (max-width:360px){
  .lav39-directory-index .lav31-directory-grid{grid-template-columns:1fr}
  .lav39-directory-index .lav31-directory-card{grid-template-columns:40px minmax(0,1fr);min-height:64px}
}


/* Recherche pro mobile : bouton moderne et confortable */
@media (max-width:620px){
  .lav31-search-card form button[type="submit"],
  .lav31-search-card .lav-unified-finder>button{
    width:100%;min-height:48px;padding:0 18px;border-radius:12px;font-size:.92rem
  }
  .lav31-search-card form input[type="search"],
  .lav31-search-card form input[type="text"]{min-height:48px;border-radius:12px;font-size:16px}
}


/* V30.39.8 — classement mobile pleine largeur */
@media (max-width:620px){
  /* On élargit la zone utile du classement pour que les fiches aillent davantage au bord de l'écran. */
  .lav31-rank-panel .lav-shell{width:calc(100% - 12px)}
  .lav34-rank-layout,.lav34-rank-main,.lav31-rank-table{width:100%;max-width:100%}
  .lav31-rank-table{gap:9px}
  .lav31-rank-row{width:100%;max-width:100%;margin:0;border-radius:14px}
  .lav31-show-more{width:100%}
}

@media (max-width:390px){
  .lav31-rank-panel .lav-shell{width:calc(100% - 8px)}
}


/* =========================================================
   Les Avisés — V30.40.0
   Mon espace mobile — action first
   ========================================================= */
.lav-pro40-quickshare,.lav-pro40-kpis,.lav-pro40-bottomnav{display:none}

@media (max-width:820px){
  /* Mon espace devient une interface applicative : pas de hero ni de footer public. */
  .lav31-account-page{background:#f7f5ef;min-height:100vh;padding-bottom:84px}
  .lav31-account-page .lav31-account-hero{display:none!important}
  .lav31-account-page + .lav-footer{display:none!important}
  .lav31-account-page .lav-pro31-shell{width:100%;margin:0;padding:0 0 calc(94px + env(safe-area-inset-bottom));display:block}
  .lav31-account-page .lav-pro31-main{width:100%;min-width:0}
  .lav31-account-page .lav-pro31-content{width:min(calc(100% - 24px),640px);margin:0 auto;padding:14px 0 0}
  .lav31-account-page .lav-pro31-sidebar{display:none!important}
  .lav31-account-page .lav-pro31-pagehead{display:none!important}
  .lav31-account-page .lav-pro31-homehead{display:none!important}
  .lav31-account-page .lav-pro31-pagebody{margin:0}

  /* Barre établissement très compacte, sans répéter l'offre. */
  .lav31-account-page .lav-pro31-mobilebar{
    display:flex;align-items:center;justify-content:space-between;gap:10px;
    width:100%;min-height:58px;margin:0;padding:8px 14px;
    border:0;border-bottom:1px solid rgba(20,58,50,.08);border-radius:0;
    background:rgba(255,255,255,.97);box-shadow:0 4px 14px rgba(20,58,50,.04)
  }
  .lav31-account-page .lav-pro31-mobile-workspace{display:grid;grid-template-columns:38px minmax(0,1fr);gap:9px;align-items:center;min-width:0}
  .lav31-account-page .lav-pro31-mobile-workspace>span{width:36px;height:36px;border-radius:11px;background:#edf5f1;color:var(--lav-green);display:grid;place-items:center;font-weight:900}
  .lav31-account-page .lav-pro31-mobile-workspace div{min-width:0}
  .lav31-account-page .lav-pro31-mobile-workspace small{display:none}
  .lav31-account-page .lav-pro31-mobile-workspace strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;line-height:1.2}
  .lav31-account-page .lav-pro31-mobile-plan{display:none}
  .lav31-account-page .lav-pro31-mobilenav{display:none!important}

  /* Navigation fixe à 5 entrées. Le partage est l'action centrale. */
  .lav-pro40-bottomnav{
    position:fixed;z-index:160;left:0;right:0;bottom:0;
    display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;
    min-height:70px;padding:6px max(6px,env(safe-area-inset-left)) calc(6px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-right));
    border-top:1px solid rgba(20,58,50,.10);background:rgba(255,255,255,.98);box-shadow:0 -10px 28px rgba(20,58,50,.10);backdrop-filter:blur(14px)
  }
  .lav-pro40-bottomnav>a{position:relative;display:flex;min-width:0;min-height:54px;align-items:center;justify-content:center;flex-direction:column;gap:3px;padding:5px 2px;border-radius:12px;color:#71807b;font-size:.62rem;font-weight:800;text-align:center}
  .lav-pro40-bottomnav>a em{display:grid;place-items:center;width:25px;height:25px;font-style:normal}
  .lav-pro40-bottomnav>a svg{width:20px;height:20px;max-width:20px;max-height:20px}
  .lav-pro40-bottomnav>a.is-active{color:#005447;background:#eef6f2}
  .lav-pro40-bottomnav>a.is-share{align-self:start;transform:translateY(-11px);min-height:64px;margin-inline:2px;border:4px solid #fff;border-radius:20px;background:linear-gradient(180deg,#0b6b5a,#005044);color:#fff;box-shadow:0 9px 22px rgba(0,80,68,.24)}
  .lav-pro40-bottomnav>a.is-share em{width:30px;height:30px}
  .lav-pro40-bottomnav>a.is-share svg{width:22px;height:22px;max-width:22px;max-height:22px}
  .lav-pro40-bottomnav>a.is-share.is-active{background:linear-gradient(180deg,#d8a843,#b97b18);color:#fff}
  .lav-pro40-bottomnav>a b{position:absolute;top:2px;right:18%;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#c98618;color:#fff;display:grid;place-items:center;font-size:.56rem}

  /* Accueil : on supprime le dashboard administratif au profit d'un parcours clair. */
  .lav31-account-page .lav-pro33-dashboard{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
  .lav31-account-page .lav-pro33-summary{display:block;padding:15px 15px 13px;border:1px solid rgba(20,58,50,.08);border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(20,58,50,.05)}
  .lav31-account-page .lav-pro31-business-line{grid-template-columns:44px minmax(0,1fr);gap:10px}
  .lav31-account-page .lav-pro31-business-line .lav-pro31-avatar{width:42px;height:42px;border-radius:12px}
  .lav31-account-page .lav-pro31-business-line .lav-pro31-kicker{font-size:.59rem;margin-bottom:2px}
  .lav31-account-page .lav-pro31-business-line h2{font-size:1.18rem;line-height:1.15;margin:0}
  .lav31-account-page .lav-pro31-business-line span{font-size:.72rem}
  .lav31-account-page .lav-pro33-rank,.lav31-account-page .lav-pro33-objective,.lav31-account-page .lav-pro33-metrics,.lav31-account-page .lav-pro33-dashboard-lower{display:none!important}

  .lav-pro40-quickshare{display:block;margin-top:10px;padding:18px;border-radius:18px;background:linear-gradient(145deg,#00564a,#003f36);color:#fff;box-shadow:0 14px 30px rgba(0,70,58,.17)}
  .lav-pro40-quickshare .lav-pro40-eyebrow{margin:0 0 5px;color:#e5c67e;font-size:.62rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
  .lav-pro40-quickshare h3{margin:0;color:#fff;font-family:var(--lav-serif);font-size:1.48rem;line-height:1.06}
  .lav-pro40-quickshare>p:not(.lav-pro40-eyebrow){margin:8px 0 0;color:rgba(255,255,255,.80);font-size:.82rem;line-height:1.48}
  .lav-pro40-share-actions{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:7px;margin-top:15px}
  .lav-pro40-share-actions>a,.lav-pro40-share-actions>button{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;min-height:46px;padding:0 8px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:#fff;color:#164b40;font-size:.7rem;font-weight:850;cursor:pointer}
  .lav-pro40-share-actions .is-whatsapp{background:#edf8f1;color:#17693f}
  .lav-pro40-share-actions svg{width:18px;height:18px;max-width:18px;max-height:18px}
  .lav-pro40-share-more{display:inline-flex;align-items:center;min-height:38px;margin-top:9px;color:#fff;font-size:.69rem;font-weight:800}
  .lav-pro40-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}
  .lav-pro40-kpis>span{padding:12px 13px;border:1px solid rgba(20,58,50,.08);border-radius:14px;background:#fff}
  .lav-pro40-kpis small,.lav-pro40-kpis strong{display:block}
  .lav-pro40-kpis small{color:#788680;font-size:.63rem}
  .lav-pro40-kpis strong{margin-top:2px;color:#143a32;font-family:var(--lav-serif);font-size:1.42rem;line-height:1}
  .lav-pro40-kpis i{font-size:.55em;font-style:normal;color:#7c8884}
  .lav31-account-page .lav-pro31-business-summary{margin-top:10px;padding:14px;border-radius:15px}

  /* Ma fiche : une seule intention, voir / modifier / partager. */
  .lav31-account-page .lav-pro33-establishments{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
  .lav31-account-page .lav-pro33-establishments>.lav-pro33-toolbar{display:none!important}
  .lav31-account-page .lav-pro31-est-list{gap:10px}
  .lav31-account-page .lav-pro31-est-row{padding:14px;border:1px solid rgba(20,58,50,.08);border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(20,58,50,.05)}
  .lav31-account-page .lav-pro31-est-identity{grid-template-columns:42px minmax(0,1fr) auto;gap:9px}
  .lav31-account-page .lav-pro31-est-identity .lav-pro31-avatar{width:40px;height:40px;border-radius:11px}
  .lav31-account-page .lav-pro31-est-identity strong{font-size:.92rem;line-height:1.15}
  .lav31-account-page .lav-pro31-est-identity small{font-size:.68rem}
  .lav31-account-page .lav-pro31-status{font-size:.58rem;padding:5px 7px}
  .lav31-account-page .lav-pro31-est-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .lav31-account-page .lav-pro31-est-metrics>span{padding:9px 7px;border-radius:10px;background:#f8f5ee;text-align:center}
  .lav31-account-page .lav-pro31-est-metrics small{font-size:.56rem}
  .lav31-account-page .lav-pro31-est-metrics strong{font-size:1.04rem}
  .lav31-account-page .lav-pro31-est-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding-top:10px}
  .lav31-account-page .lav-pro31-est-actions>a{justify-content:center;min-width:0;min-height:42px;padding:0 6px;border-radius:10px;font-size:.65rem;text-align:center}
  .lav31-account-page .lav-pro31-est-actions>a.is-primary{grid-column:1/-1;min-height:46px;background:linear-gradient(180deg,#0a6657,#004d41)}

  /* Partager : une seule action principale, le reste replié. */
  .lav31-account-page .lav-pro31-visibility{margin:0}
  .lav31-account-page .lav-pro33-visibility-business{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
  .lav31-account-page .lav-pro32-vis-summary,.lav31-account-page .lav-pro33-visibility-objective{display:none!important}
  .lav31-account-page .lav-pro32-primary-action{padding:18px;border:1px solid rgba(20,58,50,.08);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(20,58,50,.05)}
  .lav31-account-page .lav-pro32-primary-action>header{display:block;margin-bottom:14px}
  .lav31-account-page .lav-pro32-primary-action>header h3{margin:0;font-family:var(--lav-serif);font-size:1.5rem;line-height:1.08}
  .lav31-account-page .lav-pro32-primary-action>header>p{margin:7px 0 0;color:#687872;font-size:.8rem;line-height:1.45}
  .lav31-account-page .lav-pro32-primary-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .lav31-account-page .lav-pro32-primary-buttons>a,.lav31-account-page .lav-pro32-primary-buttons>button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 9px;border:1px solid rgba(20,58,50,.11);border-radius:11px;background:#f8faf8;color:#164b40;font-size:.74rem;font-weight:850}
  .lav31-account-page .lav-pro32-primary-buttons .is-whatsapp{grid-column:1/-1;background:linear-gradient(180deg,#eaf8ef,#dff3e7);color:#17683f;border-color:rgba(23,104,63,.14)}
  .lav31-account-page .lav-pro32-primary-buttons svg{width:20px;height:20px;max-width:20px;max-height:20px}
  .lav31-account-page .lav-pro33-share-more{margin-top:10px;border-top:1px solid rgba(20,58,50,.08)}
  .lav31-account-page .lav-pro33-share-more>summary{padding:12px 0 0;color:#164b40;font-size:.76rem;font-weight:800}
  .lav31-account-page .lav-pro33-share-more .lav-pro32-more-grid{grid-template-columns:1fr;gap:10px;padding-top:12px}
  .lav31-account-page .lav-pro33-share-more .lav-pro32-more-grid>section{padding:13px;border-radius:12px;background:#f8f6f0}
  .lav31-account-page .lav-pro33-visibility-tools{display:none!important}

  /* Activité consolidée. */
  .lav-pro40-activity,.lav-pro40-more{display:block}
  .lav-pro40-screenhead{margin:2px 0 12px}
  .lav-pro40-screenhead>p{margin:0 0 3px;color:#b47c20;font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.12em}
  .lav-pro40-screenhead h1{margin:0;color:#143a32;font-family:var(--lav-serif);font-size:1.65rem;line-height:1.08}
  .lav-pro40-todo{display:grid;gap:8px;margin-bottom:10px}
  .lav-pro40-todo>a,.lav-pro40-allgood{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:12px;border:1px solid rgba(20,58,50,.08);border-radius:14px;background:#fff;box-shadow:0 7px 18px rgba(20,58,50,.04)}
  .lav-pro40-todo>a>span,.lav-pro40-allgood>span{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#eef6f2;color:#07594b}
  .lav-pro40-todo svg,.lav-pro40-allgood svg{width:20px;height:20px;max-width:20px;max-height:20px}
  .lav-pro40-todo strong,.lav-pro40-todo small,.lav-pro40-allgood strong,.lav-pro40-allgood small{display:block}
  .lav-pro40-todo strong,.lav-pro40-allgood strong{font-size:.82rem}.lav-pro40-todo small,.lav-pro40-allgood small{margin-top:2px;color:#76847f;font-size:.67rem}
  .lav-pro40-allgood{grid-template-columns:42px minmax(0,1fr);margin-bottom:10px}
  .lav-pro40-activity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .lav-pro40-activity-grid>a{display:flex;min-width:0;min-height:120px;flex-direction:column;padding:11px;border:1px solid rgba(20,58,50,.08);border-radius:14px;background:#fff;box-shadow:0 7px 18px rgba(20,58,50,.04)}
  .lav-pro40-activity-grid>a>span{color:#07594b}.lav-pro40-activity-grid svg{width:19px;height:19px;max-width:19px;max-height:19px}
  .lav-pro40-activity-grid small{margin-top:8px;color:#7c8984;font-size:.59rem;line-height:1.2}
  .lav-pro40-activity-grid strong{margin-top:2px;color:#143a32;font-family:var(--lav-serif);font-size:1.45rem;line-height:1}
  .lav-pro40-activity-grid i{margin-top:auto;color:#07594b;font-size:.61rem;font-style:normal;font-weight:800}
  .lav-pro40-impact{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:10px;padding:16px;border-radius:16px;background:#f4eee1}
  .lav-pro40-impact h2{margin:2px 0 4px;font-family:var(--lav-serif);font-size:1.1rem}.lav-pro40-impact p:not(.lav-pro40-eyebrow){margin:0;color:#6d7975;font-size:.68rem;line-height:1.4}
  .lav-pro40-impact>a{flex:0 0 auto;display:inline-flex;align-items:center;min-height:40px;padding:0 11px;border-radius:10px;background:#005447;color:#fff;font-size:.64rem;font-weight:850}

  /* Plus : tout ce qui n'est pas quotidien sort de la navigation principale. */
  .lav-pro40-more-list{display:grid;gap:8px}
  .lav-pro40-more-list>a{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;gap:10px;align-items:center;min-height:66px;padding:11px 12px;border:1px solid rgba(20,58,50,.08);border-radius:14px;background:#fff;box-shadow:0 7px 18px rgba(20,58,50,.04)}
  .lav-pro40-more-list>a>span{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#eef5f2;color:#07594b}
  .lav-pro40-more-list svg{width:20px;height:20px;max-width:20px;max-height:20px}
  .lav-pro40-more-list small,.lav-pro40-more-list strong{display:block}.lav-pro40-more-list small{color:#7b8884;font-size:.62rem}.lav-pro40-more-list strong{margin-top:2px;font-size:.8rem;line-height:1.25}
  .lav-pro40-more-list>a.is-danger{color:#9b3f38}.lav-pro40-more-list>a.is-danger>span{background:#fbefed;color:#a6463e}

  /* Écrans détaillés accessibles depuis Activité / Plus : moins d'emballage redondant. */
  .lav31-account-page .lav-pro31-pagebody>.lav-pro31-section,
  .lav31-account-page .lav-pro31-pagebody>.lav-pro31-empty,
  .lav31-account-page .lav-pro31-pagebody>.lav-pro31-locked{margin-top:0}
  .lav31-account-page .lav-pro31-section{border-radius:15px;box-shadow:0 7px 18px rgba(20,58,50,.04)}
}

@media (max-width:390px){
  .lav31-account-page .lav-pro31-content{width:calc(100% - 18px)}
  .lav-pro40-share-actions{grid-template-columns:1fr 1fr}.lav-pro40-share-actions .is-whatsapp{grid-column:1/-1}
  .lav-pro40-bottomnav>a{font-size:.58rem}.lav-pro40-bottomnav>a b{right:10%}
  .lav-pro40-activity-grid{gap:5px}.lav-pro40-activity-grid>a{padding:9px;min-height:112px}
  .lav-pro40-impact{align-items:stretch;flex-direction:column}.lav-pro40-impact>a{justify-content:center;width:100%}
}

@media (min-width:821px){
  /* Fallback desktop pour les deux écrans consolidés ouverts depuis un lien mobile. */
  .lav-pro40-screenhead{display:none}
  .lav-pro40-activity,.lav-pro40-more{display:block}
  .lav-pro40-todo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}
  .lav-pro40-todo>a,.lav-pro40-allgood{display:grid;grid-template-columns:44px minmax(0,1fr) 20px;gap:10px;align-items:center;padding:14px;border:1px solid var(--lav-line);border-radius:14px;background:#fff}
  .lav-pro40-todo>a>span,.lav-pro40-allgood>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eef6f2;color:var(--lav-green)}
  .lav-pro40-activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
  .lav-pro40-activity-grid>a{display:grid;gap:6px;padding:18px;border:1px solid var(--lav-line);border-radius:16px;background:#fff}
  .lav-pro40-activity-grid strong{font-family:var(--lav-serif);font-size:1.8rem}.lav-pro40-activity-grid small{color:var(--lav-muted)}
  .lav-pro40-impact{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:12px;padding:18px;border-radius:16px;background:var(--lav-cream)}
  .lav-pro40-impact h2{margin:3px 0}.lav-pro40-impact p{margin:0;color:var(--lav-muted)}.lav-pro40-impact>a{font-weight:800;color:var(--lav-green)}
  .lav-pro40-more-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .lav-pro40-more-list>a{display:grid;grid-template-columns:44px minmax(0,1fr) 20px;gap:10px;align-items:center;padding:15px;border:1px solid var(--lav-line);border-radius:14px;background:#fff}
  .lav-pro40-more-list>a>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eef6f2;color:var(--lav-green)}
  .lav-pro40-more-list small,.lav-pro40-more-list strong{display:block}.lav-pro40-more-list small{color:var(--lav-muted)}
}


/* =========================================================
   V30.40.1 — Mon espace mobile / passe de finition
   ========================================================= */
@media (max-width:820px){
  /* Ma fiche : le partage est déjà l'action centrale de la barre basse. */
  .lav31-account-page .lav-pro40-est-share{display:none!important}
  .lav31-account-page .lav-pro31-est-actions{
    grid-template-columns:repeat(auto-fit,minmax(88px,1fr));
    gap:7px
  }
  .lav31-account-page .lav-pro31-est-actions>a{
    min-height:44px;font-size:.68rem
  }
  /* Le suivi des revendications appartient désormais à Activité sur mobile. */
  .lav31-account-page .lav-pro40-claims-on-profile{display:none!important}

  /* Activité : chiffres plus immédiatement lisibles. */
  .lav-pro40-activity-grid strong{font-size:1.68rem}
  .lav-pro40-activity-grid small{font-size:.64rem;line-height:1.25}
  .lav-pro40-activity-grid>a{min-height:116px}

  /* Suivi des revendications intégré à Activité, sans recréer un gros écran. */
  .lav-pro40-claims-in-activity:empty{display:none}
  .lav-pro40-claims-in-activity .lav-pro31-section{
    margin:10px 0 12px;padding:13px;border-radius:15px;box-shadow:0 7px 18px rgba(20,58,50,.04)
  }
  .lav-pro40-claims-in-activity .lav-pro31-sectionhead{margin-bottom:10px}
  .lav-pro40-claims-in-activity .lav-pro31-sectionhead .lav-pro31-kicker{font-size:.58rem}
  .lav-pro40-claims-in-activity .lav-pro31-sectionhead h2{font-size:1.08rem}
  .lav-pro40-claims-in-activity .lav-pro31-claims{gap:7px}
  .lav-pro40-claims-in-activity .lav-pro31-claims>article{
    padding:11px;border-radius:12px;background:#fbfcfa
  }
  .lav-pro40-claims-in-activity .lav-pro31-claims>article strong{font-size:.78rem}
  .lav-pro40-claims-in-activity .lav-pro31-claims>article small{font-size:.62rem}
  .lav-pro40-claims-in-activity .lav-pro31-claims>article>a{font-size:.66rem;font-weight:800}

  /* Barre basse : labels un peu plus grands et état actif plus évident. */
  .lav-pro40-bottomnav>a{
    font-size:.66rem;font-weight:820;-webkit-tap-highlight-color:transparent
  }
  .lav-pro40-bottomnav>a:not(.is-share).is-active{
    color:#004f43;background:#edf6f2;box-shadow:inset 0 0 0 1px rgba(0,84,71,.08)
  }
  .lav-pro40-bottomnav>a:not(.is-share).is-active em{
    border-radius:9px;background:#dceee7;color:#004f43
  }
  .lav-pro40-bottomnav>a:not(.is-share).is-active span{font-weight:900}

  /* Plus : déconnexion clairement séparée des réglages quotidiens. */
  .lav-pro40-more-list>a.is-danger{margin-top:10px}

  /* Les états vides restent compacts et orientés vers une seule action. */
  .lav31-account-page .lav-pro31-empty{padding:16px}
  .lav31-account-page .lav-pro31-empty-main{grid-template-columns:46px minmax(0,1fr);gap:10px}
  .lav31-account-page .lav-pro31-empty-icon{width:44px;height:44px;border-radius:12px}
  .lav31-account-page .lav-pro31-empty-actions{grid-column:1/-1;display:grid;margin-top:8px}
  .lav31-account-page .lav-pro31-empty-actions>*{width:100%;min-height:46px}
}

@media (max-width:390px){
  .lav-pro40-bottomnav>a{font-size:.61rem}
  .lav-pro40-activity-grid strong{font-size:1.56rem}
}


/* =========================================================
   V30.40.2 — Mon espace mobile : accueil dédoublonné + éditeur refondu
   ========================================================= */
@media (max-width:820px){
  /* Accueil : le nom de l'établissement est déjà dans la carte principale. */
  .lav31-account-page .lav-pro40-tab-apercu>.lav-pro31-main>.lav-pro31-mobilebar{display:none!important}
  .lav31-account-page .lav-pro40-tab-apercu>.lav-pro31-main>.lav-pro31-content{padding-top:14px}

  /* L'éditeur possède son propre en-tête : aucune barre établissement redondante. */
  .lav31-account-page .lav-pro31-shell.is-editor .lav-pro31-mobilebar{display:none!important}
  .lav31-account-page .lav-pro31-shell.is-editor .lav-pro31-content{width:min(calc(100% - 20px),640px);padding-top:12px}
  .lav31-account-page .lav-pro40-editor{width:100%;min-width:0}

  /* En-tête de l'éditeur : une seule carte claire. */
  .lav31-account-page .lav-editor-head-v3099{
    display:block;margin:0 0 10px;padding:0;border:0;background:transparent;box-shadow:none
  }
  .lav31-account-page .lav-editor-head-copy-v3099{display:block;min-width:0}
  .lav31-account-page .lav-editor-back-v3099{
    display:inline-flex;align-items:center;min-height:38px;margin:0 0 8px;padding:0 2px;
    color:#07594b;font-size:.72rem;font-weight:850
  }
  .lav31-account-page .lav-editor-head-copy-v3099>.lav-eyebrow{
    margin:0 0 4px;color:#b47c20;font-size:.59rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase
  }
  .lav31-account-page .lav-editor-head-copy-v3099>h1{
    margin:0 0 12px;color:#143a32;font-family:var(--lav-serif);font-size:1.72rem;line-height:1.06
  }
  .lav31-account-page .lav-editor-business-v3099{
    display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:10px;align-items:center;
    padding:12px;border:1px solid rgba(20,58,50,.08);border-radius:15px;background:#fff;
    box-shadow:0 7px 18px rgba(20,58,50,.04)
  }
  .lav31-account-page .lav-editor-business-avatar-v3099{
    width:44px;height:44px;border-radius:12px;overflow:hidden;display:grid;place-items:center;
    background:#edf5f1;color:#07594b;font-weight:900
  }
  .lav31-account-page .lav-editor-business-avatar-v3099 img{width:100%;height:100%;object-fit:cover}
  .lav31-account-page .lav-editor-business-copy-v3099{min-width:0}
  .lav31-account-page .lav-editor-business-copy-v3099 strong,
  .lav31-account-page .lav-editor-business-copy-v3099 small{display:block}
  .lav31-account-page .lav-editor-business-copy-v3099 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}
  .lav31-account-page .lav-editor-business-copy-v3099 small{margin-top:2px;color:#788680;font-size:.67rem}
  .lav31-account-page .lav-editor-status-v3099{
    display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border-radius:999px;
    background:#edf6f1;color:#07594b;font-size:.56rem;font-weight:850;white-space:nowrap
  }

  /* Complétude + aperçu : compacts et lisibles. */
  .lav31-account-page .lav-editor-head-aside-v3099{
    display:grid;gap:8px;margin-top:9px;padding:12px;border:1px solid rgba(20,58,50,.08);border-radius:15px;background:#fff
  }
  .lav31-account-page .lav-editor-completion-inline-v3099{display:grid;gap:7px}
  .lav31-account-page .lav-editor-completion-inline-v3099>div{display:flex;align-items:baseline;justify-content:space-between;gap:10px}
  .lav31-account-page .lav-editor-completion-inline-v3099 span{color:#687872;font-size:.7rem;font-weight:760}
  .lav31-account-page .lav-editor-completion-inline-v3099 strong{color:#143a32;font-family:var(--lav-serif);font-size:1.35rem}
  .lav31-account-page .lav-editor-completion-inline-v3099 strong small{font-size:.52em}
  .lav31-account-page .lav-editor-completion-inline-v3099 progress{width:100%;height:7px;accent-color:#07594b}
  .lav31-account-page .lav-editor-completion-inline-v3099>small{color:#7b8884;font-size:.65rem;line-height:1.4}
  .lav31-account-page .lav-editor-head-actions{display:grid;grid-template-columns:1fr;gap:6px}
  .lav31-account-page .lav-editor-head-actions .lav-button{
    display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;border-radius:10px;
    background:#f5f8f6;color:#07594b;border:1px solid rgba(20,58,50,.10);font-size:.72rem;font-weight:850
  }
  .lav31-account-page .lav-editor-head-actions .lav-plan-pill,
  .lav31-account-page .lav-editor-plan-link-v3099{display:none!important}

  /* L'éditeur devient un vrai parcours à rubriques : une seule section affichée. */
  .lav31-account-page .lav-profile-editor-v3099{display:block;margin:0;min-width:0}
  .lav31-account-page .lav-editor-workspace{display:block;min-width:0}
  .lav31-account-page .lav-editor-sidebar-v3099{
    position:sticky;z-index:120;top:64px;display:block;width:calc(100% + 20px);margin:0 -10px 10px;padding:8px 10px;
    border-top:1px solid rgba(20,58,50,.06);border-bottom:1px solid rgba(20,58,50,.08);
    background:rgba(247,245,239,.97);backdrop-filter:blur(12px)
  }
  .lav31-account-page .lav-editor-section-label-v3099{display:none!important}
  .lav31-account-page .lav-editor-sections{
    display:flex;gap:6px;overflow-x:auto;padding:0 0 2px;scrollbar-width:none;overscroll-behavior-inline:contain
  }
  .lav31-account-page .lav-editor-sections::-webkit-scrollbar{display:none}
  .lav31-account-page .lav-editor-sections a{
    flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 11px;
    border:1px solid rgba(20,58,50,.09);border-radius:999px;background:#fff;color:#62736d;
    font-size:.66rem;font-weight:800;white-space:nowrap
  }
  .lav31-account-page .lav-editor-sections a i{
    width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#eef4f1;
    color:#07594b;font-size:.57rem;font-style:normal;font-weight:900
  }
  .lav31-account-page .lav-editor-sections a.is-active{
    border-color:#07594b;background:#07594b;color:#fff;box-shadow:0 6px 14px rgba(0,84,71,.16)
  }
  .lav31-account-page .lav-editor-sections a.is-active i{background:rgba(255,255,255,.16);color:#fff}

  .lav31-account-page .lav-editor-panels{display:block;min-width:0}
  .lav31-account-page .lav-profile-editor.is-tabbed .lav-editor-panels>fieldset{display:none!important}
  .lav31-account-page .lav-profile-editor.is-tabbed .lav-editor-panels>fieldset.is-active{display:block!important}
  .lav31-account-page .lav-editor-panels>fieldset{
    min-width:0;margin:0;padding:17px 15px 18px;border:1px solid rgba(20,58,50,.08);border-radius:17px;
    background:#fff;box-shadow:0 8px 22px rgba(20,58,50,.045)
  }
  .lav31-account-page .lav-editor-panels>fieldset>legend{
    float:none;width:auto;margin:0 0 6px;padding:0;color:#143a32;font-family:var(--lav-serif);
    font-size:1.42rem;line-height:1.08;font-weight:700
  }
  .lav31-account-page .lav-editor-panels .lav-section-intro{
    margin:0 0 16px;color:#6e7d78;font-size:.76rem;line-height:1.5
  }

  /* Champs : tailles tactiles, une seule colonne, aucune compression. */
  .lav31-account-page .lav-profile-editor label{display:grid;gap:6px;min-width:0;margin:0 0 14px}
  .lav31-account-page .lav-profile-editor .lav-field-label{color:#263f38;font-size:.76rem;font-weight:850;line-height:1.25}
  .lav31-account-page .lav-profile-editor label>small{margin-top:-2px;color:#87928e;font-size:.65rem;line-height:1.4}
  .lav31-account-page .lav-profile-editor .lav-form-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important}
  .lav31-account-page .lav-profile-editor input:not([type="hidden"]):not([type="file"]),
  .lav31-account-page .lav-profile-editor select,
  .lav31-account-page .lav-profile-editor textarea{
    box-sizing:border-box;width:100%!important;max-width:100%;min-width:0;min-height:50px;padding:11px 12px;
    border:1px solid rgba(20,58,50,.13);border-radius:11px;background:#fbfcfa;color:#263f38;
    box-shadow:none;font-size:16px;line-height:1.35;outline:none
  }
  .lav31-account-page .lav-profile-editor textarea{min-height:135px;resize:vertical}
  .lav31-account-page .lav-profile-editor input:focus,
  .lav31-account-page .lav-profile-editor select:focus,
  .lav31-account-page .lav-profile-editor textarea:focus{
    border-color:rgba(0,84,71,.48);box-shadow:0 0 0 4px rgba(0,84,71,.07);background:#fff
  }
  .lav31-account-page .lav-profile-editor .lav-pro-tag{
    display:inline-flex;align-items:center;min-height:20px;padding:0 6px;border-radius:999px;background:#f4e8d1;
    color:#866018;font-size:.55rem;font-weight:900
  }

  /* Photo principale et uploads. */
  .lav31-account-page .lav-editor-photo-row{display:grid!important;grid-template-columns:1fr!important;gap:10px;margin-bottom:15px}
  .lav31-account-page .lav-editor-photo-preview{
    width:100%;height:165px;border-radius:13px;overflow:hidden;display:grid;place-items:center;background:#eef2ef;
    color:#07594b;font-family:var(--lav-serif);font-size:2rem;font-weight:800
  }
  .lav31-account-page .lav-editor-photo-preview img{width:100%;height:100%;object-fit:cover}
  .lav31-account-page .lav-file-picker{
    display:grid;grid-template-columns:40px minmax(0,1fr);gap:9px;padding:12px;border:1px dashed rgba(0,84,71,.24);
    border-radius:13px;background:#f7faf8
  }
  .lav31-account-page .lav-file-picker-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#e7f2ed;color:#07594b}
  .lav31-account-page .lav-file-picker-copy strong,.lav31-account-page .lav-file-picker-copy small{display:block}
  .lav31-account-page .lav-file-picker-copy strong{font-size:.75rem}.lav31-account-page .lav-file-picker-copy small{margin-top:2px;color:#7a8883;font-size:.62rem;line-height:1.35}
  .lav31-account-page .lav-file-trigger{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:10px;background:#07594b;color:#fff;font-size:.7rem;font-weight:850}
  .lav31-account-page .lav-file-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}
  .lav31-account-page .lav-upload-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px}
  .lav31-account-page .lav-logo-upload-block{display:grid;gap:8px}
  .lav31-account-page .lav-logo-preview{width:64px;height:64px;border-radius:13px;overflow:hidden;background:#eef4f1;display:grid;place-items:center}
  .lav31-account-page .lav-logo-preview img{width:100%;height:100%;object-fit:cover}
  .lav31-account-page .lav-gallery-quota{margin-bottom:12px;padding:11px;border-radius:12px;background:#f8f5ee}
  .lav31-account-page .lav-gallery-quota progress{width:100%;height:7px;accent-color:#07594b}
  .lav31-account-page .lav-gallery-editor{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}

  /* Upsells / aides moins envahissants. */
  .lav31-account-page .lav-upgrade-box,
  .lav31-account-page .lav-profile-upgrade{
    margin:12px 0;padding:12px;border:1px solid rgba(177,124,32,.14);border-radius:12px;background:#fbf6eb
  }
  .lav31-account-page .lav-form-help{color:#7b8884;font-size:.65rem;line-height:1.45}

  /* Enregistrer reste toujours accessible, juste au-dessus de la navigation basse. */
  .lav31-account-page .lav-sticky-save{
    position:sticky;z-index:130;bottom:calc(78px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr;
    gap:7px;margin:10px 0 0;padding:9px;border:1px solid rgba(20,58,50,.10);border-radius:14px;
    background:rgba(255,255,255,.97);box-shadow:0 10px 28px rgba(20,58,50,.12);backdrop-filter:blur(12px)
  }
  .lav31-account-page .lav-sticky-save>span{display:block;color:#7a8783;font-size:.61rem;line-height:1.3;text-align:center}
  .lav31-account-page .lav-sticky-save>.lav-button{
    display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;border:0;border-radius:10px;
    background:linear-gradient(180deg,#0a6657,#004d41);color:#fff;font-size:.78rem;font-weight:900;box-shadow:0 7px 16px rgba(0,79,67,.17)
  }

  /* Activité : la ligne de revendication ne doit plus se télescoper. */
  .lav-pro40-claims-in-activity .lav-pro31-claims>article{
    display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:7px 10px!important;align-items:center!important
  }
  .lav-pro40-claims-in-activity .lav-pro31-claims>article>div{min-width:0;grid-column:1/-1}
  .lav-pro40-claims-in-activity .lav-pro31-claims>article>div strong,
  .lav-pro40-claims-in-activity .lav-pro31-claims>article>div small{display:block}
  .lav-pro40-claims-in-activity .lav-pro31-claims>article>div small{margin-top:2px}
  .lav-pro40-claims-in-activity .lav-pro31-status{justify-self:start}
  .lav-pro40-claims-in-activity .lav-pro31-claims>article>a{justify-self:end;white-space:nowrap}
}

@media (max-width:390px){
  .lav31-account-page .lav-pro31-shell.is-editor .lav-pro31-content{width:calc(100% - 14px)}
  .lav31-account-page .lav-editor-business-v3099{grid-template-columns:42px minmax(0,1fr)}
  .lav31-account-page .lav-editor-status-v3099{grid-column:2;justify-self:start;margin-top:-3px}
  .lav31-account-page .lav-editor-panels>fieldset{padding:15px 12px 16px}
  .lav31-account-page .lav-editor-sections a{padding:0 9px}
  .lav31-account-page .lav-gallery-editor{grid-template-columns:1fr!important}
}
