/* Source: ic-impact-news-panel-home-live-match */
/* Copie stricte du panneau Actualites de la page d'accueil de reference. */
html body .news-tool-panel{
  position:fixed !important;
  top:82px !important;
  right:clamp(18px,3vw,42px) !important;
  bottom:auto !important;
  left:auto !important;
  z-index:2147483646 !important;
  display:block !important;
  width:min(640px,calc(100vw - 120px)) !important;
  min-width:0 !important;
  max-width:none !important;
  height:auto !important;
  max-height:calc(100vh - 158px) !important;
  margin:0 !important;
  padding:0 !important;
  overflow:auto !important;
  /* Même rendu sombre que sur l'accueil, sans laisser transparaître
     les grands textes noirs propres à la page Logique d'impact. */
  background:linear-gradient(180deg,#252525 0%,#1b1b1b 42%,#181818 100%) !important;
  color:#f6f2eb !important;
  border:1px solid rgba(246,242,235,.10) !important;
  border-radius:14px !important;
  box-shadow:0 34px 120px rgba(0,0,0,.42) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(-10px) scale(.985) !important;
  transition:opacity .28s ease,visibility .28s ease,transform .38s cubic-bezier(.16,1,.3,1) !important;
}
html body.news-panel-open .news-tool-panel{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:none !important;
}
html body .news-tool-inner{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  width:100% !important;
  padding:0 !important;
}
html body .news-tool-left{
  padding:20px 22px 16px !important;
  margin:0 0 10px !important;
  border:0 !important;
  border-bottom:0 !important;
  background:transparent !important;
  color:#f6f2eb !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}
html body .news-tool-kicker{
  margin:0 !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:normal !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}
html body .news-tool-kicker > span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:normal !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}
html body .news-tool-title{
  max-width:620px !important;
  margin:0 0 15px !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(26px,2.3vw,40px) !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:-.06em !important;
  text-transform:uppercase !important;
}
html body .news-tool-title > span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:inherit !important;
  font-weight:400 !important;
  line-height:inherit !important;
  letter-spacing:inherit !important;
  text-transform:inherit !important;
}
html body .news-tool-tabs{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin-top:16px !important;
}
html body .news-tool-tabs button{
  min-height:0 !important;
  padding:9px 13px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:8px !important;
  background:rgba(246,242,235,.06) !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:12px !important;
  font-weight:400 !important;
  line-height:normal !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  cursor:pointer !important;
  transition:.25s ease !important;
}
html body .news-tool-tabs button > span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:12px !important;
  font-weight:400 !important;
  line-height:normal !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
html body .news-tool-tabs button:hover,
html body .news-tool-tabs button.is-active{
  background:rgba(246,242,235,.16) !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
}
html body .news-tool-meta{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:16px 0 0 !important;
}
html body .news-clock{display:none !important;}
html body .news-clock-label,
html body .news-date,
html body .news-play{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:38px !important;
  padding:0 13px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:9px !important;
  background:rgba(246,242,235,.08) !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
html body .news-clock-label > span,
html body .news-date > span,
html body .news-play > span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
html body .news-clock-label{min-width:0 !important;color:#f6f2eb !important;}
html body .news-date{min-width:0 !important;}
html body .news-play{min-width:0 !important;gap:8px !important;cursor:pointer !important;transition:.25s ease !important;}
html body .news-play::before{
  content:"" !important;
  display:inline-block !important;
  width:9px !important;
  height:12px !important;
  border:0 !important;
  background:rgba(246,242,235,.30) !important;
}
html body .news-play:hover{
  background:#ccff00 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  border-color:#ccff00 !important;
  transform:translateY(-2px) !important;
}
html body .news-tool-close{
  position:absolute !important;
  top:12px !important;
  right:12px !important;
  z-index:3 !important;
  display:block !important;
  width:34px !important;
  height:34px !important;
  margin:0 !important;
  padding:1px 6px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:8px !important;
  background:rgba(246,242,235,.06) !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:22px !important;
  line-height:1 !important;
  cursor:pointer !important;
  transition:.25s ease !important;
}
html body .news-tool-close:hover{
  background:#f6f2eb !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
}
html body .news-tool-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  margin:0 !important;
}
html body .news-card{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 86px !important;
  gap:18px !important;
  align-items:center !important;
  min-height:0 !important;
  margin:0 !important;
  padding:18px 22px !important;
  border:0 !important;
  border-bottom:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#f6f2eb !important;
  transition:background .25s ease !important;
}
html body .news-card:hover{background:rgba(246,242,235,.06) !important;}
html body .news-card small{
  display:block !important;
  margin:0 0 8px !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:400 !important;
  line-height:normal !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
html body .news-card small > span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:400 !important;
  line-height:normal !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
html body .news-card h3{
  max-width:none !important;
  margin:0 0 15px !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(18px,1.4vw,24px) !important;
  font-weight:700 !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
}
html body .news-card h3 > span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:inherit !important;
  font-weight:400 !important;
  line-height:inherit !important;
  letter-spacing:inherit !important;
}
html body .news-card p{
  display:block !important;
  max-width:none !important;
  margin:15px 0 0 !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1.18 !important;
  letter-spacing:-.015em !important;
}
html body .news-card p > span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1.18 !important;
  letter-spacing:-.015em !important;
}
html body .news-thumb,
html body .article-thumb,
html body .news-card img{display:none !important;}
html body .news-spotify{display:none !important;padding:0 22px 20px !important;}
html body .news-spotify.is-open{display:block !important;}
html body .news-tool-all{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  margin:16px 22px 20px !important;
  padding:13px 18px !important;
  border:1px solid rgba(246,242,235,.24) !important;
  border-radius:999px !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:normal !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
  transition:.25s ease !important;
}
html body .news-tool-all:hover{
  background:#ccff00 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  border-color:#ccff00 !important;
}
html body .news-tool-all > span{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:normal !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
}
@media (max-width:900px){
  html body .news-tool-panel{
    top:78px !important;
    right:18px !important;
    left:18px !important;
    width:auto !important;
    max-height:72vh !important;
  }
}

