@font-face {
  font-family: "Varela";
  src: url("../font/varela.ttf");
}

html, body  {
    margin: 0;
    padding: 0;
    color: #f1f1f1;
    font-family: 'Varela', sans-serif;
}

.size {
  height: 95%;
}

.content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: 1fr 1fr;
  height: 100%;
  width: 100%;
  place-items: center;
  position: relative;
}

.content-projects {
  text-align: center;
  position: relative;
}

.content-project {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: 1fr 1fr;
  padding-left: 156px;
}

.content-about {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  position: relative;
}

.content-contact {
  display: flex;
  justify-content: center;
}

.block {
  display: inline;
  padding-left: 125px;
  padding-right: 125px;
}

.network {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 28px;
  transition: 0.2s;
  margin-right: 48px;
}

.network:hover {
  color: #b9b9b9;
}

.title {
  margin-bottom: 35px;
  grid-area: 2 / 1 / 4 / 2;
  font-size: 24px;
}

.title-projects {
  font-size: 38px;
  margin-top: 38px;
  margin-bottom: 35px;
}

.title-contact {
  font-size: 38px;
  margin-top: 38px;
  margin-bottom: 35px;
}

.name {
  text-align: center;
}

.work {
  margin-bottom: -20px;
}

.img {
  border-radius: 18px;
  box-shadow: 0px 0px 15px 3px #00000093;
  width: 300px;
}

.id {
  grid-area: 2 / 2 / 4 / 3;
  position: relative;
}

.button {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #121212;
  padding: 10px;
  margin-right: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 3px #00000093;
  transition: 0.2s;
  font-size: 28px;
}

.button-contact {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #121212;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 3px #00000093;
  transition: 0.2s;
  font-size: 28px;
  margin-bottom: 36px;
}

.button-contact:hover {
  cursor: pointer;
  background-color: #b9b9b9;
}

.button-project {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #121212;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 3px #00000093;
  transition: 0.2s;
  font-size: 24px;
}

.button-project:hover {
  cursor: pointer;
  background-color: #b9b9b9;
}

.button-about {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #121212;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 3px #00000093;
  transition: 0.2s;
  font-size: 22px;
}

.button-about:hover {
  cursor: pointer;
  background-color: #b9b9b9;
}

.buttons {
  margin-bottom: 35px;
  grid-area: 2 / 1 / 5 / 2;
}

.input {
  padding: 10px;
  width: 500px;
  border-radius: 8px;
  margin-bottom: 36px;
  font-family: 'Varela', sans-serif;
  font-size: 18px;
}

.textarea {
  padding: 15px;
  width: 500px;
  height: 150px;
  border-radius: 8px;
  margin-bottom: 36px;
  font-family: 'Varela', sans-serif;
  font-size: 18px;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}

.back {
  position: fixed;
  color: white;
  font-weight: bold;
  text-decoration: none;
  bottom: 18px;
  left: 32px;
  font-size: 26px;
  transition: 0.2s;
}

.back:hover {
  color: #b9b9b9;
}

.projects {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding-left: 75px;
  padding-right: 75px;
}

.project {
  text-decoration: none;
}

.project-name {
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 0px 0px 5px black;
  font-size: 18px;
  margin-top: -38px;
  margin-bottom: 45px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: 0.2s;
}

.project:hover {
  color: #b9b9b9;
}

.project-img {
  border-radius: 8px;
  margin-top: 12px;
  box-shadow: 0px 0px 15px 3px #00000093;
  transition: 0.2s;
  object-fit: cover;
  width: 150px;
  height: 175px;
}

.project-img:hover {
  opacity: 0.7;
}

.project-title {
  text-align: center;
  font-size: 42px;
  margin-top: 38px;
  margin-bottom: 60px;
}

.description {
  margin-top: 48px;
  font-size: 20px;
}

.tech {
  margin-bottom: 76px;
}

.preview {
  margin-top: 64px;
  width: 600px;
  box-shadow: 0px 0px 15px 3px #00000093;
  border-radius: 8px;
}

.arrows {
  font-size: 28px;
  padding-left: 120px;
}

.arrow {
  margin-right: 75px;
  margin-left: 75px;
  transition: 0.2s;
}

