@charset "UTF-8";
/* Fonts import */
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@font-face {
  font-family: "FuturaPTLight";
  src: url("../../src/fonts/webfonts/converted/AnyConv.com__FuturaPTLight.woff") format("woff");
}
@font-face {
  font-family: "FuturaPTBook";
  src: url("../../src/fonts/webfonts/converted/AnyConv.com__FuturaPTBook.woff") format("woff");
}
@font-face {
  font-family: "FuturaPTMedium";
  src: url("../../src/fonts/webfonts/converted/AnyConv.com__FuturaPTMedium.woff") format("woff");
}
@font-face {
  font-family: "FuturaPTMediumOblique";
  src: url("../../src/fonts/webfonts/converted/AnyConv.com__FuturaPTMediumOblique.woff") format("woff");
}
@font-face {
  font-family: "FuturaPTDemi";
  src: url("../../src/fonts/webfonts/converted/AnyConv.com__FuturaPTDemi.woff") format("woff");
}
@font-face {
  font-family: "FuturaPTBold";
  src: url("../../src/fonts/webfonts/converted/AnyConv.com__FuturaPTBold.woff") format("woff");
}
@font-face {
  font-family: "FuturaPTHeavy";
  src: url("../../src/fonts/webfonts/converted/AnyConv.com__FuturaPTHeavy.woff") format("woff");
}
/* Global */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: FuturaPTMedium;
  font-size: 1rem;
  background-color: #F5F5F5;
  transition: 0.25s;
  /*     overflow : hidden; */
  /*     height: 100%; */
  /* min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available; */
}

ul li {
  list-style: none;
}

/* Header */
header {
  width: 100%;
  max-width: 1640px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5FF 75%, #ffffff00 100%);
  /* CENTRER */
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

header nav {
  position: relative;
}

/* Main Navbar */
header nav .ym-left-side-assets {
  position: absolute;
  top: 0;
  left: 2rem;
}

header nav ul {
  font-size: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 25px;
}

header nav ul li {
  position: relative;
  font-size: 1.563rem;
  text-transform: uppercase;
  text-align: center;
  transition: 0.15s;
  display: inline-block;
  width: calc(25% - 2rem);
  max-width: 200px;
  margin: 0 1rem;
  height: 50px;
  background: inherit;
  /*     background-color: #F5F5F5; */
}

header nav ul li:hover, nav ul .active {
  cursor: pointer;
  letter-spacing: 1px;
  font-family: FuturaPTDemi;
}

header nav ul a:first-child {
  color: #AAC84B;
}

header nav ul a:nth-child(2) {
  color: #359E7B;
}

header nav ul a:nth-child(3) {
  color: #006083;
}

header nav ul a:last-child {
  color: #9E649C;
}

header nav ul .active:after {
  margin: 0 0.65rem;
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 5px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #AAC84B;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
}

header nav .ym-right-side-assets {
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  text-align: end;
  transition: 0.15s;
}

header nav .ym-burger-to-animate {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 auto;
  transition: all 0.7s ease;
}

header nav .ym-burger-to-animate .bar {
  display: block;
  height: 3.25px;
  border-radius: 5px;
  width: 40px;
  background: #BBBBBB;
  margin: 10px auto;
  transition: all 0.75s ease;
}

header nav .ym-burger-to-animate .arrow-top {
  transform: rotateZ(40deg);
  width: 22px;
  position: absolute;
  right: -3px;
  top: -6.5px;
}

header nav .ym-burger-to-animate .arrow-bottom {
  transform: rotateZ(-40deg);
  width: 22px;
  position: absolute;
  right: -3px;
  top: 6.5px;
}

header nav .ym-burger-to-animate .clickedBurger {
  width: 30px;
}

header nav .ym-burger-to-animate .clickedBurger:first-of-type {
  transform: rotateZ(0deg) translateY(0px);
  width: 100%;
  top: -12px;
  right: 0;
}

header nav .ym-burger-to-animate .clickedBurger:last-of-type {
  transform: rotateZ(0deg) translateY(0px);
  width: 100%;
  top: 12px;
  right: 0;
}

header nav .ym-right-side-assets .ym-lang-dropdown-container {
  display: inline-block;
  margin-left: 45px;
  padding: 0.25rem;
  cursor: pointer;
  transition: 0.15s;
  position: relative;
  width: 108px;
  vertical-align: middle;
}

header nav .ym-right-side-assets .ym-lang-dropdown-container:hover {
  font-family: FuturaPTHeavy;
}

header nav .ym-right-side-assets .ym-lang-dropdown-container .inline {
  display: inline-block;
  font-size: 0;
}

header nav .ym-right-side-assets .ym-lang-dropdown-container .earthIcon {
  float: left;
}

header nav .ym-right-side-assets .ym-lang-dropdown-container .LangSwitchIcon {
  font-size: 1.25rem;
  line-height: 1.875rem;
  width: 63px;
  margin-left: 10px;
  color: #BBBBBB;
  float: right;
  position: relative;
}

header nav .ym-right-side-assets .ym-lang-dropdown-container .hover:after {
  margin: 0 0.65rem;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 5px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -10px;
  background-color: #BBBBBB;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
}

header nav .ym-right-side-assets .ym-lang-dropdown-container .active {
  font-family: FuturaPTHeavy;
}

.LangSwitchIcon p {
  position: absolute;
  left: 0;
}

.LangSwitchIcon .inline {
  font-size: 1.25rem !important;
}

.LangSwitchIcon img {
  margin-left: 5px;
}

.ym-lang-dropdown-menu {
  display: none;
  width: 116px;
  margin: 15px 0 0 auto;
  border: 2px solid whitesmoke;
  background: whitesmoke;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 2px 10px #00000029;
}

.ym-lang-dropdown-menu:before {
  margin: 0 0.65rem;
  content: "";
  width: 100%;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: block;
  margin: auto;
  position: absolute;
  left: calc(50%);
  /*     border: 2px solid #BBBBBB; */
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  transform: rotateZ(45deg) translateX(-12.5px);
  z-index: -1;
}

.ym-lang-dropdown-menu:after {
  margin: 0 0.65rem;
  content: "";
  width: 100%;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: block;
  margin: auto;
  position: absolute;
  left: calc(50%);
  border: 2px solid #f5f5f5;
  background-color: #F5F5F5;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  transform: rotateZ(45deg) translateX(-12.5px);
}

.ym-lang-dropdown-menu a {
  display: block;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  padding-top: 11px;
  padding-bottom: 14px;
  color: #BBBBBB;
}

.ym-lang-dropdown-menu a:last-child {
  padding-top: 0;
}

/* .ym-lang-dropdown-menu a:hover{
    border-bottom: 2px solid salmon;
} */
.ym-lang-dropdown-menu a .flag {
  position: absolute;
  left: 0;
  padding: 3px;
  margin-left: 11px;
}

.ym-lang-dropdown-menu a .lang {
  font-size: 1.25rem;
  margin-right: 0.875rem;
  width: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
}

header nav .ym-right-side-assets .ym-lang-dropdown-menu a .hover:after {
  margin: 0 0.65rem;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 5px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -5px;
  background-color: #BBBBBB;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
}

/* Articles */
/* Hide scrollbar for Chrome, Safari and Opera */
.section::-webkit-scrollbar {
  display: none;
}

.section {
  background-color: whitesmoke;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.page-global-container-total-height::-webkit-scrollbar {
  display: none;
}

.page-global-container-total-height {
  height: 100%;
  position: absolute;
  overflow: scroll;
  /*     background: antiquewhite; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  display: flex;
}

.article {
  position: absolute;
  /*     top: 170px; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.article-container {
  max-width: 1400px;
  margin: auto !important;
  /*     height: 100vh;
      min-height: -webkit-fill-available; */
  /*     height: -webkit-fill-available; */
  position: relative;
  font-size: 0;
}

/* Footer */
footer {
  /* position: absolute; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /*     z-index: -2; */
  z-index: -1;
}

footer svg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

footer svg #footer-background {
  transition: 0.5s;
}

/* Colorisation du pied de page en fonction de l'onglet cliqué */
footer .home-footer-svg-path-color {
  fill: #f6faec;
}

footer .experience-footer-svg-path-color {
  fill: #F5F5F5;
  /* #F5F5F5; */
}

footer .portfolio-footer-svg-path-color {
  fill: #E5EFF2;
}

footer .about-footer-svg-path-color {
  fill: #F5EFF5;
}

/* Blabla (desc à faire) */
footer .experience-footer-new-color {
  fill: #EAF5F1;
}

/* Navigation mobile */
footer nav {
  width: 100%;
  max-width: 1640px;
  margin: auto;
  background: whitesmoke;
  border-radius: 1.25rem 1.25rem 0 0;
  font-size: 0;
  box-shadow: 0px 0px 10px #0000001A;
  display: none;
}

footer nav ul a {
  position: relative;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  transition: 0.15s;
  display: inline-block;
  width: 25%;
  /*     max-width: 200px; */
  line-height: 90px;
  background: inherit;
  text-decoration: none;
}

footer nav ul a:first-child {
  color: #AAC84B;
}

footer nav ul a:nth-child(2) {
  color: #359E7B;
}

footer nav ul a:nth-child(3) {
  color: #006083;
}

footer nav ul a:last-child {
  color: #9E649C;
}

footer nav ul a li {
  color: transparent;
}

footer nav ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55px;
  opacity: 0;
  transition: 0.15s;
}

footer nav ul a .active:before {
  opacity: 0;
}

footer nav ul a li:before {
  opacity: 1;
}

