@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;700&display=swap");
.load {
  width: 100vw;
  height: 100vh;
  background: rgb(22, 22, 22);
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  transition: display 0.5s ease;
  animation: fin 2.5s ease-in-out;
  animation-delay: 4s;
  color: #E2E2DE;
}

@keyframes fin {
  0% {
    transform: translate(0, 0);
  }
  35% {
    background-color: #E2E2DE;
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translateY(100%);
    background-color: #E2E2DE;
  }
}
.loader {
  position: relative;
  width: 75px;
  height: 100px;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #E2E2DE;
  transform-origin: center bottom;
}
.loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  animation: barUp1 4s linear;
}
.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  animation: barUp2 4s linear;
}
.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  animation: barUp3 4s linear;
}
.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  animation: barUp4 4s linear;
}
.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  animation: barUp5 4s linear;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #E2E2DE;
  border-radius: 50%;
  animation: ball 4s linear;
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E2E2DE;
  transition: transform 0.1s;
  transition-delay: 0.2ms;
  /* Ajoute une transition pour une animation fluide */
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 200;
}

ul li a:hover {
  transform: scale(1.2);
  /* Ajuste la taille au survol du lien */
}

.cursor.active {
  transform: scale(4);
}

@media screen and (max-width: 1366px) {
  .cursor {
    display: none;
  }
}
nav {
  height: 10vh;
  width: 100vw;
  z-index: 20 !important;
  position: absolute;
}

a {
  font-family: "Outfit";
  color: #8F8F8B;
  text-decoration: none;
}

.nav-link {
  height: 10vh;
  position: fixed;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link-cv {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

.cv {
  margin-left: 15px;
}

.nav-link-reseaux {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-github {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.box-linkedin {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.reseaux-social {
  font-size: 20px;
  border: 1px solid #E2E2DE;
  position: absolute;
  padding: 5px 10px;
  border-radius: 8px;
  background: #191919;
  transition: background-color 0.3s ease-in-out;
}

.reseaux-social:hover {
  background: #E2E2DE;
  color: #191919;
}

@media screen and (max-width: 900px) {
  .nav-link {
    justify-content: start;
    width: 100vw;
  }
  .nav-link-cv {
    width: 20%;
  }
  .nav-link-reseaux {
    width: 60%;
  }
  .box-github {
    width: 50%;
    justify-content: center;
  }
  .box-linkedin {
    width: 50%;
    justify-content: center;
  }
}
@media screen and (max-width: 470px) {
  .reseaux-social {
    font-size: 15px;
    border: 1px solid #E2E2DE;
    position: absolute;
    padding: 3px 5px;
  }
}
.menu {
  position: fixed;
  height: 50px;
  width: 50px;
  top: 25px;
  right: 20px;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transition: 0.6s all;
  z-index: 50;
}
.menu:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.menu-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: white;
  border-radius: 50%;*/
  transition: 1s all;
  z-index: 2;
  cursor: pointer;
}

.menu-icon-bar1,
.menu-icon-bar2,
.menu-icon-bar3 {
  position: absolute;
  height: 2px;
  width: 24px;
  top: 50%;
  margin-top: -1px;
  background-color: #231f20;
  transition: 1s all;
  z-index: 2;
}

.menu-icon-bar1 {
  transform: rotate(0deg) translate(0px, -6px);
}

.menu-icon-bar2 {
  opacity: 1;
}

.menu-icon-bar3 {
  transform: rotate(0deg) translate(0px, 6px);
}

.menu-close .menu-icon-bar1 {
  transform: rotate(45deg);
}

.menu-close .menu-icon-bar2 {
  opacity: 0;
}

.menu-close .menu-icon-bar3 {
  transform: rotate(-45deg);
}

.menu-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #E2E2DE;
  border-radius: 50%;
  z-index: 1;
}

/* END MENU */
.link {
  position: relative;
  display: flex;
  flex-direction: column;
}

a {
  font-size: 18px;
}

a.menu-items {
  opacity: 0;
  color: #191919;
  position: relative;
  margin-top: 5px;
  bottom: 10px;
  transition: all 0.5s ease;
}

div.link {
  height: 50px !important;
  transform: scale(0.15);
  margin-top: 7px;
  margin-right: 25px;
}

div.link > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 100px;
}

a.menu-items-active {
  opacity: 1 !important;
  max-height: 50px;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Outfit";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease-in-out, box-shadow 0.2s ease-in-out;
  mix-blend-mode: difference;
}

#progress:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#progress.active {
  opacity: 1;
  cursor: pointer;
}

#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background: transparent;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
#progress-value img {
  height: 25px;
  mix-blend-mode: difference;
}

