/* ══════════════════════════════════
   RESPONSIVE — 5 breakpoints
   ══════════════════════════════════ */

/* ── Tablette large (≤ 1024px) ── */
@media(max-width:1024px){
  .sg{grid-template-columns:repeat(2,1fr)}
  .wrap-wide{padding:1.5rem 1rem 3rem}
}

/* ── Tablette portrait (≤ 768px) ── */
@media(max-width:768px){
  header{padding:0 1rem;height:58px}
  .logo-text .logo-name{font-size:18px}
  .hero{padding:2rem 1.25rem}
  .channels{padding:.5rem 1rem;gap:6px}
  .ch-tag{font-size:10.5px;padding:2px 8px}
  .wrap{padding:1.75rem .875rem 3rem}
  .wrap-wide{padding:1.25rem .875rem 3rem}
  .card{padding:1.5rem}
  .modal{padding:1.5rem}
  .bo-bar{padding:.75rem 1rem}
  .bo-body{padding:1.25rem 1rem}
  .bo-tabs{padding:0 1rem}
  .bo-tab{padding:11px 14px;font-size:12.5px}
  .fiche-grid{grid-template-columns:1fr 1fr}
  .s-section{margin-bottom:1.5rem}
  .color-row label{min-width:120px}
  /* Table → scroll horizontal */
  .tbw{-webkit-overflow-scrolling:touch}
}

/* ── Grand téléphone (≤ 640px) ── */
@media(max-width:640px){
  .g2,.fiche-grid{grid-template-columns:1fr}
  .fiche-row.full{grid-column:1}
  .sg{grid-template-columns:1fr 1fr}
  .steps{gap:0}
  .step-ln{width:30px}
  .step-lb{font-size:9.5px}
  .hero{padding:1.75rem 1rem}
  .hero h1{font-size:18px}
  .hero-logo-big{width:48px;height:48px}
  .wrap{padding:1.5rem .75rem 3rem}
  .card{padding:1.25rem}
  .modal{padding:1.25rem;border-radius:12px}
  .modal-hd{font-size:15px}
  .login-outer{margin-top:2rem;padding:0 .75rem}
  .bo-bar{flex-wrap:wrap;gap:6px;padding:.65rem .875rem}
  .bo-bar-left{gap:8px}
  .bo-title{font-size:12.5px}
  .bo-user-badge{font-size:11px}
  .bo-body{padding:1rem .75rem}
  .bo-tabs{padding:0 .75rem}
  .bo-tab{padding:10px 12px;font-size:12px}
  .bulk-bar{padding:.65rem .875rem;font-size:12px;border-radius:8px}
  .sec-hd{flex-direction:column;align-items:flex-start;gap:8px}
  .toolbar{gap:8px}
  .toolbar input[type=text]{min-width:0;width:100%}
  .toolbar input[type=date]{width:100%}
  .toolbar .lbl{font-size:11.5px}
  .sg{gap:.75rem}
  .sc{padding:1rem 1.125rem}
  .sc-num{font-size:24px}
  /* Table → card layout sur mobile */
  .t thead{display:none}
  .t tbody tr{display:block;border:1px solid var(--bdr);border-radius:var(--r);margin-bottom:.75rem;padding:.75rem 1rem;background:var(--wh);box-shadow:0 1px 6px rgba(0,0,0,.05)}
  .t tbody tr.selected{border-color:var(--g);background:var(--gl)}
  .t tbody td{display:flex;justify-content:space-between;align-items:center;padding:5px 0;border:none;border-bottom:1px solid var(--bdr);font-size:12.5px;gap:8px}
  .t tbody td:last-child{border-bottom:none;padding-bottom:0}
  .t tbody td.td-chk{justify-content:flex-start;padding-top:0}
  .t tbody td::before{content:attr(data-label);color:var(--grl);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:80px}
  .t tbody td.td-chk::before{content:''}
  .user-card{flex-wrap:wrap;gap:8px}
  .user-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}
  .cfm-agent-banner .btn{font-size:13px;padding:11px 20px}
  .modal-foot{flex-direction:column}
  .modal-foot .btn{width:100%;justify-content:center}
}