footer nav ul a:first-child li:before {
  background-image: url("/src/pictures/png_exports/button_home_c.png");
}

footer nav ul a:first-child:hover li:before {
  background-image: url("/src/pictures/png_exports/button_home_c.png");
}

footer nav ul a:nth-child(2) li:before {
  background-image: url("/src/pictures/png_exports/button_exp_new_c.png");
}

footer nav ul a:nth-of-type(3) li:before {
  background-image: url("/src/pictures/png_exports/button_portfolio_new_c.png");
}

footer nav ul a:nth-child(4) li:before {
  background-image: url("/src/pictures/png_exports/button_about_c.png");
}

footer nav ul a .active {
  opacity: 0;
  transition: 0.15s;
}

footer nav ul a:first-child .active {
  color: #AAC84B;
  opacity: 1;
}

footer nav ul a:nth-child(2) .active {
  color: #359E7B;
  opacity: 1;
}

footer nav ul a:nth-child(3) .active {
  color: #006083;
  opacity: 1;
}

footer nav ul a:nth-child(4) .active {
  color: #9E649C;
  opacity: 1;
}

/* Homepage */
#home .article-container {
  /*     overflow: hidden; */
}

.upper-sky {
  width: 100%;
  max-width: 1440px;
  height: 510px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  /* overflow: hidden; */
  top: 50px;
  transition: 0.25s;
}

.upper-sky img {
  width: 100%;
  position: absolute;
  z-index: 100000;
  filter: contrast(0) opacity(1) brightness(1.9) drop-shadow(0px 0px 0px black);
  transition: 0.15s;
}

.upper-sky img:hover {
  filter: contrast(1) opacity(1) brightness(1) drop-shadow(0px 0px 0px black);
}

/* .upper-sky #cloud1:hover{
    animation: cloudsRotation 0.5s linear 0s alternate;
}

.upper-sky #cloud2:hover{
    animation: cloudsRotation 0.5s linear 0s alternate;
}

.upper-sky #cloud3:hover{
    animation: cloudsRotation 0.5s linear 0s alternate;
}

.upper-sky #cloud4:hover{
    animation: cloudsRotation 0.5s linear 0s alternate;
}

.upper-sky #cloud5:hover{
    animation: cloudsRotation 0.5s linear 0s alternate;
}

.upper-sky #cloud6:hover{
    animation: cloudsRotation 0.5s linear 0s alternate;
}

.upper-sky #cloud7:hover{
    animation: cloudsRotation 0.5s linear 0s alternate;
} */
@-webkit-keyframes cloudsRotation {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes cloudsRotation {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
/* Foreground drawings */
.upper-sky #cloud1 {
  width: 158px;
  top: 65px;
  left: 2rem;
}

.upper-sky #cloud2 {
  width: 110px;
  top: 75px;
  left: 280px;
}

.upper-sky #cloud3 {
  width: 120px;
  top: 70px;
  left: 460px;
}

.upper-sky #cloud4 {
  width: 90px;
  top: 65px;
  left: 655px;
}

.upper-sky #cloud5 {
  width: 100px;
  top: 75px;
  right: 570px;
}

.upper-sky #cloud6 {
  width: 160px;
  top: 75px;
  right: 310px;
}

.upper-sky #cloud7 {
  width: 220px;
  top: 70px;
  right: 2rem;
}

.upper-sky .foreground {
  z-index: 1;
  position: relative;
}

/* Background drawings */
.upper-sky #moon {
  width: 185px;
  top: 90px;
  left: 125px;
}

.upper-sky #star1 {
  width: 85px;
  top: 80px;
  left: 355px;
}

.upper-sky #star2 {
  width: 55px;
  top: 87px;
  left: 594px;
}

.upper-sky #star3 {
  width: 80px;
  top: 85px;
  right: 490px;
}

.upper-sky #star4 {
  width: 70px;
  top: 65px;
  right: 235px;
}

.upper-sky #paperBird {
  width: 115px;
  top: 70px;
  right: 120px;
}

.upper-sky .background {
  z-index: -1;
  position: relative;
}

.home .pres-layout {
  position: fixed;
  bottom: 6rem;
  width: 100%;
  max-width: 1140px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*     height: 800px; */
  height: 655px;
  border-top-left-radius: 39rem;
  border-top-right-radius: 39rem;
  /*     background: antiquewhite; */
}

.home .pres-layout img {
  position: absolute;
  bottom: 0;
}

.home .pres-layout img:first-of-type {
  width: 340px;
  /*     top: 145px; */
  top: 0;
  left: 50%;
  transform: translate(-106%);
  z-index: 1;
}

.home .pres-layout img:nth-of-type(2) {
  width: 250px;
  left: 50%;
  z-index: 1;
  transform: translate(-222%);
}

.home .pres-layout img:nth-of-type(3) {
  width: 1150px;
  left: 50%;
  transform: translate(-50%);
}

.home .pres-layout img:nth-of-type(4) {
  width: 230px;
  /*     top: 149px; */
  top: 4px;
  left: 50%;
  transform: translate(-9px);
}

.home .pres-layout img:nth-of-type(5) {
  width: 150px;
  left: 50%;
  transform: translate(-174%);
}

.home .pres-layout img:last-of-type {
  width: 300px;
  left: 50%;
  transform: translate(73%);
}

/* #home .upper-sky #model{
    filter: opacity(0.5);
} */
/* #home{
    overflow:scroll;
} */
/* #experience{
    overflow:scroll;
} */
#home {
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  /*     min-height: -webkit-fill-available; */
}

.article-footer {
  /* position: absolute; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1640px;
  margin: auto;
  /*     height: 8rem; */
  /* margin-bottom: 3.25rem; */
  z-index: 10;
}

.article-footer .connect-w-me {
  position: absolute;
  height: 100px;
  right: 2rem;
  bottom: 0rem;
}

.article-footer .inline-connect {
  display: inline-block;
  /*     background-color: salmon; */
  font-size: 0;
  vertical-align: bottom;
  line-height: 48px;
  padding: 0.25rem;
}

.article-footer .inline-connect p {
  font-size: 1.875rem;
  color: #BBBBBB;
  font-family: FuturaPTBook;
  /*     font-size: 1.875rem; */
}

.article-footer .inline-connect a {
  display: inherit !important;
  vertical-align: text-top;
  margin-left: 1.875rem;
}

.article-footer .inline-connect a, .article-footer .inline-connect img {
  width: 40px !important;
  height: 40px;
  position: relative;
  transition: 0.15s;
}

.article-footer .inline-connect a img:hover {
  transform: scale(0.9);
}

.article-footer .inline-connect a:first-child, .article-footer .inline-connect a:first-child img {
  width: 45px !important;
  height: 48px;
}

.article-footer .inline-connect a:nth-child(3), .article-footer .inline-connect a:nth-child(3) img {
  height: 43px;
}

.article-footer .inline-connect a:nth-child(4), .article-footer .inline-connect a:nth-child(4) img {
  height: 47px !important;
}

.article-footer .inline-connect a:nth-child(2):after, .article-footer .inline-connect a:nth-child(2) img:after {
  margin: 0 0.65rem;
  content: "";
  width: 250px;
  height: 2px;
  border-radius: 5px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0px;
  /*     background-color: purple; */
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  transform: translateX(-28%);
}

.article-footer .inline-connect a:last-child, .article-footer .inline-connect a:last-child img {
  width: 40px !important;
  height: 40px;
}

/* Experience */
/* .experience::-webkit-scrollbar{display: none;} */
/* .experience{
    height: calc(100%);
    position: absolute;
    overflow: scroll;
    background: antiquewhite;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

} */
.experience .article-container::-webkit-scrollbar {
  display: none;
}

.experience .article-container {
  font-size: 1rem;
  /*     overflow-y: scroll; */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  max-width: 100%;
  z-index: 11;
  /*     background-color: aliceblue; */
  /*     background-color: whitesmoke; */
}

.experience .maxwidth-container {
  width: 100%;
  max-width: 1640px;
  margin: 200px auto;
  /*     margin-bottom: 200px; */
  background: whitesmoke;
  position: relative;
  z-index: 1;
  /*     margin-top: 230px; */
  font-size: 0;
  /*     text-align: center; */
  /*     background: coral; */
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) */
  /*     margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); */
}

/* .experience .maxwidth-container .sub-container{
    max-width: 1400px;
    margin: auto;
} */
.experience .inline-container {
  width: 33.33%;
  text-align: center;
  font-family: FuturaPTLight;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-size: 1.25rem;
  display: inline-flex;
  /*     background: crimson; */
  margin-bottom: 1.25rem;
}

.experience .inline-container h2 {
  text-transform: uppercase;
  font-size: 1.563rem;
  margin-bottom: 0.5rem;
}

.experience .inline-container .icon-and-text {
  padding: 35px;
}

.experience .inline-container .rounded-icon {
  width: 110px;
  height: 110px;
  margin: auto;
  margin-bottom: 20px;
  border: 3px solid;
  border-radius: 50rem;
  position: relative;
}

.experience .inline-container .rounded-icon img {
  width: inherit;
  opacity: 0;
  height: 100%;
  transition: 0.5s;
}

.experience .inline-container .rounded-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  right: 0;
  transform: scale(0.9);
  border: 2px solid;
  z-index: 100;
}

/* Colorisation des blocks de compétences */
.experience .inline-container:first-child h2 {
  color: #AAC84B;
}

.experience .inline-container:first-child .rounded-icon {
  --bg1: #e8f2cf;
  background-color: var(--bg1);
  border-color: #AAC84B;
}

