.presentation {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, #1a1a1a 0%, #000000 100%);
}
.presentation .background_presentation {
  position: absolute;
  width: 100%;
  height: auto;
  top: 10vh;
  left: 0;
  right: 0;
  bottom: 5vh;
  z-index: 0;
}
.presentation .background_presentation svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.presentation .background_presentation svg.Blur {
  filter: blur(20px);
  z-index: -1;
}
.presentation .text_presentation {
  position: absolute;
  width: fit-content;
  height: fit-content;
  left: 80px;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto 0;
  z-index: 0;
  color: white;
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.presentation .text_presentation h1 {
  font-size: 76px;
  color: #ffffff;
  letter-spacing: 2px;
  transition: text-shadow 1s ease;
  filter: drop-shadow(0px 4px 0px #ff314b);
}
.presentation .text_presentation h2 {
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0.5em 0;
  transition: text-shadow 1s ease;
  filter: drop-shadow(0px 4px 0px #ff314b);
}

.cartesWrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cartesWrapper .cartes {
  position: absolute;
  height: auto;
  width: 120%;
  left: -50%;
  right: -50%;
  top: 50vh;
  bottom: auto;
  margin: auto;
  aspect-ratio: 1/1;
}
.cartesWrapper .cartes .carte {
  width: 15%;
  height: auto;
  aspect-ratio: 1280/1781;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cartesWrapper .cartes .carte .carteElement {
  aspect-ratio: 1280/1781;
  width: 75%;
  margin: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  filter: drop-shadow(0px 6px 4px rgba(150, 150, 150, 0.2509803922)) grayscale(100%);
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out, width 0.1s ease-in-out;
}
.cartesWrapper .cartes .carte .carteElement.red {
  filter: drop-shadow(0px 6px 4px #ff314b) grayscale(0%);
}
.cartesWrapper .cartes .carte .carteElement.blue {
  filter: drop-shadow(0px 6px 4px #0892dd) grayscale(0%);
}
.cartesWrapper .cartes .carte .carteElement.purple {
  filter: drop-shadow(0px 6px 4px #8908c0) grayscale(0%);
}
.cartesWrapper .cartes .carte .carteElement.active {
  width: 100%;
  opacity: 1;
  z-index: 5;
}
.cartesWrapper .cartes .carte .click,
.cartesWrapper .cartes .carte .click2 {
  position: absolute;
  top: -13%;
  right: -10%;
  z-index: 10;
  left: auto;
  width: 20%;
  height: auto;
  aspect-ratio: 300/380;
  user-select: none;
  pointer-events: none;
}
.cartesWrapper .cartes .carte .click {
  background-image: url("../img/click1.svg");
}
.cartesWrapper .cartes .carte .click2 {
  background-image: url("../img/click2.svg");
  opacity: 0;
}
.cartesWrapper .UX {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  color: white;
  width: fit-content;
  height: fit-content;
  align-items: center;
  user-select: none;
  transition: transform 0.5s;
  pointer-events: none;
  z-index: 2;
}
.cartesWrapper .UX span,
.cartesWrapper .UX i {
  width: fit-content;
  user-select: none;
  pointer-events: visible;
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
}
.cartesWrapper .masque {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.description {
  width: 100%;
  height: 86vh;
  position: relative;
}
.description .gradientBlur {
  position: absolute;
  top: -5em;
  bottom: auto;
  width: 100%;
  height: 5em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 1;
}
.description .descriptionContainer {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 160px);
  margin: 0 80px;
  position: relative;
  height: 86vh;
}
.description .descriptionContainer .imageMaximeLegru {
  height: 60%;
  aspect-ratio: 1/1;
  margin: auto 0;
  width: auto;
  background-image: url("../img/Maxime_Legru.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 3vh;
}
.description .descriptionContainer .descriptionTextContainer {
  width: 50%;
  height: fit-content;
  margin: auto 0;
  position: relative;
}
.description .descriptionContainer .descriptionTextContainer svg {
  position: absolute;
  z-index: 0;
  top: -4em;
  width: 30%;
  height: auto;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s;
  aspect-ratio: 1059.44/774.38;
  overflow: visible;
}
.description .descriptionContainer .descriptionTextContainer svg .carte1 {
  fill: #ff314b;
  z-index: 0;
  transform: translate(-177.92px, 308.17px) rotate(-38.6deg);
  height: 100%;
  aspect-ratio: inherit;
  cursor: pointer;
}
.description .descriptionContainer .descriptionTextContainer svg .carte2 {
  fill: #0892dd;
  z-index: 1;
  transform: translate(-99.94px, 249.23px) rotate(-23.6deg);
  height: 100%;
  aspect-ratio: inherit;
  cursor: pointer;
}
.description .descriptionContainer .descriptionTextContainer svg .carte3 {
  fill: #8908c0;
  z-index: 2;
  transform: translate(-50.92px, 103.83px) rotate(-8.6deg);
  height: 100%;
  aspect-ratio: inherit;
  cursor: pointer;
}
.description .descriptionContainer .descriptionTextContainer svg .carte4 {
  fill: #2b2b2b;
  z-index: 3;
  transform: translate(54.07px, -87.59px) rotate(6.4deg);
  height: 100%;
  aspect-ratio: inherit;
  cursor: pointer;
}
.description .descriptionContainer .descriptionTextContainer svg:hover {
  top: -5em;
  scale: 1.1;
}
.description .descriptionContainer .descriptionTextContainer .descriptionText {
  color: white;
  background-color: #1a1a1a;
  box-sizing: border-box;
  padding: 2em;
  border-radius: 3vh;
  position: relative;
  z-index: 2;
}
.description .descriptionContainer .descriptionTextContainer .descriptionText h2 {
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  margin-bottom: 1em;
  text-align: center;
}
.description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider {
  display: flex;
  gap: 32px;
  height: 100px;
  max-height: 100px;
}
.description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche {
  width: 32px;
  height: 100px;
  display: flex;
  position: relative;
  z-index: 4;
  background-color: #1a1a1a;
}
.description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-right-arrow-alt,
.description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-left-arrow-alt {
  aspect-ratio: 1/1;
  line-height: 32px;
  border-radius: 50%;
  background-color: #2b2b2b;
  text-align: center;
  margin: auto;
  width: auto;
  height: 32px;
  transition: all 0.2s;
}
.description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-left-arrow-alt:hover {
  filter: drop-shadow(0px 3px 0px #ff314b);
}
.description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-right-arrow-alt:hover {
  filter: drop-shadow(0px 3px 0px #0892dd);
}
.description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .descripionTextSlider {
  display: flex;
  gap: 100%;
  flex-direction: row;
  overflow: hidden;
}
.description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .descripionTextSlider p {
  min-width: 100%;
  max-height: 100px;
  display: flex;
  margin: auto;
  text-align: center;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: auto;
}

.skills {
  width: 100%;
  height: fit-content;
  display: flex;
  position: relative;
}
.skills:hover h2 {
  opacity: 1;
  transform: translate(0, -48px);
}
.skills h2 {
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "acier-bat-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: white;
  text-align: center;
  transition: all 0.2s;
  height: 48px;
  width: fit-content;
  line-height: 32px;
  user-select: none;
}
.skills h2:hover {
  scale: 1.1;
}
.skills .skillsSlider {
  display: flex;
  gap: 10px;
  width: 100%;
  height: 14vh;
  overflow-x: hidden;
}
.skills .skillsSlider .skill {
  aspect-ratio: 16/9;
  border-radius: 1em;
  height: 13vh;
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, black 100%);
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 2px #1a1a1a);
  display: flex;
}
.skills .skillsSlider .skill img {
  height: 75%;
  width: auto;
  max-width: 75%;
  aspect-ratio: initial;
  margin: auto;
  filter: grayscale(100%);
}

@media (max-width: 1200px) {
  .presentation .text_presentation {
    left: 45px;
  }
  .presentation .text_presentation h1 {
    font-size: 50px;
  }
  .presentation .text_presentation h2 {
    font-size: 20px;
  }
  .cartesWrapper .cartes {
    width: 140%;
  }
  .cartesWrapper .cartes .carte {
    width: 18%;
  }
  .description .descriptionContainer .imageMaximeLegru {
    width: 40%;
    height: auto;
  }
  .description .descriptionContainer .descriptionTextContainer svg {
    width: 40%;
    top: -3em;
  }
  .description .descriptionContainer .descriptionTextContainer svg:hover {
    top: -4em;
  }
  .description .descriptionContainer .descriptionTextContainer .descriptionText {
    padding: 2em 1em;
  }
  .description .descriptionContainer .descriptionTextContainer .descriptionText h2 {
    font-size: 1.3em;
    padding: 0;
  }
  .description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider {
    gap: 10px;
  }
  .description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-right-arrow-alt, .description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-left-arrow-alt {
    height: 22px;
    line-height: 22px;
  }
  .description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .descripionTextSlider p {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  body .presentation .text_presentation h1 {
    font-size: 7.5vw;
    letter-spacing: 2px;
  }
  body .presentation .text_presentation h2 {
    font-size: 4.5vw;
    letter-spacing: 1px;
  }
  body .cartesWrapper .cartes {
    width: 200%;
  }
  body .description {
    height: 75vh;
    margin-top: 12vh;
  }
  body .description .descriptionContainer {
    flex-direction: column;
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  body .description .descriptionContainer .imageMaximeLegru {
    margin: 0 auto;
    width: auto;
    height: 33%;
  }
  body .description .descriptionContainer .descriptionTextContainer {
    width: 100%;
  }
  body .description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-right-arrow-alt, body .description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-left-arrow-alt {
    height: 35px;
    line-height: 35px;
  }
  body .description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-right-arrow-alt:hover, body .description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .fleche .bx-left-arrow-alt:hover {
    filter: none;
  }
  body .description .descriptionContainer .descriptionTextContainer .descriptionText .descriptionSlider .descripionTextSlider p {
    font-size: 15px;
  }
}

/*# sourceMappingURL=home.css.map */
