@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 110vh;
  font-family: "Syne", sans-serif;
  background: black;
  font-size: 1.15vw;
  font-weight: 400;
  color: #F1EFE3;
  overflow-y: hidden;
  overflow-x: hidden;
  cursor: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

h1 {
  font-weight: 500;
  font-size: 4.85vw;
  transform: translateX(-8px);
}

h2 {
  font-size: 2.6vw;
  font-weight: 500;
  transform: translateX(-5px);
  margin-bottom: 104px;
}

.name {
  display: flex;
  overflow: hidden;
}
.name div {
  transform: translateY(115%);
}

.metier {
  display: flex;
  overflow: hidden;
}
.metier div {
  transform: translateY(115%);
}

.no-preload-opacity {
  opacity: 1 !important;
}

.preload-opacity {
  animation: preload-opacity 3000ms 4000ms forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes preload-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.no-letter-anime {
  transform: translateY(0px) !important;
}

.letterAnime {
  animation: letterAnime 1000ms 500ms forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes letterAnime {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0px);
  }
}
h3 {
  font-weight: 400;
  font-size: 1.15vw;
}

a {
  text-decoration: none;
  color: white;
}

button {
  cursor: pointer;
  padding: 0;
  border-width: 0;
}

main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 17vh;
  padding-left: 7px;
}

.container {
  opacity: 1;
  height: 100%;
  padding: 0 19vw;
}

.preload-container {
  opacity: 0;
  animation: preloadContainer 100ms 1200ms forwards ease-out;
}

@keyframes preloadContainer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header nav img {
  padding: 2px;
}

.entry-header-nav-img {
  opacity: 0;
  animation: preload-opacity 3000ms 4400ms forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.markName * {
  transform: translateY(60px);
}

nav a {
  transform: translateY(60px);
}

header {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  background: black;
  height: 7.837vh;
  position: fixed;
  z-index: 150;
  padding: 0 19vw;
  left: 0;
  background: black;
}
header .blocHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.837vh;
  width: 100%;
  background: black;
  z-index: 100;
  opacity: 1;
  overflow: hidden;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 64.8%;
}
header nav a::after {
  content: "";
  height: 2px;
  background: #988BE3;
  width: 100%;
  display: inherit;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease-in-out;
}
header nav a:hover::after {
  transform: scaleX(1);
}
header nav div {
  cursor: pointer;
  display: flex;
  align-items: center;
}
header nav div img {
  transition: transform 400ms ease-in-out;
}
header nav div:hover img {
  transform: rotate(90deg);
}
header nav div a {
  margin-right: 24px;
}
header nav span {
  height: 29px;
  width: 1px;
  background: #F1EFE3;
  transform: translateY(60px);
}

#about-scroll {
  height: 100px;
}

article {
  height: max-content;
  width: 100%;
  margin-bottom: 300px;
}

.markName {
  display: flex;
  align-items: center;
}
.markName img {
  margin-right: 24px;
  margin-top: 2px;
}

.tiret {
  width: 22px;
  background: #F1EFE3;
  height: 2px;
  margin-right: 52px;
}

.no-landing-anime {
  transform: translateY(0) !important;
}

.no-landing-anime-scale {
  transform: scale(1) !important;
}