@media screen and (max-width: 1200px) {
  #progress {
    bottom: 0px;
    right: 0px;
    height: 60px;
    width: 60px;
  }
  #progress-value img {
    height: 20px;
  }
}
@media screen and (max-width: 430px) {
  #progress {
    display: none;
  }
  #progress-value img {
    height: 20px;
  }
}
main {
  font-family: "Outfit";
  background-color: transparent;
  color: #E2E2DE;
  z-index: 1 !important;
  overflow: hidden;
  height: 90vh;
  width: 100%;
  max-width: 100vw;
  padding-top: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-title {
  width: 100%;
  max-width: 100vh !important;
  height: 20%;
  font-size: 100px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.main-title h1:last-child {
  margin-left: 20%;
}

.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  width: 80%;
  gap: 100px;
}

.main-img {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-img img {
  height: 420px;
}

.main-txt {
  text-align: justify;
  font-size: 30px;
}

@media screen and (max-width: 900px) {
  main {
    height: 120vh;
  }
  .main-title {
    align-items: center;
  }
  .main-title h1:last-child {
    margin-left: 50px;
  }
  .main-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .main-title {
    font-size: 70px;
  }
  .main-title h1:last-child {
    margin-left: 20px;
  }
  .main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 80%;
    gap: 100px;
  }
  .main-img {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-img img {
    height: 350px;
  }
  .main-txt {
    text-align: justify;
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .main-title {
    font-size: 70px;
  }
  .main-title h1:last-child {
    margin-left: 20px;
  }
  .main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 80%;
    gap: 100px;
  }
  .main-img {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-img img {
    height: 300px;
  }
  .main-txt {
    text-align: justify;
    font-size: 30px;
  }
}
.vide {
  height: 40vh;
  width: 100%;
}

.container {
  display: flex;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.left {
  width: 50%;
  padding: 30px;
  height: 200px;
  position: sticky;
  text-align: justify;
  top: 30vh;
}
.left h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.left p, .left h2 {
  color: #E2E2DE;
}

.right {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.right img {
  height: auto;
  max-width: 40vw;
  min-width: 40vw;
}

@media screen and (max-width: 1000px) {
  .container {
    flex-direction: column;
  }
  .left {
    position: relative;
    height: auto;
    width: 100vw;
    /* background: blue; */
    top: 0;
  }
  .right {
    /* background: red; */
    align-content: center;
    width: 100%;
  }
  .marlowe {
    position: relative;
    margin: auto 0;
  }
  .right img {
    height: auto;
    min-width: 80vw;
  }
}
.main-p {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  background-color: rgb(61, 61, 61);
}

#main {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  background-color: #191919;
  overflow: hidden !important;
}

#top {
  position: absolute;
  top: 0%;
  width: 100vw;
  max-width: 100vw;
  height: 50vh;
  background-color: #E2E2DE;
  z-index: 9;
  overflow: hidden;
}

#center {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  transform-origin: center;
  background-color: #191919;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  overflow: hidden;
}

#bottom {
  position: absolute;
  bottom: 3.5%;
  width: 100vw;
  max-width: 100vw;
  height: 50vh;
  background-color: #E2E2DE;
  overflow: hidden;
}

#main h1 {
  font-size: 22vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#top-h1 {
  bottom: 50%;
}

#bottom-h1 {
  top: 0% !important;
}

.content {
  margin-top: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  color: #E2E2DE;
  gap: 4vh;
}

.content h4 {
  font-size: 1vw;
}

.content h3 {
  width: 22%;
  font-size: 3vw;
  text-align: center;
  font-weight: 700;
}

.content h2 {
  font-size: 20vw;
}

.img-competences {
  position: relative;
  margin: 10px 0;
}
.img-competences img {
  margin: 0 5px;
  height: 80px;
  max-width: 10vw;
  gap: 50px;
  filter: grayscale(100%);
}

@media screen and (max-width: 900px) {
  #center {
    height: 1000px;
  }
  .img-competences {
    width: 300px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }
  .img-competences img {
    margin: 8px 10px;
    height: 80px;
    max-width: 10vw;
    min-width: 80px;
    gap: 50px;
  }
}
@media screen and (max-width: 830px) {
  #bottom {
    color: #E2E2DE;
  }
  .content h4 {
    font-size: 3vw;
  }
  .content h3 {
    font-size: 6vw;
  }
}
footer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
  background: #191919;
}

.container-left, .container-right {
  width: 50%;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-right {
  flex-direction: column;
}

.infos {
  background: transparent;
  font-size: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.infos a {
  color: #E2E2DE;
  position: relative;
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.infos a .link-left {
  width: 40vw;
  height: 8vh;
}

.infos img {
  scale: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 200px;
  pointer-events: none;
  transform-origin: top left;
}

@keyframes in {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@keyframes out {
  0% {
    scale: 1;
  }
  100% {
    scale: 0;
  }
}
.contact {
  position: relative;
  display: inline-flex;
  padding: 20px 60px;
  background: #363636;
  color: #FFF;
  text-decoration: none;
  font-size: 4em;
  letter-spacing: 1px;
  overflow: hidden;
  transition: color 0.3s ease;
  transition-delay: 0.15s;
}

.contact:hover {
  color: #363636;
}

.contact span {
  position: relative;
  z-index: 1;
}

.contact::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  transition: width 0.5s, height 0.5s;
  transform: translate(-50%, -50%);
}

.contact:hover::before {
  width: 1800px;
  height: 1800px;
}

@media screen and (max-width: 1366px) {
  .contact::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    flex-direction: column;
    height: 150vh;
  }
  .container-left {
    height: 60%;
  }
  .infos {
    font-size: 3rem;
  }
  .contact {
    font-size: 3rem;
  }
  .contact:hover::before {
    width: 800px;
    height: 800px;
  }
}
@media screen and (max-width: 1065px) {
  .infos {
    font-size: 3rem;
  }
  footer {
    height: 90vh;
    margin-top: 100px;
  }
  .contact {
    font-size: 2rem;
  }
  .container-left {
    height: 20%;
  }
  .container-right {
    height: 60vh;
  }
}
@media screen and (max-width: 830px) {
  .infos {
    font-size: 2rem;
  }
  .contact {
    font-size: 1.5rem;
  }
  .contact::before {
    display: none;
  }
  .container-right {
    max-height: 70%;
  }
}
@media screen and (max-width: 600px) {
  .container-left {
    width: 80vw;
  }
}
@media screen and (max-width: 440px) {
  .container-left {
    width: 102vw;
  }
  .infos {
    width: 70vw;
  }
}
.reveal {
  position: relative;
  transform: translateY(130px);
  opacity: 0;
  transition: all 0.8s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

body {
  height: 100%;
  min-width: 100%;
  background-color: #191919;
  font-family: "Outfit";
  overflow-x: hidden !important;
}/*# sourceMappingURL=style.css.map */