.WebProjects {
  display: none;
}

#all-projects-header-h1 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.containerHeader {
  height: 60vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.HeaderDate {
  margin: 20px 0;
}

.mobileProject {
  margin: 30px 10px 30px 10px;
}

.HeaderParagraph span {
  margin-bottom: 20px;
  transform: rotate(90deg);
}

.mobileTitle {
  margin: 20px 0 40px 0;
}

.mobileTitDesc :nth-child(1) {
  font-size: 22px;
}

.mobileProject {
  display: flex;
  justify-content: flex-start;
}

.mobileNum {
  display: flex;
  align-items: baseline;
  padding-right: 20px;
}

.mobileNum p {
  width: 50px;
}

.mobileTitDesc {
  display: flex;
  flex-direction: column;
}

.mobileTitDesc :nth-child(2) {
  font-size: 16px;
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.25);
  text-transform: initial;
}

.projectLine {
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.25);
  margin: 25px 0;
}

.desc, .tit, .mobileTitDesc {
  text-transform: initial;
}

.desc p {
  margin-right: 25px;
}

@media screen and (min-width: 525px) {
  .mobileNum {
    margin-right: 50px;
  }
}

@media screen and (min-width: 525px) {
  #all-projects-header-h1 {
    font-size: 80px;
  }
}

@media screen and (min-width: 1024px) {

  .mobileProjects {
    display: none;
  }

  .WebProjects {
    display: block;
  }

  /* LINE */
  .projectLine {
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, 0.25);
    margin: 25px 0;
  }

  /* PROJECT HEADER */
  .containerHeader {
    height: 45vh;
    display: grid;
    grid-template-columns: 25% 50% 25%;
    align-items: center;
  }

  .HeaderTitle h1 {
    font-size: 60px;
  }

  .HeaderParagraph {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .HeaderParagraph span {
    margin-bottom: 20px;
    transform: rotate(90deg);
  }

  /* PROJECT PERSO */
  .containerPerso,
  .containerPro a {
    text-transform: initial;
  }

  .containerPerso,
  .containerPro,
  .containerSomeWhere {
    width: 100%;
    display: grid;
    grid-template-columns: 25% 75%;
  }

  .title {
    display: flex;
    align-items: center;
  }

  .project {
    margin: 15px;
    display: grid;
    grid-template-columns: 10% 50% 40%;
    align-items: center;
  }

  .desc {
    display: flex;
    justify-content: space-between;
  }

  .tit p {
    font-size: 26px;
  }

  .desc p {
    display: flex;
    align-items: center;
    font-size: 1em;
    opacity: 0.5;
  }

}
