* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
}

body {
}
/* Desktop */
@media screen and (min-width: 768px) {
  header {
    /* background: radial-gradient(circle, rgba(142, 24, 215, 1) 9%, rgba(91, 9, 121, 0.981127485173757) 48%, rgba(2, 0, 36, 1) 89%); */
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
  }
  .portrait {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 24vw;
    padding-top: 3vw;
  }
  .nom {
    text-align: center;
    color: white;
    letter-spacing: 0.5rem;
    font-size: 3vw;
    position: relative;
    padding: 1vw;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
  }
  .metier {
    text-align: center;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.5vw;
    padding-bottom: 2rem;
  }
  .speak {
    position: absolute;
    top: 14vw;
    right: 24vw;
    width: 20%;
    cursor: pointer;
    transition: all 2s;
  }
  .speak:hover {
    width: 22%;
    transition: 1s;
  }

  .skill {
    width: 4.5vw;
    position: absolute;
    transition: all 0.5s;
    background-color: transparent;
  }
  .skill:hover {
    width: 5vw;
    transition: 1s;
  }
  .angular {
    top: 10vw;
    right: 25vw;
    display: block;
  }
  .crossfit {
    top: 30vw;
    right: 30vw;
  }
  .css {
    top: 18vw;
    right: 17vw;
  }
  .html {
    top: 10vw;
    left: 26vw;
  }
  .insta {
    top: 27vw;
    right: 20vw;
    width: 4vw;
  }
  .js {
    top: 5vw;
    left: 35vw;
  }
  .wp {
    top: 6vw;
    right: 35vw;
  }
  .youtube {
    top: 26vw;
    left: 26vw;
  }
  .cypress {
    top: 33vw;
    left: 30vw;
    width: 8vw;
  }
  .cypress:hover {
    width: 9vw;
  }
  .php {
    top: 18vw;
    left: 25vw;
  }
  .cv {
    color: white;
    text-decoration: none;
    padding: 1vw;
    border: 1px solid;
    border-radius: 20px;
    margin: 1vw;
    right: 10vw;
    background-color: rgb(46, 2, 70);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    box-shadow: 2px 3px 20px rgb(255, 255, 255);
    width: 23vw;
    text-align: center;
    font-size: 1.3vw;
  }
  .cv:hover {
  }
  .cv:active {
    box-shadow: 2px 3px 2px rgb(255, 255, 255);
    animation-delay: 2s;
  }
  main {
    scroll-behavior: smooth;
  }
  .list {
    color: white;
    text-decoration: none;
    width: 100%;
  }
  .menu {
  }
  .menuUl {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    width: 100%;
    position: relative;
  }
  .lien {
    color: white;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 1.5vw;
    position: absolute;
    bottom: -0.9vw;
  }
  .logo {
    width: 120px;
    padding: 1rem;
    animation-delay: 10s;
    margin-right: 2rem;
  }

  .menu {
    padding: 2rem 7rem 0 7rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .haderContent {
    position: relative;
  }
  #quiSection {
    background-color: black;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
  }

  .title {
    padding: 5rem 0rem 0rem 5rem;
    font-size: 34px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    letter-spacing: 0.3rem;
  }
  .quiSection__texte1 {
    font-size: 2vw;
    text-align: center;
    height: 30vw;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 70px;
    padding: 5rem 5rem;
  }
  .quiSection__part1 {
    display: flex;
  }
  .quiSection__part2 {
    background-image: linear-gradient(to top, #30cfd0 0%, #0693c7 100%);
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    padding: 0 5rem;
    text-align: center;
  }
  .p2_element {
    font-size: 36px;
  }
  .p2_element span {
    font-family: "Amatic SC", cursive;
    padding-right: 1rem;
    font-size: 80px;
  }
  .p2_part {
  }
  .img-mockup {
    height: 30vw;
    text-align: center;
    margin: auto;
    display: flex;
    transform: rotate(10deg);
  }
  .dev {
    color: white;
    text-align: center;
    border: 1px solid white;
    padding: 1rem;
  }
  .transition {
    width: 120%;
    position: relative;
    left: -10rem;
    overflow: inherit;
  }
  .description {
    font-size: 24px;
    padding: 6rem;
  }
  .right {
    text-align: right;
  }
  .d_p1 {
    font-size: 50px;
    font-family: "Amatic SC", cursive;
    padding-bottom: 3rem;
  }
  .d_p3 {
    font-size: 39px;
  }
  .d_p7 {
    font-size: 39px;
  }
  .description p {
    padding-bottom: 2rem;
  }
  .d_p2 {
    font-size: 26px;
  }
  .d_p6 {
    font-size: 27px;
  }
}
/*  */