/* ── Téléphone standard (≤ 480px) ── */
@media(max-width:480px){
  header{height:54px;padding:0 .875rem}
  .logo-text .logo-name{font-size:17px}
  .logo-text .logo-sub{font-size:9px}
  .logo-icon-wrap{width:36px;height:36px;border-radius:7px}
  .pill{font-size:11px;padding:3px 9px}
  .hero{padding:1.5rem .875rem}
  .hero h1{font-size:18px}
  .hero p{font-size:14px}
  .channels{flex-wrap:wrap;gap:5px;font-size:13px}
  .sg{grid-template-columns:1fr 1fr;gap:.6rem}
  .sc{padding:.875rem 1rem}
  .sc-num{font-size:22px}
  .sc-lbl{font-size:13px}
  .card{padding:1rem}
  .card-hd{font-size:16px}
  .field label{font-size:14px}
  .field input,.field select,.field textarea{padding:11px 12px;font-size:15px}
  .btn{padding:12px 18px;font-size:15px}
  .btn-sm{padding:9px 14px;font-size:14px}
  .btn-xs{padding:7px 10px;font-size:13px}
  .consent-box{padding:.875rem 1rem}
  .consent-box label{font-size:14px}
  .cfm h2{font-size:18px}
  .cfm p{font-size:14px}
  .cfm-ref{font-size:14px;padding:9px 16px}
  .first-banner{padding:.65rem .875rem;font-size:13px}
  .login-logo h2{font-size:17px}
  .login-logo .ico-big{width:52px;height:52px}
  .bo-tab.admin-only::after{display:none}
  .user-av{width:34px;height:34px;font-size:13px}
  .user-name{font-size:14px}
  .ferr,.fhint{font-size:13px}
  .login-grid-wrap{grid-template-columns:1fr}
  .login-grid-right{padding:1.5rem 1.25rem}
  .login-grid-left{padding:1.5rem 1.25rem}
  .hero-plaquette-inner{flex-direction:column-reverse}
  .hero-plaquette-right{display:block!important;height:180px;width:100%}
  .toolbar{flex-wrap:wrap;gap:.4rem}
  .toolbar input[type=text]{min-width:0;width:100%}
  .assist-bar{flex-direction:column;gap:1rem;padding:1.25rem 1rem}
  .bo-bar{padding:.5rem .875rem;gap:.5rem;flex-wrap:wrap}
  .bo-bar-right{flex-wrap:wrap;gap:.375rem}
}

/* ── Très petit écran (≤ 360px) ── */
@media(max-width:360px){
  header{min-height:50px;padding:.5rem .75rem}
  .logo-text .logo-name{font-size:15px}
  .logo-text .logo-sub{display:none}
  .logo-icon-wrap{width:32px;height:32px}
  .hdr-right .pill-green{display:none}
  .hero{padding:1.25rem .75rem}
  .hero h1{font-size:16px}
  .wrap{padding:1.25rem .625rem 2.5rem}
  .card{padding:.875rem}
  .card-hd{font-size:15px}
  .modal{padding:1rem;border-radius:10px}
  .sg{grid-template-columns:1fr}
  .field label{font-size:14px}
  .field input,.field select{padding:11px 11px;font-size:14px}
  .btn-w{font-size:14px;padding:12px 14px}
  .bo-body{padding:.875rem .625rem}
  .bo-tabs{padding:0 .5rem;overflow-x:auto}
  .bo-tab{padding:9px 10px;font-size:13px;white-space:nowrap}
  .channels{display:none}
  .steps{gap:0}
  .step-ln{width:20px}
  .step-c{width:28px;height:28px;font-size:12px}
  .step-lb{font-size:10px}
  .cfm h2{font-size:17px}
  .cfm-ref{font-size:13px;padding:8px 14px;letter-spacing:0}
  .fiche-grid{grid-template-columns:1fr}
  .fiche-val{font-size:14px}
  footer{font-size:12px;padding:1.25rem .75rem}
  .ferr,.fhint{font-size:13px}
  .assist-title{font-size:14px}
  .assist-sub{font-size:13px}
  .recap-table td{font-size:13px;padding:8px 10px}
  table{font-size:13px}
  th,td{padding:8px 10px!important}
}

/* ── Ultra-petit (≤ 280px) ── */
@media(max-width:280px){
  header{height:46px;padding:0 .5rem}
  .logo-text .logo-name{font-size:13px}
  .logo-icon-wrap{width:28px;height:28px;border-radius:6px}
  .wrap{padding:1rem .5rem 2rem}
  .card{padding:.75rem}
  .field label{font-size:13.5px}
  .field input,.field select{padding:9px 10px;font-size:14px}
  .btn-w{font-size:13.5px;padding:11px 12px}
  .bo-body{padding:.75rem .5rem}
  .sc-num{font-size:19px}
}
/* ── Base body font size ── */
body{font-size:16px}