.arrow:hover {
  color: #b9b9b9;
  cursor: pointer;
}

.about {
  margin-top: 48px;
  margin-left: 100px;
  margin-right: 75px;
}

.icons {
  display: flex;
  justify-content: center;
}

.icon {
  font-size: 24px;
  margin-right: 12px;
}

.infos {
  padding-top: 48px;
  margin-right: 75px;
}

.infos ul {
  margin-bottom: 48px;
}

.skills {
  padding-top: 48px;
  margin-left: 75px;
}

.skills h1:nth-last-of-type(1) {
  margin-bottom: 32px;
}

.qualities span {
  margin-right: 6px;
}

.photo {
  border-radius: 18px;
  box-shadow: 0px 0px 15px 3px #00000093;
  width: 250px;
}

@media (max-width: 1680px) {
  .input {
    padding: 10px;
  }
  
  .textarea {
    padding: 10px;
  }

  .button-contact {
    font-size: 24px;
  }

  .projects {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }

  .project-img {
    width: 150px;
  }

  .project-name {
    height: 12%;
    font-size: 16px;
    margin-bottom: 45px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .preview {
    width: 500px;
  }

  .description {
    font-size: 18px;
  }

  .project-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .content-project {
    padding-left: 96px;
  }

  .button-project {
    font-size: 22px;
  }

  .arrows {
    padding-left: 56px;
  }

  .arrow {
    margin-right: 75px;
    margin-right: 75px;
  }

  .block {
    display: inline;
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .network {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 20px;
    transition: 0.2s;
    margin-right: 24px;
  }
  
  .network:hover {
    color: #b9b9b9;
  }
}

@media (max-width: 1366px) {
  .buttons {
    margin-top: 50px;
  }

  .title-projects {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .input {
    padding: 10px;
    margin-bottom: 32px;
    font-size: 18px;
  }
  
  .textarea {
    padding: 10px;
    margin-bottom: 32px;
  }

  .button-contact {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .button-about {
    font-size: 16px;
  }

  .g-recaptcha {
    margin-bottom: 10px;
  }

  .projects {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .project-img {
    width: 150px;
  }

  .project-name {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .preview {
    width: 500px;
  }

  .description {
    font-size: 18px;
  }

  .project-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .content-project {
    padding-left: 76px;
  }

  .content-about {
    margin-top: 6px;
  }

  .tech {
    margin-bottom: 64px;
  }

  .arrows {
    padding-left: 56px;
  }

  .arrow {
    margin-right: 75px;
  }

  .block {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 48px;
  }

  .about {
    margin-top: 48px;
    margin-right: 6px;
    margin-left: 24px;
  }

  .about_text {
    font-size: 24px;
  }

  .objectif {
    font-size: 16px;
  }

  #formations, #experiences {
    padding-right: 18px;
    font-size: 24px;
  }

  .progress li {
    font-size: 16px;
  }
  
  .photo {
    width: 200px;
  }

  .icon {
    font-size: 24px;
    margin-right: 12px;
  }
  
  .infos {
    padding-top: 48px;
    margin-left: 48px;
  }

  .infos h2 {
    font-size: 18px;
  }

  .infos h3{
    font-size: 16px;
  }
  
  .skills {
    padding-top: 48px;
  }

  .skills h1 {
    font-size: 24px;
  }

  .skills h3 {
    font-size: 16px;
  }
  
  .skills h1:nth-last-of-type(1) {
    margin-bottom: 32px;
  }
  
  .qualities span {
    margin-right: 6px;
  }

  .grid {
    transform: scale(0.9);
    margin-left: -24px;
    margin-top: -24px;
  }
}

@media (max-width: 1280px) {
  .infos {
    padding-top: 48px;
    margin-left: 48px;
  }

  #grid {
    grid-template-columns: 90px 90px 90px;
  }
}

@media (max-width: 1024px) {
  .title {
    margin-bottom: 35px;
    grid-area: 2 / 1 / 4 / 2;
    font-size: 20px;
  }

  .img {
    width: 200px;
  }

  .name {
    font-size: 20px;
  }

  .button {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #121212;
    padding: 10px;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 3px #00000093;
    transition: 0.2s;
    font-size: 18px;
  }

  .buttons {
    margin-top: 0px;
  }

  .title-projects {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .title-contact {
    font-size: 24px;
    margin-bottom: 32px;
    margin-top: 12px;
    text-align: center;
  }

  .input {
    width: 400px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  
  .textarea {
    width: 400px;
    padding: 10px;
    height: 125px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .button-contact {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .g-recaptcha {
    margin-bottom: 0px;
  }

  .back {
    position: fixed;
    color: white;
    font-weight: bold;
    text-decoration: none;
    bottom: 18px;
    left: 32px;
    font-size: 20px;
    transition: 0.2s;
  }

  .projects {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .project-img {
    width: 125px;
    height: 150px;
  }

  .project-name {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .preview {
    width: 350px;
  }

  .description {
    font-size: 14px;
  }

  .project-title {
    font-size: 32px;
    margin-bottom: 2px;
  }

  .content-project {
    padding-left: 76px;
  }

  .button-project {
    font-size: 22px;
  }

  .button-about {
    font-size: 14px;
  }

  .tech {
    margin-bottom: 56px;
  }

  .arrows {
    font-size: 22px;
    padding-left: 0px;
  }

  .arrow {
    margin-right: 75px;
  }

  .links {
    text-align: center;
  }

  .about {
    margin-top: 48px;
    margin-right: 6px;
  }

  .about_text {
    font-size: 24px;
  }

  .objectif {
    font-size: 12px;
  }

  .select {
    font-size: 20px;
  }

  #text {
    padding-top: 0px;
  }

  .progress li {
    font-size: 12px;
  }

  #divider {
    height: 40px;
    margin-left: 3px;
  }

  #node {
    height: 12px;
    width: 12px;
  }

  #agency {
    margin-left: 10px;
  }
  
  .photo {
    width: 175px;
  }

  .icon {
    font-size: 20px;
    margin-right: 6px;
  }
  
  .infos {
    padding-top: 48px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .infos h2 {
    font-size: 18px;
  }

  .infos h3{
    font-size: 14px;
  }

  .infos ul {
    margin-bottom: 24px;
  }
  
  .skills {
    padding-top: 48px;
    margin-left: 48px;
  }

  .skills h1 {
    font-size: 24px;
  }

  .skills h3 {
    font-size: 12px;
  }
  
  .skills h1:nth-last-of-type(1) {
    margin-bottom: 32px;
  }
  
  .qualities span {
    margin-right: 6px;
  }

  #grid {
    transform: scale(0.8);
    margin-left: -48px;
    margin-top: -48px;
    margin-bottom: -36px;
    grid-template-columns: 90px 90px 90px;
  }
}

.progress {
  margin: center;
  margin-top: 38px;
}

.node {
  height: 15px;
  width: 15px;
  border-radius: 25%;
  display: inline-block;
  transition: all 1000ms ease;
}

.node2 {
  height: 10px;
  width: 10px;
  border-radius: 25%;
  display: inline-block;
  transition: all 1000ms ease;
}

.activated {
  box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

.divider {
  height: 50px;
  width: 5px;
  margin-left: 5px;
  transition: all 800ms ease;
}
.first {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.last {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

li p {
  display: inline-block;
  margin-left: 25px;
}

li {
  list-style: none;
  line-height: 1px;
}

.white {
  background-color: rgb(255, 255, 255);
}

.grey {
  background-color: rgb(141, 141, 141);
}

.box {
  height: 200px;
  width: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  margin-top: -65px;
}

.box .percent {
  position: relative;
  width: 150px;
  height: 150px;
  transform: rotate(-90deg);
}

.box .percent svg {
  position: relative;
  width: 150px;
  height: 150px;
}

.box .percent svg circle {
  width: 150px;
  height: 150px;
  fill: none;
  stroke-width: 6;
  stroke: #000;
  transform: translate(5px, 5px);
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  stroke-linecap: round;
}

.box .percent svg circle {
  stroke-dashoffset: calc(440 - (440 * var(--deg)) / 230);
  opacity: 10;
  stroke: var(--color);
  animation: animate-circle 1s; 
}

@keyframes animate-circle {
  0% {
      stroke-dashoffset: 440;
  }
  100% {
  }
}

.box .percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box .percent .number h2 {
  font-size: 16px;
  transform: rotate(90deg);
}

.box .percent .number h2 span {
  font-size: 16px;
}

.box .per_text {
  margin-top: -35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.grid {
  display: grid;
  column-gap: 0px;
  padding-top: 35px;
  margin-bottom: 12px;
  padding-left: 35px;
  grid-template-columns: 90px 90px 90px 90px 90px;
}

.objectif {
  padding-bottom: 48px;
  margin-top: 24px;
}

.select {
  padding-right: 56px;
  transition: 0.2s
}

.text_block {
  height: 350px;
}

.select:hover {
  color: #b9b9b9;
  cursor: pointer;
}

.flex-container {
  display: flex;
  align-items: center;
}

.flex-container h3 {
  margin-left: 12px;
}

@media (max-width: 768px) and (orientation: landscape) {
  .title {
    font-size: 14px;
    margin-bottom: 150px;
    margin-left: 25px;
  }

  .img {
    width: 200px;
  }

  .name {
    font-size: 20px;
  }

  .button {
    display: block;
    margin: 8px;
    font-size: 16px;
    width: 250px;
  }

  .buttons {
    display: grid;
    grid-area: 3 / 1 / 5 / 2;
    grid-template-columns: 4, 1fr;
    justify-content: center;
    margin-bottom: 50px;
  }

  .button-about {
    font-size: 12px;
  }

  .about {
    margin-top: 24px;
    margin-right: 6px;
    margin-left: -16px;
  }

  .about_text {
    font-size: 20px;
  }

  .objectif {
    font-size: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
  }

  #formations, #experiences {
    font-size: 16px;
    padding-left: 0px;
    width: 100%;
  }

  #text {
    padding-top: 0px;
  }

  .progress li {
    font-size: 12px;
  }

  #divider {
    height: 30px;
    margin-left: 3px;
  }

  #node {
    height: 10px;
    width: 10px;
  }

  #agency {
    margin-left: 10px;
  }
  
  .photo {
    width: 150px;
  }

  .icon {
    font-size: 16px;
    margin-right: 2px;
  }
  
  .infos {
    padding-top: 24px;
    margin-left: 95px;
  }

  .infos h2 {
    font-size: 18px;
  }

  .infos h3{
    font-size: 12px;
    white-space: nowrap;
  }

  .infos ul {
    margin-bottom: 36px;
  }
  
  .skills {
    padding-top: 24px;
    margin-left: 24px;
  }

  .skills h1 {
    font-size: 20px;
  }

  .skills h3 {
    font-size: 12px;
  }
  
  .skills h1:nth-last-of-type(1) {
    margin-bottom: 32px;
  }
  
  .qualities span {
    margin-right: 6px;
  }

  #grid {
    transform: scale(0.6);
    margin-left: -56px;
    margin-top: -85px;
    margin-bottom: -76px;
    grid-template-columns: 90px 90px 90px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .content-about {
    display: block;
  }

  .title {
    margin-top: 5%;
    font-size: 12px;
    grid-area: 2 / 4 / 1 / 1;
  }

  .work {
    margin-bottom: -10px;
  }

  .typer {
    font-size: 22px;
  }

  .name {
    padding-bottom: 24px;
  }

  .id {
    grid-area: 2 / 4 / 2 / 1;
  }

  .button {
    display: block;
    margin: 10px;
    font-size: 24px;
    width: 300px;
  }

  .buttons {
    display: grid;
    grid-area: 3 / 1 / 3 / 3;
    grid-template-columns: 4, 1fr;
    justify-content: center;
  }

  .tooltip {
    font-size: 12px;
    padding: 10px;
  }

  .img {
    width: 250px;
  }

  .input {
    width: 300px;
  }

  .textarea {
    width: 300px;
  }

  .project-img {
    width: 125px;
  }

  .project-name {
    font-size: 16px;
  }

  .projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .back {
    position: inherit;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 48px;
    margin-bottom: 24px;
    color: white;
    text-decoration: none;
  }

  .preview {
    width: 400px;
    order: -1;
  }

  .description {
    font-size: 14px;
  }

  .project-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .content-project {
    padding-left: 76px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media (max-width: 600px) and (orientation: portrait) {
  .title {
    margin-top: 5%;
    grid-area: 2 / 4 / 1 / 1;
  }

  .typer {
    font-size: 22px;
  }

  .id {
    grid-area: 2 / 4 / 2 / 1;
  }

  .button {
    display: block;
    margin: 10px;
    font-size: 24px;
    width: 300px;
  }

  .buttons {
    display: grid;
    grid-area: 3 / 1 / 3 / 3;
    grid-template-columns: 4, 1fr;
    justify-content: center;
  }

  .tooltip {
    font-size: 12px;
    padding: 10px;
  }

  .img {
    width: 250px;
  }

  .input {
    width: 300px;
  }

  .textarea {
    width: 300px;
  }

  .project-img {
    width: 125px;
  }

  .project-name {
    font-size: 16px;
  }

  .projects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .preview {
    width: 300px;
    order: -1;
  }

  .description {
    font-size: 14px;
  }

  .project-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .content-project {
    padding-left: 96px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .arrows {
    padding-left: 24px;
  }

  .arrow {
    margin-right: 48px;
    margin-left: 48px;
  }

  .images {
    order: -1;
  }

  .infos {
    padding-left: 56px;
    padding-bottom: 56px;
  }

  .about {
    grid-area: 2 / 1 / 6 / 2;
    font-size: 18px;
    padding-left: 24px;
  }
  
  .about_text {
    padding-left: 48px;
  }

  .objectif {
    padding-left: 48px;
  }

  .text_block {
    width: 500px;
  }

  .select {
    font-size: 28px;
    padding-left: 48px;
    padding-right: 24px;
  }

  li {
    font-size: 18px;
  }

  .content-contact {
    display: block;
    padding-bottom: 50px;
  }

  .block {
    display: inline;
    padding-left: 50px;
    padding-right: 50px;
  }

  .send {
    margin-bottom: 24px;
  }

  .infos {
    margin-left: 85px;
  }
  
  .photo {
    width: 200px;
  }

  .icon {
    font-size: 24px;
  }

  .infos h3 {
    font-size: 18px;
  }

  .infos ul {
    margin-bottom: 48px;
  }

  .objectif {
    font-size: 22px;
  }

  .text_block {
    margin-left: 48px;
    margin-bottom: -100px;
  }

  .skills {
    margin-left: 100px;
  }

  #grid {
    transform: scale(0.9);
    margin-top: -6px;
    margin-bottom: 24px;
    padding-left: 56px;
  }

  #formations, #experiences {
    padding-right: 0px;
  }
}

@media (max-width: 400px) {
  .content-project {
    padding-left: 38px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .arrows {
    padding-left: 24px;
  }

  .arrow {
    margin-right: 48px;
  }

  .images {
    order: -1;
  }

  .infos {
    padding-right: 24px;
    padding-bottom: 56px;
  }

  .photo {
    margin-left: 6px;
  }

  .about {
    grid-area: 2 / 1 / 2 / 2;
    font-size: 12px;
  }
  
  .about_text {
    padding-left: 0px;
  }

  .objectif {
    font-size: 12px;
    padding-left: 5px;
  }

  .text_block {
    width: 320px;
  }

  .select {
    font-size: 20px;
    padding-left: 0px;
    padding-right: 12px;
  }

  li {
    font-size: 12px;
    margin-right: 5px;
  }

  .node {
    height: 10px;
    width: 10px;
    border-radius: 25%;
    display: inline-block;
    transition: all 1000ms ease;
  }

  .divider {
    height: 50px;
    width: 3px;
    margin-left: 3px;
    transition: all 800ms ease;
    border-radius: 8px;
  }

  .photo {
    width: 200px;
  }

  .about {
    padding-left: 0px;
  }

  .about_text {
    text-align: center;
  }

  .infos {
    margin-left: 12px;
  }

  .text_block {
    margin-left: 0px;
  }

  .infos ul {
    margin-bottom: 48px;
  }

  .objectif {
    font-size: 16px;
  }

  #formations, #experiences {
    padding-right: 18px;
    font-size: 20px;
  }

  #grid {
    margin-left: 0px;
  }

  .skills {
    margin-left: 24px;
  }

  .skills h1 {
    text-align: center;
    margin-right: 48px;
  }

  .skills h3 {
    font-size: 14px;
  }

  .button-about {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .content-project {
    padding-left: 22px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .content-about {
    justify-content: center;
  }

  .arrows {
    padding-left: 24px;
  }

  .arrow {
    margin-right: 48px;
  }

  .images {
    order: -1;
  }

  .infos {
    padding-right: 0px;
    margin-right: 18px;
    padding-bottom: 56px;
  }

  .about {
    grid-area: 2 / 1 / 2 / 2;
    font-size: 12px;
  }
  
  .about_text {
    padding-left: 0px;
  }

  .objectif {
    font-size: 12px;
    padding-left: 3px;
  }

  .text_block {
    width: 320px;
  }

  .select {
    font-size: 20px;
    padding-left: 0px;
    padding-right: 12px;
  }

  li {
    font-size: 12px;
    margin-right: 5px;
  }

  .node {
    height: 10px;
    width: 10px;
    border-radius: 25%;
    display: inline-block;
    transition: all 1000ms ease;
  }

  .divider {
    height: 50px;
    width: 3px;
    margin-left: 3px;
    transition: all 800ms ease;
    border-radius: 8px;
  }

  .content-contact {
    display: block;
    padding-bottom: 50px;
  }

  .block {
    display: inline;
    padding-left: 50px;
    padding-right: 50px;
  }

  .send {
    margin-bottom: 24px;
  }

  .about {
    padding-left: 0px;
  }

  .about_text {
    text-align: center;
  }

  .infos {
    margin-left: 12px;
  }

  .text_block {
    margin-left: 0px;
  }

  .infos ul {
    margin-bottom: 48px;
  }

  .objectif {
    font-size: 16px;
  }

  #formations, #experiences {
    padding-right: 18px;
    font-size: 20px;
  }

  #grid {
    margin-left: 0px;
  }

  .skills {
    margin-left: 24px;
  }

  .skills h1 {
    text-align: center;
    margin-right: 48px;
  }

  .skills h3 {
    font-size: 14px;
  }

  .button-about {
    font-size: 16px;
  }

  .projects {
    grid-template-columns: repeat(1, 1fr);
  }

  .project {
    margin-bottom: 24px;
  }

  .project-img {
    width: 125px;
  }

  .title-projects {
    font-size: 28px;
    margin-bottom: 36px;
  }
}

.button:hover {
  background-color: #b9b9b9;
}

@media (max-width: 320px) {
  .title {
    margin-top: 5%;
    grid-area: 2 / 4 / 1 / 1;
    font-size: 10px;
  }

  .typer {
    font-size: 18px;
  }

  .id {
    grid-area: 2 / 4 / 2 / 1;
  }

  .button {
    display: block;
    margin: 10px;
    font-size: 22px;
    width: 250px;
  }

  .buttons {
    display: grid;
    grid-area: 3 / 1 / 3 / 3;
    grid-template-columns: 4, 1fr;
    justify-content: center;
  }

  .tooltip {
    font-size: 12px;
    padding: 10px;
  }

  .img {
    width: 200px;
  }

  .about {
    margin-bottom: -150px;
  }

  .infos {
    margin-left: 0px;
  }

  #divider {
    height: 30px;
  }

  #node {
    height: 8px;
    width: 8px;
  }

  .text_block {
    width: 50%;
    margin-left: 0px;
  }
  
  #agency {
    font-size: 11px;
    width: 50%;
    white-space: nowrap;
  }

  .skills {
    margin-left: 36px;
  }

  .skills h1 {
    margin-right: 24px;
  }

  #grid {
    margin-left: -12px;
  }

  .projects {
    grid-template-columns: repeat(1, 1fr);
  }

  .title-projects {
    font-size: 24px;
  }

  .description {
    font-size: 14px;
    margin-left: -75px;
  }

  .project-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .content-project {
    padding-left: 96px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .preview {
    width: 250px;
    margin-left: -70px;
  }

  .arrows {
    padding-left: 0px;
  }

  .arrow {
    margin-right: 28px;
    margin-left: 28px;
  }
}


.cursor {
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    animation: blink-animation 1s steps(5, start) infinite;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

  @keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

#text {
  user-select: none;
}