

/* =========================================================
   TESIMPÔTS HEADER v4 — AUTONOME
   ========================================================= */
.ti4-header,
.ti4-header *{
  box-sizing:border-box!important;
}
.ti4-header{
  position:sticky!important;
  top:0!important;
  z-index:99999!important;
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  font-family:Inter,Arial,sans-serif!important;
  color:#17233b!important;
  background:#fff!important;
}
body.admin-bar .ti4-header{top:32px!important}
.ti4-header-fallback{
  position:fixed!important;
  left:0!important;
  right:0!important;
}
.ti4-shell{
  width:min(1500px,calc(100% - 48px))!important;
  margin:0 auto!important;
}

/* Barre d'annonce */
.ti4-announcement{
  display:block!important;
  width:100%!important;
  min-height:40px!important;
  color:#fff!important;
  background:#001c45!important;
}
.ti4-announcement[hidden]{display:none!important}
.ti4-announcement-inner{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:5px 46px 5px 0!important;
}
.ti4-announcement-copy{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:8px 12px!important;
  text-align:center!important;
}
.ti4-announcement-copy strong{
  color:#fff!important;
  font-size:.82rem!important;
  font-weight:850!important;
  line-height:1.25!important;
}
.ti4-announcement-copy a{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#fff!important;
  background:transparent!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
  font-size:.79rem!important;
  font-weight:900!important;
}
.ti4-announcement-copy a svg{width:17px!important;height:17px!important}
.ti4-status-dot{
  position:relative!important;
  width:9px!important;
  height:9px!important;
  flex:0 0 9px!important;
  border-radius:50%!important;
  background:#35d07f!important;
  box-shadow:0 0 0 4px rgba(53,208,127,.14)!important;
}
.ti4-announcement-close{
  position:absolute!important;
  top:50%!important;
  right:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:9px!important;
  color:#fff!important;
  background:rgba(255,255,255,.04)!important;
  transform:translateY(-50%)!important;
  opacity:.62!important;
  cursor:pointer!important;
}
.ti4-announcement-close svg{width:16px!important;height:16px!important}