/* ══ RESPONSIVE GLOBAL — MOBILE & TABLETTE ══ */
@media(max-width:768px){
  .hero-plaquette-inner{flex-direction:column-reverse!important;min-height:auto}
  .hero-plaquette-right{display:block!important;width:100%!important;height:240px;flex-shrink:0}
  .hero-plaquette-right img{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block}
  .hero-plaquette-left{padding:1.5rem 1.25rem}
  .hero-plaquette-title{font-size:clamp(17px,5vw,26px)!important}
  .hero-plaquette-sub{font-size:14px;max-width:100%}
  .hero-badge{font-size:9.5px;padding:4px 10px}
  .login-grid-wrap{grid-template-columns:1fr!important}
  .login-grid-right{display:none}
  .g2{grid-template-columns:1fr}
  .wrap{padding:1.5rem 1rem 3rem}
}
@media(max-width:480px){
  .hero-plaquette-right{height:190px!important}
  .hero-plaquette-title{font-size:clamp(15px,5.5vw,20px)!important}
  .hero-plaquette-sub{font-size:13px}
  .hero-feat-ic{width:28px;height:28px;font-size:12px}
  .hero-feat-txt strong{font-size:12px}
  .hero-badge{font-size:9px;padding:3px 8px;letter-spacing:.4px}
  .hero-feats{gap:8px}
  .why-section{padding:1.25rem 1rem}
  .why-list li{font-size:13px}
  .update-grid{grid-template-columns:repeat(3,1fr)!important;gap:7px}
  .update-item{padding:10px 5px}
  .update-icon{font-size:18px}
  .update-label{font-size:9.5px}
  .assist-bar{flex-direction:column;gap:.5rem;padding:1rem}
  .assist-item{min-width:100%!important;border-right:none!important;padding:.4rem 0}
  .assist-title{font-size:13px}
  .assist-sub{font-size:12px}
  .assist-cta{font-size:17px}
}
@media(max-width:380px){
  .hero-plaquette-right{height:160px!important}
  .hero-plaquette-title{font-size:14px!important}
  .hero-plaquette-sub{font-size:12px}
  .hero-badge{font-size:8.5px}
  .update-grid{grid-template-columns:repeat(2,1fr)!important}
  .card{padding:1rem}
  .btn{font-size:14px;padding:11px 14px}
  .steps{gap:0}
  .step-ln{width:18px}
}
@media(max-width:320px){
  .hero-plaquette-right{height:130px!important}
  .hero-plaquette-title{font-size:13px!important}
  header{height:48px;padding:0 .625rem}
  .logo-text .logo-name{font-size:14px}
  .logo-icon-wrap{width:30px;height:30px;border-radius:7px}
  .wrap{padding:.875rem .5rem 2.5rem}
  .card{padding:.875rem}
  .field input,.field select{font-size:14px;padding:10px 11px}
}

/* ══ PAGE LOGIN RESPONSIVE ══ */
@media(max-width:860px){
  #loginImgCol{display:none!important}
  #loginFormCol{width:100%!important;min-height:calc(100vh - 64px);justify-content:flex-start;padding:2rem 1.5rem!important}
}
@media(max-width:480px){
  #loginFormCol{padding:1.5rem 1.25rem!important}
  #loginPage > div:first-child{min-height:auto}
}

/* [V66] Blocs "GPS CLUSTER", confinement Leaflet (#gpsMap, #boTab6) et .gps-row-selected
   retirés avec la carte GPS (onglet + capture). */


/* PATCH V19 - anti-flash au rechargement : on masque les vues pendant la restauration de session */
body.app-booting .view{display:none!important}
/* splash géré par #splashScreen HTML */

/* PATCH UI : logo officiel et suppression colonne type client */
.logo-icon-wrap{width:118px!important;height:42px!important;border-radius:0!important}
.bo-bar-logo{width:118px!important;height:34px!important;border-radius:0!important}
#hdrLogoImg,#boLogoImg{object-fit:contain!important}


