*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Nunito', Arial, sans-serif;
  background-color: #ffe0a7;
  color: #3a2a1a;
  line-height: 1.6;
}

.page {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  overflow: visible;
}

.section-header {
  line-height: 0;
  margin-left: -40px;
  margin-right: -40px;
}

.section-header img {
  width: 100%;
  display: block;
}

.bleed {
  line-height: 0;
  font-size: 0;
  margin-left: -40px;
  margin-right: -40px;
}

.bleed img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.section-intro {
  padding: 22px 28px 0;
}

.section-intro p {
  font-size: 13.5px;
  color: #2a1a0a;
  line-height: 1.75;
}

.section-cta {
  padding: 5px 28px 5px;
  text-align: center;
}

.deadline {
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  color: #4a99a0;
  text-align: center;
}

.btn-precommande {
  display: block;
  max-width: 340px;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
  transition: transform 0.15s, filter 0.15s;
  background: url('../img/4.png') center / contain no-repeat;
  aspect-ratio: 340 / 80;
  border: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: 0;
  color: transparent;
}

.btn-precommande:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.05);
}


.qty {
  font-size: 12px;
  color: #4a99a0;
  font-weight: 700;
}

.section-twitch {
  padding: 0 20px 14px;
  text-align: center;
}

.section-twitch img {
  width: 90%;
  display: inline-block;
}

.section-img3 {
  padding: 0 20px 14px;
  text-align: center;
}

.section-img3 img {
  width: 100%;
  display: inline-block;
}

.section-cta-twitch {
  padding: 4px 28px 22px;
  text-align: center;
}

.btn-twitch {
  display: block;
  max-width: 340px;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
  transition: transform 0.15s, filter 0.15s;
  background: url('../img/twitch.jpg') center / contain no-repeat;
  aspect-ratio: 340 / 80;
}

.btn-twitch:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.05);
}

.section-remerciement {
  padding: 4px 20px 20px;
}

.remerciement-text {
  font-size: 13px;
  color: #2a1a0a;
  line-height: 1.65;
}

.section-twitch {
  padding: 4px 20px 20px;
}

.twitch-text {
  font-size: 13px;
  color: #2a1a0a;
  line-height: 1.65;
}

.section-livraison {
  padding: 4px 20px 20px;
}

.livraison-text {
  font-size: 13px;
  color: #2a1a0a;
  line-height: 1.65;
}

.section-cta2 {
  padding: 0 28px 22px;
  text-align: center;
}

.social-bar {
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 20px 18px;
  flex-wrap: wrap;
}

.social-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s;
}

.social-bar a:hover {
  transform: scale(1.12);
}

.social-bar a img {
  width: 42px;
  object-fit: contain;
  display: block;
}

@media (max-width: 680px) {
  .section-header,
  .bleed {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

@media (max-width: 600px) {
  .section-header,
  .bleed {
    margin-left: 0;
    margin-right: 0;
  }

  .section-img3 img {
    max-width: 100%;
    width: calc(100% - 40px);
  }
}

@media (max-width: 480px) {
  .btn-precommande {
    width: 90%;
  }

  .social-bar a img {
    width: 34px;
    height: 34px;
  }

  .social-bar {
    gap: 10px;
  }
}

