/* Source: ic-impact-news-panel-unified-final */
/* Panneau Actualites identique aux pages what-we-build.html et process.html. */
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:2147482450 !important;
  display:block !important;
  width:min(768px,calc(100vw - 120px)) !important;
  min-width:0 !important;
  max-width:none !important;
  height:auto !important;
  max-height:calc(100vh - 116px) !important;
  margin:0 !important;
  padding:0 !important;
  overflow:auto !important;
  background:#1f2427 !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:blur(28px) !important;
  -webkit-backdrop-filter:blur(28px) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(-10px) scale(.985) !important;
  transform-origin:top right !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;
  min-height:0 !important;
  padding:0 !important;
}

html body .news-tool-left{
  padding:24px 26px 20px !important;
  border-bottom:1px solid rgba(246,242,235,.10) !important;
  background:transparent !important;
}

html body .news-tool-kicker{
  margin:0 0 10px !important;
  color:#f6f2eb !important;
  font-size:13px !important;
  font-weight:400 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
}

html body .news-tool-title{
  max-width:620px !important;
  margin:0 0 15px !important;
  color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(30px,2.45vw,40px) !important;
  line-height:1 !important;
  letter-spacing:-.065em !important;
}

html body .news-tool-tabs{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin-top:18px !important;
}

html body .news-tool-tabs button{
  min-height:0 !important;
  padding:10px 15px !important;
  border:1px solid rgba(246,242,235,.14) !important;
  border-radius:8px !important;
  background:rgba(246,242,235,.07) !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-size:12px !important;
  font-weight:400 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}

html body .news-tool-tabs button.is-active,
html body .news-tool-tabs button:hover{
  background:rgba(246,242,235,.16) !important;
  color:#f6f2eb !important;
  border-color:rgba(246,242,235,.24) !important;
}

html body .news-tool-meta{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:18px 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:45px !important;
  padding:0 16px !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:14px !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

html body .news-clock-label{min-width:140px !important;}
html body .news-date{min-width:130px !important;}
html body .news-play{min-width:90px !important;gap:8px !important;}
html body .news-play::before{
  content:"" !important;
  display:inline-block !important;
  width:0 !important;
  height:0 !important;
  border-top:6px solid transparent !important;
  border-bottom:6px solid transparent !important;
  border-left:9px solid currentColor !important;
  background:transparent !important;
}

html body .news-tool-close{
  position:absolute !important;
  top:15px !important;
  right:15px !important;
  float:none !important;
  z-index:3 !important;
  display:grid !important;
  place-items:center !important;
  width:40px !important;
  height:40px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(246,242,235,.14) !important;
  border-radius:8px !important;
  background:rgba(246,242,235,.06) !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-size:22px !important;
  line-height:1 !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:block !important;
  min-height:0 !important;
  margin:0 !important;
  padding:22px 26px !important;
  border:0 !important;
  border-bottom:1px solid rgba(246,242,235,.08) !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#f6f2eb !important;
}

html body .news-card:hover{background:rgba(246,242,235,.04) !important;}
html body .news-card small{
  display:block !important;
  margin:0 0 8px !important;
  color:#f6f2eb !important;
  font-size:12px !important;
  font-weight:400 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}
html body .news-card h3{
  max-width:720px !important;
  margin:0 0 7px !important;
  color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(20px,1.6vw,24px) !important;
  line-height:1.08 !important;
  letter-spacing:-.045em !important;
}
html body .news-card p{
  display:block !important;
  max-width:720px !important;
  margin:0 !important;
  color:rgba(246,242,235,.74) !important;
  font-size:16px !important;
  line-height:1.18 !important;
  letter-spacing:-.015em !important;
}

html body .news-thumb,
html body .article-thumb,
html body .news-card img,
html body .news-spotify,
html body .news-tool-all{display:none !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;
    overflow:auto !important;
  }
  html body .news-tool-left{padding:22px 22px 18px !important;}
  html body .news-card{padding:20px 22px !important;}
}