/* PATCH V31 - Mise en ligne propre des contacts par canal */
.contact-mode-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
  margin-top:12px;
}
.contact-mode-card{
  background:#FFFFFF;
  border:1.5px solid #E5E7EB;
  border-radius:14px;
  padding:14px 16px;
  margin-bottom:0!important;
  box-shadow:0 1px 10px rgba(15,21,18,.04);
  min-height:72px;
}
.contact-mode-card label{
  margin-bottom:0!important;
  display:flex!important;
  align-items:center;
  gap:8px;
  font-size:14px!important;
  line-height:1.35;
  color:#1F2937!important;
}
.contact-mode-card .ferr{
  margin-top:8px;
}
.contact-mode-card > div[id^="sameQ_"],
.contact-mode-card > div[id^="input_"],
.contact-mode-card > div[id^="retenu_"]{
  margin-top:10px;
}
@media(max-width:900px){
  .contact-mode-grid{grid-template-columns:1fr;gap:10px;}
  .contact-mode-card{min-height:auto;}
}

/* PATCH V31 - Carte ouverture publique plus lisible */
.public-access-card{
  border-radius:14px!important;
  box-shadow:0 1px 12px rgba(15,21,18,.05);
}

/* V36 - confirmation : quitter ou refaire une soumission */
.cfm-help{font-size:14px;color:var(--gr);margin:.75rem auto 1.25rem;line-height:1.6;max-width:440px}
.cfm-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:.75rem}
.cfm-actions .btn{min-width:190px}
body.public-mode #agentBanner{display:none!important}
body.agent-entry-mode #publicConfirmActions{display:none!important}
body.agent-entry-mode #cfmHelp{display:none!important}
@media(max-width:520px){.cfm-actions{flex-direction:column}.cfm-actions .btn{width:100%;min-width:0}}

/* V42 - question propriétaire toujours visible */
#abonnementNomField{display:block!important;visibility:visible!important;}
#abonnementNomField select{display:block!important;}

/* ── MOBILE SMALL SCREENS (≤400px) ── */
@media(max-width:400px){
  .wrap{padding:0 8px 24px;}
  .card{padding:16px 12px;border-radius:14px;}
  .card-hd{font-size:13px;padding:10px 12px;margin:-16px -12px 14px;border-radius:13px 13px 0 0;}
  .field label{font-size:12.5px;}
  .field input,.field select,.field textarea{padding:10px 10px;font-size:15px;}
  .btn{padding:12px 14px;font-size:14px;}
  .btn-row{gap:8px;}
  .btn-row .btn{padding:12px 10px;font-size:14px;}
  .hero-plaquette{padding:16px 8px 12px;}
  .hero-title{font-size:20px;line-height:1.3;}
  .hero-sub{font-size:13px;}
  .t td,.t th{padding:7px 8px;font-size:12px;}
  #f_rgpd_visual,#f_rgpd{width:24px!important;height:24px!important;min-width:24px!important;}
  .ferr{font-size:12px;}
  header{padding:10px 12px;}
}

/* ── MOBILE XS (≤360px) ── */
@media(max-width:360px){
  .wrap{padding:0 4px 20px;}
  .card{padding:14px 10px;}
  .hero-title{font-size:18px;}
  .field input,.field select{font-size:14px;padding:9px 8px;}
  .btn{font-size:13px;padding:11px 10px;}
}