.experience .inline-container:first-child .rounded-icon::before {
  border-color: #AAC84B;
}

.experience .inline-container:nth-child(2) h2 {
  color: #75B561;
}

.experience .inline-container:nth-child(2) .rounded-icon {
  --bg2: #daecd5;
  background-color: var(--bg2);
  border-color: #75B561;
}

.experience .inline-container:nth-child(2) .rounded-icon::before {
  border-color: #75B561;
}

.experience .inline-container:nth-child(3) h2 {
  color: #359E7B;
}

.experience .inline-container:nth-child(3) .rounded-icon {
  --bg3: #d1e9e0;
  background-color: var(--bg3);
  border-color: #359E7B;
}

.experience .inline-container:nth-child(3) .rounded-icon::before {
  border-color: #359E7B;
}

.experience .inline-container:nth-child(4) h2 {
  color: #0B878F;
}

.experience .inline-container:nth-child(4) .rounded-icon {
  --bg4: #cde7e9;
  background-color: var(--bg4);
  border-color: #0B878F;
}

.experience .inline-container:nth-child(4) .rounded-icon::before {
  border-color: #0B878F;
}

.experience .inline-container:nth-child(5) h2 {
  color: #006083;
}

.experience .inline-container:nth-child(5) .rounded-icon {
  --bg5: #cde0e6;
  background-color: var(--bg5);
  border-color: #006083;
}

.experience .inline-container:nth-child(5) .rounded-icon::before {
  border-color: #006083;
}

.experience .inline-container:nth-child(6) h2 {
  color: #9E649C;
}

.experience .inline-container:nth-child(6) .rounded-icon {
  --bg6: #e7d8e7;
  background-color: var(--bg6);
  border-color: #9E649C;
}

.experience .inline-container:nth-child(6) .rounded-icon::before {
  border-color: #9E649C;
}

.experience .article-footer {
  font-size: 0rem;
  bottom: 0;
  opacity: 0;
  transition: 0.25s;
  padding: 0 2rem;
  margin: 3.25rem auto;
  z-index: 0;
}

.experience .footer-trigger {
  margin-top: 150px;
  height: 40px;
  width: 40px;
  /* background: #9E649C; */
}

.experience .exp-footer-show {
  opacity: 1;
}

.experience .article-footer h3 {
  color: #359E7B;
  text-transform: uppercase;
  font-family: FuturaPTBook;
  font-weight: lighter;
  font-size: 30px;
}

.experience .article-footer .tech-skills {
  position: relative;
}

.experience .article-footer .tech-skills-containers {
  display: inline-block;
  vertical-align: middle;
}

.experience .article-footer .tech-skills-containers:first-child {
  /*     min-width: 290px; */
  width: 30%;
}

.experience .article-footer .tech-skills-containers:last-child {
  width: 65%;
  position: absolute;
  right: calc(80px + 2rem);
  top: -21px;
}

.experience .article-footer .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}

.experience .article-footer .owl-nav button {
  height: 80px;
  width: 80px;
  margin: 0;
  position: absolute;
}

.experience .article-footer .owl-nav button:first-child {
  left: -80px;
}

.experience .article-footer .owl-nav button:last-child {
  right: -80px;
}

.experience .article-footer .owl-nav button:hover {
  background: transparent;
}

