/*---------------------PARAMETRES GENERALES------------------------*/

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}


body {
  background-color: #1E2329;
  background-image: linear-gradient(#22272D 0.2vw, transparent 0.2vw), linear-gradient(90deg, #22272D 0.2vw, transparent 0.2vw);
  background-size: 8.32vw 8.32vW;
  font-family: Clash;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}


@font-face {
  font-family: Upton;
  src: url("../FONT/Upton-Variable-BF64dd8f4f637cf.ttf");
}


@font-face {
  font-family: Clash;
  src: url("../FONT/ClashDisplay-Variable.ttf");
}


@font-face {
  font-family: StretchPro;
  src: url("../FONT/stretch-pro.regular.ttf");
}

/*---------------------TITRE------------------------*/

.Container1 {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}


.Container1 h1 {
  font-family: Upton;
  color: transparent;
  text-transform: uppercase;
  font-size: 18vw;
  font-weight: 1000;
  color: #D9FF00;
}

/*---------------------LES DEUX PARAGRAPHES------------------------*/

.Container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.Container2 #Paragraphes {
  display: flex;
  justify-content: center;
  width: 89%;
}

.Container2 #Paragraphes p {
  font-family: Clash;
  color: #FFF7EF;
  font-size: 1.2vw;
  margin: 0.5vw 3vw;
  text-align: justify;
  font-weight: 400;
}





/*---------------------PRESENTATION MOTS CLES------------------------*/

.Container3 {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 6vw 0vw;
}


.boxradius {
  display: flex;
  align-items: start;
  background-color: #F3E4D6;
  width: 83.3vw;
  height: 33.9vw;
  border-radius: 0 50vw 50vw 0;
  background-image: linear-gradient(#FFF7EF 0.1rem, transparent 0.1rem), linear-gradient(90deg, #FFF7EF 0.1rem, transparent 0.1rem);
  background-size: 7vw 7vw;
}

.boxradius img {
  position: absolute;
}


#presentation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EF1653;
  text-align: center;
  border-radius: 1.5vw;
  z-index: 5;
  padding: 0.7vw 2vw;
  margin-bottom: 30%;
  left: 5%;
  animation: 3.1s wiggle infinite;
}


#presentation h2 {
  color: #1E2329;
  font-family: Upton;
  font-weight: 500;
  font-size: 7vw;
  text-transform: uppercase;
  animation: 3s wiggle infinite reverse;
  font-weight: 700;
}


#motion {
  width: 25vw;
  left: 5%;
  margin-top: 7%;
  transform: rotate(4deg);
  animation: strech 1.5s infinite alternate ease-in-out;
}


#identite {
  width: 44vw;
  margin-top: 18%;
  left: 5%;
  z-index: 3;
  animation: loop 2s infinite ease-in-out;
}

#audiovisuel {
  width: 32vw;
  margin-top: 26%;
  left: 9%;
  z-index: 3;
  animation: 2s wiggle infinite ease-in-out;
}


#illustration {
  width: 16vw;
  left: 33%;
  margin-top: 2%;
  z-index: 4;
  animation: rotate 10s infinite linear;
}

.overflow {
  position: absolute;
  height: 40VW;
  width: 38VW;
  overflow: hidden;
  left: 45.3VW;
  margin-bottom: 6.1VW;
  border-radius: 0 0 43%;
  display: flex;
  justify-content: start;
  align-items: end;
}

#img-me {
  width: 110%;
  z-index: 0;
  margin-left: 1%;

}


/*---------------------BENTO------------------------*/



.Container4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5vw;
}

.Container4 #title {
  position: absolute;
  color: #EF1653;
  font-size: 1vw;
  transform: rotate(-90deg) scale(5.8);
  right: 85%;
  text-transform: uppercase;

}


.bento {
  display: grid;
  grid-template-columns: 30vw 23vw 23vw;
  grid-template-rows: repeat(5, 1fr);
  gap: 1vw;
  height: 50vw;
  margin-left: 8vw;
}

