body {
  font-family: Arial, sans-serif;
  background-color: #121212;
  color: #e0e0e0;
  margin: 0;
  padding: 0;
}
body header {
  background-color: #8f3ff1;
  color: #e0e0e0;
  text-align: center;
  padding: 20px 0;
}
body header h1 {
  margin: 0;
  font-size: 5.5em;
}
body section {
  margin: 20px auto;
  padding: 20px;
  max-width: 1000px;
  background-color: #1e1e1e;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
body section h2 {
  color: #8f3ff1;
  margin-top: 20px;
}
body section ul {
  list-style-type: none;
  padding: 0;
}
body section ul li {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
}
body section ul li .experience-header {
  display: flex;
  justify-content: space-between;
}
body section ul li .experience-header strong {
  font-size: 1.5em;
}
body section ul li .experience-header .date {
  font-weight: bold;
  margin-left: 20px;
}
body section ul li ul {
  margin-top: 10px;
  padding-left: 20px;
}
body section ul li ul li {
  margin-bottom: 10px;
}
body section ul li .diploma-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body section ul li .diploma-header strong {
  font-size: 1.5em;
}
body section ul li .diploma-header .date {
  font-weight: bold;
  margin-left: 20px;
}
body section ul li .italic {
  font-style: italic;
}
body section ul li p {
  margin: 10px 0 0;
}
body #informations-personnelles .informations {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
body #informations-personnelles .informations .info-card {
  flex: 1;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 10px;
  text-align: center;
}
body #informations-personnelles .liens {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body #informations-personnelles .liens a {
  margin: 0 15px;
  text-decoration: none;
}
body #informations-personnelles .liens a img {
  width: 45px;
  height: 45px;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease, filter 0.2s ease;
}
body #informations-personnelles .liens a img:hover {
  transform: scale(1.5);
  filter: brightness(0.8) invert(1);
}
body #projets ul {
  list-style-type: none;
  padding: 0;
}
body #projets ul li {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
}
body #projets ul li .project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #projets ul li .project-header strong {
  font-size: 1.5em;
}
body #projets ul li .project-header .date {
  font-weight: bold;
}
body #projets ul li .italic {
  font-style: italic;
}
body #projets ul li p {
  margin: 10px 0 0;
}
body #telechargement {
  margin-top: 20px;
}
body #telechargement button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #8f3ff1;
  color: #e0e0e0;
  border: none;
  border-radius: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
body #telechargement button:hover {
  background-color: rgb(170.7281553398, 110.5339805825, 244.4660194175);
  transform: scale(1.05);
}
body #telechargement button:active {
  transform: scale(0.98);
}
body footer {
  text-align: center;
  padding: 10px 0;
  background-color: #8f3ff1;
  color: #e0e0e0;
  position: relative;
  bottom: 0;
  width: 100%;
}
body #back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 7px 20px;
  background-color: #8f3ff1;
  color: #e0e0e0;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  display: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #121212;
}
body #back-to-top:hover {
  background-color: rgb(170.7281553398, 110.5339805825, 244.4660194175);
  transform: scale(1.05);
}
body #back-to-top:active {
  transform: scale(0.98);
}

/*# sourceMappingURL=cv.css.map */
