body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  margin: 20px;
  background-color: #F5F4F5; 
}


header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

hr {
  border: none;
  border-top: 1px solid #000;
}


.big {
  display: flex;
  font-size: 14vw;
  justify-content: center;
  line-height: 0.8;
   margin: 0,20,0,20px;
   letter-spacing: 2px;
  
}


.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 40px;
}

h2 {
  margin-bottom: 20px;
  font-weight: 400;
 
}

.ligne {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #000; /* ligne fine noire */
}

footer {
  text-align: center;
  padding: 20px;
}

.liste-competences {
  list-style: none;          /* supprime les puces */
  padding: 0;
  margin: 0;
}

.liste-competences li {
  padding: 8px 0;
  border-bottom: 1px solid #000; /* ligne entre chaque compétence */
}

.liste-competences li:last-child {
  border-bottom: none; /* pas de ligne après la dernière */
}

.glitch {
  cursor: pointer;
  color: black !important;           /* ne change jamais au hover */
  text-decoration: none !important;  /* pas de soulignement au hover */

  /* text-transform: uppercase; <-- supprimer cette ligne */
}
