@charset "UTF-8";
@import url(./animations.css);
@font-face {
  font-family: "CeraPro";
  src: url("/fonts/CeraPro-Black.woff2") format("woff2"), url("/fonts/CeraPro-Black.woff") format("woff");
  font-weight: 900;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background-color: #fffcf1;
}

html {
  overflow-x: hidden;
}

.loader {
  position: fixed;
  z-index: 9999;
  background-color: #fffcf1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: wait;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topage {
  width: 100vw;
  min-height: 10vh;
}

#above {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  font-family: "CeraPro";
  pointer-events: none;
  z-index: 6000;
}

#above a {
  text-decoration: none;
  color: black;
}

#above a:visited {
  color: black;
}

.topAbove {
  position: relative;
  z-index: 1000;
  height: 50%;
  width: 100%;
  pointer-events: none;
}

.bottomAbove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 50%;
  width: 100%;
  font-family: CeraPro;
  font-weight: 900;
  pointer-events: none;
}

.topAbove *,
.bottomAbove * {
  pointer-events: all;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100vw;
  min-height: 10vh;
}

.leftnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 50%;
}

.leftnav svg {
  max-width: 100%;
}

.leftnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 10px;
  width: 50px;
  height: 50px;
  margin-left: 2vw;
}

.leftnav a svg {
  margin: auto;
  width: 100%;
}

.rightnavdesktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 10vh;
  font-family: CeraPro;
  font-weight: 900;
  z-index: 9000;
  /* Cible le premier li, enfant de ul */
}

.rightnavdesktop ul {
  list-style-type: none;
  margin-right: 2vw;
}

.rightnavdesktop ul :first-child {
  margin-right: 1vw;
}

.rightnavdesktop li {
  display: inline-block;
  font-size: 1.3rem;
  cursor: pointer;
}

.rightnavmobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 10vh;
  font-family: CeraPro;
  font-weight: 900;
  z-index: 9000;
  /* Cible le premier li, enfant de ul */
}

.rightnavmobile ul {
  list-style-type: none;
  margin-right: 2vw;
}

.rightnavmobile ul :first-child {
  margin-right: 1vw;
}

.rightnavmobile li {
  display: inline-block;
  font-size: 1.3rem;
  cursor: pointer;
}

.bottomnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
}

.bottomnavLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 10vh;
}

.bottomnavRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 10vh;
}

.bottomnavRight a {
  margin-right: 2vw;
}

.socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 20%;
  margin-left: 2vw;
}

.socialmedia svg {
  min-width: 20px;
  width: 1.5vw;
  margin-right: 5px;
}

#home {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-family: "CeraPro";
}

.CenterHome {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  height: 80%;
}

.myName {
  height: 50%;
  width: 90%;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-text-stroke: 2px black;
  color: #fffcf1;
  z-index: 9000;
  opacity: 0;
  -webkit-animation: visibi 0.5s ease forwards 3s;
          animation: visibi 0.5s ease forwards 3s;
}

.mySpeciality {
  z-index: 9000;
  height: 50%;
  width: 90%;
  font-size: 3rem;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-text-stroke: 1px black;
  color: transparent;
  opacity: 0;
  color: #fffcf1;
  -webkit-animation: visibi 0.5s ease forwards 3s;
          animation: visibi 0.5s ease forwards 3s;
}

/* Titre Home*/
#bigP {
  -webkit-animation: fill 0.5s ease forwards 2.5s;
          animation: fill 0.5s ease forwards 2.5s;
  z-index: 8000;
  width: 55%;
  position: absolute;
  left: 5%;
}

#bigP path:nth-child(1) {
  stroke-dasharray: 393.0891418457031;
  stroke-dashoffset: 393.0891418457031;
  -webkit-animation: line-letter 2s ease forwards;
          animation: line-letter 2s ease forwards;
}

#bigP path:nth-child(2) {
  stroke-dasharray: 483.2198181152344;
  stroke-dashoffset: 483.2198181152344;
  -webkit-animation: line-letter 2s ease forwards 0.3s;
          animation: line-letter 2s ease forwards 0.3s;
}

#bigP path:nth-child(3) {
  stroke-dasharray: 475.4295654296875;
  stroke-dashoffset: 475.4295654296875;
  -webkit-animation: line-letter 2s ease forwards 0.4s;
          animation: line-letter 2s ease forwards 0.4s;
}

