@font-face {
  font-family: "Integral CF Regular";
  src: url("fonts/Integral\ CF\ Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Larken-Regular;
  src: url("fonts/Larken-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  .dyna-01,
  .loader {
    position: fixed;
    display: flex;
  }
  nav svg {
    width: 180px;
  }
  nav .cta span {
    font-size: 25px;
  }
  nav .cta svg {
    width: 50px;
    position: relative;
    top: -2px;
  }
  .container-test {
    position: absolute;
    bottom: 0;
  }
  .title-01 {
    font-size: 80px;
  }
  .dyna-01 {
    z-index: 9;
    justify-content: center;
    align-items: center;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background-color: wheat;
    width: 7%;
    height: 25px;
    padding: 15px;
    border-radius: 30px;
    transition: width 0.5s, padding 0.5s;
  }
  .container-02,
  .container-03 {
    align-items: center;
    font-size: 28px;
    margin-top: 8%;
  }
  .container-02 img,
  .container-03 img,
  .container-05 img {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
  .container-04-title {
    font-size: 8px;
    margin: 10% auto;
  }
  .container-05,
  .container-06 {
    justify-content: center;
    margin-left: 0;
    width: 100%;
    display: flex;
  }
  .container-04-title p {
    font-size: 28px;
    margin: 0 auto;
    width: 50%;
  }
  .parent-1 {
    font-size: 18px;
  }
  .container-05 {
    gap: 50px;
  }
  .container-06 {
    flex-direction: row;
  }
  .container-05,
  .container-06,
  .container-10 {
    margin-top: 10%;
  }
  .container-02-title {
    font-size: 16px;
  }
  .j-total {
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .loader,
  .loader.active {
    width: 100vw;
    height: 100vh;
  }
  .container,
  .panel .blue,
  .panel .red {
    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 {
    align-items: center;
    justify-content: center;
    background-color: #ffe4b2;
    z-index: -2;
    transition: opacity 0.2s;
  }
  .loader.active,
  .panel {
    display: flex;
    justify-content: center;
  }
  .panel,
  .panel .blue,
  .panel .purple,
  .panel .red {
    background-color: #fff4e2;
  }
  .loader.active {
    align-items: center;
  }
  .loader img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .container {
    height: 100vh;
    display: flex;
    z-index: 1;
    flex-wrap: nowrap;
  }
  .panel {
    margin: 0 auto;
    align-items: center;
    flex: 0 0 100vw;
    height: 70vh;
    scroll-snap-align: start;
    position: relative;
    color: wheat;
  }
  .panel .purple {
    width: 100%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-right: 150px;
  }
  .contact-01 {
    margin-top: -120px;
    z-index: 9999;
    margin-bottom: 0;
  }
  .abricot,
  .fraise {
    position: absolute;
    z-index: 2;
  }
  .j-total {
    display: none;
  }
  .fraise {
    right: 25%;
    top: 70%;
  }
  .abricot {
    left: 25%;
    top: 25%;
  }
  .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);
  }
  .footer-p1,
  .footer-p2 {
    color: wheat;
    font-family: "M PLUS Rounded 1c", sans-serif;
    padding: 20px;
    height: auto;
    font-size: 20px;
    width: 40%;
  }
  .footer-p2 {
    text-align: center;
  }
  .valide,
  .valide-2,
  .success {
    opacity: 0.5;
    padding: 10px;
    width: 600px;
    margin-bottom: 20px;
  }
  .footer-p2 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-p2 ul a {
    color: #fff;
    text-decoration: none;
    transition: color 0.5s;
  }
  .footer-p2 ul a:hover {
    color: #a3a3a3;
  }
  .footer-p3 {
    display: flex;
    flex-wrap: wrap;
  }
  footer {
    border-top: 2px solid grey;
    display: flex;
    align-items: stretch;
  }
  .footer-p1-01 {
    margin-top: 40px;
  }
}
