@charset "UTF-8";
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.tgrid3-5 {
  grid-column: 3/5;
}

body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  z-index: 1;
}

.title {
  color: #e41612;
}

body {
  background-color: black;
  color: white;
}

.second-body {
  background-color: white;
  color: black;
}

h1 {
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  z-index: 10;
  margin-bottom: 0;
}

.h1-first {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 58px;
  text-transform: uppercase;
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}

.textemid {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

h2 {
  font-size: 26px;
  margin-top: 36.4px;
  margin-bottom: 36.4px;
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}

.h2-cri {
  font-size: 36px;
  margin-bottom: 0;
  display: block;
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}

.h2-div {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 25.6px;
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}

p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 25.6px;
  margin-bottom: 25.6px;
}

.lien-video {
  opacity: 0.8;
  color: white;
  font-style: italic;
  font-size: clamp(0.875rem, 0.8438rem + 0.1667vw, 1rem);
}

.p-milieux {
  display: flex;
  justify-content: center;
  align-items: center;
}

.date {
  margin: 0;
}

.date-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  width: 100%;
}

footer {
  position: relative;
}

@media (min-width: 650px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  p {
    font-size: 18px;
    margin-top: 28.8px;
    margin-bottom: 28.8px;
    font-family: "Inter", sans-serif;
  }

  h2 {
    font-size: 37px;
    margin-top: 51px;
    margin-bottom: 51px;
  }

  .h2-div {
    font-size: 31px;
    margin-bottom: 0;
    margin-top: 25.6px;
  }

  .h1-first {
    font-size: 75px;
  }

  h1 {
    font-size: 49px;
    z-index: 10;
    margin-bottom: 0;
  }

  .h2-cri {
    font-size: 49px;
    margin-top: 68px;
    margin-bottom: 0;
    display: block;
  }
}
@media (min-width: 800px) {
  .tagrid1-3 {
    grid-column: 1/3;
  }

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

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

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

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

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

  .centerp {
    display: flex;
    justify-content: center;
    align-self: center;
  }

  h1 {
    font-size: 64px;
    z-index: 10;
    margin-bottom: 0;
  }

  .h2-cri {
    font-size: 64px;
    margin-bottom: 0;
    display: block;
  }

  h2 {
    font-size: 37px;
    margin-top: 70px;
    margin-bottom: 51px;
  }
}
@media (min-width: 1200px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

  .dgrid5-8 {
    grid-column: 5/8;
  }

  .dgrid6-8 {
    grid-column: 6/8;
  }

  p {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .h1-first {
    font-size: 97px;
  }

  h2 {
    font-size: 47px;
    margin-top: 80px;
    margin-bottom: 65px;
  }

  .h2-div {
    font-size: 41px;
    margin-bottom: 0;
    margin-top: 25.6px;
  }

  h1 {
    font-size: 84px;
    z-index: 10;
    margin-bottom: 0;
  }

  .h2-cri {
    font-size: 84px;
    margin-bottom: 0;
    margin-top: 100px;
    display: block;
  }
}
img {
  width: 100%;
}

.montage {
  max-width: 100%;
  height: auto;
}

.grille-fond {
  position: absolute;
  max-height: 150px;
  top: 0;
  right: 40%;
  z-index: -10;
  margin: 0;
  padding: 0;
}

.grille-fondfoot {
  position: absolute;
  max-height: 150px;
  bottom: 0;
  left: 20%;
  z-index: -10;
  margin: 0;
  padding: 0;
}

/* CARROUSEL ChatGPT */
.carousel {
  position: relative;
  width: 100%;
  max-width: 600px;
  /* taille max responsive */
  margin: 50px auto;
  overflow: hidden;
  border-radius: 16px;
}

/* Track container */
.carousel-track-container {
  overflow: hidden;
  width: 100%;
}

/* Track */
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Items */
.carousel-item {
  min-width: 100%;
  height: 340px;
  position: relative;
}

.carousel-item iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
}

/* Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

.Micode-critique {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: -20;
  margin-top: -5vw;
  margin-bottom: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ombre-foule {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: auto;
  top: 10px;
  left: 0;
  right: 0;
}

img.fullscreen {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.fleche {
  top: 420px;
  width: 40px;
  height: auto;
  margin-top: 10px;
}

.minia {
  margin-top: 20px;
}

/* SVG arriere plan ChatGPT*/
.animated-background {
  position: absolute;
  /* Pour couvrir tout même au scroll */
  width: 100vw;
  height: 100dvh;
  z-index: -101;
  pointer-events: none;
}