/* ── Bulle de définition « mutation » (point d'exclamation au survol/focus) ── */
.mut-tip{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:3px;border-radius:50%;background:#EA580C;color:#fff;font-weight:800;font-size:11px;line-height:1;cursor:help;position:relative;vertical-align:middle;-webkit-tap-highlight-color:transparent}
.mut-tip .mut-tip-bubble{visibility:hidden;opacity:0;position:absolute;bottom:150%;left:50%;transform:translateX(-50%);width:240px;max-width:78vw;background:#1F2937;color:#fff;font-weight:500;font-size:12px;line-height:1.45;padding:8px 10px;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.18);z-index:50;transition:opacity .15s;text-align:left;pointer-events:none;white-space:normal}
.mut-tip .mut-tip-bubble::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#1F2937}
.mut-tip:hover .mut-tip-bubble,.mut-tip:focus .mut-tip-bubble,.mut-tip:focus-within .mut-tip-bubble{visibility:visible;opacity:1}

/* ════════════ V64 — Rattachement + Tableau de bord agent + Objectifs ════════════ */
.btn-rattach{margin-left:auto;display:inline-flex;align-items:center;gap:6px;background:#E11D2A;color:#fff;border:none;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:800;cursor:pointer;font-family:inherit;line-height:1.2;white-space:nowrap;transition:opacity .15s,transform .05s}
.btn-rattach:hover{opacity:.88;background:#C81522}
.btn-rattach:active{transform:scale(.97)}
@media(max-width:520px){.btn-rattach{font-size:11px;padding:5px 10px}.card-hd{flex-wrap:wrap;gap:6px}}

/* Tableau de bord agent */
#viewAgentDash .wrap{padding-top:1.5rem}
.dash-top{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:1rem}
.dash-h2{font-size:22px;font-weight:900;color:var(--blk);margin:0}
.dash-sub{font-size:13px;color:var(--gr);margin:2px 0 0}
.dash-hero{background:linear-gradient(120deg,#0B2B4A 0%,#0E5C86 100%);border-radius:16px;padding:20px 24px;color:#fff;margin-bottom:14px}
.dash-hero-lbl{font-size:12px;font-weight:700;letter-spacing:.04em;opacity:.85;text-transform:uppercase}
.dash-hero-big{font-size:34px;font-weight:900;margin:4px 0 12px;line-height:1}
.dash-hero-slash{font-size:15px;font-weight:600;opacity:.85}
.dash-hero-barwrap{height:8px;border-radius:6px;background:rgba(255,255,255,.22);overflow:hidden}
.dash-hero-bar{height:100%;border-radius:6px;background:#0CB04A;transition:width .5s ease}
.dash-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}
.dash-kpi{background:var(--wh);border:1px solid var(--bdr);border-radius:14px;padding:14px 16px}
.dash-kpi-lbl{font-size:10.5px;font-weight:800;letter-spacing:.03em;color:var(--gr);text-transform:uppercase}
.dash-kpi-val{font-size:26px;font-weight:900;color:var(--blk);margin:4px 0 2px;line-height:1}
.dash-kpi-foot{font-size:11.5px;color:var(--grl)}
.dash-row2{display:grid;grid-template-columns:1fr 1.6fr;gap:12px}
.dash-card{background:var(--wh);border:1px solid var(--bdr);border-radius:14px;padding:16px 18px}
.dash-card-h3{font-size:14px;font-weight:800;color:var(--blk);margin:0 0 2px}
.dash-card-note{font-size:11.5px;color:var(--gr);margin:0 0 12px}
.dash-gauge-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.dash-gauge{position:relative;display:inline-block}
.dash-gauge-pct{position:absolute;left:0;right:0;bottom:6px;font-size:22px;font-weight:900;color:var(--blk)}
.dash-gauge-lbl{font-size:13px;font-weight:700;color:var(--sub);margin-top:4px}
.dash-gauge-sub{font-size:12px;color:var(--gr)}
.dash-cum{padding:8px 0;border-bottom:1px solid var(--bdr)}
.dash-cum:last-child{border-bottom:none}
.dash-cum-top{display:flex;justify-content:space-between;align-items:baseline;font-size:13px}
.dash-cum-name{font-weight:800;color:var(--blk)}
.dash-cum-note{font-size:11px;color:var(--gr);font-weight:600}
.dash-cum-val{font-weight:800;color:var(--blk)}
.dash-cum-barwrap{height:7px;border-radius:5px;background:#EEF1F4;overflow:hidden;margin-top:6px}
.dash-cum-bar{height:100%;border-radius:5px;background:#0E5C86;transition:width .5s ease}
.dash-bars{display:flex;align-items:flex-end;gap:10px;height:170px;padding:8px 4px 0}
.dash-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:6px}
.dash-bar-fill{width:100%;max-width:46px;background:linear-gradient(#0E5C86,#1478AD);border-radius:7px 7px 0 0;min-height:3px;transition:height .5s ease;position:relative}
.dash-bar-fill.is-today{background:linear-gradient(#0CB04A,#13C957)}
.dash-bar-val{font-size:11px;font-weight:800;color:var(--blk)}
.dash-bar-day{font-size:11px;color:var(--gr)}
.dash-err{color:var(--red);font-size:13px;font-weight:600;text-align:center;margin-top:1rem}
@media(max-width:860px){.dash-kpis{grid-template-columns:repeat(2,1fr)}.dash-row2{grid-template-columns:1fr}}
@media(max-width:480px){.dash-hero-big{font-size:28px}}

/* Panneau Objectifs (backoffice) */
.obj-edit{background:var(--wh);border:1px solid var(--bdr);border-radius:14px;padding:16px 18px;margin-top:1rem}
.obj-edit-row{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.obj-edit-sel{font-size:13.5px;color:var(--sub)}
.obj-edit-field label{display:block;font-size:12px;font-weight:700;color:var(--sub);margin-bottom:4px}
.obj-edit-field input,.obj-edit-field textarea{width:100%;border:1.5px solid var(--bdr);border-radius:9px;padding:9px 12px;font-size:13.5px;font-family:inherit;box-sizing:border-box}
.obj-edit-field input[type=number]{max-width:160px}
.obj-edit-field input:focus,.obj-edit-field textarea:focus{outline:none;border-color:#0CB04A}
.obj-hist-item{border:1px solid var(--bdr);border-radius:10px;padding:10px 12px;margin-bottom:8px;font-size:12.5px}
.obj-hist-head{display:flex;justify-content:space-between;gap:8px;font-weight:800;color:var(--blk);margin-bottom:3px;flex-wrap:wrap}
.obj-hist-delta{color:#0E5C86}
.obj-hist-meta{font-size:11px;color:var(--gr);margin-bottom:4px}
.obj-hist-motif{color:var(--sub);font-style:italic}
.obj-link{background:none;border:none;color:#0E5C86;font-weight:700;font-size:12px;cursor:pointer;text-decoration:underline;font-family:inherit;padding:0}

/* V64c — date serveur tableau de bord + jours chômés */
.dash-hero-date{font-size:13px;font-weight:700;opacity:.92;margin-bottom:2px;text-transform:capitalize}
.dash-stamp{font-size:11.5px;color:var(--gr);margin:-6px 0 14px;display:flex;align-items:center;gap:6px}
.dash-hero.is-chome{background:linear-gradient(120deg,#6B7280 0%,#9CA3AF 100%)}
.dash-chome-tag{display:inline-block;background:rgba(255,255,255,.22);padding:3px 10px;border-radius:20px;font-size:12px;font-weight:700;margin-top:6px}
.ferie-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.ferie-chip{display:inline-flex;align-items:center;gap:8px;background:#FEF2F2;border:1px solid #FECACA;color:#991B1B;border-radius:8px;padding:5px 10px;font-size:12.5px;font-weight:600}
.ferie-chip button{background:none;border:none;color:#991B1B;cursor:pointer;font-weight:900;font-size:14px;line-height:1;padding:0}
.ferie-chip.fixe{background:#F1F5F9;border-color:#E2E8F0;color:#475569;font-weight:600}
.ferie-fixes{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.ferie-fixes-lbl{flex-basis:100%;font-size:11.5px;color:var(--gr);font-weight:700;margin-bottom:2px}

/* V64e — objectifs limités dans le temps */
.obj-type{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;padding-top:2px}
.obj-type label{display:flex;align-items:center;gap:6px;font-weight:600;color:var(--sub);cursor:pointer}
.obj-type input{margin:0}
.obj-temp{display:inline-block;margin-left:6px;background:#FEF3C7;color:#92400E;border-radius:6px;padding:1px 7px;font-size:10.5px;font-weight:800;white-space:nowrap}
.obj-per{border:1px solid var(--bdr);border-radius:9px;padding:9px 11px;margin-bottom:7px;font-size:12.5px}
.obj-per-h{display:flex;justify-content:space-between;gap:8px;font-weight:800;color:var(--blk);flex-wrap:wrap}
.obj-per-badge{font-size:10.5px;font-weight:800;border-radius:20px;padding:1px 9px}
.obj-per-badge.actif{background:#DCFCE7;color:#166534}
.obj-per-badge.avenir{background:#DBEAFE;color:#1E40AF}
.obj-per-badge.expire{background:#F1F5F9;color:#64748B}
.obj-per-meta{font-size:11px;color:var(--gr);margin-top:3px}
.obj-per-motif{font-style:italic;color:var(--sub);margin-top:2px}

/* ── V74 — Zones tactiles minimales (recommandations Apple 44pt / Google 48dp) ── */
@media(max-width:768px){
  .btn,.btn-sm,.btn-xs,.pill,.sort-btn{min-height:44px}
  .row-chk,.cad-chk,.det-chk,#chkAll,#chkCadAll,#chkDetAll,#chkObjAll{width:20px;height:20px}
  .pwd-toggle{min-width:44px;min-height:44px}
  .th-chk,.td-chk{padding:0 12px}
}
