/* =====================================================
PERSONNEL PROJECTS
===================================================== */

.personnel-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/wp-content/uploads/2026/02/Eliot_XM2.jpg") no-repeat center
    center fixed;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

/* container */

.personnel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* titre */

.personnel-container h1 {
  font-weight: 100;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  padding: 3px 6px;
  border: 2px solid #ffffff;
  margin-bottom: 30px;
}

/* liste */

.personnel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 300px;
}

/* item */

/* .personnel-list li {
  font-weight: 100;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  padding: 3px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  transition: 0.3s;
} */

/* hover */

/* .personnel-list li:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
} */

/* lien */

/* .personnel-list a {
  flex-grow: 1;
  text-align: left;
} */

.personnel-list li {
  border: 1px solid transparent;
  transition: 0.3s;
}

/* lien pleine largeur */

.personnel-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3px 6px;
  font-weight: 100;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

/* hover */

.personnel-link:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

/* date */

.personnel-date {
  font-size: 0.8rem;
  opacity: 0.8;
  min-width: 60px;
  text-align: right;
}

/* bouton retour */

.personnel-back {
  margin-top: 20px;
  text-align: center;
}

.personnel-back a {
  font-size: 1.2rem;
  color: #ffffff;
  transition: 0.3s;
}

.personnel-back a:hover {
  color: #cccccc;
}

/* BACKGROUND VIDEO */

.personnel-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.personnel-container {
  position: relative;
  z-index: 2;
}
