/* THESA Enchères — front styles v1.4.0
   Design system : navy #1A1E33 · or #bb9450 · blanc · Montserrat */
:root{
  --thesa-navy:#1A1E33; --thesa-navy-deep:#13162A;
  --thesa-gold:#bb9450; --thesa-gold-soft:#D2B483;
  --thesa-sand:#F5F6F8; --thesa-line:#E5E6EB;
  --thesa-ink:#1B2030; --thesa-muted:#5B5F6B; --thesa-white:#fff;
  --thesa-green:#0f6e56; --thesa-red:#b42318; --thesa-orange:#b9610a; --thesa-blue:#1d4ed8;
  --thesa-radius:14px;
}
.thesa-single,.thesa-dash,.thesa-results,.thesa-filters,.thesa-front-form,.thesa-fees,.thesa-code-search{
  font-family:'Montserrat',system-ui,-apple-system,sans-serif;color:var(--thesa-ink);
}
.thesa-single *,.thesa-dash *{box-sizing:border-box}
.thesa-single h1,.thesa-single h2,.thesa-single h3,.thesa-dash h2,.thesa-dash h3{margin:0;font-weight:600;line-height:1.25;letter-spacing:-.01em}
.thesa-ico{width:1em;height:1em;display:inline-block;vertical-align:-.14em;flex:none}
.thesa-mono{font-variant-numeric:tabular-nums;letter-spacing:.02em}