.experience .article-footer .owl-nav .skills-navigation {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.experience .article-footer .owl-nav .disabled .owl-prev {
  background-color: #9E649C;
}

.experience .article-footer .owl-nav .disabled .owl-next {
  background-color: #9E649C;
}

.experience .article-footer .owl-nav .owl-prev::before {
  content: "";
  top: 0;
  left: 25%;
  position: absolute;
  width: 0;
  height: 45px;
  display: block;
  margin: auto;
  border: 2px solid #359E7B;
  background: #359E7B;
  border-radius: 2px;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  transform: rotateZ(45deg);
  z-index: 100;
  transition: 0.5s;
}

.experience .article-footer .owl-nav .owl-prev::after {
  content: "";
  bottom: 12px;
  left: 25%;
  position: absolute;
  width: 0;
  height: 45px;
  display: block;
  /* margin: auto; */
  border: 2px solid #359E7B;
  background: #359E7B;
  border-radius: 2px;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  transform: rotateZ(-45deg) translate(-9px, 10px);
  z-index: 100;
  transition: 0.5s;
}

.experience .article-footer .owl-nav .owl-next::before {
  content: "";
  top: 0;
  right: 25%;
  position: absolute;
  width: 0;
  height: 45px;
  display: block;
  margin: auto;
  border: 2px solid #359E7B;
  background: #359E7B;
  border-radius: 2px;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  transform: rotateZ(-45deg);
  z-index: 100;
  transition: 0.5s;
}

.experience .article-footer .owl-nav .owl-next::after {
  content: "";
  bottom: 12px;
  right: 25%;
  position: absolute;
  width: 0;
  height: 45px;
  display: block;
  /* margin: auto; */
  border: 2px solid #359E7B;
  background: #359E7B;
  border-radius: 2px;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  transform: rotateZ(45deg) translate(9px, 10px);
  z-index: 100;
  transition: 0.5s;
}

.experience .article-footer .owl-nav .disabled::before {
  transform: rotateZ(0deg) translate(0px, -4px) scaleY(0.82);
}

.experience .article-footer .owl-nav .disabled::after {
  transform: rotateZ(0deg) translate(0px, 16px) scaleY(0.82);
}

.experience .article-footer .owl-nav .disabled {
  opacity: 1;
}

.experience .article-footer .tech-skills .item {
  /*     vertical-align: middle; */
  width: auto;
  /* a virer si jamais */
  position: relative;
  height: 80px;
  /*     background: antiquewhite; */
}

.experience .article-footer .tech-skills .item .loadingCarousel {
  background-color: #bcbcbc;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.experience .article-footer .tech-skills .item img {
  height: auto;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
  width: 100%;
  margin: auto;
  /* potentiellement à virer si problèmes */
  position: relative;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.experience .article-footer .owl-stage {
  display: flex;
  align-items: center;
}

.experience .article-footer .tech-skills-list {
  width: auto;
  max-width: 1640px;
  background: tomato;
}

.experience .article-footer .tech-skills-list .item {
  width: 108px;
  display: inline-block;
  margin: 20px;
  vertical-align: middle;
}

.experience .article-footer .tech-skills-list .item img {
  height: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: auto;
}

/* PORTFOLIO SECTION */
/* #page3{
    overflow:scroll;
} */
.portfolio {
  overflow: scroll;
}

/* .portfolio .gamepage:nth-child(2) .toBeLoadedLater{
    background: #DFEBBC;
}
 */
.portfolio .gamepage .gamefadein {
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.portfolio .gamepage:first-child .gamefadein {
  /*     display: none; */
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f6faec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6faec",GradientType=1);
}

.portfolio .gamepage:nth-child(2) .gamefadein {
  background: #f6faec;
  background: linear-gradient(180deg, #f6faec 0%, #f1f8ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6faec",endColorstr="#f1f8ef",GradientType=1);
}

.portfolio .gamepage:nth-child(3) .gamefadein {
  background: #f1f8ef;
  background: linear-gradient(180deg, #f1f8ef 0%, #eaf5f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f8ef",endColorstr="#eaf5f1",GradientType=1);
}

.portfolio .gamepage:nth-child(4) .gamefadein {
  background: #eaf5f1;
  background: linear-gradient(180deg, #eaf5f1 0%, #e6f3f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaf5f1",endColorstr="#e6f3f4",GradientType=1);
}

.portfolio .gamepage:nth-child(5) .gamefadein {
  background: #e6f3f4;
  background: linear-gradient(180deg, #e6f3f4 0%, #e5eff2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6f3f4",endColorstr="#e5eff2",GradientType=1);
}

.portfolio .gamepage:nth-child(6) .gamefadein {
  background: #e5eff2;
  background: linear-gradient(180deg, #e5eff2 0%, #f5eff5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5eff2",endColorstr="#f5eff5",GradientType=1);
}

.portfolio .gameplay-pictures .disabled {
  display: none;
}

.portfolio .pages-container {
  width: 100%;
  height: 100%;
  /*     height: -webkit-fill-available; */
}

.portfolio .gamepage {
  height: inherit;
  /* à virer en responsive */
  position: relative;
  max-height: 1440px;
}

.portfolio .page-container {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
}

.portfolio .gamepage:first-child {
  background: whitesmoke;
  /*     margin: 200px auto 0 auto; */
}

.portfolio .gamepage:nth-child(2) {
  background: #F6FAEC;
}

.portfolio .gamepage:nth-child(3) {
  background: #f1f8ef;
}

.portfolio .gamepage:nth-child(4) {
  background: #eaf5f1;
}

.portfolio .gamepage:nth-child(5) {
  background: #e6f3f4;
}

.portfolio .gamepage:nth-child(6) {
  background: #e5eff2;
}

.portfolio .gamepage:nth-child(7) {
  background: #f5eff5;
}

.portfolio .page-container {
  max-width: 1640px;
  /*     margin: auto !important; */
  /*     margin: 200px auto; */
  /*     height: -webkit-fill-available; */
  /*     position: relative; */
  font-size: 0;
  /*     padding: 2rem; */
}

.portfolio .gamepage:first-child .page-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 10;
}

.portfolio .gamepage:first-child .page-container .left-img-container img:first-child {
  max-width: 350px;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  /*     width: 50%; */
}

.portfolio .gamepage:first-child .page-container .left-img-container img:last-child {
  max-width: 360px;
  width: 100%;
  /* width: 50%; */
  position: absolute;
  bottom: -5px;
  opacity: 0;
  transition: 0.5s;
  /* right: 0pt; */
}

.portfolio .page-container .maxwidth-container {
  padding: 2rem;
  margin: auto;
}

.portfolio .page-container .left-side .game-logo {
  text-align: center;
}

.portfolio .page-container .right-side, .portfolio .page-container .left-side {
  font-size: 0;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

/* .gameplay{

} */
.portfolio .page-container .right-side .gameplay-footage {
  width: 100%;
  max-width: 790px;
  margin: auto;
}

.portfolio .page-container .right-side .gameplay-footage .item {
  width: 100%;
  position: relative;
  border-radius: 5rem;
}

.portfolio .page-container .right-side .gameplay-footage .item img {
  border-radius: 1rem;
}

.portfolio .page-container .right-side .gameplay-footage .item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 1rem;
}

.portfolio .gamepage:nth-child(2) .right-side .gameplay-footage .item::after {
  border: 3px solid #AAC84B;
}

.portfolio .gamepage:nth-child(3) .right-side .gameplay-footage .item::after {
  border: 3px solid #75B561;
}

.portfolio .gamepage:nth-child(4) .right-side .gameplay-footage .item::after {
  border: 3px solid #359E7B;
}

.portfolio .gamepage:nth-child(5) .right-side .gameplay-footage .item::after {
  border: 3px solid #0B878F;
}

.portfolio .gamepage:nth-child(6) .right-side .gameplay-footage .item::after {
  border: 3px solid #006083;
}

.portfolio .gamepage:nth-child(7) .right-side .gameplay-footage .item::after {
  border: 3px solid #9E649C;
}

.portfolio .page-container .left-side {
  width: calc(50% - 110px);
  margin-right: 110px;
}

.portfolio .left-side p:first-child {
  font-family: FuturaPTMediumOblique;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 40px 0 30px 0;
}

.portfolio .page-container .left-side img {
  width: 100%;
  max-width: 625px;
  opacity: 0;
  transition: 0.5s;
}

.portfolio .page-container .left-side .toBeLazyLoaded {
  width: 100%;
  height: 80vw;
  max-height: 551.47px;
  max-width: 625px;
  margin: auto;
  transition: 0.5s;
}

.portfolio .gamepage:nth-child(2) .toBeLazyLoaded {
  background-color: #DFEBBC;
}

.portfolio .gamepage:nth-child(3) .toBeLazyLoaded {
  background-color: #cbe4c4;
}

.portfolio .gamepage:nth-child(4) .toBeLazyLoaded {
  background-color: #b3dbcd;
}

.portfolio .gamepage:nth-child(5) .toBeLazyLoaded {
  background-color: #a4d3d5;
}

.portfolio .gamepage:nth-child(6) .toBeLazyLoaded {
  background-color: #a0c4d1;
}

.portfolio .gamepage:nth-child(7) .toBeLazyLoaded {
  background-color: #dbc5da;
}

.portfolio .gamepage:nth-child(2) .toBeLoadedLater {
  background-color: #DFEBBC;
}

.portfolio .gamepage:nth-child(3) .toBeLoadedLater {
  background-color: #cbe4c4;
}

.portfolio .gamepage:nth-child(4) .toBeLoadedLater {
  background-color: #b3dbcd;
}

.portfolio .gamepage:nth-child(5) .toBeLoadedLater {
  background-color: #a4d3d5;
}

.portfolio .gamepage:nth-child(6) .toBeLoadedLater {
  background-color: #a0c4d1;
}

.portfolio .gamepage:nth-child(7) .toBeLoadedLater {
  background-color: #dbc5da;
}

.portfolio .page-container p {
  font-family: FuturaPTLight;
  font-size: 1.25rem;
}

.portfolio .gamepage:nth-child(2) .left-side p:first-child {
  color: #AAC84B;
}

.portfolio .gamepage:nth-child(3) .left-side p:first-child {
  color: #75B561;
}

.portfolio .gamepage:nth-child(4) .left-side p:first-child {
  color: #359E7B;
}

.portfolio .gamepage:nth-child(5) .left-side p:first-child {
  color: #0B878F;
}

.portfolio .gamepage:nth-child(6) .left-side p:first-child {
  color: #006083;
}

.portfolio .gamepage:nth-child(7) .left-side p:first-child {
  color: #9E649C;
}

.portfolio .right-side h2 {
  font-size: 3.125rem;
  font-family: FuturaPTMedium;
  font-weight: 500;
  margin: 0 0 30px 0;
}

.portfolio .gamepage:nth-child(2) .right-side h2 {
  color: #AAC84B;
}

.portfolio .gamepage:nth-child(3) .right-side h2 {
  color: #75B561;
}

.portfolio .gamepage:nth-child(4) .right-side h2 {
  color: #359E7B;
}

.portfolio .gamepage:nth-child(5) .right-side h2 {
  color: #0B878F;
}

.portfolio .gamepage:nth-child(6) .right-side h2 {
  color: #006083;
}

.portfolio .gamepage:nth-child(7) .right-side h2 {
  color: #9E649C;
}

.portfolio .left-side .more, .portfolio .right-side .design-process .more {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 20px;
  max-width: 650px;
}

.portfolio .left-side .gameinfo-container {
  flex: 1 0 20%;
  /* explanation below */
  text-align: center;
  font-size: 0;
}

.portfolio .left-side .gameinfo-container img {
  width: 100% !important;
  max-width: 50px;
  opacity: 0;
  transition: 0.5s;
  /*     display: none; */
  /*     margin-top: 20px; */
}

.portfolio .left-side .gameinfo-container .toBeLoadedLater {
  width: 100% !important;
  max-width: 50px;
  height: 50px;
  margin: auto;
  margin-top: 20px;
  border-radius: 5px;
  transition: 0.5s;
  /*     -webkit-animation: fadeinout 1s linear infinite;
      animation: fadeinout 1s linear infinite;
      opacity: 0; */
  /*     background: aqua; */
}

/* @-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

@keyframes fadeinout {
  50% { opacity: 1; }
} */
.portfolio .left-side .gameinfo-container:nth-child(3) img {
  max-width: 90px;
}

.portfolio .left-side .gameinfo-container:nth-child(3) .toBeLoadedLater {
  max-width: 90px;
}

.portfolio .right-side .document-container {
  /*     display: inline-block;
      width: 25%; */
  flex: 1 0 25%;
  /* explanation below */
  text-align: center;
}

.portfolio .right-side .document {
  max-width: 140px;
  margin: auto;
  display: block;
  text-decoration: none;
}

.portfolio .gamepage:nth-child(2) .right-side .document:hover p {
  color: #AAC84B;
}

.portfolio .gamepage:nth-child(3) .right-side .document:hover p {
  color: #75B561;
}

.portfolio .gamepage:nth-child(4) .right-side .document:hover p {
  color: #359E7B;
}

.portfolio .gamepage:nth-child(5) .right-side .document:hover p {
  color: #0B878F;
}

.portfolio .gamepage:nth-child(6) .right-side .document:hover p {
  color: #006083;
}

.portfolio .gamepage:nth-child(7) .right-side .document:hover p {
  color: #9E649C;
}

.portfolio .right-side .document img {
  max-width: 80px;
  transition: 0.1s;
}

.portfolio .right-side .document .IMGhover {
  transform: scale(1.1);
}

.portfolio .left-side .gameinfo-container p, .portfolio .right-side .document p {
  font-family: FuturaPTMedium;
  color: #BBBBBB;
}

.portfolio .left-side .gameinfo-container p {
  margin-top: 0.75rem;
}

.portfolio .right-side .design-process {
  margin-bottom: 40px;
}

.portfolio .gamepage .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 20px 12px 0 12px;
}

.portfolio .gamepage:nth-child(2) .owl-theme .owl-dots .owl-dot span {
  background: #DFEBBC;
}

.portfolio .gamepage:nth-child(3) .owl-theme .owl-dots .owl-dot span {
  background: #cbe4c4;
}

.portfolio .gamepage:nth-child(4) .owl-theme .owl-dots .owl-dot span {
  background: #b3dbcd;
}

.portfolio .gamepage:nth-child(5) .owl-theme .owl-dots .owl-dot span {
  background: #a4d3d5;
}

.portfolio .gamepage:nth-child(6) .owl-theme .owl-dots .owl-dot span {
  background: #a0c4d1;
}

.portfolio .gamepage:nth-child(7) .owl-theme .owl-dots .owl-dot span {
  background: #dbc5da;
}

.portfolio .gamepage:nth-child(2) .owl-theme .owl-dots .owl-dot.active span, .portfolio .gamepage:nth-child(2) .owl-theme .owl-dots .owl-dot:hover span {
  background: #AAC84B;
}

.portfolio .gamepage:nth-child(3) .owl-theme .owl-dots .owl-dot.active span, .portfolio .gamepage:nth-child(3) .owl-theme .owl-dots .owl-dot:hover span {
  background: #75B561;
}

.portfolio .gamepage:nth-child(4) .owl-theme .owl-dots .owl-dot.active span, .portfolio .gamepage:nth-child(4) .owl-theme .owl-dots .owl-dot:hover span {
  background: #359E7B;
}

.portfolio .gamepage:nth-child(5) .owl-theme .owl-dots .owl-dot.active span, .portfolio .gamepage:nth-child(5) .owl-theme .owl-dots .owl-dot:hover span {
  background: #0B878F;
}

.portfolio .gamepage:nth-child(6) .owl-theme .owl-dots .owl-dot.active span, .portfolio .gamepage:nth-child(6) .owl-theme .owl-dots .owl-dot:hover span {
  background: #006083;
}

.portfolio .gamepage:nth-child(7) .owl-theme .owl-dots .owl-dot.active span, .portfolio .gamepage:nth-child(7) .owl-theme .owl-dots .owl-dot:hover span {
  background: #9E649C;
}

/* .portfolio .page-container{
    font-size: 0;
    background-color: #F6FAEC;
} */
.portfolio .gamography {
  position: fixed;
  left: 0;
  /* top: 50%; */
  z-index: 10;
  /* opacity: 0; */
  top: 50%;
  /* left: 50%; */
  transform: translateY(-50%);
  /* width: 140px; */
  background-color: #F5F5F5;
  /*     border-radius: 2rem 10rem 1rem 0; */
  border-radius: 0 1rem 1rem 0;
  box-shadow: 0px 0px 20px #00000029;
  -webkit-box-shadow: 0px 0px 20px #00000029;
  -moz-box-shadow: 0px 0px 20px #00000029;
  transition: 0.15s;
}

.portfolio .gamography a {
  width: 80px;
  display: block;
  margin: 10px 30px;
  /*     border: 2px solid salmon; */
  filter: brightness(100) invert(1) contrast(0.005) opacity(0.5);
}

.portfolio .gamography a:hover, .portfolio .gamography .activeGame {
  filter: brightness(1) invert(0) contrast(1);
}

.portfolio .gamography .item {
  width: 100%;
  font-size: 0;
}

.portfolio .gamography a:first-child {
  margin-top: 55px;
  margin-bottom: 20px;
}

.portfolio .gamography a:nth-last-child(2) {
  margin-bottom: 130px;
  transition: 0.15s;
}

.portfolio .gamography a:last-child {
  margin-bottom: 55px;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  transition: 0.15s;
  filter: none;
  z-index: -1;
  /*     background: red; */
}

.portfolio .gamography .item img {
  width: 100%;
}

.portfolio .gamography-container {
  background: #F5F5F5;
  border-radius: 0 1rem 1rem 0;
  /*     position: relative; */
}

.portfolio .gamography-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: whitesmoke;
  top: -70px;
  border-radius: 2rem;
  border: 10px solid whitesmoke;
  display: none;
}

.gamography-container .toppin {
  max-width: 35px;
  margin: auto;
  height: 5px;
  position: relative;
  transition: 0.15s;
}

.gamography-container .toppin:before {
  content: "";
  height: 5px;
  background: #BBBBBB;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  position: absolute;
}

.gamography-container .backToTopArrow {
  width: 5px;
  background: #BBBBBB;
  margin: 5px auto 0;
  height: 35px;
  transition: 0.15s;
  position: relative;
  border-radius: 5px;
}

.gamography-container .backToTopArrow::before {
  content: "";
  height: 5px;
  width: 25px;
  background: #BBBBBB;
  transform: rotate(45deg) translateX(2px) translateY(5px);
  position: absolute;
  top: 0;
  border-radius: 5px;
}

.gamography-container .backToTopArrow::after {
  content: "";
  height: 5px;
  width: 25px;
  background: #BBBBBB;
  transform: rotate(-45deg) translateX(-16px) translateY(-8px);
  position: absolute;
  top: 0;
  border-radius: 5px;
}

.testClass {
  height: 20px !important;
}

.dope {
  margin-bottom: 45px !important;
}

.byeBye {
  opacity: 0;
}

.resizeElement {
  margin-bottom: 55px !important;
}

.gamography .hideVerticalMenu {
  font-size: 0;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 100%;
  padding: 1rem;
  width: 60px;
  height: 20px;
  background-color: #F5F5F5;
  border-radius: 50px;
  display: none;
  box-shadow: 0px 0px 20px #00000029;
  -webkit-box-shadow: 0px 0px 20px #00000029;
  -moz-box-shadow: 0px 0px 20px #00000029;
  cursor: pointer;
}

.portfolio .verticalIsHidden {
  left: -125px;
}

.gamography .hideVerticalMenu::before {
  content: "";
  height: 77px;
  width: 20px;
  position: absolute;
  background-color: inherit;
  right: 46px;
  top: -12px;
}

.gamography .arrow-top {
  width: 30%;
  height: 4px;
  background: #BBBBBB;
  position: relative;
  top: 20%;
  transform: rotate(45deg);
  margin-left: auto;
  border-radius: 5px;
}

.gamography .arrow-bottom {
  width: 30%;
  height: 4px;
  background: #BBBBBB;
  position: relative;
  top: 50%;
  transform: rotate(-45deg);
  margin-left: auto;
  border-radius: 5px;
}

/* .portfolio .gamepage:first-of-type{
    height: inherit !important;
} */
.portfolio .gamepage:first-of-type .page-container {
  /*     position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; */
  /*     margin: 200px auto 0 auto; */
}

.portfolio .gamepage:first-of-type .maxwidth-container {
  width: 100%;
  display: flex;
}

.portfolio .gamepage .left-img-container {
  flex-basis: 50%;
  position: relative;
}

/* .portfolio .gamepage .right-img-container{

} */
.portfolio .gamepage .right-img-container {
  position: relative;
  margin-left: -10%;
  flex-basis: 60%;
  min-width: 800px;
}

/* Pièces de puzzle */
.portfolio .gamepage .puzzle {
  position: absolute;
  width: 39.7%;
  filter: grayscale(1) contrast(0.75);
  cursor: pointer;
  transition: 0.15s;
}

.portfolio .gamepage .puzzle:hover {
  filter: grayscale(0) contrast(1);
}

.portfolio .gamepage .puzzle:first-of-type,
.portfolio .gamepage .puzzle:nth-of-type(2),
.portfolio .gamepage .puzzle:nth-of-type(3),
.portfolio .gamepage .puzzle:nth-of-type(4) {
  top: 50%;
}

.portfolio .gamepage .puzzle:first-of-type {
  left: 0;
  transform: translate(0, -50%);
}

.portfolio .gamepage .puzzle:nth-of-type(2) {
  transform: translate(76%, -50%);
}

.portfolio .gamepage .puzzle:nth-of-type(3) {
  transform: translate(76%, 25%);
}

.portfolio .gamepage .puzzle:nth-of-type(4) {
  transform: translate(0, -50%);
  right: 0;
}

.portfolio .gamepage .puzzle:nth-of-type(5) {
  transform: translate(0, -125%);
  right: 0;
  top: 50%;
}

.portfolio #mobile-gamography {
  display: none;
}

.portfolio #mobile-gamography .gamography-container a {
  width: 70px;
}

.portfolio .carouselLaterLoaded {
  height: 54vw;
  max-height: 444px;
  position: relative;
  border-radius: 1rem;
  -webkit-animation: test 1s linear infinite;
  animation: test 1s linear infinite;
}

.portfolio .carouselLaterLoaded img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.portfolio .beaverooCar {
  background-color: #DFEBBC;
}

.portfolio .theLakeCar {
  background-color: #cbe4c4;
}

.portfolio .remiCar {
  background-color: #b3dbcd;
}

.portfolio .disobeCar {
  background-color: #a4d3d5;
}

.portfolio .erebusCar {
  background-color: #a0c4d1;
}

.portfolio .abunkerCar {
  background-color: #dbc5da;
}

@-webkit-keyframes test {
  50% {
    background-color: transparent;
  }
}
@keyframes test {
  50% {
    background-color: transparent;
  }
}
/* .testClassBis{
    height: 70px !important;
} */
/* ABOUT SECTION */
.about .article-container {
  height: auto;
  max-width: 1640px;
  z-index: 11;
}

.about .maxwidth-container {
  width: 100%;
  max-width: inherit;
  margin: 200px auto;
  margin-bottom: 100px;
  background: whitesmoke;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.about .inline-container {
  width: 33.33%;
  font-family: FuturaPTLight;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-size: 1.25rem;
  display: table-cell;
  /*     background: whitesmoke; */
  margin-bottom: 1.25rem;
  padding: 2rem;
  vertical-align: top;
  display: inherit;
  flex: 1 0 28%;
}

.about .inline-container:first-child p {
  margin-bottom: 1rem;
}

.about .inline-container h3 {
  font-size: 25px;
  color: #9E649C;
  margin: 30px 0;
}

.about .inline-container:last-child h3 {
  font-size: 25px;
  color: #359E7B;
  margin-top: 1rem;
}

.about .inline-container #aboutProfilePic {
  width: 140px;
  height: 140px;
  background: darkgray;
  border-radius: 50%;
  margin-top: 1rem;
}

.about .inline-container img {
  max-width: 140px;
  /*     margin-top: 1rem; */
}

.about .inline-container .sub-container {
  background-color: whitesmoke;
  padding: 2rem;
  box-shadow: 0px 20px 50px #00000029;
  border-radius: 20px;
  position: relative;
  width: 100%;
  transition: 0.5s;
}

/* .about .inline-container:last-child .sub-container h3{
    margin-top: 0;
} */
.about .inline-container .sub-container .resume-container {
  position: relative;
  margin-top: 1rem;
}

.about .inline-container .sub-container .vertical-bar {
  background: #dadada;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 2px;
  border-radius: 1rem;
}

/* .about .inline-container .sub-container .vertical-bar::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    transform: rotate(135deg) translateY(3px);
    background: chocolate;
}

.about .inline-container .sub-container .vertical-bar::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    transform: rotate(45deg) translateY(3px);
    background: chocolate;
} */
.about .inline-container .sub-container .resume-text {
  margin-bottom: 1.5rem;
  margin-left: 4rem;
}

.about .inline-container .sub-container .resume-text:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -0.45rem;
  margin-top: 0.4rem;
  border-radius: 1rem;
}

.about .inline-container .sub-container .resume-text:nth-child(2):before {
  background: #016083;
}

.about .inline-container .sub-container .resume-text:nth-child(3):before {
  background: #08878F;
}

.about .inline-container .sub-container .resume-text:nth-child(4):before {
  background: #4AA787;
}

.about .inline-container .sub-container .resume-text:nth-child(5):before {
  background: #75B560;
}

.about .inline-container .sub-container .resume-text:last-child:before {
  background: #BFD27C;
}

.about .inline-container .sub-container .resume-text p {
  font-size: 1rem;
  font-family: FuturaPTLight;
}

.about .inline-container .sub-container .resume-text p:first-child {
  color: #016083;
  font-family: FuturaPTMedium;
  font-size: 1.25rem;
}

.about .inline-container .sub-container .resume-text p:last-child {
  font-family: FuturaPTMedium;
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.about .inline-container .sub-container .cta {
  /*     position: absolute; */
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  width: 100%;
  max-width: 220px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background: whitesmoke;
  font-size: 1.25rem;
  font-family: FuturaPTMedium;
  transition: 0.15s;
  text-decoration: none;
}

.about .inline-container .sub-container .success {
  max-width: 450px !important;
  max-width: 100%;
  padding: 0.565rem 1rem;
  line-height: 2rem;
  border: 1px;
  font-weight: 100;
  border-color: whitesmoke !important;
}

.about .inline-container .sub-container .success:hover {
  box-shadow: inset 0px 0px 0px 0px #359e7b !important;
  font-weight: 100 !important;
  cursor: auto !important;
  letter-spacing: 0 !important;
}

.about .inline-container .sub-container .cta:hover {
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold;
}

.about .inline-container:nth-child(2) .sub-container .cta {
  position: absolute;
  border: 2px solid #006083;
  color: #006083;
  margin-bottom: 1rem;
}

.about .inline-container:last-child .sub-container .cta {
  border: 2px solid #359E7B;
  color: #359E7B;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.about .inline-container:last-child .sub-container .ctaerr {
  border: 2px solid #9e3535 !important;
  color: #9e3535 !important;
}

.about .inline-container:nth-child(2) .sub-container .cta:hover {
  box-shadow: inset 0px 0px 0px 1px #006083;
}

.about .inline-container:last-child .sub-container .cta:hover {
  box-shadow: inset 0px 0px 0px 1px #359e7b;
}

.about .inline-container:last-child .sub-container .ctaerr:hover {
  box-shadow: inset 0px 0px 0px 1px #9e3535 !important;
}

.about .inline-container .sub-container .fadeOut {
  color: whitesmoke !important;
  border-color: whitesmoke !important;
}

.about .inline-container .sub-container .infoCircle {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  padding-right: 3rem;
  background: whitesmoke;
  padding: 0.25rem 1rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid silver;
  cursor: pointer;
}

.about .inline-container .sub-container .input-container:nth-child(3) .infoCircle {
  top: auto;
  bottom: 2px;
  border-top-right-radius: 0px;
  border-top-left-radius: 6px;
  border-top: 1px solid silver;
}

.about .inline-container .sub-container .infoCircle img {
  margin-top: 8px;
}

.cta .ajaxLoader {
  opacity: 0;
  -webkit-animation: ajaxLoaderFadeInOut 1s linear;
  animation: ajaxLoaderFadeInOut 1s linear;
}

@-webkit-keyframes ajaxLoaderFadeInOut {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
}
@keyframes ajaxLoaderFadeInOut {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
}
.about .inline-container .sub-container .fadeOut:hover {
  box-shadow: inset 0px 0px 0px 0px #359e7b !important;
}

.about .inline-container form {
  text-align: center;
}

.about .inline-container form .ajaxLoader {
  width: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.about .inline-container form .error {
  box-shadow: inset 0px 0px 0px 1px #9e3535;
}

.about .inline-container form .error:focus {
  box-shadow: inset 0px 0px 0px 2px #9e3535;
}

.about .inline-container .input-container {
  position: relative;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -moz-box-shadow: 0 0 0px 1000px #000 inset;
  /*     transition: background-color 5000s ease-in-out 0s; */
}

.about .inline-container .input-container .indication {
  position: absolute;
  top: 0rem;
  line-height: 2px;
  background: white;
  color: white;
  padding: 0 1rem;
  /* bottom: 8px; */
  left: 0.25rem;
  font-size: 0.5rem;
}

.about .inline-container .input-container .indication:after {
  position: absolute;
  top: -3px;
  width: 100%;
  left: 0;
  color: #359E7B;
  font-size: 0.95rem;
}

.about .inline-container form .indicerror:after {
  color: #9e3535 !important;
}

.about .inline-container .input-container:first-child .indication:after {
  content: "Name";
  /* height: 2px; */
  /* background: #006083; */
}

.about .inline-container .input-container:nth-child(2) .indication:after {
  content: "Email";
}

.about .inline-container .input-container:nth-child(3) .indication:after {
  content: "Message";
}

.about .inline-container .inline-connect {
  display: none;
  font-size: 0;
  line-height: 0;
  margin-top: 1.875rem;
}

.about .inline-container .inline-connect a {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}

.about .inline-container .inline-connect a:last-child {
  margin-right: 0;
}

.about .inline-container .inline-connect a img {
  margin-top: 0;
  width: 2.25rem;
  transition: 0.15s;
}

.about .inline-container a img:hover {
  transform: scale(0.9);
}

.about .inline-container form input {
  display: block;
  width: calc(100% - 1.5rem);
  border: none;
  border-radius: 6px;
  margin: 2rem 0;
  box-shadow: inset 0px 0px 0px 1px #359e7b;
  padding: 0.75rem;
  font-size: 1rem;
  font-family: FuturaPTLight;
}

.about .inline-container form input:focus {
  outline: none !important;
  box-shadow: inset 0px 0px 0px 2px #359e7b;
}

.about .inline-container form textarea {
  display: block;
  width: calc(100% - 1.5rem);
  resize: none;
  border: none;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 1rem;
  font-family: FuturaPTLight;
  box-shadow: inset 0px 0px 0px 1px #359e7b;
  height: 200px;
}

.about .inline-container form textarea:focus {
  outline: none !important;
  box-shadow: inset 0px 0px 0px 2px #359e7b;
}

.about .article-footer {
  z-index: -1;
}

/* Responsive */
@media screen and (max-width: 1799px) {
  .portfolio .gamepage .puzzle:first-of-type {
    left: 50%;
    top: 0;
    transform: translate(-42%, 0);
    z-index: 1;
  }

  .portfolio .gamepage .puzzle:nth-of-type(2) {
    transform: translate(76%, 74%);
    top: 0;
  }

  .portfolio .gamepage .puzzle:nth-of-type(3) {
    transform: translate(8%, 148%);
    top: 0;
    right: 0;
  }

  .portfolio .gamepage .puzzle:nth-of-type(4) {
    transform: translate(0, 74%);
    top: 0;
  }

  .portfolio .gamepage .puzzle:nth-of-type(5) {
    transform: translate(0, 0%);
    top: 0;
  }
}
@media screen and (max-width: 1399px) {
  /* Main Navbar */
  header nav ul li {
    max-width: 150px;
  }

  /* HomePage */
  .upper-sky #cloud5 {
    opacity: 0;
  }

  .upper-sky #cloud4 {
    left: 685px;
  }

  /* Experiences section */
  .experience .article-footer h3 {
    color: transparent;
  }

  .experience .article-footer .tech-skills-containers:last-child {
    width: auto;
    left: calc(80px + 2rem);
  }

  /* About section */
  .about .inline-container {
    flex: 1 0 30%;
    margin-bottom: 0;
  }

  .about .inline-container:first-child {
    padding-right: 1rem;
  }

  .about .inline-container:nth-child(2) {
    padding-left: 1rem;
  }

  .about .inline-container:last-child {
    padding-top: 0;
  }

  .about .inline-container:nth-child(2) .sub-container .cta {
    display: block;
    position: relative;
    bottom: 0;
    margin-top: 4rem;
  }

  /* Portfolio section */
  .portfolio .left-side .gameinfo-container img {
    max-width: 40px;
  }

  /*     .portfolio .left-side .gameinfo-container .toBeLoadedLater{
          max-width: 40px;
      } */
  .portfolio .left-side .gameinfo-container:nth-child(3) img {
    max-width: 70px;
  }

  /*     .portfolio .left-side .gameinfo-container:nth-child(3) .toBeLoadedLater{
          max-width: 70px;
      } */
  .portfolio .left-side .gameinfo-container .gameinfo p, .portfolio .right-side .document p {
    font-size: 1rem;
  }

  .portfolio .gamepage .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 20px 9px 0 9px;
  }
}
@media screen and (max-width: 1339px) {
  .upper-sky #cloud4 {
    opacity: 0;
  }
}
@media screen and (max-width: 1249px) {
  header nav .ym-right-side-assets .ym-burger-to-animate {
    display: none;
  }

  /* HomePage */
  .upper-sky #star3 {
    opacity: 0;
  }

  .upper-sky #star2 {
    left: 52%;
  }

  .portfolio .gamepage:first-of-type .page-container {
    max-width: 100%;
    min-height: 100vh;
  }

  /* Portfolio section */
  .portfolio .page-container {
    max-width: 900px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .portfolio .gamepage {
    height: auto;
    max-height: none;
  }

  .portfolio .gamepage h2 {
    font-size: 2.5rem;
  }

  .portfolio .page-container .right-side, .portfolio .page-container .left-side {
    width: 100%;
  }

  .portfolio .page-container .left-side {
    width: 100%;
    margin-right: 0;
  }

  .portfolio .page-container .left-side, .portfolio .right-side .design-process {
    margin-bottom: 50px;
  }

  .portfolio .left-side .gameinfo-container, .portfolio .right-side .document-container {
    flex: 1 0 90px;
    text-align: center;
    font-size: 0;
    width: 90px;
    background: white;
    border-radius: 10px;
    margin: 0 10px;
    padding: 10px;
  }

  .portfolio .left-side .gameinfo-container, .portfolio .right-side .document-container {
    box-shadow: 0px 0px 10px 0px #88888829;
  }

  .portfolio .right-side .design-process .more {
    max-width: calc(490px + 2rem);
  }

  .portfolio .left-side .more, .portfolio .right-side .design-process .more {
    margin-top: 40px;
  }

  .portfolio .left-side .gameinfo-container img {
    max-width: 50px;
  }

  .portfolio .page-container .right-side .gameplay-footage {
    margin-bottom: 50px;
  }

  .portfolio #desktop-gamography {
    display: none;
    transform: translate(-150%, -50%);
  }
}
@media screen and (max-width: 1159px) {
  .home .pres-layout img:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  /* HomePage */
  .upper-sky #star2 {
    left: 43%;
  }

  .upper-sky #cloud6 {
    right: 32%;
  }

  .upper-sky #cloud3 {
    opacity: 0;
  }

  .portfolio .gamepage:first-of-type .maxwidth-container {
    display: block;
    box-sizing: border-box;
  }

  .portfolio #mobile-gamography a:last-child {
    position: relative;
    margin-top: 10px;
    z-index: 1000;
  }

  .portfolio .gamepage .left-img-container {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 150px;
  }

  .portfolio .gamepage:first-child .page-container .left-img-container img:last-child {
    position: relative;
  }

  .portfolio .gamepage .right-img-container {
    display: none;
  }

  .portfolio .gamography {
    position: relative;
    top: 50%;
    /*         padding-top: 280px;
            transform: translateY(0%) !important; */
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
  }

  .portfolio .verticalIsHidden {
    left: 0;
  }

  .portfolio .gamography-container {
    display: flex;
    width: 100%;
    overflow: auto;
    background-color: transparent;
    justify-content: center;
  }

  .portfolio .gamography a:first-child {
    margin: 10px 10px;
    margin-left: 3px;
  }

  .portfolio .gamography a:last-child {
    margin-right: calc(1rem + 3px);
  }

  .portfolio .gamography a:nth-last-child(2) {
    margin-bottom: 10px;
  }

  .resizeElement {
    margin-bottom: 10px !important;
  }

  .gamography .hideVerticalMenu {
    display: none !important;
  }

  .portfolio .gamography a {
    filter: none;
    padding: 1rem;
    margin: 10px;
    border-radius: 1rem;
    box-shadow: 0px 0px 5px #00000029;
    -webkit-box-shadow: 0px 0px 5px #00000029;
    -moz-box-shadow: 0px 0px 5px #00000029;
    background-color: #f5f5f5;
  }

  .portfolio .gamography .item {
    width: 85%;
    min-width: 70px;
    margin: auto;
  }

  #game0 {
    display: none;
  }

  .portfolio #mobile-gamography {
    display: block;
  }

  .portfolio .gamepage:first-child .page-container .left-img-container img:first-child,
