@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap');

/* RESET DE BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Jost', sans-serif;
  background-color: #121212;
  color: #e0e0e0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #2d2dff;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #a8a8ff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


/* Splash Screen */
#splash-screen {
  position: fixed;
  inset: 0;
  background-color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeOut 1s ease-in-out 2.5s forwards;
}

.splash-content {
  text-align: center;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.3s forwards;
}

.logo-img {
  width: 100px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(90, 90, 255, 0.7));
}

.loading-text {
  color: #ccc;
  margin-top: 1em;
  font-size: 1rem;
  opacity: 0.8;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}





/* SCROLLBAR CUSTOM */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #1e1e1e;
}
::-webkit-scrollbar-thumb {
  background: #444;
}
::-webkit-scrollbar-thumb:hover {
  background: #666;
}

/* BOUTONS GÉNÉRAUX */
button {
  background-color: #2d2dff;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
button:hover {
  background-color: #1f1fff;
}

/* --- NAVBAR INSPIRED BY PREMIERE PRO --- */
.navbar-pr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1e1e1e;
  height: 45px;
  padding: 0 1.5rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-bottom: 1px solid #333;
  color: white;
  position: sticky; /* ou fixed */
  top: 0;
  z-index: 9999;
}

/* Bloc gauche mis à jour pour lien cliquable */
.navbar-home-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.navbar-home-link:hover .navbar-label {
  color: #fff;
}

.navbar-left .icon-home {
  height: 18px;
  width: 18px;
  filter: brightness(0) invert(1);
}

.navbar-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* Bloc droite */
.navbar-right {
  display: flex;
  gap: 1.5rem;
}

.navbar-right a {
  color: #ccc;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.navbar-right a:hover {
  color: #fff;
}

.navbar-right a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #ff88c2;
  transition: width 0.3s ease;
}

.navbar-right a:hover::after {
  width: 100%;
}

/* Centre : Logo Premiere Pro */
.navbar-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.icon-pr {
  height: 26px;
  width: auto;
}





/* TITRES */
h1, h2, h3, h4, h5, h6 {
  color: #ff88c2;
  font-weight: 500;
}




/* PANELS TYPE PREMIERE */
.panel {
  background-color: #1e1e1e;
  border: 1px solid #2c2c2c;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}

.panel:hover {
  background-color: #222;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #121212);
  pointer-events: none;
  z-index: 2;
}

.hero-text {
  position: absolute;
  top: 8%; /* Remonté */
  left: 5%;
  z-index: 3;
  color: #ff88c2;
; /* Rose raccord timeline */
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);

}

.hero-text h1 {
  font-size: 5rem;
  margin: 0;
  line-height: 1.1;
  color: #ff88c2;
  opacity: 0;
  animation: slideIn 0.8s ease-out forwards;
  
}
.typewriter {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}

.hero-text .last {
  font-weight: 700;
  font-size: 6rem;
}

.typewriter {
  margin-top: 1rem;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid white;
  width: 0;
}


/* Animation activée uniquement si la classe "animate" est ajoutée */
.typewriter.animate {
  animation: typing 3s steps(40, end) forwards, blink 0.7s step-end infinite;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  50% { border-color: transparent; }
}


