body {
  font-family: "Hind", sans-serif;
  background-color: #d8e7e150;
  margin-left: 4rem;
  margin-right: 4rem;

}

.nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 300;
  background-color: #fff;
  box-shadow: 0 2px 10px #00000040;
}

.nav-link {
  padding: 1.5em;
  font-size: 1.5em;
}

.nav-link:hover {
  text-decoration: underline;
  text-decoration-style: double;
}

header {
  width: 100%;
  background-color: white;
  box-shadow: 0 0 3px 1px whitesmoke inset;
  background-size: 1em 1em, 100% 100%;
  margin-top: 10rem;
  position: relative;
  overflow: hidden;
}


.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  text-align: center;
  padding: 1rem;
  line-height: 5rem;
  font-family: 'Varela Round', sans-serif;
}

.header-content h1 {
  color: black;
  font-size: 2.2em;
  font-weight: bold;
  margin: 0;
  white-space: normal;
}

.header-image {
  width: 100%;
  height: auto;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}


.link {
  text-decoration: underline;
  font-style: italic;
}

.link-big {
  text-decoration: underline;
  font-style: italic;
  font-size: 1.4rem;
  position: relative;
  top: 0.5rem;
}


.cv-header {
  color: black;
  font-size: 1.2rem;
}

.cv-header:hover {
  color: white;
  text-shadow: 1px 7px 8px whitesmoke;
}

.jungle-photo {
  display: none;
}

.gg-chevron-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  margin-right: 1rem;
}

.gg-chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 2px
}

.category-title {
  font-size: 1.6em;
  font-family: 'Varela Round', sans-serif;
  text-shadow: 1.5px 1px 2px black;
  font-weight: bold;
  padding: 4rem 0 3rem 0;
  text-align: center;
}

.category-para {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 1rem;
}

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

.project-chevron-container {
  display: flex;
  flex-direction: row;
}

.project-title:hover {
  text-decoration: underline;
  text-decoration-style: double;
  cursor: pointer;
}

.container-fairplay {
  display: flex;
  flex-direction: row;
}

.img-fairplay {
  width: 47%;
}

.img-png {
  object-fit: cover;
  width: 40%;
  height: 15rem;
  margin-top: 1rem;
  margin-left: 1rem
}

#img-heppner {
  object-fit: cover;
  width: 40%;
  height: 10rem;
  margin-top: 1rem;
  margin-left: 1rem
}

#img-dday {
  object-fit: cover;
  width: 40%;
  height: 25rem;
  margin-top: 1rem;
  margin-left: 1rem
}

#img-linkeo {
  object-fit: cover;
  width: 40%;
  height: 15rem;
  margin-left: 1rem;
  margin-top: 1rem;
}

.list-title {
  padding: 1rem 0 0.5rem 0;
  font-weight: bolder;
}

.cv {
  background: white;
  border-radius: 50%;
  width: 7rem;
  height: 5rem;
  text-align: center;
  box-shadow: 0 8px 8px rgb(0 0 0 / 40%);
  /* box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4); */
}

.project-container {
  background-color: white;
  box-shadow: 0 11px 25px rgb(0 0 0 / 16%);
  margin: 1.5rem auto;
  border-radius: 14px;
  padding: 1.5rem;
}

h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bolder;
  font-family: 'Varela Round', sans-serif;
}

.outils-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.progress-bar-container-four {
  min-width: 52%;
}

.progress-bar-container {
  position: relative;
  margin: 1.5rem;
  /* margin: 280px auto;  */
  padding: 20px 40px;
  border-radius: 14px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 11px 25px rgb(0 0 0 / 16%);
  font-size: 1.3rem;
}

.progress-bar-loading {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 10px;
  background: #f1f1f1;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  overflow: hidden;
}

.progress-bar-loading:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}

.twenty:after {
  animation: twenty 5s;
  animation-fill-mode: forwards;
}

@keyframes twenty {
  100% {
    width: 20%;
    background: #CFEBDF;
  }
}

.thirty:after {
  animation: thirty 5s;
  animation-fill-mode: forwards;
}

@keyframes thirty {
  100% {
    width: 30%;
    background: #CFEBDF;
  }
}

.forty:after {
  animation: forty 5s;
  animation-fill-mode: forwards;
}

@keyframes forty {
  100% {
    width: 60%;
    background: #CFEBDF;
  }
}

.sixty:after {
  animation: sixty 5s;
  animation-fill-mode: forwards;
}

@keyframes sixty {
  100% {
    width: 60%;
    background: #CFEBDF;
  }
}

.seventy:after {
  animation: seventy 5s;
  animation-fill-mode: forwards;
}

@keyframes seventy {
  100% {
    width: 70%;
    background: #CFEBDF;
  }
}

.eighty:after {
  animation: eighty 5s;
  animation-fill-mode: forwards;
}

@keyframes eighty {
  100% {
    width: 80%;
    background: #CFEBDF;
  }
}


.contact-container {
  text-align: center;
}

.contact-cv-btn {
  background-color: white;
  padding: 1rem;
  width: 20%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  margin: 1.5rem auto;
  box-sizing: content-box
}

.link-btn:hover {
  box-shadow: 0 1px 10px rgb(199, 199, 199);
}

.container-github {
  display: flex;
  flex-direction: column;
}

.github {
  width: 8rem;
  border-radius: 14px;
  margin-bottom: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.linkedin {
  width: 3rem;
  border-radius: 14px;
  margin-bottom: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.mail-container {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.contact-mail {
  margin-bottom: 2rem;
}

.contact-number-mail-container {
  text-align: center;
  margin: 0.5rem;
  font-weight: bold;
}


/* mobile */

@media (max-width: 640px) {
  body {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .nav-container {
    display: none;
  }

  .nav-link {
    padding: 0em;
    font-size: 1rem;
    box-sizing: content-box;
    width: 100%;
  }

  h2 {
    border-top: 1px solid black
  }


  header {
    width: 100%;
    box-shadow: 0 0 3px 1px whitesmoke inset;
    background-size: 4rem 4rem, 100% 100%;
    margin-top: 0rem;
    position: relative;
    overflow: hidden;
  }


  .header-content {
    line-height: 2rem;
    /* font-size: 0.7rem; */
  }

  .header-content h1 {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    white-space: normal;
  }

  .header-image {
    width: 100%;
    height: 28vh;
  }

  #presentation {
    border-top: none;
  }

  .category-title {
    padding: 1rem 0 1rem 0;
  }

  .category-para {
    padding: 0rem 1rem 1rem 1rem;
    font-size: 1.1rem;
  }

  .project-container {
    padding: 1rem;
  }

  .project-title {
    flex-direction: column;
  }


  .img-fairplay {
    width: 47%;
  }

  .img-png, #img-dday, #img-linkeo, .img-fairplay {
    display: none;

  }

  h4 {
    font-size: 1.3rem;
  }

  .link-big {
    font-size: 1.3rem;

  }

  .date {
    font-size: 1rem;
    margin-bottom: 0rem;
  }

  .outils-container {
    display: inline-block;
    margin-bottom: 1rem;
  }

  .progress-bar-container {
    margin: 1rem;
    padding: 20px 7px;
    height: 14%;
    overflow-wrap: break-word;
    font-size: 1.1rem;
  }



  #contact {
    display: none;
  }

  .contact-cv-btn {
    width: 68%;
    margin: 0.5rem auto;
  }

  .github {
    width: 7rem;
    margin-bottom: 0rem;
  }

  .contact-mail, .contact-tel {
    font-size: 1rem;
  }
}