/* Source: inline-1 */
/* EXACT INDEX ARTICLE WINDOW — copied from index */
.news-tool-trigger{
  position:static !important;
  width:48px !important;
  height:42px !important;
  min-width:48px !important;
  border-radius:13px !important;
  flex:0 0 auto !important;
  border:1px solid rgba(58,29,19,.25) !important;
  background:#3a1d13 !important;
  color:#f6f2eb !important;
  display:grid !important;
  place-items:center !important;
  cursor:pointer !important;
  padding:0 !important;
  transition:
    transform .3s cubic-bezier(.16,1,.3,1),
    background .25s ease,
    color .25s ease,
    border-color .25s ease !important;
}

.news-tool-trigger:hover{
  transform:translateY(-2px) !important;
  background:#efff5a !important;
  color:#111 !important;
  border-color:#efff5a !important;
}

.news-tool-trigger span{
  width:20px;
  height:20px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:7px;
}

.news-tool-trigger span::before,
.news-tool-trigger span::after,
.news-tool-trigger i::before,
.news-tool-trigger i::after{
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor;
  display:block;
}

.news-tool-trigger i{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:7px;
  grid-column:1 / -1;
}

.news-tool-panel{
  position:fixed;
  top:82px;
  right:clamp(18px,3vw,42px);
  z-index:2147482450;
  width:min(640px,calc(100vw - 120px));
  max-height:calc(100vh - 158px);
  overflow:auto;
  background:rgba(18,18,18,.92);
  color:#f6f2eb;
  border:1px solid rgba(246,242,235,.10);
  border-radius:14px;
  box-shadow:0 34px 120px rgba(0,0,0,.42);
  backdrop-filter:blur(28px);
  opacity:0;
  pointer-events:none;
  transform:translateY(-10px) scale(.985);
  transition:opacity .28s ease, transform .38s cubic-bezier(.16,1,.3,1);
}

body.news-panel-open .news-tool-panel{
  opacity:1;
  pointer-events:auto;
  transform:none;
}

.news-tool-inner{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  padding:0;
}

.news-tool-left{
  padding:20px 22px 16px;
  border-bottom:1px solid rgba(246,242,235,.10);
}

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

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

.news-tool-tabs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
}

.news-tool-tabs button{
  border:1px solid rgba(246,242,235,.13);
  background:rgba(246,242,235,.06);
  color:#f6f2eb;
  border-radius:8px;
  padding:9px 13px;
  font-family:"Advent Pro",Arial,sans-serif!important;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.25s ease;
}

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

.news-tool-meta{
  display:flex;
  align-items:center;
  gap:10px;
  margin:16px 0 0;
  flex-wrap:wrap;
}

.news-clock{
  width:54px;
  height:54px;
  min-height:54px;
  padding:0;
  border-radius:50%;
  position:relative;
  background:radial-gradient(circle at 50% 50%, rgba(246,242,235,.08), rgba(246,242,235,.03));
  border:1px solid rgba(246,242,235,.18);
  color:#f6f2eb;
  flex:0 0 54px;
}

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

.news-clock::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ccff00;
  transform:translate(-50%,-50%);
  box-shadow:0 0 12px rgba(204,255,0,.5);
}

.news-clock-hand{
  position:absolute;
  left:50%;
  top:50%;
  width:2px;
  transform-origin:50% 100%;
  border-radius:999px;
  background:#f6f2eb;
}

.news-clock-hour{
  height:14px;
  margin-top:-14px;
  opacity:.9;
}

.news-clock-minute{
  height:20px;
  margin-top:-20px;
  background:#ccff00;
}

.news-clock-label,
.news-date,
.news-play{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  border-radius:9px;
  padding:0 13px;
  background:rgba(246,242,235,.08);
  border:1px solid rgba(246,242,235,.12);
  color:#f6f2eb;
  font-family:"Space Grotesk",Arial,sans-serif!important;
  font-size:13px;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.news-clock-label{
  color:#ccff00;
}

.news-play{
  gap:8px;
  cursor:pointer;
  transition:.25s ease;
}

.news-play::before{
  content:"";
  width:0;
  height:0;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:9px solid currentColor;
}

.news-play:hover{
  background:#ccff00;
  color:#111;
  border-color:#ccff00;
  transform:translateY(-2px);
}

.news-tool-close{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border:1px solid rgba(246,242,235,.14);
  border-radius:8px;
  background:rgba(246,242,235,.06);
  color:#f6f2eb;
  font-size:22px;
  cursor:pointer;
  transition:.25s ease;
}

.news-tool-close:hover{
  background:#f6f2eb;
  color:#111;
}

.news-tool-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}

