@media screen and (min-width: 1200px) {
  html {
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  body {
    overflow-y: visible;
    position: relative;
    height: unset;
    background-color: rgb(0, 0, 0);
  }

  html,
  body {
    overflow-x: hidden;
    margin: 0;
  }

  .container {
    width: 400%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
  }

  .firstContainer {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: black;
  }

  .red {
    display: block;
    background-color: black;
    width: 80%;
    height: 100%;
    position: relative;
  }

  h1 {
    font-size: 120px;
    color: #fafafa;
    font-family: Montreal-medium, sans-serif;
    line-height: 0.9;
  }

  header {
    z-index: 1;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;

    align-items: center;
    color: black;
    background-color: black;
    padding: 25px;
    border-bottom: 1px solid white;
  }

  header a,
  header p {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
  }

  .panel,
  .panell {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Ensure that panel is relative */
  }

  header a {
    display: initial;
    position: relative;
    right: 50px;
    text-decoration: none;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 300;
  }

  .total {
    display: none;
  }

  .hamburger,
  .background {
    display: none;
  }

  .h-02 {
    position: relative;
    left: -150px;
  }

  .links--01 {
    width: 80%;
    position: absolute;
    bottom: 30px;
    align-items: center;
    left: 20px;
    display: flex;
    justify-content: space-between;
  }

  .links--01 ul {
    display: flex;
    gap: 20px;
    position: relative;
    left: 50px;
    font-family: "PP Neue Montreal Book";
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .links--01 a {
    text-decoration: none;
    color: white;
  }
  .arrow-01,
  .arrow-02,
  .arrow-03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .arrow-01 p {
    font-family: "PP Neue Montreal Book";
    font-size: 30px;
    position: absolute;
    margin-left: -250px;
    width: 500px;
    color: white;
  }

  .arrow-02 p {
    font-family: "PP Neue Montreal Book";
    font-size: 30px;
    position: absolute;
    margin-left: -380px;
    width: 500px;
    color: white;
  }

  .arrow-02 svg {
    position: relative;
    left: -0px;
    transform: rotate(0); /* Ajustement de la rotation à 0 degrés */
    animation: moveArrow 2s infinite;
  }

  .arrow-01 svg {
    position: relative;
    left: 120px;
    transform: rotate(0); /* Ajustement de la rotation à 0 degrés */
    animation: moveArrow 2s infinite;
  }

  @keyframes moveArrow {
    0% {
      transform: translateX(0); /* Déplacement horizontal de 0 pixels */
    }
    50% {
      transform: translateX(5px); /* Déplacement horizontal de 5 pixels */
    }
    100% {
      transform: translateX(
        0
      ); /* Retour au déplacement horizontal de 0 pixels */
    }
  }
  .title--01 {
    position: relative;
    top: -20px;
  }
  .prt {
    color: white;
    width: 80%;
    position: absolute;
    top: 120px;
    font-size: 24px;
    font-family: "Montreal Regular";
    align-items: center;
    left: 50px;
    display: flex;
    justify-content: space-between;
  }
  .prt p {
    display: flex;
    font-family: "Montreal Regular";
    list-style: none;
    position: relative;
    left: 50px;
    margin: 0;
    padding: 0;
  }

  .title--01 .h-02 {
    color: white;
    -webkit-text-stroke: 1px transparent; /* Initial text stroke */
    transition: color 0.4s ease, -webkit-text-stroke-color 0.4s ease,
      opacity 0.4s ease;
  }

  .title--01 .h-02:hover {
    z-index: 1;
    cursor: cell;
    color: transparent;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    opacity: 1; /* Adjust this value to the desired transparency */
  }

  .title--01 h1 {
    margin: 0; /* Supprime la marge par défaut pour le <h1> */
    padding: 0; /* Supprime le padding par défaut pour le <h1> */
    position: relative;
    z-index: 1;
    color: transparent;
    -webkit-text-stroke: 1px white; /* Bordure autour du texte pour le rendre plus visible */
    transition: color 0.4s ease, -webkit-text-stroke-color 0.4s ease; /* Transition de couleur de texte et de bordure */
  }

  .title--01 h1:hover {
    cursor: cell;
    color: white; /* Couleur de texte au survol */
    -webkit-text-stroke-color: transparent; /* Bordure transparente au survol */
  }

  /* texte defillant */
  .marquee-rtl,
  .marquee-rtl-2 {
    display: flex;
    overflow: hidden; /* Masque tout ce qui dépasse */
    width: 1050px; /* S'assure que le conteneur occupe toute la largeur */
    white-space: nowrap; /* Empêche le texte de se couper */
    position: absolute;
    z-index: 1;
    left: -477px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-family: "Montreal Regular";
    font-size: 24px;
    transform: rotate(90deg);
    color: white;
    padding: 25px 0; /* Ajuste le padding pour s'adapter au texte */
  }

  .marquee-rtl .inner,
  .marquee-rtl-2 .inner {
    display: flex;
    animation: defilement-rtl 30s linear infinite;
  }

  .marquee-rtl .inner div,
  .marquee-rtl-2 .inner div {
    padding-right: 2em; /* Un peu d'espace pour la transition */
    white-space: nowrap; /* Pas de passage à la ligne */
  }

  @keyframes defilement-rtl {
    0% {
      transform: translateX(0); /* Position initiale */
    }
    100% {
      transform: translateX(-100%); /* Position finale */
    }
  }
  .orange {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background-color: rgb(0, 0, 0);
  }
  .aboutme {
    position: absolute;
    left: 350px;
    top: 80px;
    font-size: 98px;
    padding: 15px;
    width: 1550px;
    padding-top: 55px;
    padding-bottom: 0;
    font-family: "PP Neue Montreal Book";
    color: white;
    height: auto;
  }
  .aboutme span {
    color: wheat;
  }
  .l-02 {
    position: relative;
    left: 100px;
  }
  .l-03 {
    position: relative;
    left: -130px;
  }
  .l-04 {
    position: relative;
    left: 120px;
  }
  .gif-01 {
    position: relative;
    border-right: 1px solid white;
    border-left: 1px solid white;
    left: -150px;
    z-index: -1;
    width: 950px;
    height: 950px;
    object-fit: cover;
  }
  .p-01 {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 600px;
    padding-right: 75px;
    font-family: "PP Neue Montreal Book";
    font-size: 19px;
    color: white;
    height: 92.5%;
    border-right: 1px solid white;
  }
  .p-01 p {
    margin-top: 85px;
  }
  .purple {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    display: block;
    padding-right: 150px;
    width: 100%;
    background-color: rgb(0, 0, 0);
  }
  .parent {
    display: grid;
    position: relative;
    left: 850px;
    top: 150px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 30%;
  }

  .parents-1 {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 30%;
  }

  .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .div3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .div4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .div5 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .div-1 {
    grid-area: 3 / 2 / 4 / 3;
  }
  .div-2 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .div-3 {
    grid-area: 4 / 2 / 5 / 3;
  }
  .div-4 {
    grid-area: 5 / 1 / 6 / 2;
  }
  .div-5 {
    grid-area: 5 / 2 / 6 / 3;
  }
  h3 {
    position: absolute;
    top: -80px;
    left: 0px;
    font-family: "PP Neue Montreal Book";
    font-size: 36px;
    color: wheat;
  }

  .color {
    color: wheat;
  }

  .container-03 p {
    width: 90%;
  }
  .container-04 p,
  .container-05 p {
    width: 70%;
  }

  .container-03 {
    width: auto;
    position: absolute;
    left: 1700px;
    top: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-size: 36px;
    border-left: 1px solid white;
    padding: 15px;
    font-family: "PP Neue Montreal Book";
    color: white;
    height: auto;
  }

  .container-04 {
    border-bottom: 1px solid white;
    font-size: 36px;
    position: absolute;
    left: 1700px;
    top: 265px;
    width: auto;
    padding: 15px;
    border-left: 1px solid white;
    font-family: "PP Neue Montreal Book";
    height: auto;
    border-left: 1px solid white;
    color: white;
  }

  .container-05 {
    border-bottom: 1px solid white;
    font-size: 36px;
    position: absolute;
    left: 1700px;
    top: 455px;
    width: auto;
    border-left: 1px solid white;
    padding: 15px;
    font-family: "PP Neue Montreal Book";
    height: auto;
    color: white;
  }

  .container-03 span,
  .container-04 span,
  .container-05 span {
    color: wheat;
    font-size: 16px;
    font-weight: bold;
  }

  .container-03 p,
  .container-04 p,
  .container-05 p {
    font-size: 16px;
    margin-top: 25px;
  }
  .p-03 {
    font-family: "PP Neue Montreal Book";
    font-size: 24px;
    color: white;
    padding: 15px;
    padding-top: 45px;
    border-bottom: 1px solid white;
    padding-bottom: 45px;
  }

  .p-03 span {
    font-size: 16px;
    color: #dfd2bb;
  }
  .p-02 {
    margin-top: 0px;
  }
  .p-05 {
    font-size: 70px;
    position: relative;
    left: 50px;
    font-family: "PP Neue Montreal Book";
    width: 600px;
    color: white;
  }
  .p-05 span,
  .contact-05 span,
  .lastContainer-01 span,
  .scroll-03 span {
    color: wheat;
    font-family: "PP Neue Montreal Italic";
  }
  .project {
    position: relative;
  }
  .p-05 {
    position: absolute;
    top: 80px;
  }
  .parent--01 {
    display: grid;
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .parent--01 div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "PP Neue Montreal Book";
    background-color: rgb(51, 51, 51);
    margin: 15px;
    border-radius: 2%;
    height: 300px;
    padding-bottom: 20px;
  }

  .parent--01 img {
    width: 100%;
    height: 250px;
    border-radius: 2%;
    object-fit: cover;
  }

  .parent--01 div p {
    margin: 15px;
  }

  .div--01 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .div--02 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .div--03 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .div--04 {
    grid-area: 1 / 4 / 2 / 5;
  }

  .button--01 {
    width: 70%;
    padding: 15px 20px;
    border: none;
    outline: none;
    background-color: #151515;
    color: #eee;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease-out;
  }

  .button--01:hover {
    transform: translateY(-3px);
  }

  .button--01-span {
    color: #aaa;
  }
  .parent .div-4,
  .parent .div-5 {
    display: none;
  }
  .container--2,
  .container--3,
  .container--4,
  .container--5 {
    position: relative;
    top: 150px;
    left: -30px;
    display: flex;
    flex-direction: column;
    font-family: "PP Neue Montreal Book";
    justify-content: center;
    margin: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-left: 25px;
    width: 450px;
  }

  .container--2 {
    position: relative;
    top: 120px;
  }

  .container--3 {
    position: relative;
    top: 50px;
  }

  .container--4 {
    position: relative;
    top: 100px;
  }

  .container--5 {
    position: relative;
    top: 50px;
  }
  img {
    width: 230px;
    height: 150px;
    object-fit: cover;
  }

  .container-total {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: -70px;
  }

  .links-06 {
    text-decoration: none;
  }

  /* bouton div img projets */

  .cta p {
    color: white;
    text-align: left;
  }

  .cta {
    margin-top: 25px;
    border: none;
    font-family: "PP Neue Montreal Book";
    background: none;
    cursor: pointer;
  }

  .cta span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 14px;
    padding-right: 15px;
    text-transform: uppercase;
  }

  .cta svg {
    fill: white;
    transform: translateX(-8px);
    transition: all 0.3s ease;
  }

  .cta:hover svg {
    transform: translateX(0);
  }

  .cta:active svg {
    transform: scale(0.9);
  }

  .hover-underline-animation {
    position: relative;
    color: rgb(255, 255, 255);
    padding-bottom: 20px;
  }

  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

  .cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .container-custom {
    width: 200vw; /* Assure que la largeur totale contient deux sections écran large */
    height: 100vh;
    display: flex;
    flex-direction: row;
  }
  .item,
  .item1 {
    width: 100vw; /* Largeur de chaque élément égale à la largeur de l'écran */
    height: 100vh;
    display: flex;
    background-color: black;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
  .links--03 {
    width: 80%;
    z-index: 9999;
    position: absolute;
    bottom: 30px;
    align-items: center;
    left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .links--03 ul {
    display: flex;
    z-index: 9999;
    gap: 20px;
    position: relative;
    left: 50px;
    font-family: "PP Neue Montreal Book";
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .links--03 a {
    text-decoration: none;
    color: white;
  }
  .arrow-03 svg {
    position: relative;
    left: 230px;
    transform: rotate(0); /* Ajustement de la rotation à 0 degrés */
    animation: moveArrow 2s infinite;
  }
  .arrow-03 p {
    font-family: "PP Neue Montreal Book";
    font-size: 30px;
    position: absolute;
    margin-left: -150px;
    width: 500px;
    color: white;
  }
  .contact-05 {
    position: absolute;
    left: 150px;
    top: 100px;
  }
  .contact-05 h1 {
    font-size: 80px;
    width: 900px;
    text-decoration: none;
  }

  .fancy2 {
    background-color: transparent;
    border: 2px solid wheat;
    border-radius: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0px;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: absolute;
    left: 420px;
    top: 280px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 24px;
  }

  .fancy {
    background-color: transparent;
    border: 2px solid wheat;
    border-radius: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0px;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: absolute;
    left: 35px;
    top: 280px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 24px;
  }

  .fancy::before,
  .fancy2::before {
    content: " ";
    width: 1.5625rem;
    height: 2px;
    background: wheat;
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
  }

  .fancy .text,
  .fancy2 .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(249, 249, 249);
  }

  .fancy .top-key,
  .fancy2 .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: #000000;
    transition: width 0.5s ease-out, left 0.3s ease-out;
  }

  .fancy .bottom-key-1,
  .fancy2 .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: #000000;
    transition: width 0.5s ease-out, right 0.3s ease-out;
  }

  .fancy .bottom-key-2,
  .fancy2 .bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: #000000;
    transition: width 0.5s ease-out, right 0.3s ease-out;
  }

  .fancy:hover,
  .fancy2:hover {
    color: white;
    background: black;
  }

  .fancy:hover::before,
  .fancy2:hover::before {
    width: 0.9375rem;
    background: white;
  }

  .fancy:hover .text,
  .fancy2:hover .text {
    color: white;
    padding-left: 1.5em;
  }

  .fancy:hover .top-key,
  .fancy2:hover .top-key {
    left: -2px;
    width: 0px;
  }

  .fancy:hover .bottom-key-1,
  .fancy:hover .bottom-key-2,
  .fancy2:hover .bottom-key-1,
  .fancy2:hover .bottom-key-2 {
    right: 0;
    width: 0;
  }
  .end-02 {
    position: relative;
    left: 150px;
  }
  .scroll-03 {
    display: flex;
    position: relative;
    top: -100px;
    left: 150px;
    justify-content: flex-start;
    color: white;
    font-family: "Montreal Regular";
    font-size: 75px;
  }
  .lastContainer-01 {
    display: flex;
    width: 100%; /* Assure que la largeur totale contient deux sections écran large */
    height: 90vh; /* S'assure que la hauteur est de 100% de la largeur de la fenêtre */
    color: wheat;
    flex-direction: column;
    border-top: 2px solid grey;
    z-index: 9999;
    align-items: center;
    background: black;
    position: relative; /* Nécessaire pour positionner les éléments enfants de manière absolue */
  }
  .lastContainer-01 h1 {
    font-size: 95px;
    width: 90%;
    text-align: center;
    margin-bottom: 70px;
  }
  .parents-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-family: "PP Neue Montreal Book";
    width: 50%;
  }

  .flex-container-3 {
    display: flex;
  }
  .parents-1 {
    display: grid;
    grid-template-columns: repeat(
      2,
      1fr
    ); /* Deux colonnes pour un agencement compact */
    grid-template-rows: repeat(
      3,
      auto
    ); /* Trois rangées pour varier la hauteur des éléments */
    grid-gap: 10px; /* Espace entre les éléments */
    width: 60%; /* Largeur de la grille */
    margin: auto; /* Centre la grille horizontalement */
  }

  .parents-1 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #000000; /* Couleur de fond pour les éléments */
    border-radius: 8px; /* Bords arrondis pour un style moderne */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre pour un effet de profondeur */
    text-align: center;
    font-size: 16px;
  }

  .parents-1 .divs-1 {
    grid-area: 1 / 1 / 2 / 2; /* Premier élément occupant une cellule */
    border-top: 2px solid gray;
    border-right: 2px solid gray;
  }

  .parents-1 .divs-2 {
    grid-area: 1 / 2 / 3 / 3; /* Deuxième élément occupant deux rangées */
    border-bottom: 2px solid gray;
    border-left: 2px solid gray;
  }

  .parents-1 .divs-3 {
    grid-area: 2 / 1 / 3 / 2; /* Troisième élément occupant une cellule */
  }

  .parents-1 .divs-4 {
    grid-area: 3 / 1 / 4 / 2; /* Quatrième élément occupant une cellule */
    border-bottom: 2px solid gray;
    border-left: 2px solid gray;
  }

  .parents-1 .divs-5 {
    grid-area: 3 / 2 / 4 / 3; /* Cinquième élément occupant une cellule */
  }

  .parents-1 img {
    width: 50px;
    height: 50px;
    margin-top: 10px; /* Espace entre le texte et l'image */
  }
  .footer {
    display: flex;
    padding: 40px;
    flex-direction: row;
    align-items: baseline;
    justify-content: center; /* Aligne les éléments à gauche */
    width: 100%;
    height: 200px;
    border-top: 3px solid grey;
    background-color: wheat;
  }

  .footer-01 h1 {
    font-family: "Montreal Regular";
  }

  .footer-01 p {
    font-family: "PP Neue Montreal Book";
  }

  .footer-01 {
    margin: 0 auto;
    width: 50%;
    margin-bottom: auto; /* Pour aligner au début du footer */
  }

  .footer-04 {
    margin: 0;
    padding-right: 40px;
    margin-bottom: 40px; /* Reprend la même marge que celle définie pour h1 */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    left: 0;
    width: 250px; /* Pour aligner à la fin du footer */
  }

  .footer-04 ul {
    margin: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    width: auto; /* Ajuste la largeur selon le contenu */
  }

  .footer-04 ul a {
    transition: color 0.2s ease-in-out;
  }

  .footer-04 ul a:hover {
    color: #9f9f9f;
    transition: 0.2s ease-in-out;
  }

  .footer-04 a {
    display: block; /* Affiche les liens en bloc pour les mettre sur différentes lignes */
    color: black;
    width: 150px;
    text-decoration: none;
    font-family: "PP Neue Montreal Book";
    margin-bottom: 15px;
  }

  .footer-04 h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    font-size: 24px; /* Ajuste la taille du titre */
  }

  .footer h1 {
    padding: 0;
    font-size: 36px;
    color: #313131;
    width: auto; /* Ajuste la largeur selon le contenu */
  }
  .btn-class-name {
    --color: 102, 255, 178;
    border-radius: 0.5em;
    transition: 0.3s;
    background-color: rgba(var(--color), 0.2);
    color: rgb(var(--color));
    fill: rgb(var(--color));
    font-family: monospace;
    font-weight: bolder;
    font-size: x-large;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    border: 2px solid rgb(var(--color));
    box-shadow: 0 0 10px rgba(var(--color), 0.4);
    outline: none;
    display: flex;
    align-items: center;
    padding: 0.5em 1em;
  }

  .btn-class-name:hover {
    box-shadow: 0 0 0 5px rgba(var(--color), 0.5);
  }

  .btn-class-name span {
    transform: scale(0.8);
    transition: 0.3s;
  }

  .btn-class-name:hover span {
    transform: scale(1);
  }

  .btn-class-name svg {
    font-size: 0;
    transform: scale(0.5) translateX(0%) rotate(-180deg);
    transition: 0.3s;
  }

  .btn-class-name:hover svg {
    font-size: 20px;
    transform: scale(1) translateX(20%) rotate(0deg);
  }

  .btn-class-name:active {
    transition: 0s;
    box-shadow: 0 0 0 5px rgb(var(--color));
  }
  .scroll-03 p {
    display: block;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .title--01 h1 {
    font-size: 90px;
  }
  .title--01 {
    width: 100%;
    position: absolute; /* L'enfant est positionné en absolu par rapport au parent */
    top: 44%;
    left: 72%;
    transform: translate(-50%, -50%);
  }
  .links--01 {
    display: flex;
    gap: 55%;
  }
  .prt {
    left: 70px;
  }
  .container {
    background-color: black;
  }
}