/* ANIMATIONS */
@keyframes slideIn {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  50% { border-color: transparent; }
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .hero-banner {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .hero-banner img {
    height: auto;
    width: 100%;
  }

  .hero-text {
    position: static;
    padding: 2rem 1rem;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text .last {
    font-size: 3rem;
  }

  .typewriter {
    font-size: 1rem;
    width: 0;
    margin: auto;
    animation: typing 2.5s steps(40, end) 1s forwards;
  }

  /* ✅ AJOUT : repositionnement du side panel */
  .hero-side-panel {
    position: static;
    margin-top: 2rem;
    padding: 2rem 1rem;
    text-align: center;
    max-width: 100%;
    background: #1e1e1e;
    border-top: 1px solid #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .hero-side-panel .bloc {
    margin-bottom: 0;
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .hero-text {
    position: static;
    padding: 2rem 1rem;
    text-align: center;
  }

.hero-side-panel {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  z-index: auto;
  margin-top: 2rem;
  padding: 1.5rem;
  max-width: 90%;
  width: 100%;
  text-align: center;
  background: #1e1e1e;
  border: 1px solid #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

  /* 🔥 Ajoute ça pour le centrage horizontal */
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}


  .hero-side-panel .bloc {
  width: 100%;
  max-width: 400px;
  text-align: center;
}

}




.hero-side-panel {
  position: absolute;
  top: 10%;
  right: 3%;
  z-index: 3;
  color: white;
  font-size: 1rem;
  max-width: 260px;
}

.hero-side-panel h3 {
  color: #ff88c2;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;

}

.hero-side-panel h4 {
  margin-top: 1rem;
  color: #ccc;
  font-size: 1rem;
}

.hero-side-panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.hero-side-panel li {
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.1);
}
.hero-side-panel .bloc {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/* Animation slide-in */
.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  animation: fadeRight 0.8s ease-out forwards;
}

.fade-in-right.delay {
  animation-delay: 0.5s;
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.not-ready .slide-in,
.not-ready .fade-in-right {
  opacity: 0;
  transform: translateX(0); /* facultatif selon anim */
  animation: none !important;
}




.cv-button {
  text-align: center;
  margin: 3rem auto;
}

.cv-button a {
  font-size: 1.2rem;
  background-color: #ff88c2;
  color: white;
  padding: 1rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.2s ease;
  display: inline-block;
}

.cv-button a:hover {
  background-color: #f62489;
  transform: translateY(-2px);
}

/* SECTION PROJETS (liste et filtres) */
.projets {
  padding: 3rem 2rem;
  max-width: 1400px;
  margin: auto;
}

.categorie {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ff88c2; /* rose plus clair pour les titres */
}

/* Boutons de filtres */
.boutons {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}

.categsection {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.2rem; /* ✅ Ajout explicite pour l'espacement vertical */
}

.lisection {
  list-style: none;
}


.filtre {
  padding: 0.5rem 1rem;
  border: 1px solid #ff5dbb;
  color: #ff5dbb;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
}

.filtre.active,
.filtre:hover {
  background-color: #ff5dbb;
  color: #fff;
}

/* Grille des projets */
.liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  background: repeating-linear-gradient(
    to bottom,
    #1a1a1a,
    #1a1a1a 40px,
    #232323 40px,
    #232323 41px
  );
  /* 🛠️ Supprime ou commente ces deux lignes */
  /* max-height: calc(2 * 320px + 2rem); */
  /* overflow-y: hidden; */

  /* ✅ Ajoute ceci à la place */
  max-height: none;
  overflow: visible;
}

.item {
  flex: 0 1 calc((100% - 4 * 1.5rem) / 5); /* 5 éléments avec 4 gaps entre eux */
  background-color: #1a1a1a;
  border: 1px solid #2d2d2d;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

/* Tablette : 2 ou 3 par ligne */
@media (max-width: 992px) {
  .item {
    flex: 0 1 calc((100% - 1.5rem) / 2); /* 2 projets */
  }
}

/* Mobile : 1 par ligne */
@media (max-width: 600px) {
  .item {
    flex: 0 1 100%;
  }
}


.item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.item:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #ff5dbb;
  opacity: 0.2;
  transform: translateX(-50%);
}


/* Responsive */
@media (max-width: 1200px) {
  .item {
    width: calc(25% - 1.5rem);
  }
}

@media (max-width: 992px) {
  .item {
    width: calc(33.333% - 1.5rem);
  }
}

@media (max-width: 768px) {
  .item {
    width: calc(50% - 1.5rem);
  }
}

@media (max-width: 480px) {
  .item {
    width: 100%;
  }
}

/* Image des projets */
.contenuliste img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

/* Bouton du projet */
.bouton {
  width: 100%;
  padding: 0.8rem;
  background-color: #ff5dbb;
  color: #fff;
  text-align: center;
  font-size: 0.95rem;
  font-family: 'Segoe UI', 'Roboto', sans-serif; /* ou Inter si tu veux importer */
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: none;
  border-top: 1px solid #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}


.bouton a {
  color: inherit;
  text-decoration: none;
}

.bouton:hover {
  background-color: #ff88c2;
}

/* Pagination (si tu l’utilises) */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.pagination button {
  padding: 0.5rem 1rem;
  background-color: #ff5dbb;
  color: black;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pagination button:hover,
.pagination button.active {
  background-color: #ff88c2;
}

.bouton p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}

.timeline-ruler {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 0.75rem;
  color: #999;
  background: #111;
  border-bottom: 1px solid #222;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: monospace;
  top: -2rem;
  margin-bottom: -2rem;
}

.timeline-ruler span {
  position: relative;
}

.timeline-ruler span::before {
  content: '';
  display: block;
  width: 1px;
  height: 8px;
  background: #555;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.playhead {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #ff5dbb;
  opacity: 0.7;
  animation: slidePlayhead 10s linear infinite; /* durée réglable */
}

@keyframes slidePlayhead {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}






/* COMPÉTENCES */
.competences {
  padding: 4rem 2rem 2rem;
  max-width: 1100px;
  margin: auto;
}

/* COMPÉTENCES - SLIDE DEUX LIGNES TYPE BOUCLE */
.defilement {
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid #2d2d2d;
    background-color: #1a1a1a;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
  }
  
  .slide-liste {
    display: flex;
    animation: scroll-left 25s linear infinite;
    width: max-content;
    gap: 4rem;
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  .slide-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .slide-item img {
    height: 60px;
    filter: drop-shadow(0 0 3px #000);
    transition: transform 0.3s ease;
  }
  
  .slide-item img:hover {
    transform: scale(1.1);
  }

.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

.bloc {
  background-color: #1e1e1e;
  border-left: 4px solid #ff5dbb; /* style piste V1 */
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bloc[data-type="photo"] {
  border-left-color: #6ec6ff; /* autre couleur */
}
.bloc[data-type="code"] {
  border-left-color: #8fffab;
}
.bloc[data-type="outils"] {
  border-left-color: #ffa06e;
}

.bloc-haut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: linear-gradient(to right, #292929, #1a1a1a);
  position: relative;
}

.rond {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 60%;         /* <= réduit la taille ici */
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
  flex-shrink: 0;
}


.rond img {
  display: none; /* on cache l'image <img> car remplacée par background */
}


.titre {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0;
}


.bloc-bas {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.6s ease, opacity 0.3s ease, transform 0.3s ease;
}

.bloc.active .bloc-bas {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  padding: 1rem;
}


.bloc-bas img {
  height: 40px;
  margin: 0.5rem 1rem 1rem 0;
}

.bloc-texte p {
  margin-bottom: 0.7rem;
  line-height: 1.6;
  color: #ccc;
  font-size: 0.9rem;
  font-weight: 300;
}

.bloc-texte strong {
  font-weight: 500;
  color: #f9f9f9;
}



.compglobal {
  text-align: center;
  margin-bottom: 2rem;
  color: #aaa;
  font-style: italic;
}




/* MATÉRIEL - VERSION ANIMÉE */
.materiel {
  padding: 4rem 2rem 2rem;
  max-width: 1100px;
  margin: auto;
}


.materiel-cartes {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.carte {
  background-color: #1a1a1a;
  border: 1px solid #2d2d2d;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  width: 200px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.carte:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px #a8a8ff88;
}

.carte img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.carte img:hover {
  transform: scale(1.05);
}

.carte p {
  font-size: 1rem;
  font-weight: 500;
  color: #ddd;
}

/* LIGHTBOX (zoom image) */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 20px #ff88c2;
}

.lightbox .close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  z-index: 10000;
}




.contact {
  text-align: center;
  padding: 3rem 1rem 1.5rem;
}

.contact-bloc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #e0e0e0;
  text-decoration: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.contact-item img {
  width: 3.75rem;
  margin-bottom: 0.5rem;
  filter: brightness(0.9);
}

.contact-item:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.contact-item span {
  font-size: 1rem;
  color: #ff88c2;
  font-weight: 500;
}

.email {
  font-size: 1rem;
  font-style: italic;
  color: #aaa;
  margin-bottom: 3rem;
}

.footer {
  background-color: #0e0e0e;
  text-align: center;
  color: #777;
  padding: 1rem;
  font-size: 0.85rem;
}


#hero-projet img {
  filter: blur(4px) brightness(0.6);
  transform: scale(1.05);
}


.contenuliste video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 500px;
  object-fit: cover;
}





.final-render {
  background-color: #1a1a1a;
  padding: 2rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
  font-family: 'Fira Code', monospace;
  color: #ccc;
  position: relative;
  overflow: hidden;
}

.final-render h3 {
  color: #66b2ff;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.render-bar-wrapper {
  position: relative;
  height: 14px;
  background: #222;
  border: 1px solid #444;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.loading-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0,
    rgba(255, 255, 255, 0.05) 2px,
    transparent 2px,
    transparent 6px
  );
  animation: rotateBG 4s linear infinite;
  z-index: 0;
}

.progress-bar.loop {
  position: relative;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  animation: moveBar 2.5s ease-in-out infinite;
  z-index: 1;
}

@keyframes moveBar {
  0% { left: -25%; }
  50% { left: 50%; }
  100% { left: 100%; }
}

@keyframes rotateBG {
  0% { background-position: 0 0; }
  100% { background-position: 100px 0; }
}

.render-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.render-info-list li {
  margin: 0.4rem 0;
}





.materiel-maitrise li::before {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}


.materiel-maitrise {
  margin-top: 3rem;
  padding: 1.5rem 2rem;
  background: repeating-linear-gradient(
    to right,
    #222 0px,
    #222 2px,
    #1b1b1b 2px,
    #1b1b1b 6px
  );
  border-radius: 10px;
  border: 1px solid #2d2d2d;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Fira Code', monospace;
  font-size: 0.95rem;
  color: #e0e0e0;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(255, 136, 194, 0.1);
}

.materiel-maitrise::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 300%;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 136, 194, 0.08) 50%,
    transparent 100%
  );
  animation: audioFlow 10s linear infinite;
  z-index: 0;
}