/* Source: ic-impact-news-panel-index-reference-exact */
/* Copie du panneau Actualites de index(27)(3).html, sans reinterpretation. */
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:2147482450 !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;
  /* Sur la page d'accueil, ce noir translucide est posé sur une image sombre.
     Ici le fond bleu et les grands textes transparaissaient : on reproduit
     directement le rendu visuel obtenu sur l'accueil. */
  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;
  transform-origin:top right !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;
  border:0 !important;
  border-bottom:0 !important;
  background:transparent !important;
}

html body .news-tool-kicker{
  margin:0 0 10px !important;
  color:#ccff00 !important;
  -webkit-text-fill-color:#ccff00 !important;
  font-family:"Advent Pro",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}

html body .news-tool-title{
  max-width:620px !important;
  margin:0 !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:600 !important;
  line-height:1 !important;
  letter-spacing:-.06em !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(246,242,235,.13) !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:1 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  cursor:pointer !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{
  position:relative !important;
  display:block !important;
  flex:0 0 54px !important;
  width:54px !important;
  height:54px !important;
  min-height:54px !important;
  padding:0 !important;
  border:1px solid rgba(246,242,235,.18) !important;
  border-radius:50% !important;
  background:radial-gradient(circle at 50% 50%,rgba(246,242,235,.08),rgba(246,242,235,.03)) !important;
  color:#f6f2eb !important;
}

html body .news-clock::before{
  content:"" !important;
  position:absolute !important;
  inset:7px !important;
  display:block !important;
  border:1px solid rgba(246,242,235,.09) !important;
  border-radius:50% !important;
}

html body .news-clock::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  display:block !important;
  width:6px !important;
  height:6px !important;
  border-radius:50% !important;
  background:#ccff00 !important;
  box-shadow:none !important;
  transform:translate(-50%,-50%) !important;
}

html body .news-clock-hand{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  display:block !important;
  width:2px !important;
  border-radius:999px !important;
  background:#f6f2eb !important;
  transform-origin:50% 100% !important;
}
html body .news-clock-hour{height:14px !important;margin-top:-14px !important;opacity:.9 !important;}
html body .news-clock-minute{height:20px !important;margin-top:-20px !important;background:#ccff00 !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(246,242,235,.12) !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{color:#ccff00 !important;-webkit-text-fill-color:#ccff00 !important;}
html body .news-play{gap:8px !important;cursor:pointer !important;}
html body .news-play::before{
  content:"" !important;
  display:block !important;
  width:0 !important;
  height:0 !important;
  border-top:6px solid transparent !important;
  border-bottom:6px solid transparent !important;
  border-left:9px solid currentColor !important;
  background:transparent !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;
  float:none !important;
  z-index:3 !important;
  display:grid !important;
  place-items:center !important;
  width:34px !important;
  height:34px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(246,242,235,.14) !important;
  border-radius:8px !important;
  background:rgba(246,242,235,.06) !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-size:22px !important;
  line-height:1 !important;
  cursor:pointer !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;
  align-items:center !important;
  gap:18px !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;
}
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:#ccff00 !important;
  -webkit-text-fill-color:#ccff00 !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
html body .news-card h3{
  margin:0 0 7px !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:600 !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
}
html body .news-card p{
  display:block !important;
  margin:0 !important;
  color:rgba(246,242,235,.58) !important;
  -webkit-text-fill-color:rgba(246,242,235,.58) !important;
  font-size:15px !important;
  line-height:1.18 !important;
  letter-spacing:-.015em !important;
}

html body .news-thumb{
  display:block !important;
  width:86px !important;
  height:auto !important;
  aspect-ratio:1 !important;
  overflow:hidden !important;
  border-radius:7px !important;
  background:radial-gradient(circle at 30% 30%,#ccff00,transparent 36%),linear-gradient(135deg,#b875ff,#111) !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-spotify iframe{display:block !important;width:100% !important;height:152px !important;border:0 !important;border-radius:12px !important;background:#111 !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;
  background:transparent !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-size:13px !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
}
html body .news-tool-all:hover{
  background:#ccff00 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  border-color:#ccff00 !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;
  }
}