.news-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 86px;
  gap:18px;
  align-items:center;
  padding:18px 22px;
  background:transparent;
  border-bottom:1px solid rgba(246,242,235,.08);
  transition:background .25s ease;
}

.news-card:hover{
  background:rgba(246,242,235,.06);
}

.news-card small{
  display:block;
  color:#ccff00;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:8px;
}

.news-card h3{
  font-family:"Space Grotesk",Arial,sans-serif!important;
  font-size:clamp(18px,1.4vw,24px);
  line-height:1.04;
  letter-spacing:-.045em;
  margin:0 0 7px;
  color:#f6f2eb;
}

.news-card p{
  margin:0;
  color:rgba(246,242,235,.58);
  font-size:15px;
  line-height:1.18;
  letter-spacing:-.015em;
}

.news-thumb{
  width:86px;
  aspect-ratio:1;
  border-radius:7px;
  overflow:hidden;
  background:
    radial-gradient(circle at 30% 30%,#ccff00,transparent 36%),
    linear-gradient(135deg,#b875ff,#111);
}

.news-spotify{
  display:none;
  padding:0 22px 20px;
}

.news-spotify.is-open{
  display:block;
}

.news-spotify iframe{
  width:100%;
  height:152px;
  border:0;
  border-radius:12px;
  display:block;
  background:#111;
}

.news-tool-all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:16px 22px 20px;
  border:1px solid rgba(246,242,235,.24);
  border-radius:999px;
  padding:13px 18px;
  color:#f6f2eb;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.1em;
  transition:.25s ease;
  width:max-content;
}

.news-tool-all:hover{
  background:#ccff00;
  color:#111;
  border-color:#ccff00;
}

@media(max-width:900px){
  .news-tool-trigger{
    width:44px !important;
    height:40px !important;
  }

  .news-tool-panel{
    top:78px;
    right:18px;
    left:18px;
    width:auto;
    max-height:72vh;
  }
}

.hero-knot{
  top:clamp(-35px,-2vh,10px) !important;
  right:clamp(28px,6vw,92px) !important;
  width:min(34vw,520px) !important;
  animation:none !important;
}

.hero-knot video,
.hero-knot img{
  animation:none !important;
  transform:none !important;
}

.hero-knot{
position:absolute!important;
right:4vw!important;
top:120px!important;
width:42vw!important;
height:520px!important;
animation:none!important;
filter:none!important;
}
.hero-knot video,.hero-knot img{display:none!important;}
.hero-knot::before{
content:"";
position:absolute;
inset:0;
background:
radial-gradient(circle at 68% 18%, #d8b8ff 0 14px, transparent 15px),
radial-gradient(circle at 60% 52%, #bfe3ff 0 14px, transparent 15px),
radial-gradient(circle at 38% 82%, #ccff00 0 16px, transparent 17px);
}
.hero-knot::after{
content:"";
position:absolute;
inset:20px;
border-radius:40px;
background:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cpath d='M520 40 C380 60 300 140 360 220 C430 310 500 320 520 390 C540 470 430 520 280 520' fill='none' stroke='%23222222' stroke-width='24' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));
}

.hero-ribbon{
  position:absolute;
  right:clamp(12px,4.8vw,78px);
  top:clamp(24px,5vh,78px);
  width:min(44vw,690px);
  z-index:3;
  pointer-events:none;
  filter:drop-shadow(0 42px 80px rgba(17,17,17,.10));
}

.hero-ribbon svg{
  width:100%;
  height:auto;
  display:block;
  overflow:visible;
}

.hero-ribbon .label-title{
  font-family:"Space Grotesk",Arial,sans-serif;
  font-size:17px;
  font-weight:700;
  letter-spacing:.08em;
  fill:#111;
}

.hero-ribbon .label-copy{
  font-family:"Advent Pro",Arial,sans-serif;
  font-size:17px;
  letter-spacing:.02em;
  fill:#111;
}

.hero-knot{
  display:none !important;
}

@media(max-width:900px){
  .hero-ribbon{
    position:relative;
    right:auto;
    top:auto;
    width:min(88vw,520px);
    margin:26px 0 0 auto;
  }
}

.project-cursor,
.custom-cursor,
.cursor-follower,
.cursor-circle,
.circle-cursor,
.mouse-cursor,
.mouse-follow,
.hover-cursor,
.project-hover-cursor{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

.recent-card{
  cursor:pointer !important;
  position:relative !important;
}

.recent-media{
  position:relative !important;
  overflow:hidden !important;
}

.recent-card::before,
.recent-card::after,
.recent-media::before,
.recent-media::after,
.project-tag::before,
.project-tag::after{
  content:none !important;
  display:none !important;
}

.project-tag{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  background:transparent !important;
  backdrop-filter:none !important;
  transform:none !important;
}

.recent-card:hover .recent-media img{
  filter:grayscale(100%) contrast(1.14) brightness(.82) blur(1px) !important;
  transform:scale(1.055) !important;
}

.hero{
  position:relative !important;
}

.hero-kicker,
.hero .eyebrow{
  display:block !important;
  position:relative !important;
  z-index:5 !important;
  margin:0 0 clamp(22px,2.8vw,42px) 0 !important;
  padding:0 !important;
  color:#111 !important;
  opacity:1 !important;
  font-family:"Advent Pro", Arial, sans-serif !important;
  font-size:clamp(15px,1.15vw,21px) !important;
  line-height:1 !important;
  font-weight:400 !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
}


.footer-brand-logo{
  max-width:260px;
  height:auto;
  display:block;
  margin-bottom:24px;
}

/* LOGO NAVBAR — intégré directement dans le HTML */
.nav{
  min-height:88px !important;
}
.brand{
  justify-self:center !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  height:auto !important;
  line-height:1 !important;
  letter-spacing:0 !important;
}
.brand .navbar-logo-img{
  display:block !important;
  width:auto !important;
  height:48px !important;
  max-width:420px !important;
  object-fit:contain !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}
@media(max-width:820px){
  .nav{min-height:96px !important;}
  .brand .navbar-logo-img{
    height:58px !important;
    max-width:62vw !important;
  }
}


.brand img,
.brand .navbar-logo-img{
    height:60px !important;
    width:auto !important;
    max-width:520px !important;
    display:block !important;
}
.nav{
    min-height:120px !important;
}


/* NAVBAR LOGO — TAILLE CORRIGÉE */
.nav{
  min-height:118px !important;
  padding-top:18px !important;
  padding-bottom:18px !important;
}
.brand{
  justify-self:center !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:300px !important;
  max-width:300px !important;
  height:auto !important;
  line-height:1 !important;
  letter-spacing:0 !important;
}
.brand img,
.brand .navbar-logo-img{
  display:block !important;
  width:260px !important;
  height:auto !important;
  max-width:260px !important;
  max-height:74px !important;
  object-fit:contain !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}
@media(max-width:820px){
  .nav{min-height:96px !important;}
  .brand{width:220px !important;max-width:220px !important;}
  .brand img,
  .brand .navbar-logo-img{
    width:200px !important;
    max-width:200px !important;
    max-height:60px !important;
  }
}


/* ===== CORRECTION FINALE LOGO NAVBAR ===== */
.nav{
  min-height:128px !important;
  padding-top:18px !important;
  padding-bottom:18px !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center !important;
}
.brand{
  justify-self:center !important;
  align-self:center !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:440px !important;
  max-width:440px !important;
  height:auto !important;
  min-height:0 !important;
  line-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  letter-spacing:0 !important;
}
.brand img.navbar-logo-img,
.brand img{
  display:block !important;
  width:390px !important;
  height:auto !important;
  max-width:390px !important;
  max-height:none !important;
  object-fit:contain !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
}
@media(max-width:820px){
  .nav{
    min-height:108px !important;
    grid-template-columns:1fr auto !important;
  }
  .brand{
    width:270px !important;
    max-width:270px !important;
    justify-self:start !important;
  }
  .brand img.navbar-logo-img,
  .brand img{
    width:250px !important;
    max-width:250px !important;
  }
}


/* ===== NAVBAR LOGO FINAL : symbole + Innovate Community sur une seule ligne ===== */
.nav{
  min-height:112px !important;
  padding-top:18px !important;
  padding-bottom:18px !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center !important;
}

.brand.navbar-brand-inline{
  justify-self:center !important;
  align-self:center !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-direction:row !important;
  gap:18px !important;
  width:auto !important;
  max-width:none !important;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-decoration:none !important;
}

.brand.navbar-brand-inline .navbar-symbol-img{
  display:block !important;
  width:74px !important;
  height:74px !important;
  max-width:74px !important;
  max-height:74px !important;
  object-fit:contain !important;
  flex:0 0 auto !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  filter:none !important;
}

.brand.navbar-brand-inline .navbar-wordmark{
  display:block !important;
  white-space:nowrap !important;
  font-family:"Space Grotesk", Arial, sans-serif !important;
  font-size:47px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:-0.07em !important;
  color:#111 !important;
  text-transform:none !important;
}

.brand.navbar-brand-inline br,
.brand.navbar-brand-inline .navbar-logo-img{
  display:none !important;
}

@media(max-width:820px){
  .nav{
    min-height:92px !important;
    grid-template-columns:1fr auto !important;
  }
  .brand.navbar-brand-inline{
    justify-self:start !important;
    gap:10px !important;
  }
  .brand.navbar-brand-inline .navbar-symbol-img{
    width:52px !important;
    height:52px !important;
    max-width:52px !important;
    max-height:52px !important;
  }
  .brand.navbar-brand-inline .navbar-wordmark{
    font-size:28px !important;
    letter-spacing:-0.06em !important;
  }
}


.nav,.nav *{color:#fff !important;}
.nav .pill,.menu-toggle{border-color:rgba(255,255,255,.7)!important;}
.nav .pill:hover,.menu-toggle:hover{background:#fff!important;color:#000!important;}
.links-right button,.nav .dot-menu,.nav .menu-button{
background:transparent!important;
border:1px solid rgba(255,255,255,.7)!important;
color:#fff!important;
}


/* === CORRECTION DEFINITIVE PROJETS RECENTS TEXTE BLANC === */
.recent-projects{
  background:#000 !important;
  color:#fff !important;
}

.recent-projects .recent-head h2,
.recent-projects .recent-card h3,
.recent-projects .recent-card p{
      color:#ffffff !important;
  color:#fff !important;
  opacity:1 !important;
  visibility:visible !important;
  mix-blend-mode:normal !important;
  filter:none !important;
  text-shadow:0 1px 10px rgba(0,0,0,.35) !important;
  position:relative !important;
  z-index:9999 !important;
}

.recent-projects .recent-card{
  color:#fff !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
}

.recent-projects .recent-card::before,
.recent-projects .recent-card::after,
.recent-projects .recent-media::before,
.recent-projects .recent-media::after{
  opacity:0 !important;
  display:none !important;
  content:none !important;
  background:none !important;
  pointer-events:none !important;
}

.recent-projects .recent-grid,
.recent-projects .recent-card,
.recent-projects .recent-card *{
  isolation:isolate !important;
}

.recent-projects .recent-media{
  position:relative !important;
  z-index:1 !important;
}

.recent-projects .recent-card h3,
.recent-projects .recent-card p{
      color:#ffffff !important;
  position:relative !important;
  z-index:20 !important;
}



/* --- CORRECTION BANDEAU JAUNE : TEXTE EN NOIR --- */
.marquee,
.marquee *,
.hero + .marquee,
.hero + .marquee *,
.marquee-track,
.marquee-track *{
  color:#000000 !important;
  -webkit-text-fill-color:#000000 !important;
  text-shadow:none !important;
  mix-blend-mode:normal !important;
}


/* Fallback si les points sont créés avec ::before / box-shadow */
.dots-btn::after,
.more-btn::after,
.menu-dots::after,
.nav-dots::after{
  animation:dotsNudge 1.4s ease-in-out infinite;
}

@keyframes dotsNudge{
  0%,100%{ transform:translateX(0); }
  35%{ transform:translateX(4px); }
  70%{ transform:translateX(-2px); }
}


/* === ANIMATION REELLE BOUTON TROIS POINTS === */
.news-tool-trigger{
  overflow:hidden !important;
}

.news-tool-trigger span{
  position:relative !important;
  width:24px !important;
  height:18px !important;
  display:block !important;
  transform:none !important;
  animation:none !important;
}

.news-tool-trigger span::before,
.news-tool-trigger span::after,
.news-tool-trigger i::before{
  content:"" !important;
  position:absolute !important;
  top:50% !important;
  width:5px !important;
  height:5px !important;
  border-radius:50% !important;
  background:currentColor !important;
  opacity:.72 !important;
  transform:translateY(-50%) !important;
  animation:newsDotMove 1.25s ease-in-out infinite !important;
  box-shadow:none !important;
}

.news-tool-trigger span::before{
  left:2px !important;
  animation-delay:0s !important;
}

.news-tool-trigger i::before{
  left:9.5px !important;
  animation-delay:.16s !important;
}

.news-tool-trigger span::after{
  left:17px !important;
  animation-delay:.32s !important;
}

.news-tool-trigger i,
.news-tool-trigger i::after{
  display:block !important;
  width:0 !important;
  height:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

@keyframes newsDotMove{
  0%,100%{
    transform:translateY(-50%) translateX(0) scale(1);
    opacity:.62;
  }
  35%{
    transform:translateY(-50%) translateX(5px) scale(1.35);
    opacity:1;
  }
  70%{
    transform:translateY(-50%) translateX(-1px) scale(1);
    opacity:.82;
  }
}