.item {
  border-radius: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item1 {
  background: #EF1653;
  grid-column: 1 /2;
  display: flex;
  justify-content: center;
  align-items: center;

}

.item1 p {
  color: #D9FF00;
  font-family: Upton;
  font-weight: 900;
  font-size: 6.5vw;
  align-items: center;
  margin: 0 2vw;
  transform: scale(1.3);
  text-transform: uppercase;

}

.item1 p strong:first-of-type {
  -webkit-text-stroke-width: 0.06vw;
  -webkit-text-stroke-color: #D9FF00;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.item2 {
  background: #EF1653;
  grid-column: 2 /4;
  grid-row: 1 /4;
  display: grid;
  grid-template-rows: 32% 30% 38%;
}


.item2 .sousitem1 {
  grid-row: 1 /2;
  display: flex;
  justify-content: left;
  align-items: center;
}

.item2 .sousitem1 img {
  width: 6.5vw;
  margin-left: 1vw;
}

.item2 .sousitem1 img:last-of-type {
  width: 11vw;
}

.item2 .sousitem1 p strong {
  color: #FFF7EF;
  font-family: Upton;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10vw;
  margin-left: 1.8vw;
}

.item2 .sousitem2 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 2 /3;
}

.item2 .sousitem2 p {
  color: #D9FF00;
  font-family: Upton;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11.2vw;
}

.item2 .sousitem3 p {
  font-family: Clash;
  font-size: 1.2vw;
  text-align: justify;
  font-weight: 400;
  margin: 0.5vw 1vw;
  color: #FFF7EF;
  line-height: 130%;
}

.item2 .sousitem3 {
  grid-row: 3 /5;

}


.item3 {
  background: #EF1653;
  grid-row: 2 /6;
  grid-column: 1 /2;
  display: grid;
  grid-template-rows: 17% 23% 23% 26%;

}


.item3 .sousitem1 {
  grid-row: 1 /2;

}

.item3 .sousitem1 p {
  font-family: Clash;
  font-size: 1.2vw;
  text-align: justify;
  font-weight: 400;
  margin: 0.8vw 1vw;
  color: #FFF7EF;
}

.item3 .sousitem2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item3 .sousitem2 img {
  width: 28vw;
}

.item3 .sousitem2 {
  grid-row: 2 /3;


}

.item3 .sousitem3 {
  grid-row: 3 /4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item3 .sousitem3 p {
  color: #8405e7;
  font-family: Upton;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12.5vw;

}

.item3 .sousitem4 {
  grid-row: 4 /6;

}

.item3 .sousitem4 p {
  font-family: Clash;
  font-size: 1.2vw;
  text-align: justify;
  font-weight: 400;
  margin: 0.5vw 1vw;
  color: #FFF7EF;
}

.item4 {
  background: #EF1653;
  grid-row: 4 /6;
  grid-column: 2 /4;
  display: grid;
  grid-template-rows: 40% 60%;
}

.item4 .sousitem1 {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 1rem;

}

.item4 .sousitem1 img {
  width: 16vw;
  margin-left: 4vw;
}

.item4 .sousitem1 p {
  color: #FFF7EF;
  font-family: Upton;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10vw;
}

.item4 .sousitem2 p {
  color: #8405e7;
  font-family: Upton;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13vw;

}

.vers-about {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  margin-top: 1vw;
}

.vers-about hr {
  width: 36.9vw;
  color: #FFF7EF;
  margin: 0;
}

.vers-about a {
  color: #FFF7EF;
  padding: 8px 16px;
  font-size: 1.2rem;
  text-align: center;
  transition: 0.3s ease;
  border: solid 1.5px #FFF7EF;
  border-radius: 5vw;

}

.vers-about a:hover {
  font-weight: 500;
  background-color: #EF1653;
}


/*---------------------LOGICIELS------------------------*/



.Container5 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  align-items: center;
  padding: 4VW 0;
}