#bigP path:nth-child(4) {
  stroke-dasharray: 353.66400146484375;
  stroke-dashoffset: 353.66400146484375;
  -webkit-animation: line-letter 2s ease forwards 0.5s;
          animation: line-letter 2s ease forwards 0.5s;
}

#bigP path:nth-child(5) {
  stroke-dasharray: 383.615966796875;
  stroke-dashoffset: 383.615966796875;
  -webkit-animation: line-letter 2s ease forwards 0.6s;
          animation: line-letter 2s ease forwards 0.6s;
}

#bigP path:nth-child(6) {
  stroke-dasharray: 483.22021484375;
  stroke-dashoffset: 483.22021484375;
  -webkit-animation: line-letter 2s ease forwards 0.8s;
          animation: line-letter 2s ease forwards 0.8s;
}

#bigP path:nth-child(7) {
  stroke-dasharray: 318.23992919921875;
  stroke-dashoffset: 318.23992919921875;
  -webkit-animation: line-letter 2s ease forwards 1s;
          animation: line-letter 2s ease forwards 1s;
}

#bigP path:nth-child(8) {
  stroke-dasharray: 239.61602783203125;
  stroke-dashoffset: 239.61602783203125;
  -webkit-animation: line-letter 2s ease forwards 1.2s;
          animation: line-letter 2s ease forwards 1.2s;
}

#bigP path:nth-child(9) {
  stroke-dasharray: 483.2203369140625;
  stroke-dashoffset: 483.2203369140625;
  -webkit-animation: line-letter 2s ease forwards 1.5s;
          animation: line-letter 2s ease forwards 1.5s;
}