@keyframes audioFlow {
  from { left: -100%; }
  to { left: 0%; }
}

.materiel-maitrise ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.materiel-maitrise li {
  margin-bottom: 0.7rem;
  padding-left: 1.5rem;
  position: relative;
}

/* Réinitialisation forcée des pictos parasites */
.materiel-maitrise li::before {
  content: ""; /* rien par défaut */
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  line-height: 1;
  color: inherit;
}

.icon-camera::before {
  content: "📷";
  color: #7a7aff;
}

.icon-mic::before {
  content: "🎤";
  color: #ff88c2;
}

.materiel-maitrise span {
  color: #7a7aff;
  font-weight: 600;
}

.intro-maitrise {
  font-size: 0.95rem;
  font-weight: 400;
  color: #ff88c2;
  margin-bottom: 1rem;
  font-family: 'Fira Code', monospace;
}













@media (max-width: 768px) {
  .navbar-pr {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }

  .navbar-center {
    position: static;
    transform: none;
    margin: 0.5rem 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .navbar-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
  }

  .navbar-right a {
    font-size: 0.8rem;
    padding: 0.3rem;
  }

  .navbar-home-link {
    font-size: 0.8rem;
  }

  .navbar-label {
    font-size: 0.75rem;
  }
}





@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr; /* une seule colonne */
    gap: 1rem;
  }

  .bloc {
    padding: 0.5rem 0; /* pour compacter */
  }

  .bloc-bas img {
    display: none; /* on cache les icônes */
  }

  .bloc-texte p {
    font-size: 0.85rem;
  }

  .rond {
    width: 32px;
    height: 32px;
    background-size: 50%;
  }

  .titre {
    font-size: 1rem;
  }
}



