@charset "UTF-8";
body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  opacity: 0.8;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  opacity: 0.8;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  scroll-behavior: smooth;
}

.footer__h1 {
  font-family: "Koulen", sans-serif;
  font-weight: normal;
  font-size: 49px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}

h1 {
  font-family: "Koulen", sans-serif;
  font-weight: normal;
  font-size: 76px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}

h2 {
  font-family: "Koulen", sans-serif;
  font-size: 95px;
  font-weight: normal;
  padding-top: 118px;
  padding-bottom: 50px;
  line-height: 120%;
  margin: 0;
}

h3 {
  font-family: "Jockey One", sans-serif;
  font-size: 31px;
  font-weight: normal;
  padding-top: 38px;
  padding-bottom: 38px;
  margin: 0;
}

.middle__size, .first__middlesize {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  padding-top: 31px;
  padding-bottom: 80px;
  line-height: 160%;
}

@media (min-width: 580px) {
  p {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  h1, .footer__h1 {
    font-size: 118px;
    line-height: 120%;
  }

  h2 {
    font-size: 118px;
    padding-top: 132px;
    padding-bottom: 30px;
  }

  h3 {
    font-size: 36px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .middle__size, .first__middlesize {
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (min-width: 800px) {
  h1, .footer__h1 {
    font-size: 169px;
  }

  h2 {
    font-size: 133px;
    padding-top: 149px;
    padding-bottom: 90px;
  }

  h3 {
    font-size: 52px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .middle__size {
    font-size: 41px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .first__middlesize {
    font-size: 41px;
    padding-top: 0px;
    padding-bottom: 58px;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  h1, .footer__h1 {
    font-size: 206px;
  }

  h2 {
    font-size: 166px;
    padding-top: 83px;
    padding-bottom: 83px;
  }

  h3 {
    font-size: 52px;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid > * {
  grid-column: 1/-1;
}

.tgrid1-2 {
  grid-column: 1/2;
}

.tgrid2-3 {
  grid-column: 2/3;
}

@media (min-width: 800px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tagrid1-3 {
    grid-column: 1/3;
  }

  .tagrid3-6 {
    grid-column: 3/6;
  }

  .tagrid1-5 {
    grid-column: 1/5;
  }

  .tagrid2-5 {
    grid-column: 2/5;
  }

  .tagrid4-6 {
    grid-column: 4/6;
  }

  .projet__divd {
    position: relative;
    grid-column: 3/6;
    grid-row: 1;
  }

  .projet__div {
    position: relative;
    grid-column: 1/3;
    grid-row: 1;
  }
}
@media (min-width: 1200px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 30px;
    padding-left: 80px;
    padding-right: 40px;
  }

  .dgrid1-4 {
    grid-column: 1/4;
  }

  .dgrid2-6 {
    grid-column: 2/6;
  }

  .dgrid3-6 {
    grid-column: 3/6;
  }

  .dgrid3-7 {
    grid-column: 3/7;
  }

  .dgrid4-7 {
    grid-column: 4/7;
  }

  .projet__divd {
    position: relative;
    grid-column: 4/7;
    grid-row: 1;
  }

  .projet__div {
    position: relative;
    grid-column: 1/4;
    grid-row: 1;
  }
}
footer {
  position: relative;
  font-family: "DM Mono", monospace;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  background-color: #D4B700;
  color: black;
  width: 100%;
  padding-top: 6vw;
  padding: 20px 0;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 50px;
}

.GitHub {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.nav__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0;
  margin: 0;
}

.list__lien {
  text-decoration: none;
  color: black;
  position: relative;
  text-decoration: none;
}

.list__lien::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: black;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.list__lien:hover::after {
  transform: scaleX(1);
}

.list__lien:hover {
  opacity: 0.5;
}

.credit {
  text-align: center;
  color: black;
  font-size: 16px;
}

.line__apparition {
  display: block;
  width: var(--line-width, 0%);
  height: 1px;
  background-color: black;
  margin: 10px auto;
  opacity: 0.5;
  transition: width 1s ease;
}

.footer__h1 {
  line-height: 100%;
}

.nav__contact {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  padding: 0;
  margin: 0;
}

@media (min-width: 800px) {
  .nav__list {
    flex-direction: row;
    gap: 30px;
  }

  .footer {
    font-size: 18px;
  }
}
header {
  background: linear-gradient(45deg, #A33938 0%, #612222 70%, #682424 100%);
}

.parallax {
  height: 100vh;
  position: relative;
  padding-top: 50px;
}

.parallax__el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.parallax__el:nth-child(1) {
  background-image: url(../assets/images/premier.svg);
  z-index: 7;
  /* Le plus proche de l'utilisateur */
}

.parallax__el:nth-child(2) {
  background-image: url(../assets/images/deuxieme.svg);
  z-index: 6;
  /* Au milieu */
  top: -3%;
}

.parallax__el:nth-child(3) {
  background-image: url(../assets/images/troisieme.svg);
  z-index: 5;
  /* Le plus éloigné */
  top: -5%;
}

.parallax__el:nth-child(4) {
  background-image: url(../assets/images/dernier.svg);
  z-index: 4;
  /* Le plus éloigné */
  top: -9%;
}

.parallax__cover {
  position: relative;
}

.container {
  position: fixed;
  width: -webkit-fill-available;
  padding-top: 150px;
}

.container__h1 {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.container__el {
  margin: 0;
  padding: 0;
}

.container__text {
  text-align: center;
  margin: 0;
  padding: 0;
}

.container__avantage {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
  opacity: 1;
}

.container__el {
  padding-bottom: 0;
}

main {
  position: relative;
  z-index: 100;
  background-color: black;
}

.container--hello {
  position: fixed;
  width: -webkit-fill-available;
  padding-top: 55px;
}

@media (min-width: 800px) {
  .parallax {
    padding-top: 15em;
  }

  .parallax__el:nth-child(2) {
    top: -7%;
  }

  .parallax__el:nth-child(3) {
    top: -11%;
  }

  .parallax__el:nth-child(4) {
    top: -16%;
  }

  .parallax {
    padding-top: 300px;
  }

  .container--hello {
    position: fixed;
    width: -webkit-fill-available;
    padding-top: 55px;
  }
}
@media (min-width: 1200px) {
  .parallax {
    padding-top: 500px;
  }

  .container {
    height: 100vh;
    padding-top: 55px;
  }
}
span {
  color: #D94D4C;
}

.h2__span {
  display: block;
  color: white;
}

.text-default {
  color: white;
  opacity: 1;
  transform: translateY(0);
}

.text-hover {
  opacity: 0;
  transform: translateY(10px);
}

.btn__lien:hover .text-default {
  opacity: 0;
  transform: translateY(-10px);
}

.btn__lien:hover .text-hover {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
  color: white;
}

.btn__lien {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
  border: 2px solid white;
  text-decoration: none;
  color: white;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: letter-spacing 0.3s ease-in-out, border 0.3s ease-in-out;
}

.btn__lien::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #D4B700;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 1;
}

.btn__lien span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover */
.btn__lien:hover::before {
  transform: translateY(0);
}

.btn__lien:hover {
  border-color: #D4B700;
}

.text_middle {
  text-align: center;
}

.projet__number {
  position: absolute;
  font-size: 186px;
  opacity: 0.2;
  top: -6%;
  left: 37%;
  z-index: 0;
  overflow: hidden;
}

.number__case {
  font-family: "Koulen", sans-serif;
  font-size: 25px;
  padding: 0;
}

.projet__numbercase {
  position: absolute;
  font-size: 186px;
  opacity: 0.2;
  top: -3%;
  left: 4%;
  z-index: 0;
  overflow: hidden;
}

.projet__numbercaseb {
  position: absolute;
  font-size: 186px;
  opacity: 0.2;
  top: 52%;
  left: -1%;
  z-index: 0;
  overflow: hidden;
}

.projet__numbercodekit {
  position: absolute;
  font-size: 186px;
  opacity: 0.2;
  top: -6%;
  left: 37%;
  z-index: 0;
  overflow: hidden;
  z-index: -1;
}

.projet__divd {
  position: relative;
}

.projet__div {
  position: relative;
}

.span__header {
  display: block;
  color: #D4B700;
}

.span__middlec {
  color: #D94D4C;
}

.visuel__display {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}

.dataplay__team {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: auto;
}

.dataplay__plus {
  margin: 0;
}

.span__footer {
  display: block;
  color: black;
}

.visuel__number {
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
  font-family: "Koulen", sans-serif;
  font-size: 25px;
}

.lien__ul {
  list-style: none;
  padding: 0;
}

.lien__text {
  padding-left: 40px;
}

.lien__li a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  text-decoration: none;
  font-family: "Koulen", sans-serif;
  font-weight: normal;
  font-size: 61px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  width: 100%;
  transition: all 0.5s ease-out;
}

.lien__li a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../assets/images/backtotop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
  opacity: 0;
  transition: all 0.7s ease-out;
}

.lien__li a:hover::after {
  opacity: 1;
}

.lien__li a:hover {
  background-color: #D4B700;
}

.span__middlec {
  display: block;
  color: #D94D4C;
}

@media (min-width: 580px) {
  .projet__number, .projet__numbercodekit {
    font-size: 240px;
    top: -6%;
    left: 37%;
  }
}
@media (min-width: 800px) {
  .span__middlec {
    display: block;
    color: #D94D4C;
  }

  .number__case, .visuel__number {
    font-size: 32px;
    grid-column: 1/3;
  }
}
.menu {
  position: relative;
  z-index: 1000;
}

.menu__projet {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}

.menu__toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 110;
  background: none;
  border: none;
}

.menu__bar {
  display: block;
  width: 41px;
  height: 3px;
  margin: 9px 0;
  background-color: #ffffff;
  transition: 0.4s;
  background-color: none;
}

.menu--open .menu__bar:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}

.menu--open .menu__bar:nth-child(2) {
  transform: translateY(-13px) rotate(-45deg);
}

/* Overlay menu */
.menu__liste {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.731);
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20%;
  gap: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

/* Liens */
.el__lien {
  position: relative;
  text-decoration: none;
  color: white;
  font-family: "Jockey One", sans-serif;
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 2px;
  transition: opacity 0.3s ease;
}

.menu__el a {
  display: inline-block;
  transition: transform 0.4s ease;
}

.menu__el a:hover {
  transition: transform 0.4s ease;
  transform: translateX(20px);
}

.el__lien::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #D4B700;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.el__lien:hover::after {
  transform: scaleX(1);
}

.el__lien {
  transition: transform 0.4s ease;
}

.el__lien:hover {
  transform: translate(20px);
}

.menu--open .menu__liste {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.menu__el--active {
  transform: translate(20px);
}

.menu__el--active .el__lien {
  color: #D4B700;
}

@media (min-width: 800px) {
  .menu__toggle {
    display: none;
  }

  .menu--open {
    display: block;
  }

  #navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s ease;
    z-index: 1000;
  }

  .menu__liste {
    position: relative;
    z-index: 110;
    inset: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    flex-direction: row;
    background: none;
    justify-content: flex-end;
    padding-top: 35px;
    right: 0;
    padding-right: 100px;
    width: auto;
  }

  .menu__el:hover {
    transform: translate(0px);
  }

  .menu__el a:hover {
    transform: translateX(0px);
  }

  .el__lien {
    font-size: 16px;
  }

  .menu__projet {
    display: none;
  }

  .menu__el--active {
    transform: translate(0px);
  }
}
section {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}

.Codekit {
  padding-bottom: 50px;
}

.helloword {
  position: relative;
  background-color: #A33938;
  color: white;
  padding-top: 6vw;
  /* espace pour la forme */
}

.helloword__bg, .dataplay__bg, .start__bg, .hierarchie__bg {
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  height: 6vw;
  min-height: 50px;
  max-height: 150px;
  display: block;
}

.helloword__reverse, .dataplay__reverse, .start__reverse, .hierarchie__reverse {
  position: absolute;
  bottom: -49px;
  transform: rotate(180deg);
  left: 0;
  width: 100%;
  height: 6vw;
  min-height: 50px;
  max-height: 150px;
  display: block;
}

.footer__bg {
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  height: 5vw;
  min-height: 50px;
  max-height: 150px;
  display: block;
}

.dataplay {
  position: relative;
  background-color: #6A2525;
  color: white;
  padding-top: 6vw;
  padding-bottom: 50px;
}

.section--start {
  position: relative;
  background-color: #A33938;
}

.section--hierarchie {
  position: relative;
  background-color: #6A2525;
  color: white;
}

.section--tab {
  padding-top: 100px;
}

.section--theme {
  position: relative;
  background-color: #A33938;
}

.section--donnee {
  position: relative;
  background-color: #6A2525;
  color: white;
}

.section--but {
  position: relative;
  background-color: #A33938;
  color: white;
}

.section--besoins {
  position: relative;
  background-color: #6A2525;
}

.section--result {
  position: relative;
}

.section--ilabs {
  position: relative;
}

.section--sensi {
  position: relative;
  background-color: #A33938;
}

.section--mobilite {
  position: relative;
  background-color: #6A2525;
}

.section--partie {
  position: relative;
}

.section--codekit {
  background-color: #A33938;
  margin-bottom: -50px;
}

.section--principe {
  background-color: #A33938;
}

.section--cmt {
  background-color: #6A2525;
}

@media (min-width: 800px) {
  .Codekit, .RUX {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .section--codekit {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.backToTop {
  position: fixed;
  right: 20px;
  width: 48px;
  height: 48px;
  z-index: 1000;
  color: white;
  font-size: 0;
  text-decoration: none;
  background-color: #D4B700;
  background-image: url(../assets/images/backtotop.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  bottom: -80px;
  opacity: 0;
  transition: bottom 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
}

.backToTop--show {
  bottom: 20px;
  opacity: 1;
  pointer-events: auto;
}

/* SYSTEME TAB */
.tab__content {
  display: none;
  text-align: center;
}

.tab__content--active {
  display: block;
}

.content__grid {
  display: inline-block;
  max-width: 500px;
  height: auto;
}

.tab__el a {
  display: block;
  width: 100px;
  height: 40px;
  padding: 1rem;
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border: 2px solid white;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: letter-spacing 0.3s ease-in-out, border 0.3s ease-in-out;
}

.tab__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes pageAnimationBloc2 {
  to {
    transform: skew(0deg) translateX(0);
  }
}

@keyframes pageAnimationBloc2 {
  to {
    transform: skew(0deg) translateX(0);
  }
}
.bloc2 {
  z-index: 2000;
  position: fixed;
  width: 180vw;
  height: 100vh;
  z-index: 10;
  background-color: #D4B700;
  position: fixed;
  top: 0;
  left: -200px;
  transform: skew(0deg) translateX(-100%);
}

.pageAnimation .bloc2 {
  -webkit-animation: pageAnimationBloc2 0.5s 0.5s forwards;
          animation: pageAnimationBloc2 0.5s 0.5s forwards;
}

img {
  width: 100%;
}

.figure__legende {
  opacity: 0.7;
  font-style: italic;
}

.style__colors {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
}

.style__block {
  width: 100px;
  height: 100px;
  background-color: #AA471B;
  border-radius: 10px;
}

.style__block02 {
  width: 100px;
  height: 100px;
  background-color: #EBE5DF;
  border-radius: 10px;
}

.visuel__voiture {
  width: 130px;
  height: auto;
}

.visuel__panneau {
  width: 80px;
  height: auto;
}

.dataplay__team img {
  padding-top: 50px;
  width: 100px;
  height: auto;
}

.dataplay__center {
  text-align: center;
}

/* LOTTIE ANIMATIONS */
#grenouille, #araignee, #slime {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.figure {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.creation__img {
  display: flex;
  justify-content: center;
}

.creation__figure {
  padding: 0;
  margin: 0;
  max-width: 600px;
  align-items: center;
}

.visuel__accident {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.style__image {
  max-width: 700px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
}

@media (min-width: 580px) {
  .visuel__image {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
}
@media (min-width: 800px) {
  .dataplay__team img {
    padding-top: 100px;
    width: 150px;
    height: auto;
  }

  .monstres__display {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
}
@media (min-width: 1200px) {
  .monstres__display {
    gap: 100px;
  }
}
.container__credit {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: -1;
  inset: 0;
  opacity: 0.6;
}

.container__h1 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.credit {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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