/* Titre Home*/
.jello-horizontal:hover {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

.bumper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 20vh;
  width: 100vw;
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.space-holder {
  position: relative;
  width: 100%;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

.horizontal {
  position: absolute;
  height: 100%;
  width: 100%;
  will-change: transform;
}

.cards {
  position: relative;
  height: 100%;
  padding: 0 0 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prjcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 80vh;
  width: 80%;
  margin-right: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.presentation div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.cards a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.myProject {
  width: 70%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-radius: 10px;
  border: 2px solid black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 500px;
  max-height: 500px;
}

.myProject.m01 {
  background-image: url(/medias/cover/motion.jpg);
}

.miniProject.mp1 {
  background-image: url(/medias/cover/Gif/motion.gif);
  border: #fffcf1 1px solid;
}

.myProject.m02 {
  background-image: url(/medias/cover/HexaWord.png);
}

.miniProject.mp2 {
  background-image: url(/medias/cover/Gif/hexaword.gif);
}

.myProject.m03 {
  background-image: url(/medias/cover/moosy.png);
}

.miniProject.mp3 {
  background-image: url(/medias/cover/Gif/moosy.gif);
}

.myProject.m04 {
  background-image: url(/medias/img-projets/MMIairline/2-min.png);
}

.myProject.m05 {
  background-image: url(/medias/img-projets/Lyrics-project/2-min.png);
}

.myProject.m06 {
  background-image: url(/medias/img-projets/CVinteractif/1-min.png);
}

.myProject.m07 {
  background-image: url(/medias/img-projets/BOOSTA/Boosta-1.png);
}

.myProject.m08 {
  background-image: url(/medias/img-projets/Youtube/3-min.png);
}

/* class active pour changement de couleurs */
.myProject.whiteprj {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* Ajout de code à contrôler */
.intitule {
  font-family: CeraPro;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  position: absolute;
  height: 80%;
  right: 8%;
  width: 5%;
}

.intitule p {
  font-size: 1.6rem;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #4f54eb;
  background-color: #D1D6FF;
}

.projectTitle {
  position: absolute;
  top: 5%;
  font-size: 3rem;
  font-family: CeraPro;
  font-weight: 900;
  color: #4f54eb;
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  position: absolute;
  height: 30%;
  top: 0;
  left: 8%;
  width: 20%;
}

.number h1 {
  font-family: CeraPro;
  font-weight: 900;
  font-size: 8rem;
  color: #4f54eb;
  -webkit-text-stroke: 0.0900rem white;
}

.medev {
  width: 50%;
}

.projectDate {
  font-family: CeraPro;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  position: absolute;
  height: 25%;
  bottom: 0;
  right: 15%;
  width: 25%;
  color: #4f54eb;
}

.miniProject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  position: absolute;
  height: 40%;
  bottom: 10%;
  left: 0;
  width: 40%;
  background-color: #c7c7c7;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #777777;
}

/* Animation HOME */
#BigTable {
  position: absolute;
  top: 12.5%;
  width: 80%;
  height: 78%;
  right: 5%;
  z-index: 7000;
}

#Table rect {
  stroke-dasharray: 3377.94140625;
  stroke-dashoffset: 3377.94140625;
  -webkit-animation: line-letter 3.5s ease forwards;
          animation: line-letter 3.5s ease forwards;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

#Table line {
  stroke-dasharray: 1041;
  stroke-dashoffset: 1041;
  -webkit-animation: line-letter 3s ease forwards;
          animation: line-letter 3s ease forwards;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

#Table #close {
  stroke-dasharray: 1041;
  stroke-dashoffset: 1041;
  -webkit-animation: line-letter 3s ease forwards;
          animation: line-letter 3s ease forwards;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  z-index: 7000;
}

#Table #middle {
  stroke-dasharray: 1041;
  stroke-dashoffset: 1041;
  -webkit-animation: line-letter 3s ease forwards;
          animation: line-letter 3s ease forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#Table #open {
  stroke-dasharray: 1041;
  stroke-dashoffset: 1041;
  -webkit-animation: line-letter 3s ease forwards;
          animation: line-letter 3s ease forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

#Table #Rectangle-1 {
  stroke-dasharray: 1778;
  stroke-dashoffset: 1778;
  -webkit-animation: line-rect1 5s infinite linear;
          animation: line-rect1 5s infinite linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#Table #Rectangle-2 {
  stroke-dasharray: 1848;
  stroke-dashoffset: 1848;
  -webkit-animation: line-rect2 5s infinite linear;
          animation: line-rect2 5s infinite linear;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

#Table #Rectangle-3 {
  stroke-dasharray: 2690;
  stroke-dashoffset: 2690;
  -webkit-animation: line-letter 3s ease forwards;
          animation: line-letter 3s ease forwards;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

#Scrolldown {
  position: absolute;
  bottom: 5%;
  left: 10%;
  z-index: 6000;
  -webkit-animation: visibi 0.5s ease forwards 5.4s;
          animation: visibi 0.5s ease forwards 5.4s;
  opacity: 0;
  height: 200px;
  width: 200px;
}

#about {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 100vh;
  height: auto;
}

#about img {
  width: 80%;
  z-index: 5;
  border: 2px solid black;
}

#about #Vrect rect {
  stroke-dasharray: 1312;
  stroke-dashoffset: 1312;
  -webkit-animation: rect-img 6s infinite linear;
          animation: rect-img 6s infinite linear;
}

#about #Vrect {
  position: absolute;
  height: 100%;
  right: 5%;
  top: 7%;
}

.aboutCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 80%;
}

.aboutRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  height: 100%;
  font-family: "CeraPro";
}

.aboutRight h1 {
  font-size: 4rem;
  -webkit-text-stroke: 0.0900rem black;
  color: #4f54eb;
}

.aboutRight h3 {
  color: #4f54eb;
}

.aboutLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
  height: 100%;
}

.topaboutRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topaboutRight h1 {
  text-transform: uppercase;
}

.bottomaboutRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bottomaboutRight p {
  font-family: 'Poppins', sans-serif;
  background-color: white;
  padding: 5%;
}

.centerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 100%;
}

.centerList p {
  border: 1.5px solid black;
  border-radius: 5px;
}

.centerList .pText {
  font-weight: bold;
  color: #4f54eb;
}

.centerList .cText {
  font-weight: bold;
  color: #4f54eb;
  background-color: #D1D6FF;
}

.bottomaboutLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.browncircle {
  position: absolute;
  z-index: -5;
  right: 5%;
  -webkit-animation: do-levitation 3s alternate ease-in-out infinite;
          animation: do-levitation 3s alternate ease-in-out infinite;
}

#projects {
  min-height: 100vh;
  height: auto;
  width: 100vw;
  font-family: "CeraPro";
}

