@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);
.nav {
  align-items: flex-start;
  display: flex;
  gap: 1.5625rem;
  left: 50%;
  position: fixed;
  top: 3rem;
}
.nav-about {
  transform: translate(-1.56rem);
}
.nav-competences {
  transform: translate(-6.25rem);
}
.nav-projets {
  transform: translate(-10.94rem);
}
.nav-contact {
  transform: translate(-15.62rem);
}
a {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
  text-decoration: none;
  width: 3.125rem;
}
.page-title {
  color: #fff;
  cursor: default;
  font-size: 0.875rem;
}
.nav-link {
  opacity: 0.7;
}
.nav-link.current,
.nav-link:hover {
  opacity: 1;
}
@media (max-width: 1100px) {
  .nav-about,
  .nav-competences,
  .nav-contact,
  .nav-projets {
    transform: translateX(0);
  }
  .nav {
    top: calc(100vh - 8rem);
    top: 90%;
    transform: translateX(-50%);
  }
  .nav-link {
    width: 2rem;
  }
  .nav-link img {
    width: 3rem;
  }
  .page-title {
    display: none;
  }
}
.avatar {
  overflow: hidden;
  position: fixed;
  z-index: -2;
}
.avatar.about {
  bottom: -8vh;
  height: 89vh;
  left: 50%;
  transform: translateX(-50%);
}
.avatar.skills {
  bottom: -110vh;
  height: 190vh;
  left: -1.5rem;
  transform: translateX(0) scaleX(-1);
}
.shadow-overlay-skills {
  background: linear-gradient(90deg, #00000040, #fff0);
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vh;
  z-index: -1;
}
@media (max-width: 1100px) {
  .avatar.skills {
    bottom: -15vh;
    height: 95vh;
    z-index: -5;
  }
}
@media (max-width: 700px) {
  .avatar.about {
    bottom: -15vh;
    height: 95vh;
    z-index: -5;
  }
}
.menu {
  left: 10vw;
  top: 60%;
  transform: translateY(-60%);
}
.item {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 3.7rem;
  justify-content: flex-end;
}
.title {
  font-size: 1rem;
  padding-right: 2.5rem;
}
.item.active .title {
  font-size: 1.5rem;
}
.sub-container {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 10vw;
  top: 32%;
  width: 18.5rem;
}
.active-subheading {
  cursor: default;
}
.item.active:first-child {
  background: linear-gradient(90deg, var(--transparent), var(--purple) 70%);
  border-radius: var(--radius-right);
}
.item.active:nth-child(2) {
  background: linear-gradient(90deg, var(--transparent), var(--blue) 70%);
  border-radius: var(--radius-right);
}
.item.active:nth-child(3) {
  background: linear-gradient(90deg, var(--transparent), var(--cyan) 70%);
  border-radius: var(--radius-right);
}
.sub-container-1.active-subheading h3,
.sub-container-2.active-subheading h3,
.sub-container-3.active-subheading h3 {
  border-radius: var(--radius-left);
}
.sub-container-1.active-subheading h3 {
  background: linear-gradient(90deg, var(--purple), var(--transparent) 100%);
}
.sub-container-2.active-subheading h3 {
  background: linear-gradient(90deg, var(--blue), var(--transparent) 100%);
}
.sub-container-3.active-subheading h3 {
  background: linear-gradient(90deg, var(--cyan), var(--transparent) 100%);
}
.item.active {
  cursor: default;
  position: relative;
}
.p-container {
  display: none;
}
.active-subheading .p-container {
  display: block;
  font-size: 1rem;
}
.icon-title-container {
  cursor: default;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 0.5rem;
}
.icon {
  height: 3rem;
  width: 3rem;
}
.sub-container-1 h3,
.sub-container-2 h3,
.sub-container-3 h3 {
  margin: 0.2rem 0;
  padding: 0.5rem 0 0.5rem 1rem;
  position: relative;
}
p {
  margin-left: 5% !important;
}
@media (max-width: 1100px) {
  .sub-container {
    right: 1rem;
  }
  .item.active .title {
    font-size: 1rem;
  }
  .item {
    height: 2rem;
  }
}
@media (max-width: 700px) {
  .sub-container {
    background: linear-gradient(90deg, #00000040, #fff0) !important;
    border-radius: 20px;
    left: 50%;
    padding: 5%;
    top: 45%;
    transform: translateX(-50%);
    width: 20rem;
  }
  .title {
    padding-right: 0.8rem;
  }
  .active-subheading .p-container,
  .title {
    font-size: 0.8rem;
  }
  .icon,
  .icon-title-container {
    display: none;
  }
  h1,
  h2,
  h3,
  p {
    font-size: 0.8rem;
  }
  .menu {
    flex-direction: column;
    left: 10vw;
    left: -6% !important;
    position: fixed;
    top: 60%;
    transform: translateY(-60%);
    width: 19rem;
  }
  .item,
  .menu {
    display: flex;
  }
  .item {
    align-items: center;
    cursor: pointer;
    height: 3rem;
    justify-content: flex-end;
    padding-right: 5%;
    width: 100%;
  }
}
.skill-menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 15vw;
  top: 30%;
  width: 31.2rem;
}
.skill-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 3.7rem;
  justify-content: flex-end;
  position: relative;
  width: 50%;
}
.skill-title {
  font-size: 1rem;
  padding-right: 4.5rem;
}
.skill-item.activeSkill .skill-title {
  font-size: 1.5rem;
}
.activeSkill {
  border-radius: var(--radius-left);
  cursor: default;
}
.skill-item.activeSkill:first-child {
  background: linear-gradient(270deg, #fff0, var(--purple) 70%);
}
.skill-item.activeSkill:nth-child(2) {
  background: linear-gradient(270deg, #fff0, var(--blue) 70%);
}
.skill-icon {
  height: 5rem;
  left: 8rem;
  position: absolute;
  top: 1.8rem;
  width: 5rem;
}
.skill-sub-container-1 h3,
.skill-sub-container-2 h3 {
  margin: 0;
  position: relative;
}
.menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 15vw;
  top: 50%;
  transform: translateY(-25%);
  width: 19rem;
}
.skill-sub-container-1,
.skill-sub-container-2 {
  display: flex;
  gap: 2rem;
  justify-content: right;
}
.level-container {
  display: flex;
  gap: 0.3rem;
}
.level-point {
  border-radius: 0.2rem;
  height: 2rem;
  width: 3rem;
}
.filled {
  background: linear-gradient(180deg, #044105, #0b940d, #14ff18);
}
.unfilled {
  background: linear-gradient(180deg, #000, #771f1f, #9d0000);
}
.skill-sub-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .skill-item.activeSkill .skill-title {
    font-size: 1rem;
  }
  .skill-icon {
    display: none;
  }
  .level-point {
    border-radius: 0.1rem;
    height: 1rem;
    width: 1.2rem;
  }
  .level-container,
  .skill-sub-container-1,
  .skill-sub-container-2 {
    gap: 0.5rem;
  }
  .skill-sub-container {
    gap: 0.2rem;
    margin-top: 2rem;
  }
  h1 {
    font-size: 0.8rem;
  }
  h2,
  h3,
  p {
    font-size: 0.7rem;
  }
  .skill-menu {
    align-items: center;
    flex-direction: column;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
  }
  .skill-item {
    height: 2rem;
    width: 12rem;
  }
}
@media (max-width: 700px) {
  .menu {
    left: 50%;
    top: 30%;
    transform: translateY(-50%);
    width: 10rem;
  }
  .skill-item.activeSkill .skill-title {
    font-size: 1rem;
  }
  .skill-icon {
    display: none;
  }
  .level-point {
    border-radius: 0.1rem;
    height: 2rem;
    width: 2rem;
  }
  .level-container,
  .skill-sub-container-1,
  .skill-sub-container-2 {
    gap: 0.5rem;
  }
  .skill-sub-container {
    background: linear-gradient(90deg, #00000040, #fff0) !important;
    border-radius: 20px;
    gap: 0.3rem;
    margin-top: 2rem;
    padding: 5%;
  }
  h1 {
    font-size: 0.8rem;
  }
  h2,
  h3,
  p {
    font-size: 0.7rem;
  }
  .skill-menu {
    align-items: center;
    flex-direction: column;
    left: 50%;
    top: 18%;
    transform: translateX(-50%);
  }
  .skill-item {
    height: 3rem;
    margin-right: -55%;
    width: 12rem;
  }
  .skill-item.activeSkill h2 {
    font-size: 3rem;
  }
}
.project-menu {
  display: flex;
  left: 45%;
  position: fixed;
  top: 23%;
  transform: translateX(-50%);
  width: 55rem;
}
.project-items-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  position: relative;
  width: 40%;
}
.project-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 3.75rem;
  justify-content: flex-end;
  position: relative;
  width: 90%;
}
.project-item.activeProject .title {
  font-size: 1.5rem;
}
.activeProject {
  border-radius: var(--radius-left);
  cursor: default;
}
.project-item.activeProject:first-child {
  background: linear-gradient(270deg, #fff0, var(--purple) 70%);
}
.project-item.activeProject:nth-child(2) {
  background: linear-gradient(270deg, #fff0, var(--blue) 70%);
}
.project-item.activeProject:nth-child(3) {
  background: linear-gradient(270deg, #fff0, var(--cyan) 70%);
}
.project-item.activeProject:nth-child(4) {
  background: linear-gradient(270deg, #fff0, var(--purple) 70%);
}
.project-sub-container {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-top: 2rem;
  width: 60%;
}
.project-sub-container h3 {
  margin: 0;
  position: relative;
}
.project-sub-container img {
  border-radius: 0.5rem 3rem 0.5rem 0.5rem;
  margin-top: 0.5rem;
  object-fit: cover;
  opacity: 0.9;
  width: 100%;
}
.project-sub-container p {
  font-size: 1rem;
}
.link-container a {
  color: #fff;
  height: 2.75rem;
  margin-top: 1rem;
  text-align: center;
  text-decoration: none;
  width: 50%;
}
.link-container {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1100px) {
  .project-menu {
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    width: 28rem;
  }
  .project-item {
    height: 2rem;
    width: 100%;
  }
  .project-item.activeProject .title {
    font-size: 1rem;
  }
  .title {
    font-size: 0.8rem;
  }
}
@media (max-width: 700px) {
  .project-menu {
    align-items: center;
    flex-direction: column;
    left: 50%;
    top: 15%;
    width: 90%;
  }
  .project-item.activeProject .title {
    font-size: 0.9rem;
    text-align: center;
    width: 100%;
  }
  .title {
    font-size: 0.8rem;
    text-align: center;
  }
  .project-menu p {
    font-size: 1rem;
  }
  .project-sub-container {
    background: linear-gradient(90deg, #00000040, #fff0) !important;
    border-radius: 20px;
    font-size: 1.2rem;
    margin-top: 0.3rem;
    padding: 3%;
    width: 100%;
  }
  .project-sub-container h3 {
    font-size: 1.1rem;
    text-align: center;
  }
  .project-sub-container img {
    width: 100%;
  }
  .link-container a {
    height: 2rem;
    margin-top: 0.5rem;
    width: 50%;
  }
  .project-items-container {
    flex-direction: row;
    left: 0;
    margin-bottom: 5%;
    margin-top: 1%;
    padding-bottom: 0;
    width: 100%;
  }
  .project-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: flex-end;
    position: relative;
    width: 100%;
  }
  .project-item.activeProject {
    width: 100%;
  }
  .activeProject {
    border-radius: 20px;
    cursor: default;
    padding-left: 2%;
  }
}
.contact-menu {
  left: 50%;
  top: 70%;
}
.Cv,
.contact-menu {
  position: absolute;
  transform: translate(-50%, -50%);
}
.Cv {
  left: 49%;
  top: 25%;
}
.orMessageMe {
  font-size: 1rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 37%;
  transform: translate(-50%, -50%);
}
form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 18.5rem;
}
.form-group {
  width: 100%;
}
#message,
input {
  background-color: #00000040;
  border: 0.07rem solid #fff6;
  border-radius: 0.3rem;
  color: #fff;
  font-family:
    Russo One,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  outline: none;
  padding: 0.5rem;
  width: 100%;
}
input {
  height: 1.9rem;
}
::placeholder {
  color: #fff;
  font-weight: 400;
}
#message {
  height: 6.2rem;
  resize: none;
}
button {
  background-color: initial;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family:
    Russo One,
    sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0;
  width: 102%;
}
.success-message {
  background-color: #00000030;
  border: 0.07rem solid #ffffffb3;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  height: 12.5rem;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.success-message p {
  margin: 0.5rem;
  padding: 0 3.7rem;
}
.error-message {
  background-color: #ff3b3b;
  border-radius: 0.2rem;
  color: #fff;
  padding: 0.3rem;
}
label {
  display: none;
}
.buttonCv a {
  background-color: #fff6;
  border-radius: 20px;
  color: #fff;
  font-size: 25px;
  height: 100%;
  padding: 10%;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.buttonCv a:hover {
  padding: 12%;
}
@media (max-width: 1100px) {
  .contact-menu {
    left: 50%;
    position: absolute;
    top: 62%;
    transform: translate(-50%, -50%);
  }
  .Cv {
    left: 49%;
    top: 20%;
  }
  .Cv,
  .orMessageMe {
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .orMessageMe {
    font-size: 1rem;
    left: 50%;
    top: 32%;
  }
  form {
    width: 100%;
  }
  #message,
  input {
    width: 92%;
  }
  .success-message p {
    padding: 0 0.5rem;
  }
  .buttonCv a {
    border-radius: 20px;
    color: #fff;
    font-size: 1rem !important;
    padding: 10%;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .buttonCv:hover a {
    padding: 13%;
  }
  .submit {
    margin-top: -8%;
  }
}
@media (max-width: 700px) {
  .contact-menu {
    left: 50%;
    position: absolute;
    top: 62%;
    transform: translate(-50%, -50%);
  }
  .Cv {
    left: 48%;
    top: 20%;
  }
  .Cv,
  .orMessageMe {
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .orMessageMe {
    font-size: 1rem;
    left: 49%;
    top: 31%;
  }
  form {
    width: 100%;
  }
  #message,
  input {
    width: 92%;
  }
  .success-message p {
    padding: 0 0.5rem;
  }
  .buttonCv a {
    border-radius: 20px;
    color: #fff;
    font-size: 1rem !important;
    padding: 10%;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .buttonCv:hover a {
    padding: 13%;
  }
  .submit {
    margin-top: -8%;
  }
}
body {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  font-family:
    Russo One,
    sans-serif;
}
:root {
  --purple: #540351;
  --blue: #3627b1;
  --cyan: #25afce;
  --transparent: #0000;
  --radius-left: 3rem 0 0 3rem;
  --radius-right: 0 3rem 3rem 0;
}
.class-sub-container a:hover,
.item:not(.active):hover,
.project-item:hover,
.skill-item:hover,
.sub-container-2:not(.active-subheading):hover,
.sub-container-3:not(.active-subheading):hover,
button:hover {
  background-image: linear-gradient(90deg, #fff0, #ffffff42 50%, #fff0);
}
#bg {
  object-fit: cover;
}
#bg,
.shadow-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -5;
}
.shadow-overlay {
  background-color: #0006;
}
@media (max-width: 700px) {
  .shadow-overlay {
    background-color: #000000b3;
  }
}
#playerStats {
  display: flex;
  flex-direction: column;
  height: 4rem;
  justify-content: space-between;
  left: 3rem;
  position: fixed;
  top: 3rem;
  width: 17rem;
}
h1 {
  font-size: 1.5rem;
}
h1,
h2 {
  margin: 0;
}
h2 {
  font-size: 1rem;
}
#playerStats__lines {
  align-items: center;
  display: flex;
}
#playerStats__lines__thick {
  background-color: #fff;
  display: block;
  height: 0.3rem;
  width: 6.75rem;
}
#playerStats__lines__thin {
  background-color: #d3d3d3;
  display: block;
  height: 0.1rem;
  width: 9.5rem;
}
@media (max-width: 1100px) {
  #playerStats {
    height: 3.5rem;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
    width: 15rem;
  }
  h1 {
    font-size: 1.2rem;
  }
  h2,
  h3,
  p {
    font-size: 0.9rem;
  }
  #playerStats__lines__thick {
    background-color: #fff;
    display: block;
    height: 0.35rem;
    width: 5rem;
  }
  #playerStats__lines__thin {
    background-color: #d3d3d3;
    display: block;
    height: 0.1rem;
    width: 8rem;
  }
}
/*# sourceMappingURL=main.75d4d841.css.map*/
