@media screen and (min-width: 1025px) {
  nav svg {
    width: 180px;
  }
  nav .cta span {
    font-size: 25px;
  }
  nav .cta svg {
    width: 50px;
    position: relative;
    top: -2px;
  }
  .title-01 {
    font-size: 80px;
  }
  .dyna-01 {
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background-color: wheat;
    width: 7%;
    height: 25px;
    padding: 15px;
    border-radius: 30px;
    transition: width 0.5s ease, padding 0.5s ease;
  }

  .container-02,
  .container-03 {
    align-items: center;
    font-size: 28px;
    margin-top: 8%;
  }

  .container-02 img,
  .container-03 img {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
  .container-04-title {
    font-size: 8px;
    margin: 10% auto;
  }
  .container-04-title p {
    font-size: 28px;
    margin: 0 auto;
    width: 50%;
  }
  .parent-1 {
    font-size: 18px;
  }
  .container-05 {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 50px;
    margin-left: 0px;
  }

  .container-05 img {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
  .container-06 {
    display: flex;
    justify-content: center;
    margin-left: 0;
    width: 100%;
    flex-direction: row;
  }
  .container-05,
  .container-06,
  .container-10 {
    margin-top: 10%;
  }
  .container-02-title {
    font-size: 16px;
  }
  .j-total {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .j-total .cta span {
    font-size: 20px;
  }
  .fiouu {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2s ease-out, transform 5s ease-out;
  }

  .fiouu.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .parent div {
    font-size: 30px;
  }
  .parent div svg {
    margin-top: 20px;
  }
  .loader {
    /* Initialement caché */
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #ffe4b2; /* Fond semi-transparent */
    z-index: -2;
    transition: opacity 0.2s ease; /* Transition de l'opacité pour le fondu */
  }

  .loader.active {
    display: flex; /* Affiche le loader */
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }

  .loader img {
    width: 250px; /* Taille de l'image de chargement */
    height: 250px;
    margin: 0 auto;
  }

  /* Animation CSS pour l'opacité */
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .container {
    width: 100%; /* Total width should be the number of sections times 100% */
    height: 100vh; /* Container takes the full viewport height */
    display: flex;
    flex-wrap: nowrap;
  }

  .panel {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex: 0 0 100vw; /* Each panel takes up 100% of the viewport width */
    height: 70vh; /* Each panel takes up 100% of the viewport height */
    scroll-snap-align: start; /* Snap to the start of each panel */
    position: relative;
    background-color: #fff4e2;
    color: wheat;
  }

  .panel .red,
  .panel .blue {
    background-color: #fff4e2;
    width: 100%;
  }

  .panel .purple {
    width: 100%;
    background-color: #fff4e2;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    padding-right: 150px;
  }
  .contact-01 {
    margin-top: -150px;
    margin-bottom: 0;
  }
  .j-total {
    display: none;
  }
  .fraise {
    position: absolute;
    right: 25%;
    top: 70%;
    z-index: 2;
  }

  .abricot {
    position: absolute;
    left: 25%;
    top: 25%;
    z-index: 2;
  }
  .input-03 {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 15px;
    background-color: #ff811a;
    width: 300px;
    margin: 10px auto;
    border: none;
    box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.5); /* Add shadow inside at the top */
  }
  /* footer */
  .footer-p1 {
    color: wheat;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 20px;
    font-size: 20px;
    height: auto;
    width: 40%;
  }

  .footer-p2 {
    color: wheat;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 20px;
    height: auto;
    font-size: 20px;
    text-align: center;
    width: 40%;
  }

  .footer-p2 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-p2 ul a {
    color: white;
    text-decoration: none;
    transition: color 0.5s ease;
  }

  .footer-p2 ul a:hover {
    color: rgb(163, 163, 163);
  }

  .footer-p3 {
    display: flex;
    flex-wrap: wrap;
  }

  footer {
    border-top: 2px solid grey;
    display: flex;
  }

  .footer-p1-01 {
    margin-top: 40px;
  }
}
