/* =========================
   Variables (change ici)
   ========================= */
:root{
  --primary: #8c5fc0;       /* couleur principale (boutons) */
  --primary-dark: ;  /* hover */
  --nav-bg: #ffffff;        /* arrière-plan de la navbar */
  --accent: #8c5fc0;        /* couleur "suivez-moi" */
  --text: #222222;
  /* pour la bannière : met ici ton image si tu veux */
  --banner-img: url("img/banner.jpg"); /* laisse comme ça si tu veux une image */
  --banner-color: #f8f9fa;  /* couleur si tu veux un fond uni */
}

/* =========================
   Reset simple
   ========================= */
*{box-sizing:border-box}
body{
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  margin:0;
  line-height:1.5;
}

/* lien skip (visible quand on appuie sur tab) */
.skip-link{ position:absolute; left:8px; top:-40px; background:#000; color:#fff; padding:6px; border-radius:4px; }
.skip-link:focus{ top:8px; }

/* NAVBAR */
.nav{ background:#8c5fc0; padding:12px 0; box-shadow:0 2px 6px rgba(0,0,0,0.04);}
.brand-text{ font-weight:700; }

/* menu : simplifié */
.menu a{ margin-left:14px; color:var(--text); text-decoration:none; }
.menu a:hover{ color:var(--primary); }
/* NAVBAR */
.nav{ 
  background:#dac7f0; /* nouveau fond */
  padding:12px 0; 
  box-shadow:0 2px 6px rgba(0,0,0,0.04);
}

.brand-text{ 
  font-weight:700; 
  color:#5a2ca0; /* logo en violet */
}

/* menu : simplifié */
.menu a{ 
  margin-left:14px; 
  color:#5a2ca0; /* violet foncé */
  text-decoration:none; 
  transition: color 0.3s ease;
}

.menu a:hover{ 
  color:#fff; /* devient blanc au survol */
}


/* bouton CV */
.btn-cv{ background:#8c5fc0; color:#fff; padding:8px 12px; border-radius:6px; text-decoration:white; }

/* BANNIERE : texte à gauche, image à droite */
.banner{ padding:56px 0; background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.02)), var(--banner-img) center/cover no-repeat; }
.banner .name{ color:var(--primary); }
.banner .subtitle{ color:#555; }

/* bouton principal simple */
.btn-main{ display:inline-block; padding:10px 14px; background:#8c5fc0; color:#fff; text-decoration:none; border-radius:8px; margin-right:8px; }
.btn-main:hover{ background:#000; }

/* bouton outline */
.btn-outline{ display:inline-block; padding:8px 12px; border:2px solid var(--primary); color:var(--primary); border-radius:8px; text-decoration:none; }
.btn-outline:hover{ background:var(--primary); color:#fff; }

/* image bannière */
.banner-img{ max-width:70%; height:auto; border-radius:8px; box-shadow: 0 8px 20px #8c5fc0; }
.banner{
  background-color:#dac7f0;
}

/* A PROPOS */
.photo-box{ display:inline-block; padding:10px; background:#fff; border-radius:8px; box-shadow: 0 8px 20px #8c5fc0; }
.profile-img{ width:100%; max-width:320px; border-radius:4px; }

/* COMPETENCES */
.skill .icon{ font-size:28px; color:var(--primary); margin-bottom:8px; display:block; }
.skill{
  background-color: #dac7f0;
}
/* Styles de base */
.skill {
  background-color: #dac7f0;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  cursor: pointer;
}

/* Icône */
.skill .icon {
  font-size: 28px;
  color: var(--primary);
  margin-bottom: 8px;
  display: block;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Effet hover */
.skill:hover {
  transform: translateY(-8px) scale(1.05);
  background: linear-gradient(135deg, #dac7f0, #f0e7fa);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* L’icône réagit aussi */
.skill:hover .icon {
  transform: rotate(10deg) scale(1.2);
  color: #7b3fe4;
}

/* Effet clic */
.skill:active {
  transform: scale(0.95);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* petits styles pour les cards projets */
.card img{ height:200px; object-fit:cover; }


/* Style normal */
.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

/* Quand on passe la souris */
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* Quand on clique (effet enfoncé) */
.card:active {
  transform: scale(0.95);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* SUIVEZ-MOI */
.bg-accent{ background:var(--accent); color:#fff; }
.email{ color:#fff; text-decoration:underline; }

/* FOOTER */
.footer{ background:#8c5fc0; color:#d7e6eb; text-align:center; }


.navbar-toggler {
  border: none;
  background-color: #dac7f0; 
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(138, 92, 192, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* Infos de contact */
#infos-contact i {
  color:#8c5fc0;
  
}

#infos-contact p {
  margin: 0;
}

/* Outils maîtrisés */
#outils i {
  color: var(--primary);
  margin-bottom: 8px;
}
#outils p {
  margin-top: 6px;
  font-weight: 500;
}
/* SECTION OUTILS */
.outils {
  text-align: center;
  padding: 50px 20px;
  background: #f9f6ff;
}

.outils h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #5a2ca0;
}

/* Slider container */
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Track qui défile */
.slide-track {
  display: flex;
  width: calc(250px * 24); /* largeur = nombre de slides * largeur */
  animation: scroll 40s linear infinite;
}

/* Chaque logo */
.slide {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.slide img {
  max-width: 120px;
  height: auto;
  transition: transform 0.3s ease;
}

/* Effet hover */
.slide img:hover {
  transform: scale(1.2) rotate(5deg);
}

/* Animation défilement */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-250px * 12)); }
}

/* Infos de contact */
#infos-contact i {
  color: #8c5fc0 !important; /* force la couleur violette */
  font-size: 20px;           /* taille (si tu veux plus grand) */
  margin-right: 8px;         /* petit espace avec le texte */
}
/* Footer : texte et liens en blanc */
.footer, 
.footer a {
  color: #fff;
  text-decoration: none; /* enlève le soulignement si tu veux */
  transition: color 0.3s ease; /* effet smooth au hover */
}

.footer a:hover {
  color: #dac7f0; /* couleur au survol, par exemple violet clair */
}
.footer{
  text color:#ffffff;
}
.icon