.landing {
  width: 100%;
  display: flex;
}
.landing_eyeContain {
  width: 36%;
  display: flex;
}
.landing_eyeContain_eyeBox {
  width: 104px;
  border: white 1px solid;
  border-radius: 200px;
  margin-left: 65px;
  overflow: hidden;
  transform: scale(0);
  transform-origin: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing_eyeContain_eyeBox_paupieres {
  font-size: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 584px;
  transform: translateY(100%);
}
.landing_eyeContain_eyeBox_paupieres-top {
  background-position: top;
  position: absolute;
  top: 91px;
  width: 100%;
  height: 148px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  transition: 300ms ease-out;
  transform-origin: top;
  background-repeat: no-repeat;
  background-image: url("./assets/stateClose.svg");
}
.landing_eyeContain_eyeBox_paupieres-bottom {
  background-position: bottom;
  position: absolute;
  bottom: 91px;
  width: 100%;
  height: 148px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  transform-origin: bottom;
  background-repeat: no-repeat;
  background-image: url("./assets/stateClose.svg");
  transition: 300ms ease-out;
}
.landing_eyeContain_eyeBox_paupieres-iris {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.landing_eyeContain_eyeBox_paupieres-iris-pupille {
  width: 53.85%;
  aspect-ratio: 1;
  background: black;
  border-radius: 50%;
  transition: 300ms ease-out;
}
.landing_bloc {
  display: flex;
  flex-direction: column;
  width: 64.02%;
}
.landing_bloc_text h2 {
  margin-bottom: 24px !important;
}
.landing_bloc_text h1 {
  margin-bottom: 24px;
}
.landing_bloc_text div {
  display: flex;
  align-items: center;
}

.space {
  white-space: pre-wrap;
}

.bloc_cta {
  display: flex;
  align-items: center;
  margin-top: 104px;
  opacity: 0;
  justify-content: flex-end;
}

.landing_bloc_text_descr {
  opacity: 0;
}

.bloc_cta .cvButton_largeCircle {
  transform: translateX(-60px);
}

.cvButtonInContact .cvButton_circleWhite {
  background: #CB6B70 !important;
}
.cvButtonInContact .cvButton_arrowBox {
  border-bottom: 4px solid black;
  transform: translateY(0);
  overflow: hidden;
  opacity: 0;
}
.cvButtonInContact .validate {
  margin-bottom: -15px;
  transform: translate(0px, 0px);
}

.cvButtonInContact:hover span {
  opacity: 0;
}

.cvButtonInContact span {
  transition: opacity 400ms 200ms ease-in;
}

.cvButton {
  border-radius: 50%;
  width: 130px;
  aspect-ratio: 1;
  border: 1px solid white;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.15vw;
  font-family: "Syne", sans-serif;
  color: #F1EFE3;
}
.cvButton_largeCircle {
  color: initial;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  width: 104px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cvButton_circleWhite {
  width: 104px;
  aspect-ratio: 1;
  background: #F1EFE3;
  border-radius: 50%;
}
.cvButton img {
  opacity: 0;
  pointer-events: none;
}
.cvButton_arrowBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(15px);
}
.cvButton_arrowBox img {
  margin-bottom: 10px;
  transform-origin: bottom;
  z-index: 1;
}
.cvButton_arrowBox div {
  width: 32px;
  height: 25px;
  background: #F1EFE3;
  border-top: 4px solid black;
  z-index: 2;
  opacity: 0;
}

.arrowCv {
  position: initial !important;
}

.validate {
  margin-bottom: -25px;
  position: absolute;
}

.cvButton_circleWhite, .cvButton span {
  position: absolute;
}

.contactButton {
  background: black;
  width: 230px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.contactButton_bg {
  background-image: url(./assets/lettrage.svg);
  background-size: cover;
  background-repeat: no-repeat;
  animation: infiniteRotate 10000ms infinite linear;
  width: 102%;
  aspect-ratio: 1;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactButton_largeCircle {
  color: initial;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  width: 110px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactButton_blue {
  border-radius: 50%;
  width: 104px;
  aspect-ratio: 1;
  background: #988BE3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactButton_circleWhite {
  width: 130px;
  aspect-ratio: 1;
  background: #F1EFE3;
  border-radius: 50%;
}

@keyframes infiniteRotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(360deg);
  }
}
.arrowScroll-preload {
  animation: preload-opacity 3000ms 5000ms forwards cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.arrowScroll {
  position: fixed;
  bottom: 33px;
  right: 25px;
  z-index: 101;
  cursor: pointer;
}

#about-ancre, #contact-ancre, #projets-ancre {
  position: absolute;
  top: -100px;
}

#projets {
  position: relative;
}

.contact {
  position: relative;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.about-catBox {
  display: flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 27px;
}
.about-catBox-tiret {
  width: 24px;
  height: 2px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: left;
  animation: tiretAnime 500ms forwards ease-in;
}
.about-catBox h3 {
  margin-left: 56px;
}
.about h2 {
  width: 100%;
}
.about_bloc {
  display: flex;
  flex-direction: column;
  width: 65%;
}
.about_bloc_content_photo {
  width: 100%;
  height: 20vw;
  border-radius: 28px;
  background-image: url(./assets/photo.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about_bloc_content_text p:nth-child(1) {
  margin-top: 56px;
}
.about_bloc_content_text a {
  text-decoration: underline;
}

@keyframes tiretAnime {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.project_bloc {
  display: flex;
  justify-content: space-between;
}
.project_bloc_left {
  height: max-content;
  transition: transform 500ms ease-in-out;
}
.project_bloc_left_point {
  background: #F1EFE3;
  height: 2px;
  width: 2px;
  margin-bottom: 17px;
}
.project_bloc_left_section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-weight: 400;
}
.project_bloc_left_section h3 {
  font-weight: 400;
  transition: all 300ms ease-in-out;
}
.project_bloc_left_section div {
  height: 2px;
  width: 24px;
  background: #F1EFE3;
  margin-right: 56px;
  transition: all 300ms ease-in-out;
  transform-origin: left;
}
.project_bloc_right {
  width: 65%;
  display: flex;
  flex-direction: column;
}
.project_bloc_right_blocLine {
  width: 100%;
}
.project_bloc_right_line {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  transition: all 300ms ease;
}
.project_bloc_right_line:hover {
  cursor: none;
  color: #988BE3;
}
.project_bloc_right_line:hover div {
  background: #988BE3;
}
.project_bloc_right_line:nth-child(5) {
  margin-bottom: 80px;
}
.project_bloc_right_line h2 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 2.6vw;
}
.project_bloc_right_line span {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 1.15vw;
}
.project_bloc_right_line div {
  height: 1px;
  background: #F1EFE3;
  width: 100%;
  transition: all 300ms ease;
}
.project_bloc_right_line img {
  position: absolute;
  max-height: 15vw;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}

.images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  align-self: center;
  max-width: 70vw;
  margin-top: 41vh;
  margin-bottom: 10vh;
  height: 100%;
}
.images img {
  width: 15vw;
}
.images-landing {
  margin-top: 300px;
  height: 100vh;
}

.images-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

Bg.images-connexion div {
  justify-content: space-around !important;
}

.images-developpeur {
  justify-content: center !important;
}
.images-developpeur div img {
  width: 33vw;
  max-width: 500px;
}

.blue {
  color: #988BE3;
  transform: scale(1.1);
}

.gradientBG {
  position: absolute;
  background: linear-gradient(195deg, #988BE3 27.46%, #EE5622 74.66%);
  width: 100%;
  height: 1750px;
  bottom: -1%;
  left: -66%;
  z-index: -1;
  transform: translateX(66vw);
}

button[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.contact_bloc {
  display: flex;
  justify-content: flex-end;
}
.contact_bloc_right {
  width: 65%;
  display: flex;
  flex-direction: column;
}
.contact_bloc_right form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact_bloc_right form input:not([type=submit]) {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  padding: 24px 0;
  color: black;
  font-family: "Syne", sans-serif;
  font-size: 1.15vw;
  font-weight: 400;
  width: 100%;
}
.contact_bloc_right form input:not([type=submit]):focus {
  outline: none;
}
.contact_bloc_right form input:not([type=submit])::placeholder {
  font-family: "Syne", sans-serif;
  font-size: 1.15vw;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.contact_bloc_right form button:not(.flyButton) {
  color: black;
  font-family: "Syne", sans-serif;
  font-size: 1.15vw;
  font-weight: 600;
  height: 104px;
  width: 104px;
}
.contact_bloc_right form button:not(.flyButton) span {
  position: absolute;
}
.contact_bloc_right_link {
  margin-top: 104px;
  display: grid;
}
.contact_bloc_right_link .contactButtonBox {
  display: flex;
  justify-content: flex-end;
}
.contact_bloc_right_link .contactButtonBox .cvButton {
  border: none;
}
.contact_bloc_right_link .contactButtonBox .cvButton_largeCircle {
  scale: 0.7;
  transform: translateX(20px);
}
.contact_bloc_right_link .contactButtonBox .cvButton span {
  color: #CF6966;
  font-size: 1.5em;
}
.contact_bloc_right_link_mail {
  border-bottom: 1px solid black;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.contact_bloc_right_link_mail span {
  margin-right: 56px;
}
.contact_bloc_right_link_mail a {
  color: black;
  border-bottom: 1px solid black;
}
.contact_bloc_right_link_reseaux {
  margin-bottom: 56px;
}
.contact_bloc_right_link_reseaux_mobile {
  display: none;
}
.contact_bloc_right_link_reseaux a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 215px;
  margin-bottom: 8px;
  color: black;
}
.contact_bloc_right_link_reseaux a img {
  transition: transform 400ms ease-in-out;
  fill: #000000;
}
.contact_bloc_right_link_reseaux a:hover img {
  transform: rotate(45deg);
}

#githubLink:hover img {
  transform: rotate(45deg);
}

.contact {
  color: black;
}
.contact h2 {
  font-weight: 700;
}

textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  padding: 24px 0;
  color: black;
  font-family: "Syne", sans-serif;
  font-size: 1.15vw;
  font-weight: 400;
  height: 133px;
  width: 100%;
  resize: none;
}
textarea:focus {
  outline: none;
}
textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.flyButton {
  transform: rotate(45deg) translate(8px, 20px);
  background: black;
  border-radius: 50%;
  /* padding: 5px; */
  width: 50px;
  aspect-ratio: 1;
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  scale: 1.47;
  cursor: pointer;
}
.flyButton svg {
  margin-bottom: -8px;
  transform: translate(0px, 0px) rotate(-45deg);
}
.flyButton svg path {
  fill: #AC7EB4;
}

footer {
  display: flex;
  justify-content: space-between;
  border-top: black 1px solid;
  padding: 24px 0;
}
footer > .markName {
  align-items: flex-start;
}
footer > .markName a {
  color: #000000;
  font-weight: 600;
}

.link {
  display: flex;
  justify-content: space-between;
  width: 65%;
  color: black;
}
.link h3 {
  font-weight: 600;
}
.link a {
  color: black !important;
}
.link_home {
  display: flex;
  flex-direction: column;
}
.link_home h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.15vw;
  cursor: pointer;
  width: max-content;
}
.link_home h3::after {
  content: "";
  height: 2px;
  background: black;
  width: 100%;
  display: inherit;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease-in-out;
}
.link_home h3:hover::after {
  transform: scaleX(1);
}
.link_home a {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.15vw;
  width: max-content;
}
.link_home a::after {
  content: "";
  height: 2px;
  background: black;
  width: 100%;
  display: inherit;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease-in-out;
}
.link_home a:hover::after {
  transform: scaleX(1);
}
.link_contact {
  font-weight: 600;
  font-size: 1.15vw;
}
.link_contact h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.15vw;
  cursor: pointer;
  width: max-content;
}
.link_contact h3::after {
  content: "";
  height: 2px;
  background: black;
  width: 100%;
  display: inherit;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease-in-out;
}
.link_contact h3:hover::after {
  transform: scaleX(1);
}
.link_contact div {
  margin-bottom: 8px;
  font-weight: 400;
  width: 131px;
  display: flex;
  justify-content: space-between;
}
.link_contact div img {
  transition: transform 400ms ease-in-out;
}
.link_contact div:hover img {
  transform: rotate(45deg);
}
.link_credits h3 {
  margin-bottom: 8px;
}
.link_credits div {
  margin-bottom: 8px;
}
.link_credits div a {
  border-bottom: 1px solid black;
}

#confirmation-message {
  max-width: 80%;
  margin-top: -40px;
}

.custom-cursor {
  position: absolute;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 1px solid #988BE3;
  background-color: transparent; /* Vous pouvez changer la couleur du cercle ici */
  pointer-events: none; /* Important pour permettre les interactions avec les éléments sous-jacents */
  z-index: 100;
  opacity: 0;
  transition: opacity 500ms ease, transform 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #988BE3;
  transform: scale(0);
  transform-origin: center;
}
.custom-cursor img {
  width: 40px;
  aspect-ratio: 1;
}
.custom-cursor span {
  font-size: 24px;
  font-weight: 600;
  color: #988BE3;
}
.custom-cursor-github {
  position: absolute;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 1px solid #988BE3;
  background-color: transparent; /* Vous pouvez changer la couleur du cercle ici */
  pointer-events: none; /* Important pour permettre les interactions avec les éléments sous-jacents */
  z-index: 98;
  opacity: 0;
  transition: opacity 500ms ease, transform 500ms ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #988BE3;
  font-size: 16px;
  transform: scale(0);
  transform-origin: center;
}
.custom-cursor-github img {
  margin-top: 10px;
  width: 15px;
  aspect-ratio: 1;
}

.carrousel {
  margin: 72px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.carrousel-box {
  min-height: 650px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: -1;
}

.arrowCarrousel-right, .arrowCarrousel-left {
  width: 16px;
  padding: 10px;
}

.arrowCarrousel-right {
  transform: rotate(180deg);
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  width: 185px;
}

.compteurBox {
  position: absolute;
  top: 80vh;
  right: 104px;
  font-size: 104px;
  z-index: -1;
  opacity: 0;
}

.entry-compteurBox {
  animation: compteurDisapear 500ms 2s forwards ease;
  opacity: 1;
}

@keyframes compteurDisapear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#compteurUnites {
  filter: url("#blurFilter");
  margin-right: 10px;
}

.svgFilter {
  display: none;
  width: 5px;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 100;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
  background-color: transparent;
  border: 1px white solid;
  mix-blend-mode: normal;
}

.project_bloc_right_blocLine h2 {
  transform: translateX(-2px);
}

.presentation-front-end video {
  width: 100%;
}

.presentation-front-end {
  align-self: center;
}

@media (max-width: 1500px) {
  body, h3, .cvButton, .contact_bloc_right form input:not([type=submit]), .project_bloc_right span, .contact_bloc_right form input, .contact_bloc_right form input::placeholder, .contact_bloc_right form button, textarea, .link_home h3, .link_home a, .link_contact {
    font-size: 18px !important;
  }
  .blocHeader {
    width: 100%;
  }
  .container, header {
    padding: 0 7vw;
  }
}
@media (min-width: 1501px) and (max-width: 1700px) {
  .container, header {
    padding: 0 10vw;
  }
  .mockupBox-developpeur {
    scale: 0.8;
    transform: translateX(-140px);
  }
}
@media (max-width: 1400px) {
  .selection-developpeur img {
    width: 40vw !important;
  }
  .presentation-calculatrice {
    scale: 1 !important;
  }
  .container, header {
    padding: 0 5vw;
  }
  .blocHeader {
    width: 90%;
  }
  .contactButton_bg {
    scale: 0.75;
  }
  .bloc_cta {
    margin-top: 8vh;
  }
  .custom-cursor {
    width: 7vw;
    aspect-ratio: 1;
    height: initial;
  }
  .custom-cursor img {
    width: 30px;
  }
  .custom-cursor span {
    font-size: 1.55vw;
  }
  .projet_bloc_right_line_img {
    max-width: 17vw;
  }
  .project_presentation, .selection-landing img {
    width: 92% !important;
  }
  .about h1 {
    margin-bottom: 52px !important;
  }
  .project_bloc_right .contactButton {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .selection-paiement img {
    width: 20vw !important;
  }
  .link_contact div {
    width: 100px;
  }
}
@media (max-height: 750px) {
  .landing_eyeContain {
    scale: 0.7;
  }
}
@media (max-width: 900px) and (min-width: 577px) {
  .cursor {
    display: none !important;
  }
  .palette div {
    font-size: 18px !important;
  }
  .presentation-landing video {
    border-radius: 16px !important;
  }
  .project_bloc_left {
    opacity: 0;
  }
  .project_presentation, .selection-landing img {
    width: 100% !important;
  }
  .about h1 {
    margin-bottom: 126px !important;
  }
  .presentation-developpeur video {
    width: 100%;
  }
  .project_bloc_right_blocLine h2 {
    transform: translateX(0);
  }
}
@media (max-width: 576px) {
  .link_credits div:last-child {
    margin-bottom: 22px;
  }
  .landing_bloc_text h1, .landing_bloc_text h2 {
    transform: translateX(-8px) !important;
  }
  .cursor {
    display: none !important;
  }
  header {
    height: initial !important;
    margin-top: -2px;
  }
  .compteurBox {
    top: 70vh;
    right: 20vw;
  }
  .flyButton {
    scale: 1;
  }
  .landing_eyeContain_eyeBox {
    margin-left: 0;
  }
  .gradientBG {
    display: none;
  }
  main {
    padding-top: 13vh;
  }
  .blocHeader nav, .project_bloc_left {
    display: none;
  }
  .blocHeader {
    width: 91vw !important;
    z-index: 103;
    transform: translateX(-25px);
    padding: 16px 24px 20px 24px;
    height: initial !important;
  }
  .burgerBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 15px;
    cursor: pointer;
    overflow: hidden;
  }
  .burgerBox div {
    background: white;
    width: 100%;
    height: 1px;
    transform-origin: left;
  }
  .nav-mobile {
    display: initial !important;
  }
  .nav-mobile-burgerLine1 {
    animation: burgerAppear 300ms 6900ms forwards ease-out;
    opacity: 0;
  }
  .nav-mobile-burgerLine2 {
    transform-origin: left;
    animation: burgerAppear 300ms 6600ms forwards ease-out;
    transform: translateX(-40%);
    opacity: 0;
  }
  .nav-mobile-burgerLine3 {
    transform-origin: right;
    animation: burgerAppear 300ms 6300ms forwards ease-out;
    transform: translateX(40%);
    opacity: 0;
  }
  .nav-mobile-screen {
    margin-left: -24px;
    display: initial !important;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: black;
    z-index: 102;
    overflow: hidden;
    transform: translateX(100vh);
  }
  @keyframes burgerAppear {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .container-navMobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 88%;
  }
  .screen_top {
    margin: 113px 48px 0px 32px;
    border-left: 1px solid white;
    display: flex;
    flex-direction: column;
  }
  .screen_top a {
    font-size: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
  }
  .screen_top a:last-child {
    margin-bottom: 0 !important;
  }
  .screen_top_contact {
    display: flex;
    justify-content: space-between;
  }
  .screen_bot {
    font-size: 16px;
    margin: 0px 48px 0px 32px;
  }
  .screen_bot > .contactButtonBox > .contact_bloc_right_link_reseaux_mobile a {
    border: 1px solid white;
  }
  .markName img {
    margin-right: 18px;
  }
  .landing {
    height: 100%;
  }
  .landing_bloc {
    width: initial;
    margin-top: 320px;
  }
  .landing_eyeContain {
    scale: 0.5;
    width: initial;
    position: absolute;
    top: -47px;
  }
  .project_bloc_right_line[data-cat=soon] {
    pointer-events: none;
  }
  .project_bloc_right_line[data-cat=soon] .custom-cursor-mobile, .project_bloc_right_line[data="./assets/mockups/mockup_portfolio_developpeur_front_end.png"] .custom-cursor-mobile {
    font-size: 12px;
  }
  h2 {
    font-size: 24px !important;
    transform: translateX(0);
  }
  h1 {
    font-size: 8.2vw !important;
  }
  h3 {
    font-size: 16px !important;
  }
  .container {
    padding: 0 48px 0px 24px;
  }
  .bloc_cta {
    margin-top: 40px;
    margin-right: -23px;
  }
  .cvButton_largeCircle {
    scale: 0.54 !important;
  }
  .cvButton {
    scale: 1 !important;
  }
  .bloc_cta .cvButton_largeCircle {
    transform: translateX(24px);
  }
  .cvButton_circleWhite, .cvButton span {
    font-size: 32px;
  }
  .contactButton_largeCircle {
    scale: 0.8;
  }
  .contactButton {
    background: none;
  }
  .contactButton_bg {
    background-image: url("./assets/lettrage-mobile.svg");
    scale: 0.65;
  }
  footer {
    display: none;
  }
  .about_bloc {
    width: 100%;
  }
  .about_bloc_content_photo {
    width: 100%;
    height: 172px;
    border-radius: 8px;
  }
  .arrowScroll {
    bottom: 74px;
    right: 20px;
  }
  .project_bloc_right {
    width: 100%;
  }
  .custom-cursor-mobile {
    display: flex !important;
    transform: scale(1);
    background: none !important;
    opacity: 1;
    width: 56px !important;
    aspect-ratio: 1;
    height: max-content !important;
    right: 0;
    position: initial;
    margin-top: 3px;
    z-index: 99;
  }
  .custom-cursor-mobile img {
    width: 16px !important;
    position: initial;
    opacity: 1;
  }
  .project_bloc_right_line_img {
    opacity: 0;
    transition: opacity 3000ms;
  }
  .project_bloc_right_line span {
    margin-top: -5%;
  }
  .project_bloc_right_line h2 {
    max-width: 75%;
  }
  .project_bloc_right_line div:nth-child(1) {
    height: max-content !important;
    background: none !important;
    display: flex;
    justify-content: space-between;
  }
  .project_bloc_left_section {
    margin-bottom: 48px;
  }
  .project_bloc_left_section div {
    margin-right: 16px;
  }
  .project_bloc_right_line:nth-child(6) {
    margin-bottom: 80px;
  }
  .project_bloc_right_blocLine a:nth-child(7) {
    margin-bottom: 80px !important;
  }
  .project_bloc_right_line:nth-child(5) {
    margin-bottom: 32px;
  }
  textarea, input {
    background: transparent !important;
  }
  .contact {
    width: 101vw;
    transform: translateX(48px);
    background: linear-gradient(195deg, #988BE3 27.46%, #EE5622 74.66%);
    color: black;
    margin-bottom: 0;
  }
  .contact_bloc_right {
    width: 100%;
  }
  .contact_bloc_right form input {
    border-bottom: 1px solid black;
    color: rgba(0, 0, 0, 0.5);
  }
  .contact_bloc_right textarea {
    border-bottom: 1px solid black;
  }
  .contact_bloc_right .contactButton_largeCircle {
    display: none;
  }
  .contact h2 {
    padding: 56px 48px 0 24px;
    font-weight: 700;
  }
  .contact_bloc {
    padding: 0px 48px 24px 24px;
  }
  .contact_bloc_right_link_mail {
    display: flex;
    font-size: 16px;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid black;
  }
  .contact_bloc_right_link_mail span {
    white-space: nowrap;
    margin-right: 0px;
  }
  .contact_bloc_right_link_mail a {
    color: black;
    border-bottom: 1px solid black;
  }
  .contact_bloc_right_link_reseaux {
    display: none;
  }
  .contact_bloc_right_link_reseaux_mobile {
    display: flex;
    justify-content: flex-end;
    height: max-content;
  }
  .contact_bloc_right_link_reseaux_mobile a {
    margin-left: 13px;
    width: 56px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contactButtonBox {
    display: flex;
    justify-content: space-between !important;
  }
  .contactButtonBox .cvButton_largeCircle {
    transform: translate(-35px, -45px) !important;
  }
  .contactButtonBox .cvButton_largeCircle .cvButton {
    background: transparent;
    border: none;
  }
  .contactButtonBox .cvButton_largeCircle .cvButton span {
    color: black !important;
  }
  .custom-cursor {
    display: none;
  }
  .credit-mobile {
    margin-top: 150px;
    padding-top: 24px;
    border-top: 1px solid black;
    font-size: 16px;
    display: initial !important;
  }
  .credit-mobile h3 {
    font-weight: 700;
    margin-bottom: 16px;
  }
  .credit-mobile a {
    color: black;
    border-bottom: 1px solid black !important;
  }
  .about_bloc_content {
    width: 100% !important;
    margin-bottom: 0px !important;
  }
  .about {
    margin-bottom: 200px !important;
  }
  .about h1 {
    margin-bottom: 104px !important;
  }
  .palette {
    height: initial !important;
    flex-direction: column;
    margin-top: 87px;
  }
  .palette div {
    margin-left: 0 !important;
    margin-top: -82px;
    scale: 0.6;
  }
  .selection-landing {
    margin: 200px 0 200px 0 !important;
  }
  .selection-landing div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .presentation-landing video {
    width: 100%;
    border-radius: 8px !important;
  }
  .project_bloc_right .contactButton {
    transform: translateX(35px);
    margin-top: 46px;
  }
  .credit-project {
    border-top: 1px solid white !important;
    margin-bottom: 24px;
  }
  .credit-project a {
    color: white !important;
  }
  .halo-calc {
    transform: translate(-39px, -12px) !important;
    scale: 0.7;
  }
  .mockupBox-connexion {
    scale: 0.7;
  }
  .mockupBox-calculatrice {
    transform: translate(0px, 0) scale(0.85) !important;
  }
  .presentation-calculatrice {
    overflow-x: hidden;
    margin-top: 200px;
  }
  .presentation-connexion, .presentation-paiement, .presentation-developpeur {
    margin-top: 200px;
  }
  .carrousel {
    margin: 50px 0 14px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .carrousel-box {
    min-height: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
  }
  .arrowCarrousel-right, .arrowCarrousel-left {
    width: 16px;
    padding: 10px;
  }
  .arrowCarrousel-right {
    transform: rotate(180deg);
  }
  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slide img, .presentation-calculatrice video, .presentation-connexion video, .presentation-paiement video {
    width: 185px !important;
  }
  .presentation-developpeur {
    margin-bottom: 136px !important;
  }
  .presentation-developpeur video {
    width: 100% !important;
  }
  .palette-developpeur {
    margin-top: 211px !important;
  }
  .presentation-calculatrice video, .presentation-connexion video, .presentation-paiement video, .presentation-developpeur video {
    margin-right: 25px;
  }
  .mockupBox-paiement {
    transform: scale(0.55) !important;
    margin-right: -53px !important;
    margin-top: -8vh !important;
    margin-bottom: -116px;
  }
  .mockupBox-developpeur div {
    width: 397px !important;
    transform: matrix(0.92, 0.58, -0.25, 0.97, 0, 0) translate(74px, 181px) !important;
  }
  .mockupBox-developpeur div::before {
    width: 397px !important;
    transform: translate(-4px, -37px) !important;
  }
  .container-navMobile .contactButtonBox .cvButton_largeCircle {
    border-color: #F1EFE3 !important;
  }
  .container-navMobile .contactButtonBox .cvButton_largeCircle .cvButton {
    color: #F1EFE3 !important;
  }
  .container-navMobile .contactButtonBox .cvButton_largeCircle .cvButton span {
    color: #F1EFE3 !important;
  }
}

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