/* Innovate Community — fenêtre Actualités identique à la référence de l'accueil.
   Chargée en dernier afin de neutraliser uniquement les variantes locales du panneau. */

html body:not(.news-panel-open) #news-tool-panel{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(-10px) scale(.985) !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-panel:not(.is-reading){
  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-x:hidden !important;
  overflow-y:auto !important;
  overscroll-behavior:contain !important;
  background:linear-gradient(180deg,#252525 0%,#1b1b1b 42%,#181818 100%) !important;
  color:#f6f2eb !important;
  border:1px solid rgba(255,255,255,.22) !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;
  isolation:isolate !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  transition:opacity .28s ease,visibility .28s ease,transform .38s cubic-bezier(.16,1,.3,1) !important;
}
html body #news-tool-panel:not(.is-reading)::-webkit-scrollbar{
  width:0 !important;
  height:0 !important;
  display:none !important;
}
html body #news-tool-panel:not(.is-reading),
html body #news-tool-panel:not(.is-reading) *{
  box-sizing:border-box !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-inner{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  width:100% !important;
  min-height:0 !important;
  padding:0 !important;
  background:transparent !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-left{
  display:block !important;
  padding:20px 22px 16px !important;
  margin:0 0 10px !important;
  border:0 !important;
  background:transparent !important;
  color:#f6f2eb !important;
  text-transform:uppercase !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-kicker,
html body #news-tool-panel:not(.is-reading) .news-tool-kicker *{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  color:#ccff00 !important;
  -webkit-text-fill-color:#ccff00 !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  opacity:1 !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-title,
html body #news-tool-panel:not(.is-reading) .news-tool-title *{
  display:block !important;
  max-width:16ch !important;
  margin:6px 0 15px !important;
  padding:0 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(26px,2.3vw,40px) !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:-.06em !important;
  text-transform:uppercase !important;
  opacity:1 !important;
  text-shadow:none !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-tabs{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:16px 0 0 !important;
  padding:0 !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-tabs button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:0 !important;
  min-height:40px !important;
  margin: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:#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:1 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  cursor:pointer !important;
  opacity:1 !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-tabs button *,
html body #news-tool-panel:not(.is-reading) .news-tool-tabs button > span{
  color:inherit !important;
  -webkit-text-fill-color:inherit !important;
  font:inherit !important;
  letter-spacing:inherit !important;
  text-transform:inherit !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-tabs button:hover,
html body #news-tool-panel:not(.is-reading) .news-tool-tabs button.is-active{
  background:rgba(246,242,235,.16) !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  border-color:rgba(255,255,255,.32) !important;
  transform:none !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-meta{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:16px 0 0 !important;
  padding:0 !important;
}
html body #news-tool-panel:not(.is-reading) .news-clock{
  display:none !important;
}
html body #news-tool-panel:not(.is-reading) .news-clock-label,
html body #news-tool-panel:not(.is-reading) .news-date,
html body #news-tool-panel:not(.is-reading) .news-play{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:0 !important;
  min-height:46px !important;
  margin:0 !important;
  padding:0 15px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:9px !important;
  background:rgba(246,242,235,.08) !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !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;
  white-space:nowrap !important;
  opacity:1 !important;
}
html body #news-tool-panel:not(.is-reading) .news-play{
  gap:8px !important;
  cursor:pointer !important;
}
html body #news-tool-panel:not(.is-reading) .news-play::before{
  content:"" !important;
  display:inline-block !important;
  width:11px !important;
  height:13px !important;
  border:0 !important;
  background:rgba(246,242,235,.30) !important;
}
html body #news-tool-panel:not(.is-reading) .news-play:hover{
  background:#ccff00 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  border-color:#ccff00 !important;
  transform:none !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
}
html body #news-tool-panel:not(.is-reading) .news-card{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  align-items:start !important;
  width:100% !important;
  min-width:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:18px 22px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#fff !important;
  text-align:left !important;
  opacity:1 !important;
}
html body #news-tool-panel:not(.is-reading) .news-card:hover{
  background:rgba(246,242,235,.06) !important;
  transform:none !important;
}
html body #news-tool-panel:not(.is-reading) .news-card small,
html body #news-tool-panel:not(.is-reading) .news-card small *{
  display:block !important;
  margin:0 0 8px !important;
  color:#ccff00 !important;
  -webkit-text-fill-color:#ccff00 !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  opacity:1 !important;
}
html body #news-tool-panel:not(.is-reading) .news-card h3,
html body #news-tool-panel:not(.is-reading) .news-card h3 *{
  display:block !important;
  max-width:none !important;
  margin:0 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(18px,1.4vw,24px) !important;
  font-weight:500 !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  opacity:1 !important;
  text-shadow:none !important;
}
html body #news-tool-panel:not(.is-reading) .news-card p,
html body #news-tool-panel:not(.is-reading) .news-card p *{
  display:block !important;
  max-width:none !important;
  margin:12px 0 0 !important;
  color:rgba(245,243,238,.72) !important;
  -webkit-text-fill-color:rgba(245,243,238,.72) !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;
  opacity:1 !important;
}
html body #news-tool-panel:not(.is-reading) .news-thumb,
html body #news-tool-panel:not(.is-reading) .article-thumb,
html body #news-tool-panel:not(.is-reading) .news-card img{
  display:none !important;
}
html body #news-tool-panel:not(.is-reading) .news-spotify{
  display:none !important;
}
html body #news-tool-panel:not(.is-reading) .news-spotify.is-open{
  display:block !important;
  padding:0 22px 20px !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-all{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  min-height:46px !important;
  margin:16px 22px 20px !important;
  padding:13px 18px !important;
  border:1px solid rgba(246,242,235,.24) !important;
  border-radius:999px !important;
  background:transparent !important;
  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:.1em !important;
  text-transform:uppercase !important;
  opacity:1 !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-all *,
html body #news-tool-panel:not(.is-reading) .news-tool-all > span{
  display:block !important;
  color:inherit !important;
  -webkit-text-fill-color:inherit !important;
  font:inherit !important;
  letter-spacing:inherit !important;
  text-transform:inherit !important;
}
html body #news-tool-panel:not(.is-reading) .news-tool-all:hover{
  background:#ccff00 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  border-color:#ccff00 !important;
  transform:none !important;
}

@media (max-width:900px){
  html body #news-tool-panel:not(.is-reading){
    top:78px !important;
    right:18px !important;
    left:18px !important;
    width:auto !important;
    max-height:calc(100dvh - 98px) !important;
    border-radius:20px !important;
  }
  html body #news-tool-panel:not(.is-reading) .news-tool-left{
    padding:28px 18px 18px !important;
  }
  html body #news-tool-panel:not(.is-reading) .news-tool-title,
  html body #news-tool-panel:not(.is-reading) .news-tool-title *{
    max-width:calc(100% - 30px) !important;
    font-size:clamp(34px,10vw,48px) !important;
  }
  html body #news-tool-panel:not(.is-reading) .news-card{
    padding:18px !important;
  }
  html body #news-tool-panel:not(.is-reading) .news-tool-all{
    margin-left:18px !important;
    margin-right:18px !important;
  }
}