/* boutons */
.thesa-btn,.thesa-btn-gold,.thesa-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:.92rem;font-weight:500;padding:12px 20px;border-radius:999px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .2s,background .2s,color .2s,border-color .2s}
.thesa-btn,.thesa-btn-navy{background:var(--thesa-navy);color:#fff}
.thesa-btn:hover,.thesa-btn-navy:hover{transform:translateY(-2px);color:#fff}
.thesa-btn-gold{background:var(--thesa-gold);color:var(--thesa-navy)}
.thesa-btn-gold:hover{transform:translateY(-2px);background:#c9a35e;color:var(--thesa-navy)}
.thesa-btn-ghost{background:transparent;border-color:var(--thesa-line);color:var(--thesa-navy)}
.thesa-btn-ghost:hover{border-color:var(--thesa-gold)}

/* badges & bandes */
.thesa-badge{display:inline-block;padding:5px 12px;border-radius:999px;font-weight:600;font-size:.74rem}
.thesa-badge-green{background:#e7f7ef;color:var(--thesa-green)}
.thesa-badge-red{background:#fdeaea;color:var(--thesa-red)}
.thesa-badge-gray{background:#eef0f2;color:#555}
.thesa-badge-orange{background:#fdf0e3;color:var(--thesa-orange)}
.thesa-badge-blue{background:#e8eefe;color:var(--thesa-blue)}
.thesa-band{padding:14px 20px;border-radius:12px;color:#fff;font-weight:600;text-align:center}
.thesa-band-green{background:var(--thesa-green)}.thesa-band-red{background:var(--thesa-red)}
.thesa-band-orange{background:var(--thesa-orange)}.thesa-band-blue{background:var(--thesa-blue)}.thesa-band-gray{background:#7a7a7a}

/* ===================== LISTE (cartes) ===================== */
.thesa-results{display:grid;grid-template-columns:1fr;gap:18px;margin-top:24px}
.thesa-results--cards{grid-template-columns:repeat(3,1fr)}
.thesa-card{background:#fff;border:1px solid var(--thesa-line);border-radius:var(--thesa-radius);overflow:hidden;transition:transform .25s,box-shadow .25s}
.thesa-card:hover{transform:translateY(-5px);box-shadow:0 24px 44px -28px rgba(26,30,51,.4)}
.thesa-card-grid{display:flex;flex-direction:column}
.thesa-thumb-top{display:block}
.thesa-thumb-top img{display:block;width:100%;height:160px;object-fit:cover}
.thesa-thumb-placeholder{display:flex;align-items:center;justify-content:center;height:160px;background:linear-gradient(135deg,#e9ecf2,#dde2ec);color:#9aa1b2;font-weight:500}
.thesa-card-body{padding:16px;display:flex;flex-direction:column;gap:6px}
.thesa-card-title{font-size:1.05rem;margin:4px 0 2px}
.thesa-card-title a{color:var(--thesa-navy);text-decoration:none}
.thesa-card-ref{font-size:.72rem;color:var(--thesa-muted);letter-spacing:.04em;text-transform:uppercase;font-variant-numeric:tabular-nums}
.thesa-meta-line{font-size:.9rem;color:var(--thesa-ink)}
.thesa-meta-muted{color:var(--thesa-muted);font-size:.84rem;font-variant-numeric:tabular-nums}
.thesa-card-row{display:grid;grid-template-columns:minmax(120px,24%) 1fr minmax(140px,180px);align-items:stretch;border-radius:var(--thesa-radius)}
.thesa-card-col{padding:18px}
.thesa-card-media{padding:0}
.thesa-card-action{display:flex;align-items:center;justify-content:center}

/* filtres */
.thesa-filters{background:#fff;border:1px solid var(--thesa-line);border-radius:var(--thesa-radius);padding:20px}
.thesa-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;align-items:end}
.thesa-field label{display:block;font-size:.8rem;color:var(--thesa-muted);margin-bottom:6px;font-weight:500}
.thesa-field input,.thesa-field textarea,.thesa-field select{width:100%;padding:11px 12px;border:1px solid var(--thesa-line);border-radius:10px;background:#fff;font-family:inherit;font-size:.92rem;color:var(--thesa-ink)}
.thesa-field input:focus,.thesa-field select:focus,.thesa-field textarea:focus{outline:0;border-color:var(--thesa-gold)}

/* ===================== FICHE (single) ===================== */
.thesa-single{max-width:1100px;margin:0 auto}
.thesa-adminbar{display:flex;align-items:center;gap:12px;background:var(--thesa-navy);color:#dfe3ec;padding:11px 20px;border-radius:12px;font-size:.86rem;margin-bottom:16px}
.thesa-adminbar .thesa-ico{width:16px;height:16px;color:var(--thesa-gold)}
.thesa-adminbar a{margin-left:auto}
.thesa-crumb{font-size:.78rem;color:var(--thesa-muted);margin-bottom:16px}
.thesa-crumb a{color:var(--thesa-muted);text-decoration:none}
.thesa-gmain{position:relative;border-radius:var(--thesa-radius);overflow:hidden;aspect-ratio:16/8;background:linear-gradient(135deg,#dfe3ec,#cdd3df);display:grid;place-items:center;color:#9aa1b2}
.thesa-gmain img{width:100%;height:100%;object-fit:cover}
.thesa-gmain-badge{position:absolute;top:14px;left:14px}
.thesa-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:10px}
.thesa-strip a{aspect-ratio:16/11;border-radius:9px;overflow:hidden;border:2px solid transparent;display:block}
.thesa-strip a.is-active{border-color:var(--thesa-gold)}
.thesa-strip img{width:100%;height:100%;object-fit:cover}
.thesa-titleblock{margin:22px 0 4px}
.thesa-titleblock .thesa-ref{font-size:.78rem;color:var(--thesa-muted);letter-spacing:.04em;margin-bottom:6px}
.thesa-titleblock h1{font-size:clamp(1.4rem,2.6vw,1.9rem);color:var(--thesa-navy)}
.thesa-loc{color:var(--thesa-muted);font-size:.95rem;margin-top:6px}
.thesa-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}
.thesa-chip{display:inline-flex;align-items:center;gap:7px;background:var(--thesa-sand);border:1px solid var(--thesa-line);border-radius:999px;padding:7px 13px;font-size:.82rem;color:var(--thesa-navy)}
.thesa-sgrid{display:grid;grid-template-columns:1.6fr 1fr;gap:34px;margin-top:30px;align-items:start}
.thesa-block{padding-bottom:26px;border-bottom:1px solid var(--thesa-line);margin-bottom:26px}
.thesa-block:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.thesa-block h2{font-size:1.12rem;color:var(--thesa-navy);margin-bottom:13px;padding-bottom:9px;border-bottom:2px solid var(--thesa-gold);display:inline-block}
.thesa-keys{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--thesa-line);border-radius:12px;overflow:hidden}
.thesa-k{padding:13px 16px;border-bottom:1px solid var(--thesa-line);font-size:.9rem}
.thesa-k:nth-child(odd){border-right:1px solid var(--thesa-line)}
.thesa-k small{display:block;color:var(--thesa-muted);font-size:.72rem;margin-bottom:3px;text-transform:uppercase;letter-spacing:.04em}
.thesa-k b{color:var(--thesa-navy);font-weight:600}
.thesa-prose{color:#3a3f4d;font-size:.95rem}
.thesa-prose p{margin:0 0 10px}
.thesa-saleinfo{display:flex;flex-wrap:wrap;gap:18px;background:var(--thesa-navy);color:#fff;border-radius:12px;padding:18px 20px}
.thesa-si{display:flex;align-items:center;gap:10px;font-size:.9rem}
.thesa-si .thesa-ico{width:18px;height:18px;color:var(--thesa-gold)}
.thesa-si small{display:block;color:#aab0c0;font-size:.72rem}
.thesa-doc{display:flex;align-items:center;gap:13px;border:1px solid var(--thesa-line);border-radius:11px;padding:13px 15px;margin-bottom:10px;transition:border-color .2s;text-decoration:none}
.thesa-doc:hover{border-color:var(--thesa-gold)}
.thesa-di{width:38px;height:38px;border-radius:9px;background:var(--thesa-sand);color:var(--thesa-gold);display:grid;place-items:center}
.thesa-dn{display:block;font-weight:500;color:var(--thesa-navy);font-size:.92rem;line-height:1.35}
.thesa-ds{display:block;font-size:.76rem;color:var(--thesa-muted);margin-top:2px}
.thesa-dl{margin-left:auto;color:var(--thesa-navy)}
.thesa-visit{display:flex;align-items:center;gap:12px;font-size:.9rem;padding:11px 0;border-bottom:1px solid var(--thesa-line)}
.thesa-visit .thesa-ico{width:17px;height:17px;color:var(--thesa-gold)}
.thesa-visit b{color:var(--thesa-navy);font-weight:500}

/* sidebar fixe */
.thesa-aside{position:sticky;top:18px;display:flex;flex-direction:column;gap:18px}
.thesa-sum{border:1px solid var(--thesa-line);border-radius:var(--thesa-radius);overflow:hidden}
.thesa-sum-top{background:var(--thesa-sand);padding:18px 20px;border-bottom:1px solid var(--thesa-line)}
.thesa-sum-top small{color:var(--thesa-muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.04em}
.thesa-sum-price{font-size:1.7rem;font-weight:600;color:var(--thesa-navy);margin-top:4px;font-variant-numeric:tabular-nums}
.thesa-sum-body{padding:16px 20px;display:flex;flex-direction:column;gap:11px}
.thesa-sum-line{display:flex;align-items:center;gap:10px;font-size:.88rem}
.thesa-sum-line .thesa-ico{width:16px;height:16px;color:var(--thesa-gold)}
.thesa-sum-line small{display:block;color:var(--thesa-muted);font-size:.72rem}
.thesa-sum-cta{display:flex;flex-direction:column;gap:9px;padding:0 20px 18px}
.thesa-sum-cta .thesa-btn-gold,.thesa-sum-cta .thesa-btn-ghost{border-radius:10px}

/* calculette */
.thesa-fees{border:1px solid var(--thesa-line);border-radius:var(--thesa-radius);overflow:hidden;background:#fff}
.thesa-fees-form{display:grid;grid-template-columns:1fr 1fr}
.thesa-aside .thesa-fees-form{grid-template-columns:1fr}
.thesa-fees-left{padding:20px 22px;border-right:1px solid var(--thesa-line)}
.thesa-aside .thesa-fees-left{border-right:0;border-bottom:1px solid var(--thesa-line)}
.thesa-fees-left h3{font-size:1.05rem;color:var(--thesa-navy);margin:0 0 12px}
.thesa-fees-left .thesa-field{margin-bottom:11px}
.thesa-fees-right{padding:16px 20px}
.thesa-fees-table .row{display:flex;justify-content:space-between;font-size:.86rem;padding:6px 0;color:#3a3f4d}
.thesa-fees-table .row.total,.thesa-fees-table .row:last-child{margin-top:6px;padding:11px 12px;background:var(--thesa-sand);border-radius:9px;font-weight:600;color:var(--thesa-navy)}
.thesa-fees-table .row strong{font-variant-numeric:tabular-nums}
.thesa-disclaimer{font-size:.74rem;color:#6a6e7b;margin-top:12px;line-height:1.5}

/* ===================== TABLEAU DE BORD ===================== */
.thesa-dash{display:grid;grid-template-columns:236px 1fr;border:1px solid var(--thesa-line);border-radius:18px;background:var(--thesa-sand);min-height:100vh}
.thesa-side{background:var(--thesa-navy);color:#cfd4e0;padding:22px 16px;display:flex;flex-direction:column;gap:5px;position:sticky;top:0;align-self:start;height:100vh;overflow-y:auto;border-radius:18px 0 0 18px}
.thesa-side-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 18px;color:#fff;font-weight:600;letter-spacing:.24em}
.thesa-side-brand img,.thesa-side-brand .custom-logo{max-height:44px;width:auto;height:auto}
.thesa-side-brand .custom-logo-link{display:inline-block;line-height:0}
.thesa-side-link{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;font-size:.9rem;color:#aab0c0;text-decoration:none;transition:background .2s,color .2s}
.thesa-side-link .thesa-ico{width:18px;height:18px}
.thesa-side-link:hover{background:rgba(255,255,255,.06);color:#fff}
.thesa-side-link.is-active{background:rgba(187,148,80,.16);color:#fff}
.thesa-side-link.is-active .thesa-ico{color:var(--thesa-gold)}
.thesa-dmain{padding:0 clamp(18px,3vw,34px) 28px;border-radius:0 18px 18px 0}
.thesa-dhead{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;position:sticky;top:0;z-index:6;background:var(--thesa-sand);padding:22px 0 16px;margin-bottom:18px;border-bottom:1px solid var(--thesa-line)}
.thesa-dhead h2{font-size:1.5rem;color:var(--thesa-navy)}
.thesa-dhead .thesa-eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#8C6F34;font-weight:600}
.thesa-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}
.thesa-stat{background:#fff;border:1px solid var(--thesa-line);border-radius:14px;padding:18px}
.thesa-stat-ico{width:34px;height:34px;border-radius:9px;background:var(--thesa-sand);color:var(--thesa-gold);display:grid;place-items:center}
.thesa-stat-ico .thesa-ico{width:18px;height:18px}
.thesa-stat-num{font-size:2rem;font-weight:600;color:var(--thesa-navy);margin-top:12px;line-height:1;font-variant-numeric:tabular-nums}
.thesa-stat-lab{font-size:.82rem;color:var(--thesa-muted);margin-top:5px}
.thesa-stat-live .thesa-stat-ico{background:#e7f7ef;color:var(--thesa-green)}
.thesa-dpanel{background:#fff;border:1px solid var(--thesa-line);border-radius:16px;overflow:hidden}
.thesa-dpanel-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--thesa-line)}
.thesa-dpanel-head h3{font-size:1.05rem;color:var(--thesa-navy)}
.thesa-table{width:100%;border-collapse:collapse}
.thesa-table thead th{text-align:left;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:var(--thesa-muted);font-weight:500;padding:12px 20px;background:#FAFAFB}
.thesa-table td{padding:14px 20px;border-top:1px solid var(--thesa-line);font-size:.9rem;vertical-align:middle}
.thesa-table .t-ref{font-size:.8rem;color:var(--thesa-muted);font-variant-numeric:tabular-nums}
.thesa-table .t-bien{font-weight:500;color:var(--thesa-navy)}
.thesa-table .t-date{font-size:.82rem;color:#6b7080;font-variant-numeric:tabular-nums}
.thesa-table .t-actions{display:flex;gap:8px;justify-content:flex-end}
.thesa-icobtn{width:34px;height:34px;border-radius:9px;border:1px solid var(--thesa-line);display:grid;place-items:center;color:var(--thesa-muted);transition:all .2s;text-decoration:none}
.thesa-icobtn:hover{border-color:var(--thesa-gold);color:var(--thesa-navy);background:var(--thesa-sand)}
.thesa-icobtn .thesa-ico{width:16px;height:16px}

/* ===================== FORMULAIRE FRONT ===================== */
.thesa-front-form{background:#fff;border:1px solid var(--thesa-line);border-radius:18px;padding:26px}
.thesa-front-form .thesa-grid{grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}
.thesa-front-form .thesa-field{margin-bottom:0}
.thesa-field.full{grid-column:1/-1}
.thesa-front-form h3{font-size:1.05rem;color:var(--thesa-navy);margin:14px 0 12px;padding-bottom:8px;border-bottom:2px solid var(--thesa-gold);display:inline-block}
.thesa-front-form textarea{min-height:120px;resize:vertical}
.thesa-front-docs,.thesa-front-visits{display:flex;flex-direction:column;gap:14px}
.thesa-front-doc-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--thesa-line)}
.thesa-front-visit-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding-bottom:14px;border-bottom:1px solid var(--thesa-line)}
.thesa-front-doc-row .thesa-field,.thesa-front-visit-row .thesa-field{margin-bottom:0}
.thesa-current-file{font-size:.78rem;color:var(--thesa-muted);margin-top:5px}
@media(max-width:760px){.thesa-front-form .thesa-grid{grid-template-columns:1fr}.thesa-front-doc-row,.thesa-front-visit-row{grid-template-columns:1fr}}

/* ===================== RESPONSIVE ===================== */
@media(max-width:880px){
  .thesa-sgrid{grid-template-columns:1fr}.thesa-aside{position:static}
  .thesa-keys{grid-template-columns:1fr}.thesa-k:nth-child(odd){border-right:0}
  .thesa-strip{grid-template-columns:repeat(4,1fr)}
  .thesa-fees-form{grid-template-columns:1fr}.thesa-fees-left{border-right:0;border-bottom:1px solid var(--thesa-line)}
  .thesa-results--cards{grid-template-columns:repeat(2,1fr)}
  .thesa-dash{grid-template-columns:1fr;min-height:0}
  .thesa-side{flex-direction:row;flex-wrap:wrap;align-items:center;position:static;height:auto;overflow:visible;border-radius:18px 18px 0 0}
  .thesa-side-brand{width:100%;padding-bottom:6px}
  .thesa-dhead{position:static}
  .thesa-stats{grid-template-columns:repeat(2,1fr)}
  .thesa-table .t-hide{display:none}
}
@media(max-width:600px){
  .thesa-results--cards{grid-template-columns:1fr}
}

/* ===== Override accent du thème : on impose le design system ===== */
.thesa-btn,button.thesa-btn,a.thesa-btn,
.thesa-fees button[type="submit"],.thesa-filters button[type="submit"],
.thesa-front-form button[type="submit"],.thesa-code-search button[type="submit"]{
  background:var(--thesa-navy)!important;color:#fff!important;border:1px solid var(--thesa-navy)!important;
  font-family:'Montserrat',sans-serif!important;border-radius:999px!important;font-weight:500!important;
}
.thesa-btn:hover,button.thesa-btn:hover,a.thesa-btn:hover{background:var(--thesa-navy-deep)!important;border-color:var(--thesa-navy-deep)!important;color:#fff!important}
.thesa-btn-gold,a.thesa-btn-gold,button.thesa-btn-gold{background:var(--thesa-gold)!important;color:var(--thesa-navy)!important;border:1px solid var(--thesa-gold)!important}
.thesa-btn-gold:hover,a.thesa-btn-gold:hover{background:#c9a35e!important;color:var(--thesa-navy)!important}
.thesa-btn-ghost,a.thesa-btn-ghost{background:transparent!important;color:var(--thesa-navy)!important;border:1px solid var(--thesa-line)!important}
.thesa-btn-ghost:hover{border-color:var(--thesa-gold)!important;color:var(--thesa-navy)!important}
/* liens du plugin : navy + survol or (plus de rose) */
.thesa-link,.thesa-filters a.thesa-link,.thesa-single a.thesa-link{color:var(--thesa-navy)!important;text-decoration:none!important;font-weight:500}
.thesa-link:hover{color:var(--thesa-gold)!important}
.thesa-doc,.thesa-doc:link,.thesa-doc:visited{color:var(--thesa-navy)!important}
.thesa-dl{color:var(--thesa-gold)!important}

/* ===================== CONNEXION ===================== */
.thesa-login-wrap{font-family:'Montserrat',system-ui,sans-serif;max-width:940px;margin:0 auto;color:var(--thesa-ink)}
.thesa-login{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--thesa-line);border-radius:18px;overflow:hidden;min-height:460px}
.thesa-login-brand{background:var(--thesa-navy);color:#fff;padding:44px;display:flex;flex-direction:column;justify-content:space-between;gap:24px}
.thesa-login-brand .rule{width:36px;height:2px;background:var(--thesa-gold);margin-bottom:16px}
.thesa-login-brand h2{font-size:1.6rem;font-weight:600;letter-spacing:-.01em}
.thesa-login-brand p{color:#c2c7d4;font-size:.95rem;margin-top:10px;line-height:1.6}
.thesa-login-brand .foot{font-size:.74rem;color:#8b93a6}
.thesa-login-brand img,.thesa-login-brand .custom-logo{max-height:46px;width:auto;height:auto}
.thesa-login-form{padding:44px;display:flex;flex-direction:column;justify-content:center;background:#fff}
.thesa-login-form h3{font-size:1.3rem;color:var(--thesa-navy);margin:6px 0 22px;font-weight:600}
.thesa-login-form label{display:block;font-size:.82rem;color:var(--thesa-muted);margin-bottom:6px;font-weight:500}
.thesa-login-form input[type=text],.thesa-login-form input[type=password]{width:100%;border:1px solid var(--thesa-line);border-radius:10px;padding:12px;font-family:inherit;font-size:.95rem;margin-bottom:14px;color:var(--thesa-ink)}
.thesa-login-form input[type=text]:focus,.thesa-login-form input[type=password]:focus{outline:0;border-color:var(--thesa-gold)}
.thesa-login-form .login-remember{font-size:.85rem;color:var(--thesa-muted);margin-bottom:16px;font-weight:400}
.thesa-login-form .login-remember label{display:inline;font-size:.85rem}
.thesa-login-form #wp-submit,.thesa-login-form .login-submit input{width:100%;background:var(--thesa-gold)!important;color:var(--thesa-navy)!important;border:0!important;border-radius:999px!important;padding:13px!important;font-family:'Montserrat',sans-serif!important;font-weight:500!important;font-size:.95rem!important;cursor:pointer}
.thesa-login-card{border:1px solid var(--thesa-line);border-radius:16px;padding:40px;text-align:center;max-width:460px;margin:0 auto}
.thesa-login-card h3{color:var(--thesa-navy);font-size:1.3rem;margin-bottom:8px}
.thesa-login-card p{color:var(--thesa-muted);margin-bottom:18px}
@media(max-width:760px){.thesa-login{grid-template-columns:1fr}.thesa-login-brand{min-height:160px}}

/* Libellés de formulaire en gras (lisibilité) */
.thesa-front-form .thesa-field label{font-weight:600!important;color:var(--thesa-navy);font-size:.85rem}

/* Suppression d'annonce */
.thesa-icobtn.thesa-del:hover{border-color:#e2655a!important;color:#b42318!important;background:#fdeaea!important}
.thesa-flash{display:flex;align-items:center;gap:9px;background:#e7f7ef;color:#0f6e56;border:1px solid #bfe9d5;border-radius:10px;padding:11px 15px;margin-bottom:18px;font-size:.9rem;font-weight:500}
.thesa-flash .thesa-ico{width:17px;height:17px}

/* Suppression d'une pièce jointe dans le formulaire */
.thesa-doc-remove{display:inline-flex;align-items:center;gap:5px;color:#b42318;font-size:.78rem;margin-left:8px;cursor:pointer;font-weight:500}
.thesa-doc-remove input{width:auto;margin:0;accent-color:#b42318}