#rarrowsection h1 {
  font-size: 4rem;
  color: #4f54eb;
  -webkit-text-stroke: 1px black;
  background-color: #D1D6FF;
}

#rarrowsection p {
  font-family: 'Poppins', sans-serif;
  padding: 5%;
}

#mobileprojects {
  display: none;
}

.rightnavmobile {
  display: none;
}

@media only screen and (max-width: 576px) {
  .rightnavmobile {
    font-size: 1rem;
    width: 80%;
    height: 80px;
  }
  .rightnavdesktop {
    font-size: 1rem;
    width: 80%;
    height: 80px;
  }
  #home {
    height: 100vh;
  }
  .leftnav {
    width: 20%;
  }
  .leftnav a svg {
    margin-left: 10%;
  }
  .myProject {
    min-height: 200px;
    height: 60%;
  }
  .myName {
    color: #4f54eb;
    -webkit-text-stroke: 0px;
  }
  .myName h1 {
    font-size: 2rem;
  }
  .bottomaboutRight {
    padding: 0%;
  }
  .projectTitle {
    font-size: 1.7rem;
  }
  .p08 .projectTitle {
    font-size: 1.5rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 767px) {
  .rightnavdesktop {
    display: none;
  }
  .rightnavmobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav li {
    background-color: #fffcf1;
  }
  .bottomnavRight a {
    font-size: 1.5rem;
    margin-right: 5vw;
  }
  .socialmedia svg {
    width: 7vw;
  }
  #Vrect {
    position: absolute;
    right: 5%;
    bottom: 7%;
  }
  #about {
    min-height: 120vh;
  }
  .browncircle {
    display: none;
  }
  .projectDate {
    width: 40%;
    bottom: -3%;
    right: 10%;
  }
  .projectTitle {
    top: -3%;
    font-size: 2.5rem;
  }
  .myProject {
    width: 100%;
    height: 80%;
    max-width: 400px;
    min-width: 200px;
  }
  .prjcard {
    min-height: 300px;
  }
  .prjcard a {
    height: 30vh;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .number {
    left: 5%;
    top: 3%;
  }
  .number h1 {
    font-size: 5rem;
  }
  .intitule {
    display: none;
  }
  .intitule p {
    font-size: 1rem;
  }
  .myName {
    font-size: 2rem;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mySpeciality {
    font-size: 3rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #bigP {
    width: 90%;
  }
  #BigTable {
    width: 90%;
    right: 3%;
  }
  #Scrolldown {
    height: 100px;
    width: 100px;
    bottom: 10%;
  }
  .CenterHome {
    width: 90%;
    height: 50%;
  }
  .aboutCenter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  .aboutLeft {
    width: 80%;
    height: 80%;
  }
  .aboutRight {
    width: 100%;
  }
  .topaboutRight {
    text-align: center;
  }
  .centerList {
    width: 100%;
    font-size: 1rem;
  }
  .browncircle {
    right: 0;
  }
  #Vrect {
    height: 100%;
    width: 100%;
    top: 6%;
    left: 5%;
  }
  #projects {
    display: none;
  }
  #mobileprojects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100vh;
    height: auto;
    width: 100vw;
  }
  .prjcard {
    width: 100%;
    height: 80%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  #home {
    height: 100vh;
  }
  #RightArrow {
    display: none;
  }
  #rarrowsection h1 {
    font-size: 3rem;
    font-family: CeraPro;
  }
  #rarrowsection div {
    width: 80%;
  }
  .bottomaboutRight p {
    font-family: 'Poppins', sans-serif;
    border: 0px;
    background-color: transparent;
    padding: 2%;
  }
  .topaboutRight h1 {
    font-size: 3rem;
    background-color: #D1D6FF;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .intitule {
    right: 0;
  }
  .miniProject {
    display: none;
  }
  .bottomaboutLeft {
    height: 80%;
  }
  .aboutLeft {
    width: 50%;
  }
  .aboutCenter {
    width: 100%;
  }
  .centerList {
    width: 95%;
  }
  .prjcard {
    min-height: 300px;
  }
}

/* Large devices (desktops, 992px and up) */
/* X-Large devices (large desktops, 1200px and up) */
/* XX-Large devices (larger desktops, 1400px and up) */
/*# sourceMappingURL=style.css.map */