.portfolio .gamepage:first-child .page-container .left-img-container img:last-child {
    width: 45%;
    min-width: 225px;
  }
}
@media screen and (max-height: 945px) and (max-width: 1023px) {
  .portfolio .gamepage:first-child {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  header {
    /*         background-image: unset; */
    padding-top: 0;
    padding-bottom: 100px;
  }

  header .earthIcon {
    display: none !important;
  }

  header nav ul, header nav .ym-left-side-assets {
    display: none;
  }

  footer nav {
    display: block;
  }

  /* HomePage */
  .home .pres-layout {
    height: 600px;
  }

  .home .pres-layout img:first-of-type {
    left: 0;
    transform: translate(62%);
    width: 310px;
  }

  .home .pres-layout img:nth-of-type(2) {
    left: 1rem;
    transform: translate(0);
    width: 230px;
  }

  .home .pres-layout img:nth-of-type(3) {
    left: 0;
    transform: translate(-5px);
    width: 1050px;
  }

  .home .pres-layout img:nth-of-type(4) {
    left: 0;
    transform: translate(244%);
    width: 210px;
  }

  .home .pres-layout img:last-of-type {
    left: 0;
    transform: translate(263%);
    width: 270px;
  }

  /*     .home .pres-layout img:first-of-type{width: 310px;}
      .home .pres-layout img:nth-of-type(2) {width: 230px;}
      .home .pres-layout img:nth-of-type(3) {width: 1050px;}
      .home .pres-layout img:nth-of-type(4) {width: 210px;}
      .home .pres-layout img:nth-of-type(5){width: 130px;}
      .home .pres-layout img:last-of-type {width: 270px;} */
  .home .connect-w-me {
    display: none;
  }

  .upper-sky {
    top: 0px;
  }

  .upper-sky img {
    filter: contrast(1) opacity(1) brightness(1);
  }

  .upper-sky #cloud1 {
    width: 130px;
    top: 0;
    left: 10%;
  }

  .upper-sky #cloud2 {
    width: 110px;
    top: 75px;
    left: 44%;
  }

  .upper-sky #cloud6 {
    right: 23%;
    top: -60px;
  }

  .upper-sky #cloud7 {
    opacity: 0;
  }

  .upper-sky #paperBird {
    right: 2rem;
    width: 90px;
    top: -35px;
  }

  .upper-sky #moon {
    width: 135px;
    top: 10px;
    left: 25%;
  }

  .upper-sky #star1 {
    width: 45px;
    top: 0px;
    left: 23.5%;
  }

  .upper-sky #star2 {
    left: 2rem;
    width: 45px;
  }

  .upper-sky #star4 {
    right: 25%;
    width: 45px;
    top: 18px;
  }

  /*     .home .article-footer .connect-w-me{
          bottom: 6rem;
      } */
  /*     .upper-sky #star4 {
          right: 27%;
          width: 45px;
          top: 65px;
      } */
  /* Experiences section */
  .experience .article-footer {
    margin-bottom: 10rem;
  }

  .experience .maxwidth-container {
    margin-bottom: 250px;
    margin-top: 75px;
  }

  /* About section */
  .about .maxwidth-container {
    margin-bottom: 15rem;
    margin-top: 75px;
  }

  .about .article-footer {
    margin-bottom: 6.75rem;
  }

  /* Portfolio section */
  .portfolio .gamepage:last-child .right-side .gameplay-footage {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 899px) {
  .experience .inline-container {
    width: 50%;
  }

  /*     .experience .footer-trigger{
          margin-top: 0;
      } */
  /*     .experience .article-footer{
          position: relative;
      } */
  .experience .article-footer .tech-skills-containers:first-child {
    width: auto;
  }

  /* About Section */
  .about .inline-container {
    flex: 1 0 50%;
    margin: 0;
  }

  .about .inline-container:first-child {
    padding-right: 2rem;
    padding-top: 2rem;
  }

  .about .inline-container:nth-child(2) {
    padding-left: 2rem;
    padding-top: 0;
  }

  /* Portfolio section */
  .portfolio .gamepage h2 {
    font-size: 2rem;
  }

  .portfolio .left-side p:first-child {
    margin-top: 20px;
  }

  .portfolio .left-side .more, .portfolio .right-side .design-process .more {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    margin: auto;
    margin-top: 40px;
    max-width: calc(655px + 2rem);
    overflow-y: hidden;
    overflow-x: auto;
    /* display: table; */
    height: 133px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .portfolio .right-side .design-process .more {
    height: 145px;
    max-width: calc(490px + 2rem);
  }

  .portfolio .left-side .gameinfo-container:first-child, .portfolio .right-side .document-container:first-child {
    margin-left: 0;
  }

  .portfolio .left-side .gameinfo-container:last-child, .portfolio .right-side .document-container:last-child {
    margin-right: 1rem;
  }

  .portfolio .more::-webkit-scrollbar {
    display: none;
  }

  .portfolio .left-side .gameinfo-container, .portfolio .right-side .document-container {
    margin-bottom: 1rem;
  }

  /*     .portfolio .left-side .gameinfo-container, .portfolio .right-side .document-container {
          flex: 1 0 95px;
          text-align: center;
          font-size: 0;
          width: 95px;
          background: white;
          border-radius: 10px;
          margin: 0 10px;
          padding: 10px;
      } */
  /*     .portfolio .left-side .gameinfo-container img{
          margin-top: 13px;
      } */
  .portfolio .left-side .gameinfo-container:nth-child(3) .toBeLoadedLater {
    margin-top: 15px;
  }
}
@media screen and (max-width: 784px) {
  .portfolio .gamography-container {
    justify-content: left;
  }

  .portfolio .gamography .item {
    width: 100%;
    min-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* HomePage */
  .home .pres-layout {
    height: 500px;
  }

  .home .pres-layout img:first-of-type {
    width: 275px;
  }

  .home .pres-layout img:nth-of-type(2) {
    width: 210px;
  }

  .home .pres-layout img:nth-of-type(3) {
    width: 900px;
  }

  .home .pres-layout img:nth-of-type(4) {
    width: 179px;
  }

  .home .pres-layout img:nth-of-type(5) {
    width: 120px;
  }

  .home .pres-layout img:last-of-type {
    width: 230px;
  }

  .upper-sky #star2 {
    left: 1rem;
  }

  .upper-sky #paperBird {
    right: 1rem;
    width: 80px;
  }

  .upper-sky #cloud6 {
    opacity: 0;
  }

  .upper-sky #cloud2 {
    left: 55%;
    width: 90px;
  }

  .upper-sky #star4 {
    right: 19%;
  }

  .upper-sky #moon {
    left: 30%;
    width: 120px;
  }

  .portfolio .gamography .item {
    width: 100%;
    min-width: 70px;
  }

  .portfolio .gamepage:first-of-type .maxwidth-container {
    padding-right: 0;
    padding-left: 1rem;
  }

  .portfolio .page-container .maxwidth-container {
    padding-right: 0;
    padding-left: 1rem;
  }

  .portfolio .page-container .game-logo,