.animated-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /* assez large pour éviter de sortir de l'écran */
  height: auto;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  -webkit-animation: bubbleFloat 20s ease-in-out infinite;
          animation: bubbleFloat 20s ease-in-out infinite;
  /* ralenti + ample */
}

@-webkit-keyframes bubbleFloat {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(-30%, -70%) scale(1.05) rotate(3deg);
  }
  40% {
    transform: translate(-70%, -30%) scale(1.1) rotate(-2deg);
  }
  60% {
    transform: translate(-40%, -80%) scale(1.08) rotate(1deg);
  }
  80% {
    transform: translate(-60%, -20%) scale(1.04) rotate(-1deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

@keyframes bubbleFloat {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(-30%, -70%) scale(1.05) rotate(3deg);
  }
  40% {
    transform: translate(-70%, -30%) scale(1.1) rotate(-2deg);
  }
  60% {
    transform: translate(-40%, -80%) scale(1.08) rotate(1deg);
  }
  80% {
    transform: translate(-60%, -20%) scale(1.04) rotate(-1deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
/* MEME A GAUCHE */
.animated-background-g {
  position: absolute;
  width: 100vw;
  height: 100dvh;
  z-index: -100;
  pointer-events: none;
}

.animated-background-g img {
  position: absolute;
  top: 50%;
  left: 20%;
  /* ← Décalé vers la gauche */
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  -webkit-animation: bubbleFloatLeft 20s ease-in-out infinite;
          animation: bubbleFloatLeft 20s ease-in-out infinite;
}

@-webkit-keyframes bubbleFloatLeft {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(-60%, -55%) scale(1.05) rotate(3deg);
  }
  40% {
    transform: translate(-70%, -45%) scale(1.1) rotate(-2deg);
  }
  60% {
    transform: translate(-65%, -60%) scale(1.08) rotate(1deg);
  }
  80% {
    transform: translate(-55%, -40%) scale(1.04) rotate(-1deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

@keyframes bubbleFloatLeft {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(-60%, -55%) scale(1.05) rotate(3deg);
  }
  40% {
    transform: translate(-70%, -45%) scale(1.1) rotate(-2deg);
  }
  60% {
    transform: translate(-65%, -60%) scale(1.08) rotate(1deg);
  }
  80% {
    transform: translate(-55%, -40%) scale(1.04) rotate(-1deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
.animated-background,
.animated-background-g {
  position: absolute;
  width: 100%;
  /* ← au lieu de 100vw */
  height: 100dvh;
  z-index: -101;
  pointer-events: none;
}

.jaunevector {
  position: absolute;
  z-index: -10;
  width: 50%;
  height: auto;
  right: 57%;
  -webkit-animation: floatVector 12s ease-in-out infinite;
          animation: floatVector 12s ease-in-out infinite;
  pointer-events: none;
}

@-webkit-keyframes floatVector {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(50px, -30px) rotate(5deg) scale(1.1);
  }
  40% {
    transform: translate(-40px, 40px) rotate(-5deg) scale(1);
  }
  60% {
    transform: translate(60px, -80px) rotate(3deg) scale(1.08);
  }
  80% {
    transform: translate(-30px, 30px) rotate(-3deg) scale(1.12);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes floatVector {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(50px, -30px) rotate(5deg) scale(1.1);
  }
  40% {
    transform: translate(-40px, 40px) rotate(-5deg) scale(1);
  }
  60% {
    transform: translate(60px, -80px) rotate(3deg) scale(1.08);
  }
  80% {
    transform: translate(-30px, 30px) rotate(-3deg) scale(1.12);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.jaunevectord {
  position: absolute;
  z-index: -10;
  width: 60%;
  height: auto;
  left: 57%;
  -webkit-animation: floatVectorOpposite 12s ease-in-out infinite;
          animation: floatVectorOpposite 12s ease-in-out infinite;
  pointer-events: none;
}

@-webkit-keyframes floatVectorOpposite {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(-50px, 30px) rotate(-5deg) scale(1.1);
  }
  40% {
    transform: translate(40px, -40px) rotate(5deg) scale(1);
  }
  60% {
    transform: translate(-60px, 80px) rotate(-3deg) scale(1.08);
  }
  80% {
    transform: translate(30px, -30px) rotate(3deg) scale(1.12);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes floatVectorOpposite {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(-50px, 30px) rotate(-5deg) scale(1.1);
  }
  40% {
    transform: translate(40px, -40px) rotate(5deg) scale(1);
  }
  60% {
    transform: translate(-60px, 80px) rotate(-3deg) scale(1.08);
  }
  80% {
    transform: translate(30px, -30px) rotate(3deg) scale(1.12);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.image-etude {
  margin-bottom: 10px;
}

@media (min-width: 800px) {
  .intro-Micode {
    width: 80%;
  }

  .minia {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .intro-Micode {
    width: 70%;
  }

  .Micode-critique {
    width: 80%;
    height: auto;
    overflow: hidden;
    z-index: -20;
    margin-top: -5vw;
    margin-bottom: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .ombre-foule {
    position: absolute;
    width: 100%;
    height: auto;
    top: -100px;
    left: 0;
  }

  .minia {
    margin-top: 60px;
  }
}
/*Menu tel*/
.menu-btn {
  width: 44px;
  height: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background: transparent;
  background: rgba(255, 255, 255, 0);
  color: transparent;
  border: 0;
  cursor: pointer;
}

.menu-btn i {
  display: block;
  width: 100%;
  height: 10%;
  background: rgb(255, 255, 255);
  position: absolute;
  right: 0%;
  transition: all 0.3s;
}

.bouton i {
  display: block;
  width: 100%;
  height: 10%;
  background: rgb(0, 0, 0);
  position: absolute;
  right: 0%;
  transition: all 0.3s;
}

.menu-btn i:nth-child(1) {
  top: 0%;
  transition: all 0.3s;
}

.menu-btn i:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menu-btn i:nth-child(3) {
  bottom: 0%;
}

.menu-btn:hover i {
  background: rgba(208, 207, 207, 0.681);
}

.bouton:hover i {
  background: rgba(186, 186, 186, 0.681);
}

.menu-btn:hover i:nth-child(1) {
  top: 10%;
}

.menu-btn:hover i:nth-child(3) {
  bottom: 10%;
}

.menu-wrapper {
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  flex-direction: column;
}

/* open states */
.menu-wrapper.open {
  left: 0;
}

.menu-btn.open i:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right center;
  width: 50%;
}

.menu-btn.open i:nth-child(3) {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
  transform-origin: right center;
  width: 50%;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

li a.active {
  color: #c5c6ff;
  transform: translateX(10px);
}

li a {
  font-family: "Hind Madurai", sans-serif;
  color: white;
  display: flex;
  text-decoration: none;
  font-size: 40px;
  font-style: italic;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s ease;
  /* ChatGPT */
}

li a:hover {
  color: #c5c6ff;
  transform: translateX(10px);
}

span {
  font-size: 26px;
  color: white;
}

/* MENU PC */
.menu2 {
  display: none;
}

.menu3 {
  display: none;
}

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

  .menu2 {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0 40px;
    height: 70px;
    align-items: center;
    z-index: 1000;
  }

  .menu3 {
    display: flex;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2509803922);
    border-radius: 20px;
    right: 0;
    padding: 0 40px;
    height: 70px;
    align-items: center;
    z-index: 1000;
  }

  .menu__liste {
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu__el a {
    font-family: "Hind Madurai", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .menu__el2 a {
    font-family: "Hind Madurai", sans-serif;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 18px;
    font-style: italic;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .menu__el a:hover {
    color: #c5c6ff;
    transform: translateY(-2px);
  }

  .menu__el2 a:hover {
    color: #d9ff03;
    transform: translateY(-2px);
  }

  .menu__el--actif a {
    color: #c5c6ff;
  }

  .menu__el2--actif a {
    color: #8ea602;
  }
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section {
  position: relative;
}

.section--header {
  min-height: 100vh;
  /* au moins la hauteur de l'écran */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.section--headerDiv {
  min-height: 100vh;
  /* au moins la hauteur de l'écran */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.line {
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin: 20px 0;
}

.line02 {
  width: 70%;
  height: 2px;
  background: #000000;
  margin: 20px 0;
}

.line03 {
  width: 100%;
  height: 2px;
  background: #000000;
  margin: 20px 0;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lien-chaine {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.lien-chaine02 {
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.lien-chaine:hover, .lien-chaine02:hover {
  color: rgb(118, 115, 115);
  transition: color 0.3s ease;
  text-decoration: none;
}

/* IA */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

/* Quand visible */
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

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