.CV {
  display: flex;
  flex-direction: column;
}
.CV .profil {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 6vh;
  position: relative;
}
.CV .profil h1 {
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  filter: drop-shadow(0px 4px 0px #8908c0);
  margin: auto;
  margin-bottom: 0em;
  padding: 0;
  font-size: 5vw;
  width: fit-content;
  height: fit-content;
}
.CV .profil p {
  font-family: roboto, sans-serif;
  font-weight: 600;
  font-style: italic;
  color: white;
  margin: auto;
  padding: 0;
  margin-top: 0;
  font-size: 1.5vw;
  text-align: center;
  width: 80%;
  height: fit-content;
}
.CV .profil p strong {
  color: #0892dd;
  font-weight: 1000;
}
.CV .profil p span {
  color: #ff314b;
  font-weight: 1000;
}
.CV .profil p b {
  color: #8908c0;
  font-weight: 1000;
}
.CV .profil .downloadPDF {
  position: fixed;
  bottom: 10%;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  color: white;
  display: flex;
  width: fit-content;
  height: fit-content;
  text-decoration: none;
  background-color: #8908c0;
  padding: 0.5em 1em;
  border-radius: 5000em;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-size: 1.4vw;
  transition: all 0.5s;
  z-index: 199;
}
.CV .profil .downloadPDF:hover {
  background-color: #ffffff;
  color: black;
}
.CV .diplomes .titre_avec_image, .CV .experiences .titre_avec_image {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  user-select: none;
  margin: 5vh auto;
  margin-top: auto;
}
.CV .diplomes .titre_avec_image .imageFond, .CV .experiences .titre_avec_image .imageFond {
  width: 7vw;
  height: fit-content;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
}
.CV .diplomes .titre_avec_image .imageFond img, .CV .experiences .titre_avec_image .imageFond img {
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: auto;
  aspect-ratio: initial;
  margin: auto;
  z-index: -2;
  position: relative;
}
.CV .diplomes .titre_avec_image .imageFond .masqueImageFond, .CV .experiences .titre_avec_image .imageFond .masqueImageFond {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 33%, rgb(0, 0, 0) 66%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.CV .diplomes .titre_avec_image h2, .CV .experiences .titre_avec_image h2 {
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  filter: drop-shadow(0px 4px 0px #8908c0);
  margin: 0 auto;
  padding: 0;
  font-size: 2vw;
}
.CV .diplomes {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 80%;
  height: 88vh;
  margin-top: 12vh;
}
.CV .diplomes .diplomesContent {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: auto;
  gap: 2vh;
}
.CV .diplomes .diplomesContent .diplome {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 10vw;
  margin: auto;
}
.CV .diplomes .diplomesContent .diplome h3 {
  color: #ff314b;
  margin: auto 0;
  font-family: "oskar", sans-serif;
  font-weight: 400;
}
.CV .diplomes .diplomesContent .diplome .descriptionDiplome {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: white;
  font-family: roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: right;
  width: fit-content;
}
.CV .diplomes .diplomesContent .diplome .descriptionDiplome * {
  width: fit-content;
  text-align: right;
}
.CV .diplomes .diplomesContent .diplome .descriptionDiplome h4 {
  font-size: 1.4vw;
  font-weight: 400;
  font-family: acier-bat-solid, sans-serif;
  color: #ae41dd;
}
.CV .diplomes .diplomesContent .diplome .descriptionDiplome p {
  font-size: 1.2vw;
}
.CV .diplomes .diplomesContent .diplome .descriptionDiplome span, .CV .diplomes .diplomesContent .diplome .descriptionDiplome b {
  font-style: italic;
  font-size: 1vw;
}
.CV .diplomes .diplomesContent .separationDiplome1 {
  width: 85%;
  height: 3px;
  background-color: #0892dd;
  margin: auto;
}
.CV .diplomes .diplomesContent .separationDiplome2 {
  width: 70%;
  height: 3px;
  background-image: linear-gradient(to right, black 66%, #ffffff 0%);
  background-position: center;
  background-size: 15px 3px;
  background-repeat: repeat-x;
  margin: auto;
}
.CV .experiences {
  width: fit-content;
  margin: auto;
  height: fit-content;
  display: flex;
  width: 80%;
  height: 88vh;
  margin-top: 12vh;
  display: flex;
  flex-direction: column;
}
.CV .experiences .experiencesContent {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 2vw;
  margin-bottom: auto;
  justify-content: space-between;
}
.CV .experiences .experiencesContent .experience {
  display: flex;
  flex-direction: column;
  width: fit-content;
  width: 35vw;
}
.CV .experiences .experiencesContent .experience * {
  width: fit-content;
}
.CV .experiences .experiencesContent .experience h3 {
  color: white;
  font-family: roboto, sans-serif;
  font-weight: 600;
}
.CV .experiences .experiencesContent .experience h3 strong {
  color: #ff314b;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
}
.CV .experiences .experiencesContent .experience p {
  color: white;
}
.CV .experiences .experiencesContent .experience span {
  color: #ae41dd;
  font-style: italic;
  font-size: 1vw;
  font-family: acier-bat-solid, sans-serif;
  margin-top: 2vh 2em;
  font-weight: 400;
}
.CV .experiences .experiencesContent .experience.stage {
  height: fit-content;
}
.CV .experiences .experiencesContent .experience.job {
  height: 100%;
  margin: auto;
  text-align: right;
  align-items: end;
}
.CV .experiences .experiencesContent .separation {
  width: 3px;
  height: 100%;
  background-color: #0892dd;
  margin: auto;
}
.CV .skills {
  width: 80vw;
  height: 88vh;
  margin: auto;
  margin-top: 12vh;
  display: flex;
  align-items: flex-start;
}
.CV .skills .skillsContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10vw;
  align-items: flex-start;
  margin: auto;
}
.CV .skills .skillsContainer .langues {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.CV .skills .skillsContainer .langues h2.titre_simple {
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  filter: drop-shadow(0px 4px 0px #8908c0);
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1em;
  font-size: 2em;
}
.CV .skills .skillsContainer .langues .languesTableau {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.CV .skills .skillsContainer .langues .languesTableau .langue {
  display: flex;
  flex-direction: column;
  position: relative;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .langueContent {
  display: flex;
  justify-content: space-between;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .langueContent h3 {
  color: white;
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .langueContent p {
  font-family: "oskar", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue {
  display: flex;
  position: relative;
  height: 30px;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue .ligneFixe {
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue .ligneMobile {
  height: 10px;
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  border-radius: 10px;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue .cercle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue#francais .cercle {
  left: calc(100% - 20px);
  background-color: #0892dd;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue#francais .ligneMobile {
  width: 100%;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue#anglais .cercle {
  left: calc(66% - 20px);
  background-color: #8908c0;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue#anglais .ligneMobile {
  width: 66%;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue#espagnol .cercle {
  left: calc(33% - 20px);
  background-color: #ff314b;
}
.CV .skills .skillsContainer .langues .languesTableau .langue .graphiqueLangue#espagnol .ligneMobile {
  width: 33%;
}
.CV .skills .skillsContainer .qualites {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.CV .skills .skillsContainer .qualites h2.titre_simple {
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  filter: drop-shadow(0px 4px 0px #8908c0);
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1em;
  font-size: 2em;
}
.CV .skills .skillsContainer .qualites .listeQualites {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
.CV .skills .skillsContainer .qualites .listeQualites li {
  color: white;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.CV .skills .skillsContainer .passions {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.CV .skills .skillsContainer .passions h2.titre_simple {
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  filter: drop-shadow(0px 4px 0px #8908c0);
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1em;
  font-size: 2em;
}
.CV .skills .skillsContainer .passions .listePassions {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
.CV .skills .skillsContainer .passions .listePassions li {
  color: white;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 1200px) {
  .CV .profil p {
    font-size: 2vw;
  }
  .CV .profil .downloadPDF {
    position: fixed;
    bottom: 10%;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    color: white;
    display: flex;
    width: fit-content;
    height: fit-content;
    text-decoration: none;
    background-color: #8908c0;
    padding: 0.5em 1em;
    border-radius: 5000em;
    font-family: acier-bat-solid, sans-serif;
    font-weight: 400;
    font-size: 2vw;
    transition: all 0.5s;
    z-index: 199;
  }
  .CV .profil .downloadPDF:hover {
    background-color: #ffffff;
    color: black;
  }
}

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