.portfolio .page-container .game-infos,
.portfolio .page-container .design-process h2,
.portfolio .page-container .design-process .dsg-proc,
.portfolio .page-container .gameplay {
    padding-right: 1rem;
  }

  .about .inline-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 599px) {
  .experience .inline-container {
    width: auto;
    /*         border : 1px solid #88888829; */
    border-radius: 20px;
    margin: 2rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 0;
    box-shadow: 0px 0px 10px 0px #00000029;
    background: whitesmoke;
  }

  .experience .inline-container:last-child {
    margin-bottom: 2rem;
  }

  .experience .maxwidth-container {
    margin-bottom: 350px;
  }

  .experience .article-footer h3 {
    color: #359E7B;
    text-align: center;
    width: 100%;
  }

  .experience .article-footer .owl-nav {
    display: none;
  }

  .experience .article-footer .tech-skills-containers {
    display: block;
  }

  .experience .article-footer .tech-skills-containers:first-child {
    width: 100%;
  }

  .experience .article-footer .tech-skills-containers:last-child {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 2rem;
  }

  /* About section */
  .about .inline-container #aboutProfilePic {
    margin: auto;
    /*         margin-top: 1rem; */
  }

  .about .inline-container:first-child {
    text-align: center;
  }

  .about .inline-container h3 {
    text-align: center;
  }

  .about .inline-container p {
    text-align: left;
  }

  .about .inline-container .inline-connect {
    display: block;
  }

  .about .maxwidth-container {
    margin-bottom: 8rem;
  }

  .about .article-footer {
    display: none;
  }

  .portfolio .gamepage:first-child .page-container .left-img-container img:last-child {
    position: absolute;
  }

  .portfolio .gamepage .left-img-container {
    text-align: left;
    overflow: hidden;
  }

  .portfolio .gamepage:first-child .page-container .left-img-container img:first-child, .portfolio .gamepage:first-child .page-container .left-img-container img:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 499px) {
  .upper-sky #star4 {
    opacity: 0;
  }

  .upper-sky #cloud1 {
    width: 95px;
    top: 40px;
  }

  .upper-sky #cloud2 {
    left: 60%;
  }
}
@media screen and (max-width: 470px) {
  .portfolio .gamepage .left-img-container {
    text-align: left;
    overflow: hidden;
  }

  .portfolio .gamepage:first-child .page-container .left-img-container img:last-child {
    position: absolute;
  }
}
@media screen and (max-width: 425px) {
  footer nav ul a {
    font-size: 1.1rem;
  }

  footer nav ul li:before {
    background-size: 45px;
  }
}
@media screen and (max-width: 424px) {
  /* HomePage */
  .home .pres-layout {
    height: 450px !important;
  }

  .home .pres-layout img:first-of-type {
    width: 235px !important;
  }

  .home .pres-layout img:nth-of-type(2) {
    width: 170px !important;
  }

  .home .pres-layout img:nth-of-type(3) {
    width: 795px !important;
  }

  .home .pres-layout img:nth-of-type(4) {
    width: 158px !important;
  }

  .home .pres-layout img:last-of-type {
    width: 205px !important;
  }

  /* About section */
  .about .inline-container {
    padding-top: 0;
  }

  .about .inline-container:nth-child(2) .sub-container .cta {
    margin-top: 3rem;
  }

  .about .inline-container:last-child .sub-container .cta {
    margin-top: 3rem;
  }

  .about .inline-container .sub-container .resume-text {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 374px) {
  /* HomePage */
  .home .pres-layout {
    height: 400px !important;
  }

  .home .pres-layout img:first-of-type {
    width: 200px !important;
  }

  .home .pres-layout img:nth-of-type(2) {
    width: 150px !important;
  }

  .home .pres-layout img:nth-of-type(3) {
    width: 720px !important;
  }

  .about .inline-container .inline-connect {
    text-align: center;
  }

  .about .inline-container .inline-connect a {
    margin: 0 0.95rem 0 0;
  }

  footer nav ul li:before {
    background-size: 40px;
  }
}
@media screen and (max-height: 1440px) {
  .home .pres-layout {
    top: unset;
    transform: translate(-46%);
  }
}
@media screen and (max-height: 1249px) {
  .experience .inline-container .icon-and-text {
    padding: 15px 35px;
  }

  .portfolio .gamepage {
    height: auto;
  }

  .portfolio .gamepage:first-child {
    height: calc(100% - 185px);
    margin-top: 185px;
  }

  .portfolio .page-container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .portfolio .gamepage:first-child .page-container {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: auto;
  }

  .portfolio .gamography {
    transform: translateY(-38%);
  }

  .portfolio .left-side .gameinfo-container .toBeLoadedLater {
    margin-top: 9px;
  }
}
@media screen and (max-height: 1024px) {
  /* HomePage*/
  .home .upper-sky {
    opacity: 0.25;
  }

  .home .pres-layout {
    height: 600px;
  }

  .home .pres-layout img:first-of-type {
    width: 310px;
  }

  .home .pres-layout img:nth-of-type(2) {
    width: 230px;
  }

  .home .pres-layout img:nth-of-type(3) {
    width: 1050px;
  }

  .home .pres-layout img:nth-of-type(4) {
    width: 210px;
  }

  .home .pres-layout img:nth-of-type(5) {
    width: 130px;
  }

  .home .pres-layout img:last-of-type {
    width: 270px;
  }
}
@media screen and (max-height: 945px) {
  .portfolio .gamepage:first-child {
    height: auto;
    margin-top: 185px;
  }

  .portfolio .gamepage:first-child .page-container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .portfolio .gamepage:first-of-type .maxwidth-container {
    margin-top: 0;
  }

  .portfolio .gamography {
    /*         transform: translateY(-100%) !important; */
    padding-top: 0px;
  }

  .portfolio #desktop-gamography {
    transform: translate(-150%, -50%);
    display: none;
  }
}
@media screen and (max-height: 874px) {
  .home .pres-layout {
    height: 500px;
  }

  .home .pres-layout img:first-of-type {
    width: 275px;
  }

  .home .pres-layout img:nth-of-type(2) {
    width: 210px;
  }

  .home .pres-layout img:nth-of-type(3) {
    width: 900px;
  }

  .home .pres-layout img:nth-of-type(4) {
    width: 179px;
  }

  .home .pres-layout img:nth-of-type(5) {
    width: 120px;
  }

  .home .pres-layout img:last-of-type {
    width: 230px;
  }
}
@media screen and (max-height: 759px) {
  /* HomePage */
  .home .pres-layout {
    height: 450px !important;
  }

  .home .pres-layout img:first-of-type {
    width: 235px !important;
  }

  .home .pres-layout img:nth-of-type(2) {
    width: 170px !important;
  }

  .home .pres-layout img:nth-of-type(3) {
    width: 795px !important;
  }

  .home .pres-layout img:nth-of-type(4) {
    width: 158px !important;
  }

  .home .pres-layout img:last-of-type {
    width: 205px !important;
  }
}
/* @media screen and (max-height: 945px) and (max-width:) */
/* .totototooto{
    height: 150px;
    position: relative;
    background: tomato;
    z-index: -1;
} */
/* .fade-in-out-footer{
    height: 100px;
    position: relative;
    margin-top: -50px;
    margin-bottom: 210px;
    background: tomato;
    z-index: 1;
    background: rgb(245,245,245);
background: -moz-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 50%, rgba(245,245,245,0.5046393557422969) 75%, rgba(245,245,245,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 50%, rgba(245,245,245,0.5046393557422969) 75%, rgba(245,245,245,0) 100%);
background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 50%, rgba(245,245,245,0.5046393557422969) 75%, rgba(245,245,245,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#f5f5f5",GradientType=1);
} */
/* Lazy Loading animations */
.lazy-animate {
  -webkit-animation: colorFadeInOut 1s linear infinite;
  animation: colorFadeInOut 1s linear infinite;
}

@-webkit-keyframes colorFadeInOut {
  50% {
    background-color: transparent;
  }
}
@keyframes colorFadeInOut {
  50% {
    background-color: transparent;
  }
}
.force-transparent-bg {
  background-color: rgba(255,255,255,0) !important;
  -webkit-animation: colorFadeInOut 0s linear infinite;
    animation: colorFadeInOut 0s linear infinite;
}

.lazy-show {
  opacity: 1 !important;
  transition-duration: 1s !important;
  transition-delay: 0.5s !important;
}

.lazy-loaded-opactity {
  opacity: 0;
  transition: 0.5s;
}/*# sourceMappingURL=style.css.map */