.logiciels {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3E4D6;
  text-align: center;
  border-radius: 1.5vw;
  z-index: 5;
  padding: 0.5vw 2vw;
  animation: 3.5s wiggle infinite;
  margin-bottom: 22%;
  left: 12%;
}


.logiciels h2 {
  color: #1e2329;
  font-family: Upton;
  font-size: 6vw;
  font-weight: 700;
  text-transform: uppercase;
  animation: 4s wiggle infinite;
}


.Container5 #greebox {
  display: flex;
}



#greenbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vW;
  width: 100vw;
  background-color: #D9FF00;
  background-image: url(../IMAGE/BACKGROUND/asset-des_gra.svg);
  background-size: 160%;
  background-position-x: right;
  background-position-y: 0.5vw;
  background-repeat: repeat-x;
  animation: 180s deplacement linear alternate infinite;

}

.grid-item2 {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(6, 1f);
  grid-template-rows: 1fr;
  gap: 2vw;
}

.grid-item2 div p {
  font-family: Clash;
  font-size: 1vw;
  color: #1e2329;
  margin-top: 1vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
}

.grid-item2 div img {
  width: 50%;

}

.grid-item2 div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#greenbox .grid-item2 div {
  margin-top: 1.5vw;
}

.grid-item2 #ps {
  grid-column: 1/2;
}


.grid-item2 #ai {
  grid-column: 2/3;
}

.grid-item2 #id {
  grid-column: 3/4;
}

.grid-item2 #pr {
  grid-column: 4/5;
}


.grid-item2 #ae {
  grid-column: 5/6;
}

.grid-item2 #fg {
  grid-column: 6/7;
}



.vers-about2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  margin-top: -3vw;
}

.vers-about2 hr {
  width: 36.8vw;
  color: #FFF7EF;
}

.vers-about2 a {
  color: #FFF7EF;
  padding: 8px 16px;
  font-size: 1.2rem;
  text-align: center;
  transition: 0.3s ease;
  border: solid 1.5px #FFF7EF;
  border-radius: 5vw;
}

.vers-about2 a:hover {
  background-color: #D9FF00;
  color: #1E2329;
  font-weight: 500;
}


/*---------------------ROULETTE PROJETS------------------------*/
.container6 {
  height: 30vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 4vw 0;
}


.container6 .gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 90%;
  margin: 0vw 6vw;
}

.container6 .item {
  flex: 1;
  height: 100%;
  background-repeat: none;
  transition: 0.8s ease;
  margin: 1vw;
  border-radius: 1vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: #f2e3d5 2px solid;
}

.container6 .item p {
  font-family: Upton;
  font-size: 6vw;
  -webkit-text-stroke-width: 0.05vw;
  -webkit-text-stroke-color: #f2e3d5;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.7vw 0.8vw;
  line-height: 1;
  text-align: center;

}

.projets {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8405e7;
  text-align: center;
  border-radius: 1.5vw;
  z-index: 5;
  padding: 0.3vw 1.5vw;
  animation: 3.5s wiggle infinite reverse;
  margin-bottom: 24%;
  left: 57%;
}


.projets h2 {
  color: #1e2329;
  font-family: Upton;
  font-size: 5.2vw;
  font-weight: 700;
  text-transform: uppercase;
  animation: 4s wiggle infinite reverse;
}


.container6 .item:hover {
  flex: 2;
  transform: scale(1);
  box-shadow: 7px 7px 35px black;

  & p {
    color: #f2e3d5;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #f2e3d5;
  }
}

.container6 .item-1 {
  background: url('../IMAGE/IMG-PROJECT/Audioviusel/IMG-Accueil-audiovisuel.webp');
  background-position-x: center;
  background-position-y: center;
  background-size: 61vw;
}