/* Notification Center v1 — styles selon la source/priorité */
.ti4-announcement-payment{background:linear-gradient(90deg,#001c45 0%,#0a376d 100%)!important}
.ti4-announcement-payment .ti4-status-dot{background:#63c7ff!important;box-shadow:0 0 0 4px rgba(99,199,255,.16)!important}
.ti4-announcement-payment-today{background:linear-gradient(90deg,#075c43 0%,#0d8060 100%)!important}
.ti4-announcement-payment-today .ti4-status-dot{background:#8ff0c6!important;box-shadow:0 0 0 4px rgba(143,240,198,.20)!important}
.ti4-announcement-payment-tomorrow{background:linear-gradient(90deg,#8a4b00 0%,#b86700 100%)!important}
.ti4-announcement-payment-tomorrow .ti4-status-dot{background:#ffd27a!important;box-shadow:0 0 0 4px rgba(255,210,122,.20)!important}
.ti4-announcement-payment-soon{background:linear-gradient(90deg,#001c45 0%,#0a376d 100%)!important}
.ti4-announcement-payment-soon .ti4-status-dot{background:#63c7ff!important;box-shadow:0 0 0 4px rgba(99,199,255,.18)!important}
.ti4-announcement-payment-today .ti4-status-dot::after,
.ti4-announcement-payment-tomorrow .ti4-status-dot::after,
.ti4-announcement-payment-soon .ti4-status-dot::after{
  content:""!important;
  position:absolute!important;
  inset:-5px!important;
  border:1px solid currentColor!important;
  border-radius:50%!important;
  opacity:0!important;
  animation:ti4-payment-pulse 2.8s ease-out infinite!important;
}
.ti4-announcement-payment-today .ti4-status-dot::after{color:rgba(143,240,198,.62)!important}
.ti4-announcement-payment-tomorrow .ti4-status-dot::after{color:rgba(255,210,122,.62)!important}
.ti4-announcement-payment-soon .ti4-status-dot::after{color:rgba(99,199,255,.56)!important}
@keyframes ti4-payment-pulse{
  0%,58%{opacity:0;transform:scale(.75)}
  68%{opacity:.72}
  100%{opacity:0;transform:scale(1.8)}
}
@media (prefers-reduced-motion:reduce){
  .ti4-announcement-payment-today .ti4-status-dot::after,
  .ti4-announcement-payment-tomorrow .ti4-status-dot::after,
  .ti4-announcement-payment-soon .ti4-status-dot::after{animation:none!important}
}
.ti4-announcement-info{background:linear-gradient(90deg,#001c45 0%,#0a376d 100%)!important}
.ti4-announcement-success{background:linear-gradient(90deg,#075c43 0%,#0d8060 100%)!important}
.ti4-announcement-warning{background:linear-gradient(90deg,#8a4b00 0%,#b86700 100%)!important}
.ti4-announcement-warning .ti4-status-dot{background:#ffd27a!important;box-shadow:0 0 0 4px rgba(255,210,122,.18)!important}
.ti4-announcement-important{background:linear-gradient(90deg,#a30913 0%,#d71920 100%)!important}
.ti4-announcement-important .ti4-status-dot{background:#fff!important;box-shadow:0 0 0 4px rgba(255,255,255,.16)!important}

/* Barre principale */
.ti4-navbar{
  display:block!important;
  width:100%!important;
  height:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  margin:0!important;
  padding:0!important;
  border-bottom:1px solid #e5ebf2!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 4px 18px rgba(0,28,69,.045)!important;
  backdrop-filter:blur(14px)!important;
}
.ti4-navbar-inner{
  display:grid!important;
  grid-template-columns:250px minmax(0,1fr) auto!important;
  align-items:center!important;
  height:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  gap:32px!important;
  padding:0!important;
}

/* Logo autonome */
.ti4-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:250px!important;
  height:64px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  text-decoration:none!important;
}
.ti4-logo img{
  display:block!important;
  width:250px!important;
  height:64px!important;
  min-width:0!important;
  max-width:250px!important;
  min-height:0!important;
  max-height:64px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.ti4-logo>span{
  color:#001c45!important;
  font-size:1.9rem!important;
  font-weight:900!important;
  letter-spacing:-.05em!important;
}
.ti4-logo>span>span{color:#d41118!important}
.ti4-logo small{font-size:.9rem!important}

/* Navigation */
.ti4-nav{
  display:flex!important;
  align-items:stretch!important;
  justify-content:center!important;
  align-self:stretch!important;
  min-width:0!important;
  height:82px!important;
  gap:5px!important;
}
.ti4-nav-group{
  position:relative!important;
  display:flex!important;
  align-items:stretch!important;
  height:82px!important;
}
.ti4-nav-trigger{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  height:82px!important;
  margin:0!important;
  padding:0 13px!important;
  border:0!important;
  color:#273852!important;
  background:transparent!important;
  font:inherit!important;
  font-size:.88rem!important;
  font-weight:780!important;
  white-space:nowrap!important;
  cursor:pointer!important;
}
.ti4-nav-trigger svg{width:14px!important;height:14px!important;transition:transform .18s ease!important}
.ti4-nav-group.is-open .ti4-nav-trigger,
.ti4-nav-trigger:hover{color:#d41118!important}
.ti4-nav-group.is-open .ti4-nav-trigger svg{transform:rotate(180deg)!important}

.ti4-dropdown{
  position:absolute!important;
  top:calc(100% - 1px)!important;
  left:50%!important;
  width:min(720px,80vw)!important;
  padding:12px!important;
  border:1px solid #e1e8f0!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 24px 60px rgba(0,28,69,.16)!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translate(-50%,10px)!important;
  transition:opacity .17s ease,transform .17s ease,visibility .17s ease!important;
}
.ti4-nav-group.is-open .ti4-dropdown{
  opacity:1!important;
  visibility:visible!important;
  transform:translate(-50%,0)!important;
}
.ti4-dropdown-head{
  padding:12px 14px 14px!important;
  color:#001c45!important;
  font-size:.72rem!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.ti4-dropdown-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(220px,1fr))!important;
  gap:4px!important;
}
.ti4-dropdown-grid a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:46px!important;
  padding:10px 12px!important;
  border-radius:10px!important;
  color:#3d4c64!important;
  background:transparent!important;
  text-decoration:none!important;
  font-size:.88rem!important;
  font-weight:680!important;
  line-height:1.25!important;
}
.ti4-dropdown-grid a:hover{
  color:#d41118!important;
  background:#fff5f5!important;
}
.ti4-dropdown-grid a svg{width:18px!important;height:18px!important;opacity:.45!important}

/* Actions */
.ti4-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:9px!important;
  height:82px!important;
  margin:0!important;
  padding:0!important;
}
.ti4-search-toggle,
.ti4-mobile-toggle{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  padding:0!important;
  border:1px solid #dbe3ed!important;
  border-radius:11px!important;
  color:#001c45!important;
  background:#fff!important;
  cursor:pointer!important;
}
.ti4-search-toggle svg,
.ti4-mobile-toggle svg{width:20px!important;height:20px!important}
.ti4-portal,
.ti4-appointment{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 15px!important;
  border-radius:10px!important;
  text-decoration:none!important;
  font-size:.82rem!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
.ti4-portal{
  gap:8px!important;
  border:1px solid #bcc9d9!important;
  color:#001c45!important;
  background:#fff!important;
}
.ti4-portal svg{width:18px!important;height:18px!important}
.ti4-appointment{
  border:1px solid #d41118!important;
  color:#fff!important;
  background:#d41118!important;
  box-shadow:0 9px 22px rgba(212,17,24,.2)!important;
}
.ti4-mobile-toggle{display:none!important}

/* Mobile panel */
.ti4-mobile-panel{
  position:fixed!important;
  top:0!important;
  right:0!important;
  z-index:100002!important;
  display:flex!important;
  flex-direction:column!important;
  width:min(420px,92vw)!important;
  height:100dvh!important;
  padding:22px!important;
  background:#fff!important;
  box-shadow:-24px 0 60px rgba(0,28,69,.18)!important;
  transform:translateX(105%)!important;
  visibility:hidden!important;
  transition:transform .25s ease,visibility .25s ease!important;
}
.ti4-mobile-panel.is-open{
  transform:translateX(0)!important;
  visibility:visible!important;
}
.ti4-mobile-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding-bottom:18px!important;
  border-bottom:1px solid #e1e8f0!important;
}
.ti4-mobile-close,
.ti4-search-close{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  padding:0!important;
  border:1px solid #e1e8f0!important;
  border-radius:11px!important;
  color:#001c45!important;
  background:#fff!important;
  cursor:pointer!important;
}
.ti4-mobile-close svg,
.ti4-search-close svg{width:20px!important;height:20px!important}
.ti4-mobile-nav{flex:1!important;overflow:auto!important;padding:14px 0!important}
.ti4-mobile-nav details{border-bottom:1px solid #e1e8f0!important}
.ti4-mobile-nav summary{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:17px 2px!important;
  color:#001c45!important;
  font-weight:850!important;
  list-style:none!important;
  cursor:pointer!important;
}
.ti4-mobile-nav summary::-webkit-details-marker{display:none!important}
.ti4-mobile-nav details>div{display:grid!important;gap:3px!important;padding:0 0 14px 12px!important}
.ti4-mobile-nav details a{
  padding:9px 8px!important;
  color:#46546b!important;
  text-decoration:none!important;
}
.ti4-mobile-actions{
  display:grid!important;
  gap:10px!important;
  padding-top:16px!important;
  border-top:1px solid #e1e8f0!important;
}
.ti4-mobile-actions .ti4-portal,
.ti4-mobile-actions .ti4-appointment{width:100%!important}

/* Search */
.ti4-search-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:100003!important;
  display:grid!important;
  place-items:start center!important;
  padding:12vh 20px 40px!important;
  background:rgba(0,20,50,.72)!important;
  backdrop-filter:blur(10px)!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:opacity .2s ease,visibility .2s ease!important;
}
.ti4-search-overlay.is-open{opacity:1!important;visibility:visible!important}
.ti4-search-dialog{
  position:relative!important;
  width:min(760px,100%)!important;
  padding:44px!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 35px 90px rgba(0,0,0,.25)!important;
}
.ti4-search-dialog>span{
  display:block!important;
  color:#d41118!important;
  font-size:.73rem!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.ti4-search-dialog>strong{
  display:block!important;
  margin-top:10px!important;
  color:#001c45!important;
  font-size:clamp(2rem,5vw,3.3rem)!important;
  letter-spacing:-.045em!important;
}
.ti4-search-close{position:absolute!important;top:20px!important;right:20px!important}
.ti4-search-dialog form{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:10px!important;
  margin-top:28px!important;
}
.ti4-search-dialog input{
  min-height:56px!important;
  padding:0 18px!important;
  border:1px solid #cbd6e4!important;
  border-radius:13px!important;
  background:#f8fafc!important;
  font:inherit!important;
}
.ti4-search-dialog form button{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:56px!important;
  padding:0 21px!important;
  border:0!important;
  border-radius:13px!important;
  color:#fff!important;
  background:#d41118!important;
  font:inherit!important;
  font-weight:850!important;
}

/* Bascule mobile avant tout chevauchement */
@media(max-width:1380px){
  .ti4-nav{display:none!important}
  .ti4-mobile-toggle{display:flex!important}
}
@media(max-width:860px){
  .ti4-shell{width:min(100% - 26px,1500px)!important}
  .ti4-navbar,
  .ti4-navbar-inner{height:72px!important;min-height:72px!important;max-height:72px!important}
  .ti4-navbar-inner{grid-template-columns:210px 1fr!important;gap:12px!important}
  .ti4-logo{width:210px!important;height:54px!important}
  .ti4-logo img{width:210px!important;height:54px!important;max-width:210px!important;max-height:54px!important}
  .ti4-actions>.ti4-search-toggle,
  .ti4-actions>.ti4-portal,
  .ti4-actions>.ti4-appointment{display:none!important}
}
@media(max-width:560px){
  body.admin-bar .ti4-header{top:46px!important}
  .ti4-announcement-inner{justify-content:flex-start!important;padding-right:42px!important}
  .ti4-announcement-copy{justify-content:flex-start!important;text-align:left!important}
  .ti4-announcement-copy a{margin-left:21px!important}
  .ti4-navbar-inner{grid-template-columns:180px 1fr!important}
  .ti4-logo{width:180px!important;height:48px!important}
  .ti4-logo img{width:180px!important;height:48px!important;max-width:180px!important;max-height:48px!important}
  .ti4-search-dialog{padding:38px 22px 25px!important}
  .ti4-search-dialog form{grid-template-columns:1fr!important}
}



/* Barre d’annonce TesImpôts */
.ti-announcement{
  position:relative;
  color:#fff;
  font-family:Inter,Arial,sans-serif;
}
.ti-announcement-success{background:linear-gradient(90deg,#001c45,#082a57)}
.ti-announcement-info{background:linear-gradient(90deg,#0a4d92,#1469b8)}
.ti-announcement-warning{background:linear-gradient(90deg,#b96b00,#d17b00)}
.ti-announcement-important{background:linear-gradient(90deg,#b90f16,#d41118)}
.ti-announcement-inner{
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  min-height:40px;
  gap:18px;
}
.ti-announcement-message{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.ti-announcement-message strong{
  color:#fff;
  font-size:.82rem;
  line-height:1.35;
}
.ti-announcement-status{
  position:relative;
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:#35d07f;
  box-shadow:0 0 0 4px rgba(53,208,127,.14);
}
.ti-announcement-success .ti-announcement-status::after{
  content:"";
  position:absolute;
  inset:-4px;
  border:1px solid rgba(53,208,127,.42);
  border-radius:50%;
  animation:ti-status-pulse 2.8s ease-out infinite;
}
@keyframes ti-status-pulse{
  0%,55%{opacity:0;transform:scale(.75)}
  65%{opacity:.65}
  100%{opacity:0;transform:scale(1.7)}
}
@media (prefers-reduced-motion: reduce){
  .ti-announcement-success .ti-announcement-status::after{animation:none}
}
.ti-announcement-info .ti-announcement-status{background:#9dd0ff}
.ti-announcement-warning .ti-announcement-status{background:#ffe0a3}
.ti-announcement-important .ti-announcement-status{background:#ffafb2}
.ti-announcement-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:30px;
  padding:0 11px;
  border:1px solid #d41118;
  border-radius:8px;
  color:#fff!important;
  background:#d41118;
  box-shadow:0 6px 14px rgba(212,17,24,.2);
  text-decoration:none!important;
  font-size:.76rem;
  font-weight:850;
  white-space:nowrap;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}
.ti-announcement-link svg{
  width:17px;
  height:17px;
  transition:transform .15s ease;
}
.ti-announcement-link:hover{
  transform:translateY(-1px);
  background:#bf0f16;
  box-shadow:0 8px 18px rgba(212,17,24,.26);
}
.ti-announcement-link:hover svg{transform:translateX(3px)}
.ti-announcement-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  padding:0;
  border:1px solid rgba(255,255,255,.24);
  border-radius:9px;
  color:#fff;
  background:rgba(255,255,255,.08);
  cursor:pointer;
}
.ti-announcement-close:hover{background:rgba(255,255,255,.16)}
.ti-announcement-close svg{width:17px;height:17px}
.ti-announcement[hidden]{display:none!important}

@media(max-width:760px){
  .ti-announcement-inner{
    grid-template-columns:1fr auto;
    min-height:48px;
    gap:10px;
    padding-top:7px;
    padding-bottom:7px;
  }
  .ti-announcement-message strong{font-size:.78rem}
  .ti-announcement-link{
    grid-column:1;
    padding-left:19px;
    font-size:.75rem;
  }
  .ti-announcement-close{
    grid-column:2;
    grid-row:1 / span 2;
  }
}



/* =========================================================
   HEADER OFFICIEL TESIMPÔTS
   ========================================================= */
body.tesimpots-hide-theme-header header.site-header:not(.ti-header),
body.tesimpots-hide-theme-header #masthead,
body.tesimpots-hide-theme-header .site-header:not(.ti-header),
body.tesimpots-hide-theme-header .main-header-bar-wrap,
body.tesimpots-hide-theme-header .ast-above-header-wrap,
body.tesimpots-hide-theme-header .ast-primary-header-bar,
body.tesimpots-hide-theme-header .elementor-location-header,
body.tesimpots-hide-theme-header [data-elementor-type="header"],
body.tesimpots-hide-theme-header .wp-site-blocks > header:not(.ti-header),
body.tesimpots-hide-theme-header .wp-block-template-part header:not(.ti-header),
body.tesimpots-hide-theme-header #header:not(.ti-header),
body.tesimpots-hide-theme-header #site-header:not(.ti-header),
body.tesimpots-hide-theme-header .theme-header,
body.tesimpots-hide-theme-header .global-header{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

.ti-header{
  position:sticky;
  top:0;
  z-index:99990;
  width:100%;
  font-family:Inter,Arial,sans-serif;
  color:var(--ti-text);
  background:#fff;
}
body.admin-bar .ti-header{top:32px}
.ti-header-fallback{
  position:fixed;
  top:0;
  left:0;
  right:0;
}
body.admin-bar .ti-header-fallback{top:32px}
.ti-header-container{
  width:min(1320px,calc(100% - 40px));
  margin:0 auto;
}
.ti-header-topbar{
  min-height:35px;
  background:var(--ti-navy);
  color:#fff;
  font-size:.76rem;
}
.ti-header-topbar .ti-header-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:35px;
  gap:24px;
}
.ti-header-topbar-left{
  display:flex;
  align-items:center;
  gap:22px;
}
.ti-header-topbar a,
.ti-header-topbar span{
  color:#fff!important;
  text-decoration:none!important;
  opacity:.88;
}
.ti-header-topbar a:hover{opacity:1}
.ti-header-main{
  position:relative;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(0,28,69,.09);
  box-shadow:0 3px 14px rgba(0,28,69,.035);
  backdrop-filter:saturate(180%) blur(14px);
}
.ti-header-main-inner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  min-height:82px;
  gap:34px;
}
.ti-header-logo{
  display:inline-flex;
  align-items:center;
  min-width:190px;
  text-decoration:none!important;
}
.ti-header-logo .custom-logo-link{display:inline-flex}
.ti-header-logo img{
  display:block;
  width:auto;
  max-width:230px;
  max-height:62px;
}
.ti-header-logo strong{
  color:var(--ti-navy);
  font-size:1.7rem;
  letter-spacing:-.04em;
}
.ti-desktop-nav{
  display:flex;
  align-items:stretch;
  justify-content:center;
  align-self:stretch;
  gap:7px;
}
.ti-nav-group{
  position:relative;
  display:flex;
  align-items:stretch;
}
.ti-nav-trigger{
  display:flex;
  align-items:center;
  gap:6px;
  padding:0 14px;
  border:0;
  color:#263750;
  background:transparent;
  font:inherit;
  font-size:.91rem;
  font-weight:760;
  cursor:pointer;
}
.ti-nav-trigger svg{width:14px;height:14px;transition:transform .18s ease}
.ti-nav-trigger:hover,
.ti-nav-group.is-open .ti-nav-trigger{color:var(--ti-red)}
.ti-nav-group.is-open .ti-nav-trigger svg{transform:rotate(180deg)}
.ti-mega-menu{
  position:absolute;
  top:calc(100% - 1px);
  left:50%;
  display:grid;
  grid-template-columns:260px minmax(450px,620px);
  width:max-content;
  max-width:900px;
  padding:12px;
  border:1px solid var(--ti-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 60px rgba(0,28,69,.15);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,10px);
  transition:opacity .17s ease,transform .17s ease,visibility .17s ease;
}
.ti-nav-group.is-open .ti-mega-menu{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.ti-mega-intro{
  padding:25px;
  border-radius:13px;
  background:linear-gradient(145deg,var(--ti-navy),#0b356b);
  color:#fff;
}
.ti-mega-intro span{
  display:block;
  color:#ffb4b7;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.ti-mega-intro strong{
  display:block;
  margin-top:13px;
  font-size:1.25rem;
  line-height:1.35;
  letter-spacing:-.025em;
}
.ti-mega-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(190px,1fr));
  align-content:start;
  gap:3px;
  padding:8px 10px 8px 14px;
}
.ti-mega-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:46px;
  padding:9px 12px;
  border-radius:10px;
  color:#34435b!important;
  text-decoration:none!important;
  font-size:.88rem;
  font-weight:670;
  line-height:1.25;
  transition:background .15s ease,color .15s ease,transform .15s ease;
}
.ti-mega-links a svg{width:18px;height:18px;flex:0 0 auto;opacity:.45}
.ti-mega-links a:hover{
  color:var(--ti-red)!important;
  background:#fff5f5;
  transform:translateX(2px);
}
.ti-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
}
.ti-header-search-button,
.ti-mobile-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid var(--ti-line);
  border-radius:12px;
  color:var(--ti-navy);
  background:#fff;
  cursor:pointer;
}
.ti-header-search-button svg,
.ti-mobile-toggle svg{width:21px;height:21px}
.ti-header-portal,
.ti-header-appointment{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 17px;
  border-radius:11px;
  text-decoration:none!important;
  font-size:.86rem;
  font-weight:850;
  white-space:nowrap;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}
.ti-header-portal{
  gap:8px;
  border:1px solid #b9c7d9;
  color:var(--ti-navy)!important;
  background:#fff;
}
.ti-header-portal svg{width:19px;height:19px}
.ti-header-portal:hover{
  background:#f4f7fb;
  box-shadow:0 7px 18px rgba(0,28,69,.08);
}
.ti-header-appointment{
  border:1px solid var(--ti-red);
  color:#fff!important;
  background:var(--ti-red);
  box-shadow:0 9px 22px rgba(212,17,24,.2);
}
.ti-header-appointment:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 27px rgba(212,17,24,.27);
}
.ti-mobile-toggle{display:none}
.ti-mobile-panel{
  position:fixed;
  top:0;
  right:0;
  z-index:100002;
  display:flex;
  flex-direction:column;
  width:min(420px,92vw);
  height:100dvh;
  padding:22px;
  background:#fff;
  box-shadow:-24px 0 60px rgba(0,28,69,.18);
  transform:translateX(105%);
  visibility:hidden;
  transition:transform .25s ease,visibility .25s ease;
}
.ti-mobile-panel.is-open{
  transform:translateX(0);
  visibility:visible;
}
.ti-mobile-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:18px;
  border-bottom:1px solid var(--ti-line);
}
.ti-mobile-panel-head strong{
  color:var(--ti-navy);
  font-size:1.25rem;
}
.ti-mobile-close,
.ti-search-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--ti-line);
  border-radius:11px;
  color:var(--ti-navy);
  background:#fff;
  cursor:pointer;
}
.ti-mobile-close svg,
.ti-search-close svg{width:21px;height:21px}
.ti-mobile-nav{
  flex:1;
  overflow:auto;
  padding:14px 0;
}
.ti-mobile-nav details{border-bottom:1px solid var(--ti-line)}
.ti-mobile-nav summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:17px 2px;
  color:var(--ti-navy);
  font-weight:850;
  cursor:pointer;
  list-style:none;
}
.ti-mobile-nav summary::-webkit-details-marker{display:none}
.ti-mobile-nav summary svg{width:16px;height:16px;transition:transform .16s ease}
.ti-mobile-nav details[open] summary svg{transform:rotate(180deg)}
.ti-mobile-nav details>div{
  display:grid;
  gap:3px;
  padding:0 0 14px 12px;
}
.ti-mobile-nav details a{
  padding:9px 8px;
  color:#46546b!important;
  text-decoration:none!important;
  font-size:.93rem;
}
.ti-mobile-actions{
  display:grid;
  gap:10px;
  padding-top:16px;
  border-top:1px solid var(--ti-line);
}
.ti-mobile-actions .ti-header-portal,
.ti-mobile-actions .ti-header-appointment{width:100%}
.ti-mobile-contact{
  padding:10px;
  color:var(--ti-navy)!important;
  text-align:center;
  text-decoration:none!important;
  font-weight:800;
}
.ti-search-overlay{
  position:fixed;
  inset:0;
  z-index:100003;
  display:grid;
  place-items:start center;
  padding:12vh 20px 40px;
  background:rgba(0,20,50,.72);
  backdrop-filter:blur(10px);
  opacity:0;
  visibility:hidden;
  transition:opacity .2s ease,visibility .2s ease;
}
.ti-search-overlay.is-open{
  opacity:1;
  visibility:visible;
}
.ti-search-dialog{
  position:relative;
  width:min(760px,100%);
  padding:44px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 35px 90px rgba(0,0,0,.25);
}
.ti-search-dialog>span{
  display:block;
  color:var(--ti-red);
  font-size:.73rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.ti-search-dialog>strong{
  display:block;
  margin-top:10px;
  color:var(--ti-navy);
  font-size:clamp(2rem,5vw,3.3rem);
  letter-spacing:-.045em;
}
.ti-search-close{
  position:absolute;
  top:20px;
  right:20px;
}
.ti-search-dialog form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  margin-top:28px;
}
.ti-search-dialog input{
  min-width:0;
  min-height:56px;
  padding:0 18px;
  border:1px solid #cbd6e4;
  border-radius:13px;
  color:var(--ti-navy);
  background:#f8fafc;
  font:inherit;
  font-size:1rem;
  outline:none;
}
.ti-search-dialog input:focus{
  border-color:var(--ti-blue);
  box-shadow:0 0 0 4px rgba(27,102,209,.12);
}
.ti-search-dialog form button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:56px;
  padding:0 21px;
  border:0;
  border-radius:13px;
  color:#fff;
  background:var(--ti-red);
  font:inherit;
  font-weight:850;
  cursor:pointer;
}
.ti-search-dialog form button svg{width:19px;height:19px}
body.ti-menu-open{overflow:hidden}

@media(max-width:1180px){
  .ti-desktop-nav{display:none}
  .ti-header-main-inner{grid-template-columns:auto 1fr}
  .ti-header-actions{justify-self:end}
  .ti-mobile-toggle{display:inline-flex}
}
@media(max-width:760px){
  body.admin-bar .ti-header{top:46px}
  body.admin-bar .ti-header-fallback{top:46px}
  .ti-header-container{width:min(100% - 26px,1320px)}
  .ti-header-topbar{display:none}
  .ti-header-main-inner{min-height:72px;gap:12px}
  .ti-header-logo{min-width:0}
  .ti-header-logo img{max-width:175px;max-height:52px}
  .ti-header-search-button{display:none}
  .ti-header-actions>.ti-header-portal,
  .ti-header-actions>.ti-header-appointment{display:none}
  .ti-search-dialog{padding:38px 22px 25px}
  .ti-search-dialog form{grid-template-columns:1fr}
  .ti-search-dialog form button{justify-content:center}
}

:root{--ti-navy:#001c45;--ti-navy2:#062b60;--ti-red:#e10d1a;--ti-blue:#1b66d1;--ti-text:#071b3d;--ti-muted:#5d6b82;--ti-line:#dfe5ee;--ti-soft:#f7f9fc;--ti-white:#fff}.ti-footer *,.ti-directory *{box-sizing:border-box}
body.tesimpots-hide-theme-footer footer.site-footer:not(.ti-footer),body.tesimpots-hide-theme-footer #colophon,body.tesimpots-hide-theme-footer .site-footer:not(.ti-footer),body.tesimpots-hide-theme-footer .ast-footer-wrap,body.tesimpots-hide-theme-footer .ast-small-footer,body.tesimpots-hide-theme-footer .ast-above-footer-wrap,body.tesimpots-hide-theme-footer .ast-primary-footer-bar,body.tesimpots-hide-theme-footer .footer-widgets,body.tesimpots-hide-theme-footer .footer-area,body.tesimpots-hide-theme-footer .footer-wrapper,body.tesimpots-hide-theme-footer .footer-container,body.tesimpots-hide-theme-footer .theme-footer,body.tesimpots-hide-theme-footer .main-footer,body.tesimpots-hide-theme-footer .global-footer,body.tesimpots-hide-theme-footer .elementor-location-footer,body.tesimpots-hide-theme-footer [data-elementor-type="footer"],body.tesimpots-hide-theme-footer .site-info,body.tesimpots-hide-theme-footer #footer,body.tesimpots-hide-theme-footer #site-footer,body.tesimpots-hide-theme-footer .wp-site-blocks>.wp-block-template-part:last-child{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important}.ti-footer{display:block!important;visibility:visible!important;height:auto!important;overflow:visible!important}
.ti-footer{width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ti-text);background:#fff;border-top:1px solid var(--ti-line)}.ti-trust-band{padding:38px 0 34px;background:#fff;border-bottom:1px solid var(--ti-line)}.ti-trust-grid{width:min(1320px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}.ti-trust-grid article{min-height:190px;padding:4px 30px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--ti-line)}.ti-trust-grid article:last-child{border-right:0}.ti-trust-symbol{display:flex;align-items:center;justify-content:center;height:76px;margin-bottom:15px}.ti-trust-symbol svg{display:block}.ti-maple{color:var(--ti-red)}.ti-maple svg{width:70px;height:70px}.ti-flags svg{width:124px;height:54px}.ti-shield{color:var(--ti-red)}.ti-shield svg{width:68px;height:68px}.ti-people{color:var(--ti-navy)}.ti-people svg{width:82px;height:67px}.ti-trust-grid h2{margin:0;color:var(--ti-text);font-size:1.13rem;line-height:1.25;font-weight:850;letter-spacing:-.02em}.ti-trust-grid p{margin:9px 0 0;color:var(--ti-muted);font-size:.9rem;line-height:1.45}
.ti-footer-main{padding:50px 0 46px;background:linear-gradient(180deg,#fff,#fbfcfe)}.ti-footer-main-grid{width:min(1480px,calc(100% - 60px));margin:auto;display:grid;grid-template-columns:1.35fr repeat(5,minmax(0,1fr));gap:30px}.ti-footer-brand{padding-right:14px}.ti-footer-logo{display:inline-flex;text-decoration:none!important}.ti-footer-logo .custom-logo-link{display:block}.ti-footer-logo img{display:block;width:auto;max-width:285px;max-height:100px;object-fit:contain}.ti-footer-logo strong{font-size:2rem;color:var(--ti-navy)}.ti-footer-tagline{margin:18px 0 22px;color:#3d4b63;font-size:.92rem;font-weight:600}.ti-footer-tagline span{margin:0 6px;color:var(--ti-red)}.ti-footer-brand address{display:grid;gap:13px;font-style:normal}.ti-footer-brand address span,.ti-footer-brand address a{display:flex;align-items:center;gap:12px;color:var(--ti-text)!important;text-decoration:none!important;font-size:.88rem}.ti-footer-brand address svg{width:20px;height:20px;color:var(--ti-red);flex:0 0 20px}.ti-footer-brand address b{font-weight:600}.ti-footer-column h2{position:relative;margin:7px 0 24px;padding-bottom:12px;color:var(--ti-text);font-size:.88rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.ti-footer-column h2:after{content:"";position:absolute;left:0;bottom:0;width:34px;height:2px;background:var(--ti-red)}.ti-footer-links{display:grid;gap:0}.ti-footer-column a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 0;color:var(--ti-text)!important;text-decoration:none!important;font-size:.86rem;line-height:1.3;transition:color .15s ease,transform .15s ease}.ti-footer-column a span{display:inline-flex;align-items:center;gap:7px}.ti-footer-column a b{color:var(--ti-red);font-size:1.3rem;font-weight:400;line-height:1}.ti-footer-column a:hover{color:var(--ti-red)!important;transform:translateX(3px)}.ti-footer-column em{padding:3px 6px;border-radius:4px;background:var(--ti-red);color:#fff;font-size:.55rem;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.ti-help-band{width:min(1430px,calc(100% - 60px));margin:0 auto 24px;padding:26px 36px;border-radius:17px;background:linear-gradient(135deg,var(--ti-navy),var(--ti-navy2));color:#fff;box-shadow:0 18px 42px rgba(0,28,69,.14)}.ti-help-wrap{display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:24px}.ti-help-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.ti-help-icon svg{width:37px;height:37px}.ti-help-copy strong,.ti-help-copy small{display:block}.ti-help-copy strong{font-size:1.2rem;letter-spacing:-.02em}.ti-help-copy small{margin-top:6px;font-size:.88rem;opacity:.85}.ti-help-actions{display:flex;align-items:center;gap:17px}.ti-help-actions a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 22px;border:1px solid rgba(255,255,255,.8);border-radius:12px;color:#fff!important;text-decoration:none!important;font-size:.86rem;font-weight:800}.ti-help-actions svg{width:20px;height:20px}.ti-help-actions .ti-help-primary{border-color:var(--ti-red);background:var(--ti-red);padding-inline:25px}.ti-help-actions a:hover{transform:translateY(-1px)}
.ti-guarantee-card{width:min(1430px,calc(100% - 60px));margin:0 auto 25px;padding:22px 35px;border:1px solid #e9edf3;border-radius:17px;background:#fff;box-shadow:0 12px 32px rgba(0,28,69,.07);display:grid;grid-template-columns:1.6fr repeat(3,.8fr);align-items:center}.ti-guarantee-main{display:flex;align-items:center;gap:24px;padding-right:28px}.ti-guarantee-main>span{display:flex;align-items:center;justify-content:center;width:78px;height:78px;flex:0 0 78px;border-radius:50%;background:#fff0f1;color:var(--ti-red)}.ti-guarantee-main svg{width:58px;height:58px}.ti-guarantee-main strong{display:block;font-size:1.08rem}.ti-guarantee-main p{margin:8px 0 0;color:var(--ti-text);font-size:.84rem;line-height:1.55}.ti-guarantee-point{min-height:75px;padding:0 25px;border-left:1px solid var(--ti-line);display:flex;align-items:center;justify-content:center;gap:17px;color:var(--ti-text)}.ti-guarantee-point span{color:var(--ti-red);display:flex}.ti-guarantee-point svg{width:38px;height:38px}.ti-guarantee-point b{font-size:.86rem;line-height:1.4}
.ti-footer-bottom{padding:23px 0;background:var(--ti-navy);color:#fff}.ti-footer-bottom-wrap{width:min(1410px,calc(100% - 60px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:.78rem}.ti-footer-bottom nav{display:flex;align-items:center;gap:0}.ti-footer-bottom nav a{padding:0 28px;border-left:1px solid rgba(255,255,255,.65);color:#fff!important;text-decoration:none!important}.ti-footer-bottom nav a:hover{color:#ffb8bd!important}
.ti-breadcrumbs{width:min(1180px,calc(100% - 40px));margin:18px auto;display:flex;gap:8px;color:var(--ti-muted);font-family:Inter,Arial,sans-serif;font-size:.84rem}.ti-breadcrumbs a{color:var(--ti-navy)!important;text-decoration:none!important}.ti-directory{font-family:Inter,Arial,sans-serif}.ti-directory-hero{padding:96px 0 74px;border-bottom:1px solid var(--ti-line);background:linear-gradient(#fff,#fbfcfe)}.ti-directory-wrap{width:min(1280px,calc(100% - 40px));margin:auto}.ti-directory-kicker{color:var(--ti-red);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.ti-directory h1{margin:12px 0 0;color:var(--ti-navy);font-size:clamp(3rem,5vw,5rem);letter-spacing:-.045em}.ti-directory-hero p{color:var(--ti-muted);font-size:1.05rem}.ti-directory-section{padding:78px 0;background:var(--ti-soft)}.ti-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ti-directory-card{display:flex;flex-direction:column;min-height:230px;padding:28px;border:1px solid var(--ti-line);border-radius:21px;background:#fff;text-decoration:none!important;color:inherit!important;box-shadow:0 12px 30px rgba(0,28,69,.045)}
@media(max-width:1180px){.ti-footer-main-grid{grid-template-columns:1.2fr repeat(2,1fr)}.ti-help-wrap{grid-template-columns:auto 1fr}.ti-help-actions{grid-column:1/-1;justify-content:flex-end}.ti-guarantee-card{grid-template-columns:1.4fr repeat(3,1fr)}}
@media(max-width:820px){.ti-trust-grid{grid-template-columns:repeat(2,1fr)}.ti-trust-grid article:nth-child(2){border-right:0}.ti-trust-grid article:nth-child(-n+2){border-bottom:1px solid var(--ti-line)}.ti-footer-main-grid{grid-template-columns:1fr 1fr}.ti-footer-brand{grid-column:1/-1}.ti-help-wrap{grid-template-columns:1fr;text-align:center}.ti-help-icon{margin:auto}.ti-help-actions{justify-content:center;flex-wrap:wrap}.ti-guarantee-card{grid-template-columns:1fr 1fr}.ti-guarantee-main{grid-column:1/-1;padding-bottom:20px}.ti-guarantee-point{border-top:1px solid var(--ti-line);border-left:0;padding-top:18px}.ti-footer-bottom-wrap{flex-direction:column;text-align:center}.ti-footer-bottom nav{flex-wrap:wrap;justify-content:center}}
@media(max-width:560px){.ti-trust-grid,.ti-footer-main-grid{grid-template-columns:1fr}.ti-trust-grid article{border-right:0!important;border-bottom:1px solid var(--ti-line)}.ti-trust-grid article:last-child{border-bottom:0}.ti-footer-main-grid,.ti-trust-grid,.ti-footer-bottom-wrap{width:min(100% - 28px,1410px)}.ti-help-band,.ti-guarantee-card{width:min(100% - 24px,1430px)}.ti-help-actions{display:grid;width:100%}.ti-help-actions a{width:100%}.ti-guarantee-card{grid-template-columns:1fr}.ti-guarantee-main{align-items:flex-start}.ti-guarantee-point{justify-content:flex-start}.ti-footer-bottom nav a{padding:7px 12px;border:0}.ti-directory-grid{grid-template-columns:1fr}}


/* =========================================================
   HEADER PREMIUM v3.5 — OVERRIDES FINAUX
   ========================================================= */

/* Barre d'annonce : toujours bleu marine pour le style Succès */
.ti-header .ti-announcement-success{
  background:linear-gradient(90deg,#001c45 0%,#082a57 100%)!important;
}
.ti-header .ti-announcement{
  min-height:38px;
}
.ti-header .ti-announcement-inner{
  position:relative;
  display:flex!important;
  align-items:center;
  justify-content:center;
  min-height:38px!important;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:48px;
}
.ti-header .ti-announcement-message{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 12px;
  width:100%;
  text-align:center;
}
.ti-header .ti-announcement-message strong{
  font-size:.8rem!important;
  font-weight:800;
}
.ti-header .ti-announcement-link{
  min-height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  color:#fff!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:.78rem!important;
  font-weight:900;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:4px!important;
}
.ti-header .ti-announcement-link:hover{
  transform:none!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:.82;
}
.ti-header .ti-announcement-close{
  position:absolute!important;
  top:50%;
  right:0;
  width:28px!important;
  height:28px!important;
  transform:translateY(-50%);
  border-color:rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.04)!important;
  opacity:.58;
}
.ti-header .ti-announcement-close:hover{
  background:rgba(255,255,255,.10)!important;
  opacity:1;
}

/* Le bandeau téléphone/courriel est retiré */
.ti-header .ti-header-topbar{
  display:none!important;
}

/* Header principal plus bas, plus compact et mieux aligné */
.ti-header .ti-header-main-inner{
  grid-template-columns:minmax(170px,210px) minmax(0,1fr) auto!important;
  min-height:68px!important;
  gap:20px!important;
}
.ti-header .ti-header-logo{
  min-width:0!important;
}
.ti-header .ti-header-logo img{
  max-width:190px!important;
  max-height:50px!important;
}
.ti-header .ti-desktop-nav{
  gap:2px!important;
  min-width:0;
}
.ti-header .ti-nav-trigger{
  padding:0 10px!important;
  font-size:.87rem!important;
}
.ti-header .ti-header-actions{
  flex-wrap:nowrap!important;
  gap:7px!important;
}
.ti-header .ti-header-search-button{
  width:40px!important;
  height:40px!important;
  border-radius:10px!important;
}
.ti-header .ti-header-portal,
.ti-header .ti-header-appointment{
  min-height:40px!important;
  padding:0 14px!important;
  border-radius:10px!important;
  font-size:.82rem!important;
}
.ti-header .ti-header-portal svg{
  width:17px!important;
  height:17px!important;
}

/* À largeur moyenne, on garde les actions sur une seule ligne */
@media(max-width:1320px){
  .ti-header .ti-header-main-inner{
    grid-template-columns:minmax(155px,185px) minmax(0,1fr) auto!important;
    gap:14px!important;
  }
  .ti-header .ti-header-logo img{
    max-width:168px!important;
  }
  .ti-header .ti-nav-trigger{
    padding:0 8px!important;
    font-size:.83rem!important;
  }
  .ti-header .ti-header-portal,
  .ti-header .ti-header-appointment{
    padding:0 11px!important;
    font-size:.78rem!important;
  }
}

/* Mobile */
@media(max-width:760px){
  .ti-header .ti-announcement-inner{
    justify-content:flex-start;
    min-height:48px!important;
    padding-right:44px;
  }
  .ti-header .ti-announcement-message{
    justify-content:flex-start;
    text-align:left;
  }
  .ti-header .ti-announcement-link{
    margin-left:21px;
  }
  .ti-header .ti-header-main-inner{
    min-height:64px!important;
  }
  .ti-header .ti-header-logo img{
    max-width:160px!important;
    max-height:46px!important;
  }
}


/* =========================================================
   CORRECTIF HEADER v3.5.1 — BOSA PRO
   ========================================================= */

/* Réaffichage fiable de la barre d'annonce */
.ti-header .ti-announcement{
  display:block!important;
  visibility:visible!important;
  width:100%!important;
}
.ti-header .ti-announcement[hidden]{
  display:none!important;
}
.ti-header .ti-announcement-success{
  background:#001c45!important;
}

/* Verrouille le header sur UNE seule ligne compacte */
.ti-header .ti-header-main{
  height:76px!important;
  min-height:76px!important;
  max-height:76px!important;
  overflow:visible!important;
}
.ti-header .ti-header-main-inner{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:min(1320px,calc(100% - 40px))!important;
  height:76px!important;
  min-height:76px!important;
  max-height:76px!important;
  margin:0 auto!important;
  padding:0!important;
  gap:24px!important;
}

/* Neutralise les marges et dimensions injectées par le thème */
.ti-header .ti-header-main-inner > *{
  align-self:center!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}

.ti-header .ti-header-logo{
  display:flex!important;
  align-items:center!important;
  flex:0 0 225px!important;
  width:225px!important;
  height:58px!important;
  min-width:225px!important;
  max-width:225px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
.ti-header .ti-header-logo .custom-logo-link{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:225px!important;
  height:58px!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
.ti-header .ti-header-logo img,
.ti-header .ti-header-logo .custom-logo{
  display:block!important;
  width:225px!important;
  height:58px!important;
  min-width:0!important;
  max-width:225px!important;
  min-height:0!important;
  max-height:58px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:left center!important;
}

.ti-header .ti-desktop-nav{
  display:flex!important;
  flex:1 1 auto!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:center!important;
  height:76px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.ti-header .ti-nav-group{
  height:76px!important;
  align-items:center!important;
}
.ti-header .ti-nav-trigger{
  height:76px!important;
  margin:0!important;
  padding:0 11px!important;
}

.ti-header .ti-header-actions{
  display:flex!important;
  flex:0 0 auto!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  height:76px!important;
  margin:0!important;
  padding:0!important;
  gap:8px!important;
}
.ti-header .ti-header-search-button,
.ti-header .ti-header-portal,
.ti-header .ti-header-appointment{
  align-self:center!important;
  margin:0!important;
  position:static!important;
  transform:none;
}

/* Tablette : passe proprement au menu mobile avant que tout se compresse */
@media(max-width:1240px){
  .ti-header .ti-desktop-nav{display:none!important}
  .ti-header .ti-mobile-toggle{display:inline-flex!important}
  .ti-header .ti-header-main-inner{
    justify-content:space-between!important;
  }
}

/* Mobile */
@media(max-width:760px){
  .ti-header .ti-header-main,
  .ti-header .ti-header-main-inner{
    height:66px!important;
    min-height:66px!important;
    max-height:66px!important;
  }
  .ti-header .ti-header-logo,
  .ti-header .ti-header-logo .custom-logo-link{
    flex-basis:180px!important;
    width:180px!important;
    min-width:180px!important;
    max-width:180px!important;
    height:48px!important;
  }
  .ti-header .ti-header-logo img,
  .ti-header .ti-header-logo .custom-logo{
    width:180px!important;
    height:48px!important;
    max-width:180px!important;
    max-height:48px!important;
  }
  .ti-header .ti-header-actions{
    height:66px!important;
  }
}


/* =========================================================
   AJUSTEMENT HEADER v3.5.2 — ÉQUILIBRE ET ESPACEMENT
   ========================================================= */

/* Un peu plus de hauteur, sans revenir au header surdimensionné */
.ti-header .ti-header-main{
  height:86px!important;
  min-height:86px!important;
  max-height:86px!important;
}
.ti-header .ti-header-main-inner{
  width:min(1580px,calc(100% - 48px))!important;
  height:86px!important;
  min-height:86px!important;
  max-height:86px!important;
  gap:30px!important;
}

/* Logo légèrement plus présent */
.ti-header .ti-header-logo{
  flex:0 0 250px!important;
  width:250px!important;
  min-width:250px!important;
  max-width:250px!important;
  height:66px!important;
}
.ti-header .ti-header-logo .custom-logo-link{
  width:250px!important;
  height:66px!important;
}
.ti-header .ti-header-logo img,
.ti-header .ti-header-logo .custom-logo{
  width:250px!important;
  height:66px!important;
  max-width:250px!important;
  max-height:66px!important;
}

/* Navigation : jamais de retour à la ligne */
.ti-header .ti-desktop-nav{
  height:86px!important;
  gap:6px!important;
  white-space:nowrap!important;
}
.ti-header .ti-nav-group{
  height:86px!important;
  flex:0 0 auto!important;
}
.ti-header .ti-nav-trigger{
  height:86px!important;
  padding:0 12px!important;
  font-size:.89rem!important;
  white-space:nowrap!important;
}
.ti-header .ti-nav-trigger span{
  white-space:nowrap!important;
}

/* Actions mieux séparées */
.ti-header .ti-header-actions{
  height:86px!important;
  gap:10px!important;
}
.ti-header .ti-header-search-button{
  width:42px!important;
  height:42px!important;
}
.ti-header .ti-header-portal,
.ti-header .ti-header-appointment{
  min-height:44px!important;
  padding:0 15px!important;
  font-size:.84rem!important;
}

/* On bascule plus tôt au menu mobile plutôt que de comprimer */
@media(max-width:1480px){
  .ti-header .ti-desktop-nav{display:none!important}
  .ti-header .ti-mobile-toggle{display:inline-flex!important}
  .ti-header .ti-header-main-inner{
    justify-content:space-between!important;
  }
}

/* Largeur intermédiaire : on garde les deux boutons */
@media(max-width:980px){
  .ti-header .ti-header-logo{
    flex-basis:220px!important;
    width:220px!important;
    min-width:220px!important;
    max-width:220px!important;
    height:60px!important;
  }
  .ti-header .ti-header-logo .custom-logo-link,
  .ti-header .ti-header-logo img,
  .ti-header .ti-header-logo .custom-logo{
    width:220px!important;
    height:60px!important;
    max-width:220px!important;
    max-height:60px!important;
  }
}

/* Mobile */
@media(max-width:760px){
  .ti-header .ti-header-main,
  .ti-header .ti-header-main-inner{
    height:70px!important;
    min-height:70px!important;
    max-height:70px!important;
  }
  .ti-header .ti-header-main-inner{
    width:min(100% - 24px,1580px)!important;
  }
  .ti-header .ti-header-logo{
    flex-basis:185px!important;
    width:185px!important;
    min-width:185px!important;
    max-width:185px!important;
    height:50px!important;
  }
  .ti-header .ti-header-logo .custom-logo-link,
  .ti-header .ti-header-logo img,
  .ti-header .ti-header-logo .custom-logo{
    width:185px!important;
    height:50px!important;
    max-width:185px!important;
    max-height:50px!important;
  }
  .ti-header .ti-header-actions{
    height:70px!important;
  }
}


/* =========================================================
   ENTREPRISE v4.3 — HEURES ET RÉPUTATION
   ========================================================= */
.ti-footer-open-status{
  display:flex!important;
  align-items:flex-start!important;
  gap:11px!important;
  margin-top:4px!important;
  padding:10px 12px!important;
  border:1px solid #e1e8f0!important;
  border-radius:11px!important;
  background:#f8fafc!important;
  color:#596579!important;
}
.ti-footer-open-status i{
  display:block!important;
  width:9px!important;
  height:9px!important;
  flex:0 0 9px!important;
  margin-top:4px!important;
  border-radius:50%!important;
  background:#d41118!important;
}
.ti-footer-open-status.is-open i{background:#22a866!important}
.ti-footer-open-status b{
  display:block!important;
  color:#001c45!important;
  font-size:.78rem!important;
  line-height:1.25!important;
}
.ti-footer-open-status small{
  display:block!important;
  margin-top:3px!important;
  color:#667085!important;
  font-size:.7rem!important;
  font-weight:500!important;
}

.tesimpots-office-hours{
  width:min(1180px,calc(100% - 40px));
  margin:42px auto;
  padding:30px;
  border:1px solid #e1e8f0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 36px rgba(0,28,69,.06);
  font-family:Inter,Arial,sans-serif;
}
.tesimpots-office-hours-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-bottom:23px;
  border-bottom:1px solid #e6ebf1;
}
.tesimpots-office-hours-head small{
  display:block;
  color:#d41118;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.tesimpots-office-hours-head h2{
  margin:6px 0 0;
  color:#001c45;
  font-size:clamp(1.7rem,3vw,2.4rem);
  letter-spacing:-.035em;
}
.tesimpots-hours-status{
  display:flex;
  align-items:flex-start;
  gap:11px;
  min-width:210px;
  padding:13px 15px;
  border-radius:13px;
  background:#fff5f5;
}
.tesimpots-hours-status>span{
  width:10px;
  height:10px;
  flex:0 0 10px;
  margin-top:4px;
  border-radius:50%;
  background:#d41118;
}
.tesimpots-hours-status.is-open{background:#ecf9f2}
.tesimpots-hours-status.is-open>span{background:#22a866}
.tesimpots-hours-status strong,
.tesimpots-hours-status small{display:block}
.tesimpots-hours-status strong{color:#001c45;font-size:.86rem}
.tesimpots-hours-status small{margin-top:3px;color:#667085;font-size:.75rem}
.tesimpots-hours-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 34px;
  margin-top:20px;
}
.tesimpots-hours-list>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:12px 2px;
  border-bottom:1px solid #edf0f4;
}
.tesimpots-hours-list strong{color:#001c45;font-size:.9rem}
.tesimpots-hours-list span{color:#596579;font-size:.88rem}
.tesimpots-hours-note{margin:22px 0 0;color:#596579;line-height:1.65}
@media(max-width:720px){
  .tesimpots-office-hours{width:min(100% - 28px,1180px);padding:22px}
  .tesimpots-office-hours-head{align-items:flex-start;flex-direction:column}
  .tesimpots-hours-status{width:100%}
  .tesimpots-hours-list{grid-template-columns:1fr}
}


/* =========================================================
   FOOTER v4.3.1 — RÉPUTATION ET SERVICE HYBRIDE
   ========================================================= */
.ti-footer-google-proof{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:22px 0 18px!important;
  padding:14px 15px!important;
  border:1px solid #e1e8f0!important;
  border-radius:13px!important;
  color:#001c45!important;
  background:#fff!important;
  box-shadow:0 9px 24px rgba(0,28,69,.05)!important;
  text-decoration:none!important;
  transition:transform .16s ease,box-shadow .16s ease!important;
}
.ti-footer-google-proof:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 13px 30px rgba(0,28,69,.08)!important;
}
.ti-footer-google-stars{
  flex:0 0 auto!important;
  color:#f4b400!important;
  font-size:1rem!important;
  letter-spacing:.05em!important;
  white-space:nowrap!important;
}
.ti-footer-google-proof>span:last-child,
.ti-footer-google-proof strong,
.ti-footer-google-proof small{display:block!important}
.ti-footer-google-proof strong{color:#001c45!important;font-size:.83rem!important}
.ti-footer-google-proof small{margin-top:3px!important;color:#667085!important;font-size:.7rem!important}

/* L'ancien statut ouvert/fermé n'est plus utilisé */
.ti-footer-open-status{display:none!important}

.ti-footer-service-info{
  display:flex!important;
  align-items:flex-start!important;
  gap:11px!important;
  margin-top:8px!important;
  padding:11px 12px!important;
  border:1px solid #e1e8f0!important;
  border-radius:11px!important;
  color:#001c45!important;
  background:#f8fafc!important;
  text-decoration:none!important;
}
.ti-footer-service-info>svg{
  width:20px!important;
  height:20px!important;
  flex:0 0 20px!important;
  margin-top:1px!important;
  color:#d41118!important;
}
.ti-footer-service-info b,
.ti-footer-service-info small{display:block!important}
.ti-footer-service-info b{color:#001c45!important;font-size:.78rem!important;line-height:1.25!important}
.ti-footer-service-info small{margin-top:3px!important;color:#667085!important;font-size:.69rem!important;font-weight:500!important}
.ti-footer-online-service>svg{color:#1b66d1!important}
.ti-footer-secure-service>svg{color:#001c45!important}
.ti-footer-secure-service:hover{background:#f1f5fa!important}


/* =========================================================
   DISCUSSION EN DIRECT TESIMPÔTS v4.4
   ========================================================= */
.ti-chat,
.ti-chat *{box-sizing:border-box}
.ti-chat{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:99980;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
  font-family:Inter,Arial,sans-serif;
}
.ti-chat-left{right:auto;left:24px;align-items:flex-start}
.ti-chat-panel{
  position:relative;
  width:min(350px,calc(100vw - 32px));
  padding:24px;
  border:1px solid #dfe6ef;
  border-radius:20px;
  color:#17233b;
  background:#fff;
  box-shadow:0 24px 60px rgba(0,28,69,.18);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px) scale(.98);
  transform-origin:bottom right;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.ti-chat-left .ti-chat-panel{transform-origin:bottom left}
.ti-chat.is-open .ti-chat-panel{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
.ti-chat-panel-close{
  position:absolute;
  top:14px;
  right:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  padding:0;
  border:1px solid #e1e8f0;
  border-radius:10px;
  color:#5f6c80;
  background:#fff;
  cursor:pointer;
}
.ti-chat-panel-close svg{width:17px;height:17px}
.ti-chat-eyebrow{
  display:block;
  padding-right:42px;
  color:#d41118;
  font-size:.69rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ti-chat-panel>strong{
  display:block;
  margin-top:8px;
  padding-right:38px;
  color:#001c45;
  font-size:1.42rem;
  line-height:1.18;
  letter-spacing:-.035em;
}
.ti-chat-panel>p{
  margin:12px 0 18px;
  color:#657185;
  font-size:.9rem;
  line-height:1.55;
}
.ti-chat-action{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:0 15px;
  border-radius:12px;
  color:#fff!important;
  background:#d41118;
  box-shadow:0 10px 23px rgba(212,17,24,.2);
  text-decoration:none!important;
  font-size:.88rem;
  font-weight:850;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}
.ti-chat-action svg:first-child{width:21px;height:21px}
.ti-chat-action svg:last-child{width:18px;height:18px;margin-left:auto}
.ti-chat-action:hover{
  color:#fff!important;
  background:#bf0f16;
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(212,17,24,.27);
}
.ti-chat-panel>small{
  display:block;
  margin-top:11px;
  color:#8791a2;
  text-align:center;
  font-size:.7rem;
}
.ti-chat-toggle{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:0 18px 0 13px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:17px;
  color:#fff;
  background:#001c45;
  box-shadow:0 14px 34px rgba(0,28,69,.23);
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.ti-chat-toggle:hover{
  background:#082a57;
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(0,28,69,.28);
}
.ti-chat-toggle-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:11px;
  color:#fff;
  background:#d41118;
}
.ti-chat-toggle-icon svg{width:21px;height:21px}
.ti-chat-toggle-label{
  font-size:.9rem;
  font-weight:850;
  white-space:nowrap;
}
.ti-chat.is-open .ti-chat-toggle{background:#082a57}
body.admin-bar .ti-chat{bottom:24px}

@media(max-width:760px){
  .ti-chat{right:14px;bottom:14px}
  .ti-chat-left{right:auto;left:14px}
  .ti-chat-panel{width:min(340px,calc(100vw - 28px));padding:21px}
  .ti-chat-toggle{min-height:52px;padding-right:15px}
  .ti-chat-mobile-icon-only .ti-chat-toggle{width:54px;padding:0;justify-content:center}
  .ti-chat-mobile-icon-only .ti-chat-toggle-label{display:none}
  .ti-chat-mobile-icon-only .ti-chat-toggle-icon{background:transparent}
}
@media(prefers-reduced-motion:reduce){
  .ti-chat-panel,.ti-chat-toggle,.ti-chat-action{transition:none}
}


/* =========================================================
   TESIMPÔTS DESIGN SYSTEM v1.0
   ========================================================= */
.ti-icon{
  display:inline-block;
  flex:0 0 auto;
  vertical-align:middle;
  overflow:visible;
}
.ti-flag{
  display:block;
  width:64px;
  height:40px;
  overflow:visible;
  filter:drop-shadow(0 3px 8px rgba(0,28,69,.08));
}
.ti-flags-pair{
  position:relative;
  display:inline-block;
  width:88px;
  height:48px;
}
.ti-flags-pair>.ti-flag{
  position:absolute;
  width:58px;
  height:auto;
}
.ti-flag-pair-canada{left:0;top:0;z-index:1;transform:rotate(-2deg)}
.ti-flag-pair-quebec{right:0;bottom:0;z-index:2;transform:rotate(2deg)}
.ti-trust-symbol.ti-flags{
  width:98px;
}
.ti-trust-symbol.ti-flags .ti-flags-pair{
  transform:scale(.92);
}
.ti-trust-symbol.ti-maple .ti-icon{
  stroke:none;
  fill:currentColor;
}


/* =========================================================
   DRAPEAUX OFFICIELS — v4.5.1
   Aucun chevauchement, aucune rotation, aucune interprétation.
   ========================================================= */
.ti-official-flag{
  display:block;
  object-fit:contain;
  height:auto;
  max-width:100%;
  border:1px solid rgba(0,28,69,.12);
  border-radius:2px;
  background:#fff;
  box-shadow:none;
  filter:none;
}
.ti-flag-canada{
  width:88px;
  aspect-ratio:2 / 1;
}
.ti-flag-quebec{
  width:78px;
  aspect-ratio:3 / 2;
}
.ti-official-flags{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:auto;
  height:54px;
}
.ti-official-flags .ti-official-flag{
  position:static;
  inset:auto;
  transform:none;
}
.ti-official-flags .ti-official-flag-canada{
  width:78px;
  aspect-ratio:2 / 1;
}
.ti-official-flags .ti-official-flag-quebec{
  width:62px;
  aspect-ratio:3 / 2;
}
.ti-trust-symbol.ti-flags{
  width:auto;
  min-width:160px;
}
.ti-trust-symbol.ti-country-flag{
  width:auto;
  min-width:96px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ti-trust-symbol.ti-country-flag .ti-official-flag{
  width:88px;
}
.ti-flags-pair,
.ti-flag-pair-canada,
.ti-flag-pair-quebec{
  transform:none!important;
}


/* =========================================================
   TESIMPÔTS DESIGN SYSTEM 6.0
   ========================================================= */
.ti-inline-official-flag{
  display:inline-block;
  width:34px;
  height:auto;
  margin:0 .28em;
  vertical-align:-.34em;
}
.ti-inline-official-flags{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:auto;
  height:auto;
  margin:0 .28em;
  vertical-align:middle;
}
.ti-inline-official-flags .ti-official-flag-canada{width:37px}
.ti-inline-official-flags .ti-official-flag-quebec{width:31px}

.ti-ui-badge{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:70px;
  padding:15px 17px;
  border:1px solid #dfe6ef;
  border-radius:15px;
  background:#fff;
}
.ti-ui-badge-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:12px;
  color:#001c45;
  background:#eef3f9;
}
.ti-ui-badge-icon .ti-icon{width:23px;height:23px}
.ti-ui-badge-copy strong,
.ti-ui-badge-copy small{display:block}
.ti-ui-badge-copy strong{color:#001c45;font-size:.92rem}
.ti-ui-badge-copy small{margin-top:4px;color:#6f7b8e;font-size:.76rem;line-height:1.35}

.ti-ui-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:800;
}
.ti-ui-status .ti-icon{width:16px;height:16px}
.ti-ui-status-success{color:#17663b;background:#eaf7ef}
.ti-ui-status-warning{color:#8a4d00;background:#fff4dc}
.ti-ui-status-info{color:#174f88;background:#eaf3fc}
.ti-ui-status-secure{color:#001c45;background:#eef3f9}

/* Old stacked flags are forcefully neutralized throughout the platform. */
.ti-flags-pair,
.ti-trust-symbol.ti-flags .ti-flags-pair{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  width:auto!important;
  height:auto!important;
  transform:none!important;
}
.ti-flags-pair > *{
  position:static!important;
  inset:auto!important;
  transform:none!important;
}


/* =========================================================
   TESIMPÔTS COMPONENTS 6.1
   ========================================================= */
.ti-container{
  width:min(calc(100% - 40px),var(--ti-container));
  margin-inline:auto;
}
.ti-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:var(--ti-space-2);
  min-height:48px;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:var(--ti-radius-md);
  font-weight:850;
  text-decoration:none!important;
  transition:transform var(--ti-transition),background var(--ti-transition),border-color var(--ti-transition),box-shadow var(--ti-transition);
}
.ti-button:hover{transform:translateY(-1px)}
.ti-button .ti-icon{width:19px;height:19px}
.ti-button-primary{color:var(--ti-white)!important;background:var(--ti-red);box-shadow:0 10px 24px rgba(212,17,24,.18)}
.ti-button-primary:hover{color:var(--ti-white)!important;background:var(--ti-red-dark)}
.ti-button-secondary{color:var(--ti-navy)!important;border-color:var(--ti-border);background:var(--ti-white)}
.ti-button-secondary:hover{border-color:var(--ti-navy);box-shadow:var(--ti-shadow-sm)}
.ti-button-ghost{color:var(--ti-navy)!important;background:transparent}
.ti-button-ghost:hover{background:var(--ti-surface-alt)}
.ti-button-dark{color:var(--ti-white)!important;background:var(--ti-navy)}
.ti-button-dark:hover{color:var(--ti-white)!important;background:var(--ti-navy-soft)}

.ti-card{
  display:flex;
  gap:var(--ti-space-4);
  min-height:100%;
  padding:var(--ti-space-5);
  border:1px solid var(--ti-border);
  border-radius:var(--ti-radius-lg);
  background:var(--ti-white);
  box-shadow:var(--ti-shadow-sm);
}
.ti-card-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:var(--ti-radius-md);
  color:var(--ti-navy);
  background:var(--ti-surface-alt);
}
.ti-card-icon .ti-icon{width:25px;height:25px}
.ti-card-eyebrow{
  display:block;
  margin-bottom:var(--ti-space-2);
  color:var(--ti-red);
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ti-card h3{margin:0;color:var(--ti-navy);font-size:1.15rem;letter-spacing:-.025em}
.ti-card p{margin:var(--ti-space-2) 0 0;color:var(--ti-muted);line-height:1.55}
.ti-card-footer{margin-top:var(--ti-space-4)}

.ti-alert{
  display:flex;
  align-items:flex-start;
  gap:var(--ti-space-3);
  padding:var(--ti-space-4);
  border:1px solid var(--ti-border);
  border-radius:var(--ti-radius-md);
}
.ti-alert-icon{display:flex;flex:0 0 24px}
.ti-alert-icon .ti-icon{width:22px;height:22px}
.ti-alert strong{display:block;color:var(--ti-text)}
.ti-alert p{margin:4px 0 0;color:var(--ti-muted);line-height:1.45}
.ti-alert-success{background:#eaf7ef}.ti-alert-success .ti-alert-icon{color:var(--ti-success)}
.ti-alert-warning{background:#fff4dc}.ti-alert-warning .ti-alert-icon{color:var(--ti-warning)}
.ti-alert-info{background:#eaf3fc}.ti-alert-info .ti-alert-icon{color:var(--ti-info)}
.ti-alert-secure{background:var(--ti-surface-alt)}.ti-alert-secure .ti-alert-icon{color:var(--ti-navy)}

.ti-trust-item{
  display:flex;
  align-items:center;
  gap:var(--ti-space-4);
  padding:var(--ti-space-4);
  border:1px solid var(--ti-border);
  border-radius:var(--ti-radius-lg);
  background:var(--ti-white);
}
.ti-trust-item-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:90px;
  color:var(--ti-navy);
}
.ti-trust-item-visual>.ti-icon{width:32px;height:32px}
.ti-trust-item strong,.ti-trust-item small{display:block}
.ti-trust-item strong{color:var(--ti-navy)}
.ti-trust-item small{margin-top:4px;color:var(--ti-muted);line-height:1.35}

.ti-hero{
  padding:var(--ti-space-8) 0;
  background:var(--ti-white);
}
.ti-hero-copy{max-width:780px}
.ti-hero-eyebrow{
  color:var(--ti-red);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ti-hero h1{
  margin:var(--ti-space-3) 0 0;
  color:var(--ti-navy);
  font-size:clamp(2.5rem,6vw,5.8rem);
  line-height:.98;
  letter-spacing:-.065em;
}
.ti-hero p{
  max-width:680px;
  margin:var(--ti-space-5) 0 0;
  color:var(--ti-muted);
  font-size:1.12rem;
  line-height:1.65;
}
.ti-hero-actions{display:flex;flex-wrap:wrap;gap:var(--ti-space-3);margin-top:var(--ti-space-5)}

@media(max-width:680px){
  .ti-container{width:min(calc(100% - 28px),var(--ti-container))}
  .ti-card{padding:var(--ti-space-4)}
  .ti-hero{padding:var(--ti-space-7) 0}
}


/* =========================================================
   CORRECTIF MISE EN PAGE v6.2.2 — RETRAIT DU FIL D’ARIANE BOSA
   Le Core conserve son propre fil d’Ariane (.ti-breadcrumbs).
   ========================================================= */
body .breadcrumb-wrap{
  display:none!important;
}


/* =========================================================
   FOOTER EXPERIENCE v11.0.4 — ICONOGRAPHIE MODERNE
   ========================================================= */
.ti-footer-v26{
  --ti-footer-icon-red:#e51c3c;
  --ti-footer-icon-blue:#2563eb;
  --ti-footer-icon-green:#10b981;
  --ti-footer-icon-navy:#17345f;
}

/* Les pictogrammes de confiance deviennent des tuiles légères,
   au lieu de très gros dessins isolés. */
.ti-footer-v26 .ti-trust-symbol{
  width:58px;
  height:58px;
  margin-bottom:18px;
  border:1px solid #eef1f6;
  border-radius:17px;
  background:#fff;
  box-shadow:0 10px 28px rgba(23,52,95,.075);
}
.ti-footer-v26 .ti-trust-symbol svg{
  width:28px!important;
  height:28px!important;
  stroke-width:1.75;
}
.ti-footer-v26 .ti-trust-symbol.ti-country-flag,
.ti-footer-v26 .ti-trust-symbol.ti-flags{
  width:78px;
}
.ti-footer-v26 .ti-trust-symbol.ti-country-flag svg{
  width:42px!important;
  height:30px!important;
}
.ti-footer-v26 .ti-trust-symbol.ti-flags svg{
  width:58px!important;
  height:30px!important;
}
.ti-footer-v26 .ti-trust-symbol.ti-shield{
  color:var(--ti-footer-icon-red);
  background:#fff4f6;
  border-color:#ffe3e8;
}
.ti-footer-v26 .ti-trust-symbol.ti-people{
  color:var(--ti-footer-icon-blue);
  background:#f3f7ff;
  border-color:#e1eaff;
}

/* Coordonnées : même langage visuel pour toutes les icônes. */
.ti-footer-v26 .ti-footer-brand address>a,
.ti-footer-v26 .ti-footer-brand address>span:not(.ti-footer-service-info){
  min-height:40px;
}
.ti-footer-v26 .ti-footer-brand address>a>svg,
.ti-footer-v26 .ti-footer-brand address>span:not(.ti-footer-service-info)>svg{
  width:34px!important;
  height:34px!important;
  padding:8px;
  flex:0 0 34px!important;
  border:1px solid #edf0f5;
  border-radius:10px;
  color:var(--ti-footer-icon-red)!important;
  background:#fff5f6;
  stroke-width:1.75;
}
.ti-footer-v26 .ti-footer-brand address>a[href^="mailto:"]>svg{
  color:var(--ti-footer-icon-blue)!important;
  background:#f3f7ff;
}
.ti-footer-v26 .ti-footer-brand address>a[href^="http"]>svg{
  color:var(--ti-footer-icon-green)!important;
  background:#f0fbf7;
}

/* Cartes de service plus nettes, avec icônes centrées. */
.ti-footer-v26 .ti-footer-service-info{
  min-height:58px;
  align-items:center!important;
  padding:11px 13px!important;
  border-radius:13px!important;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease!important;
}
.ti-footer-v26 a.ti-footer-service-info:hover{
  transform:translateY(-1px);
  border-color:#d6dee9!important;
  box-shadow:0 9px 20px rgba(23,52,95,.07);
}
.ti-footer-v26 .ti-footer-service-info>svg{
  width:36px!important;
  height:36px!important;
  padding:8px;
  flex:0 0 36px!important;
  margin:0!important;
  border-radius:11px;
  background:#fff;
  box-shadow:inset 0 0 0 1px #e9edf3;
  stroke-width:1.75;
}

/* Navigation : fini le caractère › façon vieux thème. */
.ti-footer-v26 .ti-footer-column a{
  min-height:38px;
  padding:8px 0;
}
.ti-footer-v26 .ti-footer-link-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:25px;
  flex:0 0 25px;
  border-radius:8px;
  color:#8090a6!important;
  background:#f5f7fa;
  transition:color .15s ease,background .15s ease,transform .15s ease;
}
.ti-footer-v26 .ti-footer-link-arrow svg{
  width:14px!important;
  height:14px!important;
  stroke-width:2;
}
.ti-footer-v26 .ti-footer-column a:hover .ti-footer-link-arrow{
  color:#fff!important;
  background:var(--ti-red);
  transform:translateX(2px);
}

/* Bande d'aide et garantie : pictogrammes plus fins, moins « clipart ». */
.ti-footer-v26 .ti-help-icon{
  width:58px;
  height:58px;
  border-radius:16px;
}
.ti-footer-v26 .ti-help-icon svg{
  width:27px!important;
  height:27px!important;
  stroke-width:1.7;
}
.ti-footer-v26 .ti-help-actions svg{
  width:18px!important;
  height:18px!important;
  stroke-width:1.8;
}
.ti-footer-v26 .ti-guarantee-main>span{
  width:58px;
  height:58px;
  flex-basis:58px;
  border-radius:16px;
}
.ti-footer-v26 .ti-guarantee-main svg{
  width:29px!important;
  height:29px!important;
  stroke-width:1.75;
}
.ti-footer-v26 .ti-guarantee-point span{
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:#fff4f6;
}
.ti-footer-v26 .ti-guarantee-point svg{
  width:22px!important;
  height:22px!important;
  stroke-width:1.75;
}

@media(max-width:560px){
  .ti-footer-v26 .ti-trust-grid article{min-height:165px}
  .ti-footer-v26 .ti-footer-link-arrow{display:none}
}

/* =========================================================
   TRUST COMPONENTS v11.0.5 — PREUVE SOCIALE PREMIUM
   ========================================================= */
.ti-trust-review-card{
  position:relative;
  display:grid!important;
  grid-template-columns:52px 68px minmax(0,1fr) auto;
  align-items:center!important;
  gap:14px!important;
  width:min(100%,430px);
  min-height:104px;
  margin:24px 0 22px!important;
  padding:16px 17px!important;
  overflow:hidden;
  border:1px solid #e4e9f1!important;
  border-radius:18px!important;
  color:#10274d!important;
  background:linear-gradient(135deg,#fff 0%,#fff 58%,#f8faff 100%)!important;
  box-shadow:0 16px 38px rgba(23,52,95,.09)!important;
  text-decoration:none!important;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease!important;
}
.ti-trust-review-card:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,#4285f4 0 25%,#ea4335 25% 50%,#fbbc05 50% 75%,#34a853 75%);
}
.ti-trust-review-card:hover{
  transform:translateY(-2px)!important;
  border-color:#d7dfea!important;
  box-shadow:0 20px 46px rgba(23,52,95,.13)!important;
}
.ti-trust-review-brand{
  display:flex;
  width:52px;
  height:52px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid #edf0f5;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 20px rgba(23,52,95,.07);
}
.ti-trust-review-brand b{
  font-family:Arial,sans-serif;
  font-size:1.55rem;
  line-height:1;
  font-weight:800;
  color:#4285f4;
}
.ti-trust-review-brand small{
  margin-top:2px;
  color:#69758a;
  font-size:.52rem;
  font-weight:750;
}
.ti-trust-review-score{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding-right:13px;
  border-right:1px solid #e8ecf2;
}
.ti-trust-review-score strong{
  color:#0b244b!important;
  font-size:1.72rem!important;
  line-height:1!important;
  letter-spacing:-.05em;
}
.ti-trust-review-score small{
  margin-top:5px!important;
  color:#77839a!important;
  font-size:.65rem!important;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.ti-trust-review-proof,
.ti-trust-review-proof>*{display:block!important}
.ti-trust-review-stars{
  color:#f5b301!important;
  font-size:.9rem!important;
  line-height:1;
  letter-spacing:.075em;
}
.ti-trust-review-proof strong{
  margin-top:6px;
  color:#0b244b!important;
  font-size:.83rem!important;
  line-height:1.25;
}
.ti-trust-review-proof strong em{
  color:#e51c3c;
  font-size:1.05rem;
  font-style:normal;
  font-weight:900;
}
.ti-trust-review-proof small{
  margin-top:3px!important;
  color:#6f7d92!important;
  font-size:.64rem!important;
  line-height:1.35;
}
.ti-trust-review-action{
  display:flex;
  align-items:center;
  gap:6px;
  color:#d91131!important;
  font-size:.7rem;
  font-weight:850;
  white-space:nowrap;
}
.ti-trust-review-action svg{
  width:17px!important;
  height:17px!important;
  transition:transform .15s ease;
}
.ti-trust-review-card:hover .ti-trust-review-action svg{transform:translateX(3px)}

.ti-trust-badge{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border:1px solid #e6ebf2;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(23,52,95,.07);
}
.ti-trust-badge-icon{
  display:flex;
  width:44px;
  height:44px;
  flex:0 0 44px;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  color:#e51c3c;
  background:#fff3f5;
}
.ti-trust-badge strong,.ti-trust-badge b,.ti-trust-badge small{display:block}
.ti-trust-badge strong{color:#0b244b;font-size:1.1rem}
.ti-trust-badge b{color:#243a5f;font-size:.76rem}
.ti-trust-badge small{margin-top:2px;color:#77839a;font-size:.66rem}
.ti-trust-badge.is-blue .ti-trust-badge-icon{color:#2563eb;background:#f1f5ff}
.ti-trust-badge.is-green .ti-trust-badge-icon{color:#10a56f;background:#effbf6}
.ti-trust-badge.is-gold .ti-trust-badge-icon{color:#c88400;background:#fff8e8}

/* L'ancien composant textuel ne doit plus influencer le nouveau badge. */
.ti-footer-v26 .ti-footer-google-proof{display:none!important}

@media(max-width:1180px){
  .ti-trust-review-card{grid-template-columns:48px 62px minmax(0,1fr)}
  .ti-trust-review-action{grid-column:3;margin-top:3px}
}
@media(max-width:560px){
  .ti-trust-review-card{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:15px!important}
  .ti-trust-review-score{grid-column:2;border-right:0;padding-right:0}
  .ti-trust-review-proof{grid-column:1/-1;padding-top:11px;border-top:1px solid #e8ecf2}
  .ti-trust-review-action{grid-column:1/-1;justify-content:flex-end}
}

/* =========================================================
   TRUST COMPONENTS v11.0.6 — CORRECTIF DE LARGEUR
   Le badge Google doit rester lisible même dans une colonne étroite.
   ========================================================= */
.ti-footer-v26 .ti-trust-review-card{
  box-sizing:border-box!important;
  grid-template-columns:52px minmax(86px,1fr)!important;
  grid-template-areas:
    "brand score"
    "proof proof"
    "action action";
  width:100%!important;
  max-width:430px!important;
  min-width:0!important;
  gap:12px 14px!important;
  align-items:center!important;
}
.ti-footer-v26 .ti-trust-review-brand{grid-area:brand}
.ti-footer-v26 .ti-trust-review-score{
  grid-area:score;
  min-width:0;
  border-right:0!important;
  padding-right:0!important;
}
.ti-footer-v26 .ti-trust-review-proof{
  grid-area:proof;
  min-width:0;
  padding-top:12px;
  border-top:1px solid #e8ecf2;
}
.ti-footer-v26 .ti-trust-review-action{
  grid-area:action!important;
  justify-content:flex-start;
  min-width:0;
  margin-top:0!important;
}
.ti-footer-v26 .ti-trust-review-proof strong,
.ti-footer-v26 .ti-trust-review-proof small,
.ti-footer-v26 .ti-trust-review-action{
  word-break:normal!important;
  overflow-wrap:normal!important;
  white-space:normal!important;
}
.ti-footer-v26 .ti-trust-review-stars{
  white-space:nowrap!important;
  letter-spacing:.055em!important;
}

/* À largeur intermédiaire, la marque occupe une rangée complète afin de
   préserver la lisibilité du badge et des coordonnées. */
@media(max-width:1180px){
  .ti-footer-v26 .ti-footer-brand{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:minmax(280px,430px) minmax(260px,1fr);
    column-gap:34px;
    align-items:start;
    padding-right:0;
  }
  .ti-footer-v26 .ti-footer-logo,
  .ti-footer-v26 .ti-footer-tagline,
  .ti-footer-v26 .ti-trust-review-card{grid-column:1}
  .ti-footer-v26 .ti-footer-brand address{
    grid-column:2;
    grid-row:1/4;
    align-self:start;
  }
}
@media(max-width:760px){
  .ti-footer-v26 .ti-footer-brand{display:block}
  .ti-footer-v26 .ti-trust-review-card{max-width:100%!important}
}


/* =========================================================
   FOOTER TRUST CARD v11.0.8 — VERSION HORIZONTALE STABLE
   Conserve la structure du footer v11.0.6 et modernise uniquement
   la preuve sociale Google.
   ========================================================= */
.ti-footer-v26 .ti-trust-review-card-v3{
  display:block!important;
  width:100%!important;
  max-width:460px!important;
  min-width:0!important;
  box-sizing:border-box!important;
  padding:20px!important;
  border:1px solid #dfe6ef!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#fff 0%,#fbfcff 100%)!important;
  box-shadow:0 16px 42px rgba(9,41,90,.10)!important;
  overflow:hidden!important;
  text-decoration:none!important;
}
.ti-footer-v26 .ti-trust-review-card-v3:before{display:none!important}
.ti-footer-v26 .ti-review-v3-grid{
  display:grid!important;
  grid-template-columns:.82fr 1.24fr 1fr!important;
  align-items:stretch!important;
  min-width:0!important;
}
.ti-footer-v26 .ti-review-v3-grid>span{
  display:flex!important;
  min-width:0!important;
  min-height:132px!important;
  padding:8px 14px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.ti-footer-v26 .ti-review-v3-grid>span+span{border-left:1px solid #e1e7ef!important}
.ti-footer-v26 .ti-review-v3-brand b{
  font-family:Arial,sans-serif!important;
  font-size:3rem!important;
  line-height:.9!important;
  font-weight:900!important;
  color:#4285f4!important;
  letter-spacing:-.08em!important;
}
.ti-footer-v26 .ti-review-v3-brand small{
  margin-top:12px!important;
  color:#142f59!important;
  font-size:.74rem!important;
  line-height:1.35!important;
  font-weight:800!important;
}
.ti-footer-v26 .ti-review-v3-stars{
  color:#f9b000!important;
  font-size:1.05rem!important;
  line-height:1!important;
  letter-spacing:.05em!important;
  white-space:nowrap!important;
}
.ti-footer-v26 .ti-review-v3-score strong{
  margin-top:9px!important;
  color:#09295a!important;
  font-size:2.6rem!important;
  line-height:.95!important;
  letter-spacing:-.07em!important;
  white-space:nowrap!important;
}
.ti-footer-v26 .ti-review-v3-score strong em{
  margin-left:4px!important;
  font-size:.92rem!important;
  font-style:normal!important;
  letter-spacing:0!important;
}
.ti-footer-v26 .ti-review-v3-score small,
.ti-footer-v26 .ti-review-v3-proof small{
  margin-top:10px!important;
  color:#53647e!important;
  font-size:.68rem!important;
  line-height:1.35!important;
}
.ti-footer-v26 .ti-review-v3-proof>span{color:#ff174f!important;line-height:1!important}
.ti-footer-v26 .ti-review-v3-proof strong{
  margin-top:7px!important;
  color:#09295a!important;
  font-size:2.15rem!important;
  line-height:1!important;
  letter-spacing:-.06em!important;
  white-space:nowrap!important;
}
.ti-footer-v26 .ti-review-v3-proof b{
  margin-top:5px!important;
  color:#142f59!important;
  font-size:.75rem!important;
}
.ti-footer-v26 .ti-review-v3-action{
  display:flex!important;
  width:100%!important;
  min-height:52px!important;
  margin-top:16px!important;
  padding:12px 18px!important;
  box-sizing:border-box!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#f10f46,#ff315f)!important;
  color:#fff!important;
  font-size:.84rem!important;
  font-weight:900!important;
  text-align:center!important;
  white-space:normal!important;
  box-shadow:0 10px 24px rgba(241,15,70,.20)!important;
  transition:transform .15s ease,box-shadow .15s ease!important;
}
.ti-footer-v26 .ti-trust-review-card-v3:hover{transform:translateY(-2px)!important;box-shadow:0 20px 48px rgba(9,41,90,.14)!important}
.ti-footer-v26 .ti-trust-review-card-v3:hover .ti-review-v3-action{box-shadow:0 13px 28px rgba(241,15,70,.28)!important}

@media(max-width:1180px){
  .ti-footer-v26 .ti-trust-review-card-v3{max-width:460px!important}
}
@media(max-width:560px){
  .ti-footer-v26 .ti-trust-review-card-v3{max-width:100%!important;padding:16px!important}
  .ti-footer-v26 .ti-review-v3-grid{grid-template-columns:1fr 1fr!important}
  .ti-footer-v26 .ti-review-v3-grid>span{min-height:118px!important;padding:10px!important}
  .ti-footer-v26 .ti-review-v3-proof{grid-column:1/-1!important;border-left:0!important;border-top:1px solid #e1e7ef!important}
  .ti-footer-v26 .ti-review-v3-score strong{font-size:2.25rem!important}
  .ti-footer-v26 .ti-review-v3-proof strong{font-size:1.95rem!important}
}

/* =========================================================
   FOOTER TRUST CARD v11.0.9 — GOOGLE REVIEW PREMIUM
   Icône Google multicolore vectorielle et finition approuvée.
   ========================================================= */
.ti-footer-v26 .ti-trust-review-card-v3{
  max-width:540px!important;
  padding:26px 28px!important;
  border-color:#e3e9f1!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,#fff 0%,#fcfdff 100%)!important;
  box-shadow:0 18px 46px rgba(10,42,88,.105)!important;
}
.ti-footer-v26 .ti-review-v3-grid{
  grid-template-columns:.9fr 1.35fr 1fr!important;
}
.ti-footer-v26 .ti-review-v3-grid>span{
  min-height:156px!important;
  padding:12px 18px!important;
}
.ti-footer-v26 .ti-review-v3-brand .ti-google-g{
  display:block!important;
  width:78px!important;
  height:78px!important;
  flex:0 0 auto!important;
}
.ti-footer-v26 .ti-review-v3-brand small{
  margin-top:12px!important;
  font-size:.88rem!important;
  line-height:1.35!important;
  color:#0b2854!important;
}
.ti-footer-v26 .ti-review-v3-stars{
  font-size:1.35rem!important;
  letter-spacing:.07em!important;
}
.ti-footer-v26 .ti-review-v3-score strong{
  margin-top:12px!important;
  font-size:3.25rem!important;
}
.ti-footer-v26 .ti-review-v3-score strong em{
  font-size:1.05rem!important;
}
.ti-footer-v26 .ti-review-v3-score small,
.ti-footer-v26 .ti-review-v3-proof small{
  font-size:.78rem!important;
  line-height:1.45!important;
}
.ti-footer-v26 .ti-review-v3-proof>span svg{
  width:30px!important;
  height:30px!important;
}
.ti-footer-v26 .ti-review-v3-proof strong{
  font-size:2.65rem!important;
}
.ti-footer-v26 .ti-review-v3-proof b{
  font-size:.88rem!important;
}
.ti-footer-v26 .ti-review-v3-action{
  min-height:60px!important;
  margin-top:20px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f10f46 0%,#ff2e62 100%)!important;
  font-size:.98rem!important;
  letter-spacing:-.01em!important;
}
@media(max-width:1180px){
  .ti-footer-v26 .ti-trust-review-card-v3{max-width:520px!important}
}
@media(max-width:760px){
  .ti-footer-v26 .ti-trust-review-card-v3{max-width:100%!important;padding:20px!important}
  .ti-footer-v26 .ti-review-v3-grid{grid-template-columns:1fr 1fr!important}
  .ti-footer-v26 .ti-review-v3-grid>span{min-height:132px!important;padding:10px!important}
  .ti-footer-v26 .ti-review-v3-brand .ti-google-g{width:62px!important;height:62px!important}
  .ti-footer-v26 .ti-review-v3-proof{grid-column:1/-1!important;border-left:0!important;border-top:1px solid #e1e7ef!important}
}


/* =========================================================
   FOOTER TRUST CARD v11.0.10 — POLISH & ANTI-OVERLAP
   Ajustements ciblés après validation sur le site réel.
   ========================================================= */
.ti-footer-v26 .ti-trust-review-card-v3{
  max-width:540px!important;
  padding:28px 30px!important;
}
.ti-footer-v26 .ti-review-v3-grid{
  grid-template-columns:minmax(104px,.9fr) minmax(142px,1.25fr) minmax(118px,1fr)!important;
}
.ti-footer-v26 .ti-review-v3-grid>span{
  min-height:156px!important;
  padding:12px 14px!important;
  overflow:hidden!important;
}
.ti-footer-v26 .ti-review-v3-stars{
  font-size:1.08rem!important;
  letter-spacing:.035em!important;
  white-space:nowrap!important;
}
.ti-footer-v26 .ti-review-v3-score strong{
  margin-top:13px!important;
  font-size:3rem!important;
  letter-spacing:-.065em!important;
}
.ti-footer-v26 .ti-review-v3-proof strong{
  font-size:2.35rem!important;
  letter-spacing:-.045em!important;
}
.ti-footer-v26 .ti-review-v3-score small,
.ti-footer-v26 .ti-review-v3-proof small{
  max-width:126px!important;
  font-size:.76rem!important;
  line-height:1.4!important;
}
.ti-footer-v26 .ti-review-v3-action{
  min-height:58px!important;
  padding:13px 18px!important;
  gap:10px!important;
  font-size:.92rem!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
.ti-footer-v26 .ti-review-v3-action svg{flex:0 0 auto!important}

@media(max-width:1180px) and (min-width:761px){
  .ti-footer-v26 .ti-trust-review-card-v3{padding:24px 22px!important}
  .ti-footer-v26 .ti-review-v3-grid{
    grid-template-columns:minmax(92px,.85fr) minmax(132px,1.2fr) minmax(108px,1fr)!important;
  }
  .ti-footer-v26 .ti-review-v3-grid>span{padding:10px 11px!important}
  .ti-footer-v26 .ti-review-v3-brand .ti-google-g{width:70px!important;height:70px!important}
  .ti-footer-v26 .ti-review-v3-stars{font-size:1rem!important;letter-spacing:.025em!important}
  .ti-footer-v26 .ti-review-v3-score strong{font-size:2.75rem!important}
  .ti-footer-v26 .ti-review-v3-proof strong{font-size:2.18rem!important}
  .ti-footer-v26 .ti-review-v3-action{font-size:.86rem!important}
}
@media(max-width:760px){
  .ti-footer-v26 .ti-review-v3-action{white-space:normal!important}
}

/* Footer Experience 11.0.11 — Support & Guarantee card */
.ti-footer-v26 .ti-help-band,
.ti-footer-v26 .ti-guarantee-card{display:none!important}
.ti-footer-v26 .ti-support-card{
  width:min(1430px,calc(100% - 60px));
  margin:0 auto 26px;
  overflow:hidden;
  border:1px solid #e5eaf1;
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);
  box-shadow:0 20px 55px rgba(8,37,78,.09);
}
.ti-footer-v26 .ti-support-card__top{
  display:grid;
  grid-template-columns:88px minmax(320px,1fr) minmax(390px,auto);
  align-items:center;
  gap:26px;
  padding:34px 38px 30px;
}
.ti-footer-v26 .ti-support-card__icon{
  width:76px;height:76px;
  display:flex;align-items:center;justify-content:center;
  border-radius:22px;
  color:#ff1f50;
  background:linear-gradient(145deg,#fff1f5,#ffe8ef);
  box-shadow:inset 0 0 0 1px rgba(255,31,80,.08),0 12px 30px rgba(255,31,80,.10);
}
.ti-footer-v26 .ti-support-card__icon svg{width:36px;height:36px;stroke-width:1.8}
.ti-footer-v26 .ti-support-card__copy{min-width:0}
.ti-footer-v26 .ti-support-card__eyebrow{
  display:block;margin-bottom:7px;color:#ff1f50;font-size:.72rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase
}
.ti-footer-v26 .ti-support-card__copy strong{
  display:block;color:#082b62;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.16;letter-spacing:-.035em
}
.ti-footer-v26 .ti-support-card__copy p{
  max-width:700px;margin:10px 0 0;color:#5b6f8e;font-size:.93rem;line-height:1.58
}
.ti-footer-v26 .ti-support-card__actions{display:flex;flex-direction:column;align-items:stretch;gap:13px;min-width:390px}
.ti-footer-v26 .ti-support-card__primary{
  min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:11px;
  padding:0 26px;border-radius:14px;color:#fff!important;text-decoration:none!important;
  background:linear-gradient(135deg,#ff1f50 0%,#f70f45 100%);
  box-shadow:0 14px 28px rgba(255,31,80,.22);font-size:.92rem;font-weight:900;
  transition:transform .15s ease,box-shadow .15s ease
}
.ti-footer-v26 .ti-support-card__primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(255,31,80,.28)}
.ti-footer-v26 .ti-support-card__primary svg{width:21px;height:21px;stroke-width:2}
.ti-footer-v26 .ti-support-card__links{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ti-footer-v26 .ti-support-card__links a{
  min-height:44px;display:flex;align-items:center;justify-content:center;gap:9px;
  padding:8px 12px;border:1px solid #e3e9f1;border-radius:12px;background:#fff;
  color:#153b73!important;text-decoration:none!important;font-size:.78rem;font-weight:800;
  transition:border-color .15s ease,background .15s ease,color .15s ease
}
.ti-footer-v26 .ti-support-card__links a:hover{border-color:#ffb7c8;background:#fff8fa;color:#ff1f50!important}
.ti-footer-v26 .ti-support-card__links svg{width:18px;height:18px;stroke-width:1.9;flex:0 0 auto}
.ti-footer-v26 .ti-support-card__benefits{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #edf1f6;background:#f9fbfe
}
.ti-footer-v26 .ti-support-card__benefits article{
  min-width:0;display:flex;align-items:center;gap:15px;padding:24px 26px;border-right:1px solid #e7ecf3
}
.ti-footer-v26 .ti-support-card__benefits article:last-child{border-right:0}
.ti-footer-v26 .ti-support-card__benefits article>span{
  width:48px;height:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:center;
  border-radius:15px;color:#ff1f50;background:#fff0f4;box-shadow:inset 0 0 0 1px rgba(255,31,80,.06)
}
.ti-footer-v26 .ti-support-card__benefits svg{width:24px;height:24px;stroke-width:1.8}
.ti-footer-v26 .ti-support-card__benefits strong{display:block;color:#0b2d61;font-size:.86rem;line-height:1.25}
.ti-footer-v26 .ti-support-card__benefits small{display:block;margin-top:5px;color:#6c7e99;font-size:.73rem;line-height:1.45}
@media(max-width:1100px){
  .ti-footer-v26 .ti-support-card__top{grid-template-columns:76px 1fr}.ti-footer-v26 .ti-support-card__actions{grid-column:1/-1;min-width:0;display:grid;grid-template-columns:1.15fr 1fr}.ti-footer-v26 .ti-support-card__links{grid-template-columns:1fr 1fr}.ti-footer-v26 .ti-support-card__benefits{grid-template-columns:repeat(2,1fr)}.ti-footer-v26 .ti-support-card__benefits article:nth-child(2){border-right:0}.ti-footer-v26 .ti-support-card__benefits article:nth-child(-n+2){border-bottom:1px solid #e7ecf3}
}
@media(max-width:700px){
  .ti-footer-v26 .ti-support-card{width:min(100% - 24px,1430px);border-radius:20px}.ti-footer-v26 .ti-support-card__top{grid-template-columns:1fr;text-align:center;padding:28px 22px 24px}.ti-footer-v26 .ti-support-card__icon{margin:auto}.ti-footer-v26 .ti-support-card__copy p{margin-inline:auto}.ti-footer-v26 .ti-support-card__actions{grid-template-columns:1fr}.ti-footer-v26 .ti-support-card__links{grid-template-columns:1fr}.ti-footer-v26 .ti-support-card__benefits{grid-template-columns:1fr}.ti-footer-v26 .ti-support-card__benefits article{border-right:0!important;border-bottom:1px solid #e7ecf3!important;padding:20px 22px;text-align:left}.ti-footer-v26 .ti-support-card__benefits article:last-child{border-bottom:0!important}
}