.cta-collab.fancy {
  background: linear-gradient(135deg, #1c1c1c, #0e0e0e);
  border: 1px solid #2d2d2d;
  border-radius: 12px;
  margin: 5rem auto 3rem;
  max-width: 900px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 0 30px rgba(255, 136, 194, 0.1);
  animation: fadeInUp 1s ease-out;
}

.cta-collab.fancy h2 {
  color: #ff88c2;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cta-collab.fancy p {
  color: #ccc;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

.cta-buttons a {
  background: #ff5dbb;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
  box-shadow: 0 0 10px rgba(255, 93, 187, 0.3);
  transition: background 0.3s, transform 0.2s ease;
}

.cta-buttons a:hover {
  background: #ff88c2;
  transform: translateY(-3px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}







.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  gap: 5px;
  height: 24px;
  width: 30px;
}

.burger span {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Responsive mobile & tablette */
@media screen and (max-width: 1024px) {
  .burger {
    display: flex;
  }

  .navbar-right {
    position: absolute;
    top: 45px;
    right: 0;
    background-color: #1e1e1e;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .navbar-pr.open .navbar-right {
    display: flex;
  }

  .navbar-right a {
    padding: 1rem;
    width: 100%;
    border-top: 1px solid #333;
  }

  .navbar-center {
    display: none;
  }
}




