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

.title {
  color: #e41612;
}

html, body {
  scroll-behavior: smooth;
  background-color: #2C3138;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
}

.creation-raison, .personnages, .boutiques, .footer {
  color: #FBBB1E;
}

.items, .studio {
  background-color: #FBBB1E;
  color: #2C3138;
  overflow: hidden;
}

h2, .btnJeux {
  font-family: "Fira Sans Condensed", sans-serif;
}

h3, p {
  font-family: "M PLUS 1 Code", monospace;
}

.personnages-title_first, .items-title, .boutiques-title, .studio-title {
  text-align: center;
}

.creation-raison-title {
  text-align: right;
}

@media (min-width: 300px) {
  .but-container, .creation-raison-container, .personnages-container, .items-container, .boutiques-container, .studio-container, footer {
    margin-left: 30px;
    margin-right: 30px;
  }

  .creation-raison, .personnages, .items, .boutiques, .studio {
    padding-top: 90px;
    padding-bottom: 45px;
  }

  .navbar {
    display: flex;
    color: black;
    border-radius: 40px;
    position: relative;
  }

  .navbar-toggle {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: space-between;
    width: 28px;
    height: 15px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    top: 20px;
    right: 20px;
    z-index: 2002;
  }

  .navbar-toggle span {
    display: block;
    height: 2px;
    background: #d37321;
    border-radius: 2px;
    transition: 0.4s ease;
  }

  .navbar-toggle.active span {
    background-color: #FBBB1E;
  }

  .navbar-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8.5px);
    background: #FBBB1E;
    transform-origin: center;
  }

  .navbar-toggle.active span:nth-child(2) {
    transform: rotate(-45deg) translateY(-8.5px);
    background: #FBBB1E;
    transform-origin: center;
  }

  .navbar-list {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2C3138;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
  }

  .navbar-list.active {
    transform: translateX(0);
  }

  .navbar-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .navbar-links li {
    margin: 2rem 0;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 38px;
    font-weight: 800;
  }

  .navbar-links a {
    text-decoration: none;
    color: #FBBB1E;
    font-size: 1.5rem;
  }

  h2 {
    font-size: 50px;
    font-weight: 800;
  }

  h3, p {
    font-size: 16px;
  }

  .intro-screen {
    position: relative;
    height: 70vh;
    width: 100%;
    overflow: hidden;
    background-color: #00CFFF;
  }

  .img-town-background {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    display: block;
    z-index: 1;
    margin-top: -30px;
  }

  .img-town-front {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    z-index: 2;
  }

  .img-plane {
    width: 100%;
    height: auto;
    width: 55px;
    z-index: 3;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 7%;
    animation: planeFly 13s linear infinite;
  }

  @keyframes planeFly {
    from {
      right: -20%;
    }
    to {
      right: 140%;
    }
  }
  .logo-main-title {
    width: 300px;
    z-index: 4;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .but-container {
    position: relative;
    margin-top: -160px;
    margin-left: 0px;
    margin-right: 0px;
    color: white;
    text-shadow: #2C3138 2px 2px 4px;
    background: linear-gradient(rgba(44, 49, 56, 0) 0%, rgba(44, 49, 56, 0.35) 25%, rgba(44, 49, 56, 0.6) 50%, rgb(44, 49, 56) 100%);
    z-index: 10;
  }

  video {
    width: 100%;
    height: auto;
    opacity: 0.8;
  }

  .but-title_first, .but-title_second, .but-text {
    margin-left: 30px;
    margin-right: 30px;
  }

  .creation-raison-image {
    margin-bottom: 40px;
  }

  .personnages-container, .personnages-container-second {
    display: grid;
    justify-items: center;
  }

  .personnages-title_second {
    text-align: center;
  }

  .personnages-image {
    width: 270px;
    height: auto;
    margin-bottom: 40px;
  }

  .creation-raison-container {
    display: grid;
    justify-items: center;
  }

  .creation-raison-title {
    order: 1;
    width: 90%;
  }

  .creation-raison-image {
    width: 250px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    order: 2;
    margin-top: 45px;
  }

  .creation-raison-text {
    order: 3;
  }

  .items-image {
    width: 250px;
    height: auto;
  }

  .boutiques-image {
    width: 270px;
    height: auto;
    margin-bottom: 40px;
  }

  .boutiques-text_shop {
    margin-bottom: 48px;
    justify-self: start;
  }

  .items-container {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .carousel {
    position: relative;
    text-align: center;
  }

  .slider {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .slider.actif {
    opacity: 1;
    transform: translateX(0);
    position: relative;
  }

  .prev-button, .next-button {
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  .indicateurs-slider {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
  }

  .dot {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: #D9D9D9;
    margin: 0 5px;
    cursor: pointer;
  }

  .dot.actif {
    background-color: #2C3138;
  }

  .boutons-carousel {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
  }

  .boutiques-container {
    display: grid;
    justify-items: center;
  }

  .boutiques-container p {
    margin-bottom: 48px;
  }

  .footer-text-first {
    font-weight: 900;
  }

  .studio-container {
    display: grid;
    justify-items: center;
  }

  .studio-text p {
    margin-bottom: 45px;
  }

  .studio-image {
    width: 100%;
    height: auto;
    justify-items: center;
  }

  .footer-logo,
.footer-text-second {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-logo {
    width: 300px;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .footer-text-second {
    font-size: 12px;
  }

  .btnJeux {
    font-size: 18px;
    padding: 20px 50px;
    margin-top: 23px;
    border-radius: 5px;
    background-color: #2C3138;
    color: #FBBB1E;
    border: 2px #2C3138 solid;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 800;
  }

  .btnJeux:hover {
    background-color: #FBBB1E;
    color: #2C3138;
    border: 2px #2C3138 solid;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 84px;
    font-weight: 800;
  }

  h3, p {
    font-size: 20px;
  }

  .navbar-toggle {
    width: 45px;
    height: 25px;
  }

  .navbar-links a {
    font-size: 63px;
    color: #FBBB1E;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
  }

  .navbar-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background: #FBBB1E;
    transition: width 0.3s ease;
  }

  .navbar-links a:hover {
    color: #FBBB1E;
  }

  .navbar-links a:hover::after {
    width: 100%;
  }

  .navbar-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(15px);
    background: #FBBB1E;
    transform-origin: center;
  }

  .navbar-toggle.active span:nth-child(2) {
    transform: rotate(-45deg) translateY(-15px);
    background: #FBBB1E;
    transform-origin: center;
  }

  .intro-screen {
    height: 95vh;
  }

  .logo-main-title {
    width: 1000px;
  }

  .img-plane {
    width: 110px;
    margin-top: -40px;
  }

  .img-town-front {
    height: 100%;
  }

  .but-container {
    margin-top: -422px;
    padding-bottom: 30px;
  }

  .but-title_second {
    margin-bottom: 45px;
  }

  .but-text, .studio-text {
    width: 60%;
  }

  .creation-raison-container {
    align-items: center;
  }

  .creation-raison-container .creation-raison-container-second {
    grid-column: 2/3;
  }

  .creation-raison-container-second h2 {
    margin-top: 0;
  }

  .creation-raison-title,
.creation-raison-text {
    text-align: left;
    width: 100%;
  }

  .creation-raison-image {
    max-width: 450px;
    flex-shrink: 0;
    justify-self: end;
    grid-column: 1/2;
  }

  .creation-raison-title {
    margin-bottom: 20px;
  }

  .creation-raison-text p {
    max-width: 400px;
  }

  .creation-raison-title,
.creation-raison-text {
    display: block;
  }

  .creation-raison-title {
    order: 1;
  }

  .creation-raison-text {
    order: 2;
  }

  .creation-raison-image {
    order: 0;
  }

  .creation-raison-image {
    width: 500px;
  }

  .personnages-title_second h3 {
    font-size: 36px;
  }

  .personnages-container-second {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 80%;
  }

  .personnages-image {
    width: 400px;
  }

  .carousel-items {
    display: flex;
    justify-content: space-between;
    gap: 150px;
  }

  .items-image {
    width: 250px;
    height: auto;
  }

  .items-text {
    margin-bottom: 84px;
  }

  .items-text_piece {
    text-align: left;
  }

  .carousel-items .slider {
    display: block;
    position: static;
    transform: none;
    opacity: 1;
  }

  .boutons-carousel {
    display: none;
  }

  .boutiques-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    justify-items: center;
    align-items: center;
  }

  .boutiques-title,
.boutiques-text {
    grid-column: 1/3;
  }

  .boutiques-text {
    width: 55%;
  }

  .boutiques-image {
    width: 300px;
    height: auto;
  }

  .studio-image {
    width: 1000px;
  }

  .footer-logo {
    width: 1000px;
  }

  .btnJeux {
    font-size: 26px;
    padding: 20px 50px;
  }
}

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