.container6 .item-2 {
  background-image: url('../IMAGE/IMG-PROJECT/Graphisme/IMG-Accueil-graphisme.webp');
  background-position-x: center;
  background-position-y: center;
  background-size: 61vw;

}


/*---------------------------------------------------------------------*/


@keyframes wiggle {
  0% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(2deg);
  }
}

@keyframes deplacement {
  from {
    background-position-x: center;
  }

  to {
    background-position-x: 500vw;
  }

}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(250deg);
  }

  75% {
    transform: rotate(-160deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes strech {
  from {
    transform: scaleX(1) rotate(4deg);
    ;
  }

  to {
    transform: scaleX(1.4) rotate(4deg);
  }
}

@keyframes loop {
  from {
    transform: rotatex(0deg) rotate(-2deg);
  }

  to {
    transform: rotatex(360deg) rotate(-2deg);
  }
}

@keyframes strech2 {
  from {
    transform: scaleY(1.1);
  }

  to {
    transform: scaleY(0.4);
  }
}



/*---------------------------------------------------------------------*/


@media screen and (max-width: 767px) {

  .Container1 {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 7vw 0;
  }


  .Container1 h1 {
    font-family: Upton;
    color: transparent;
    text-transform: uppercase;
    font-size: 32vw;
    font-weight: 600;
    color: #D9FF00;
    text-align: center;
    line-height: 0.8;
  }

  /*---------------------LES DEUX PARAGRAPHES------------------------*/



  .Container2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .Container2 #Paragraphes {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 85%;
  }

  .Container2 #Paragraphes p {
    font-family: Clash;
    color: #FFF7EF;
    font-size: 5vw;
    margin: 1.5vw 0 2.5vw 0;
    text-align: justify;
    font-weight: 400;
  }

  /*---------------------PRESENTATION MOTS CLES------------------------*/

  .Container3 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 215vw;

  }

  .boxradius {
    display: flex;
    align-items: start;
    background-color: #F3E4D6;
    width: 100%;
    height: 100%;
    border-radius: 50vw 50vw 0vw 0vw;
    background-image: linear-gradient(#FFF7EF 0.1rem, transparent 0.1rem), linear-gradient(90deg, #FFF7EF 0.1rem, transparent 0.1rem);
    background-size: 15vw 15vw;
  }

  .boxradius img {
    position: absolute;
  }


  #presentation {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EF1653;
    text-align: center;
    border-radius: 2.5vw;
    z-index: 5;
    padding: 1vw 3vw;
    margin-bottom: 205%;
    left: 20%;
    animation: none;
    transform: rotate(-1deg);
  }


  #presentation h2 {
    color: #1E2329;
    font-family: Upton;
    font-weight: 500;
    font-size: 16vw;
    text-transform: uppercase;
    animation: none;
    font-weight: 700;
  }


  #motion {
    width: 60%;
    left: 5%;
    margin-top: 16%;
    transform: rotate(4deg);
    animation: none;
  }


  #identite {
    width: 93%;
    margin-top: 41%;
    left: 5%;
    z-index: 3;
    transform: rotate(-1deg);
    animation: none;
  }

  #audiovisuel {
    width: 70%;
    margin-top: 56%;
    left: 18%;
    z-index: 3;
    animation: none;
    transform: rotate(3deg);
  }


  #illustration {
    width: 30%;
    left: 65%;
    margin-top: 16%;
    z-index: 2;
    animation: none;
  }

  .overflow {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0;
    margin-bottom: 0;
    border-radius: 0 0 0%;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  #img-me {
    width: 150%;
    z-index: 0;
    margin-left: 20%;

  }

  /*---------------------BENTO------------------------*/



  .Container4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30vw;
  }

  .Container4 #title {
    position: absolute;
    color: #EF1653;
    font-size: 10.5vw;
    transform: rotate(0deg);
    right: 4%;
    text-transform: uppercase;
    margin-bottom: 125%;
    display: none;

  }


  .bento {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200vw;
    margin: 5vw;
  }

  .item {
    border-radius: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.3vw 0;
    padding: 1.5vw;
  }

  .item1 {
    background: #EF1653;
    height: 15%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .item1 p {
    color: #D9FF00;
    font-family: Upton;
    font-weight: 600;
    font-size: 24vw;
    align-items: center;
    margin: 0 2vw;
    transform: scale(1);
    text-transform: uppercase;
    -webkit-text-stroke-width: 0vw;
    -webkit-text-stroke-color: #D9FF00;
    -webkit-text-fill-color: #D9FF00;

  }

  .item1 p:first-of-type {
    -webkit-text-stroke-width: 0vw;
    -webkit-text-stroke-color: #D9FF00;
    -webkit-text-fill-color: #D9FF00;
  }

  .item2 {
    background: #EF1653;
    display: grid;
    grid-template-rows: 22% 22% 56%;
    height: 40%;
    width: 100%;
    padding: 1.5vw;

  }


  .item2 .sousitem1 {
    grid-row: 1 /2;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .item2 .sousitem1 img {
    width: 14vw;
    margin-left: 1vw;
  }

  .item2 .sousitem1 img:last-of-type {
    width: 20vw;
  }

  .item2 .sousitem1 p {
    color: #FFF7EF;
    font-family: Upton;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19.5vw;
    margin-left: 4vw;
  }

  .item2 .sousitem2 {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 2 /3;
  }

  .item2 .sousitem2 p {
    color: #D9FF00;
    font-family: Upton;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21.5vw;
  }

  .item2 .sousitem3 p {
    font-family: Clash;
    font-size: 3.65vw;
    text-align: justify;
    font-weight: 400;
    margin: 0.5vw 1vw;
    color: #FFF7EF;
  }

  .item2 .sousitem3 {
    grid-row: 3 /5;

  }


  .item3 {
    background: #EF1653;
    height: 50%;
    width: 100%;
    display: grid;
    grid-template-rows: 12% 30% 31% 26%;

  }


  .item3 .sousitem1 {
    grid-row: 1 /2;

  }

  .item3 .sousitem1 p {
    font-family: Clash;
    font-size: 3.65vw;
    text-align: justify;
    font-weight: 400;
    margin: 0.8vw 1vw;
    color: #FFF7EF;
  }

  .item3 .sousitem2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .item3 .sousitem2 img {
    width: 90vw;
  }

  .item3 .sousitem2 {
    grid-row: 2 /3;


  }

  .item3 .sousitem3 {
    grid-row: 3 /4;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .item3 .sousitem3 p {
    color: #8405e7;
    font-family: Upton;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 43vw;

  }

  .item3 .sousitem4 {
    grid-row: 4 /6;

  }

  .item3 .sousitem4 p {
    font-family: Clash;
    font-size: 3.65vw;
    text-align: justify;
    font-weight: 400;
    margin: 0.5vw 1vw;
    color: #FFF7EF;
  }

  .item4 {
    background: #EF1653;
    height: 20%;
    width: 100%;
    display: grid;
    grid-template-rows: 40% 60%;
  }

  .item4 .sousitem1 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1vw;

  }

  .item4 .sousitem1 img {
    width: 30vw;
    margin-left: 4vw;
  }

  .item4 .sousitem1 p {
    color: #FFF7EF;
    font-family: Upton;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21vw;
  }

  .item4 .sousitem2 p {
    color: #8405e7;
    font-family: Upton;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26vw;

  }

  .vers-about {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15vw;
    margin-top: 2vw;
  }

  .vers-about hr {
    width: 36.5vw;
    color: #FFF7EF;
    margin: 0;
  }

  .vers-about a {
    color: #FFF7EF;
    padding: 0 2vw;
    font-size: 1.2vw;
    text-align: center;
    transition: 0.3s ease;
  }

  .vers-about a:hover {
    color: #EF1653;
    font-weight: 500;
  }

  /*---------------------LOGICIELS------------------------*/



  .Container5 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    align-items: center;
    padding: 40VW 0;
    flex-direction: column;
  }

  .logiciels {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3E4D6;
    text-align: center;
    border-radius: 1.5vw;
    z-index: 5;
    padding: 0.5vw 2vw;
    animation: 3.5s wiggle infinite;
    margin-bottom: 100%;
    left: 12%;
  }


  .logiciels h2 {
    color: #1e2329;
    font-family: Upton;
    font-size: 13vw;
    font-weight: 700;
    text-transform: uppercase;
    animation: none;
  }


  .Container5 #greebox {
    display: flex;
    justify-content: center;
  }


  .Container5 #purplebox {
    display: flex;
    justify-content: center;

  }


  #greenbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48.5vW;
    width: 100%;
    margin-right: 0vw;
    background-color: #D9FF00;
    border-radius: 0 0 6vw 6vw;
    background-image: url(../IMAGE/BACKGROUND/asset-des_gra.svg);
    background-size: 305%;
    background-position-x: right;
    background-position-y: 1.2vw;
    background-repeat: repeat-x;
    animation: 180s deplacement linear alternate infinite;
    margin-bottom: 4vw;

  }

  .grid-item2 {
    display: grid;
    height: 100%;
    width: 97%;
    grid-template-columns: repeat(4, 1f);
    grid-template-rows: 1fr;
    gap: 2vw;
  }

  .grid-item2 div p {
    font-family: Clash;
    font-size: 3vw;
    color: #1e2329;
    margin-top: 1vw;
    font-weight: 400;
    text-align: center;
  }

  .grid-item2 div img {
    width: 60%;

  }

  .grid-item2 div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #greenbox .grid-item2 div {
    margin-top: 1.5vw;
  }

  .grid-item2 #ps {
    grid-column: 1/2;
  }

  .grid-item2 #ps img {
    width: 58%;
  }

  .grid-item2 #ai {
    grid-column: 2/3;
  }

  .grid-item2 #pr {
    grid-column: 3/4;
  }

  .grid-item2 #pr img {
    width: 61%;
  }

  .grid-item2 #ae {
    grid-column: 4/5;
  }

  .grid-item2 #ae img {
    width: 66%;
  }




  #purplebox {
    height: 48.5vW;
    width: 100%;
    margin-left: 0vw;
    background-color: #8405e7;
    border-radius: 6vw 6vw 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../IMAGE/BACKGROUND/asset-dev_web.svg);
    background-size: 350.8%;
    background-position-x: left;
    background-position-y: 1.21vw;
    background-repeat: repeat-x;
    animation: 180s deplacement linear alternate infinite;
  }

  .grid-item2 #html {
    grid-column: 1/2;
  }

  .grid-item2 #html img {
    width: 56%;
  }

  .grid-item2 #css {
    grid-column: 2/3;
  }

  .grid-item2 #js {
    grid-column: 3/4;
    margin-top: 15%;
  }

  .grid-item2 #js img {
    width: 50%;
  }

  .grid-item2 #php {
    grid-column: 4/5;
    margin-top: 40%;
  }

  .grid-item2 div:hover {
    transform: scale(1.1);
  }

  .grid-item2 div {
    transition: 0.4s ease;
  }

  .vers-about2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15vw;
    margin-top: -3vw;
  }

  .vers-about2 hr {
    width: 20vw;
    color: #FFF7EF;
    margin: 0 2vw;
  }

  .vers-about2 a {
    color: #FFF7EF;
    padding: 0 0vw;
    text-decoration: underline;
    font-size: 4vw;
    text-align: center;
    width: 50%;
    transition: 0.3s ease;
  }

  .vers-about2 a:hover {
    font-weight: 500;
  }
}