/* Hero Section */
.hero-section {
    background-color: #0d1a1f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
  }
  
  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 42, 48, 0.8), rgba(13, 26, 31, 0.9));
  }
  
  .hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  @media (min-width: 768px) {
    .hero-content {
      flex-direction: row;
    }
  }
  
  .hero-left {
    margin-bottom: 30px;
  }
  
  @media (min-width: 768px) {
    .hero-left {
      width: 50%;
      margin-bottom: 0;
    }
  
    .hero-right {
      width: 50%;
      position: relative;
    }
  }
  
  .hero-logo {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
  }
  
  .hero-text {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  .hero-text p {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .hero-text .highlight {
    color: #ffcc00;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
  }
  
  .download-button {
    display: inline-block;
    background-color: #7cda24;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  
  .download-button:hover {
    background-color: #6bc21e;
  }
  
  .supporter-pack {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
    height: auto;
  }
  
  /* Campaign Section */
  .campaign-section {
    background-color: #0d1a1f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
  }
  
  .campaign-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 26, 31, 0.8);
  }
  
  .campaign-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
  }
  
  @media (min-width: 768px) {
    .campaign-content {
      flex-direction: row;
      align-items: flex-start;
    }
  }
  
  .campaign-left {
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(12, 42, 58, 0.7);
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  @media (min-width: 768px) {
    .campaign-left {
      width: 50%;
      margin-bottom: 0;
    }
  
    .campaign-right {
      width: 50%;
    }
  }
  
  .campaign-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .campaign-right {
    padding: 15px;
    background: rgba(12, 42, 58, 0.7);
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  @media (min-width: 768px) {
    .campaign-right {
      width: 48%;
    }
  }
  
  /* Styles pour les images de campagne */
  .campaign-image-container,
  .campaign-trailer-container {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }
  
  .campaign-image,
  .campaign-trailer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .campaign-trailer-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    pointer-events: none;
  }
  
  .campaign-info {
    background-color: #0c2a3a;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  .campaign-info h3 {
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .campaign-info h2 {
    color: #7cda24;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .campaign-info p {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .late-pledge-box {
    display: inline-block;
    background-color: #0c7d9e;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
  }
  
  .late-pledge-box span {
    display: block;
    font-size: 12px;
  }
  
  .campaign-stats {
    background-color: #0c2a3a;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
  }
  
  .stats-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
  }
  
  .funded-percent {
    color: #ffcc00;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
  
  .funded-text {
    color: #7cda24;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
  
  .milestone-dots {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .milestone-dot {
    width: 40px;
    height: 40px;
    background: linear-gradient(
      135deg,
      rgba(124, 218, 36, 0.7) 0%,
      rgba(124, 218, 36, 0.4) 50%,
      rgba(124, 218, 36, 0.5) 51%,
      rgba(124, 218, 36, 0.3) 100%
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  
  .milestone-dot:hover {
    transform: scale(1.1);
  }
  
  .milestone-dot::before {
    content: attr(data-amount);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: white;
    white-space: nowrap;
  }
  
  .milestone-dot .milestone-bonus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
  }
  
  .milestone-dot.completed::after {
    content: none;
  }
  
  .milestone-dot.completed::after {
    content: "✓";
    color: white;
    font-size: 12px;
    font-weight: bold;
  }
  
  .next-milestone-text {
    color: white;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .next-milestone {
    color: #ff3366;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  
  .kickstarter-button {
    display: block;
    background: linear-gradient(
      135deg,
      rgba(255, 204, 0, 0.7) 0%,
      rgba(255, 204, 0, 0.4) 50%,
      rgba(255, 204, 0, 0.5) 51%,
      rgba(255, 204, 0, 0.3) 100%
    );
    color: #0c2a3a;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  }
  
  .kickstarter-button:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 204, 0, 0.8) 0%,
      rgba(255, 204, 0, 0.5) 50%,
      rgba(255, 204, 0, 0.6) 51%,
      rgba(255, 204, 0, 0.4) 100%
    );
  }
  
  .join-button {
    display: block;
    background: linear-gradient(
      135deg,
      rgba(255, 204, 0, 0.7) 0%,
      rgba(255, 204, 0, 0.4) 50%,
      rgba(255, 204, 0, 0.5) 51%,
      rgba(255, 204, 0, 0.3) 100%
    );
    color: #0c2a3a;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    width: 100%;
  }
  
  .join-button:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 204, 0, 0.8) 0%,
      rgba(255, 204, 0, 0.5) 50%,
      rgba(255, 204, 0, 0.6) 51%,
      rgba(255, 204, 0, 0.4) 100%
    );
    transform: translateY(-2px);
  }
  
  /* Characters Section */
  .characters-section {
    background-color: #0a1923;
    background-image: linear-gradient(to bottom, rgba(10, 25, 35, 0.9), rgba(10, 25, 35, 0.95)),
      url("../images/characters-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
  }
  
  .characters-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  @media (min-width: 992px) {
    .characters-content {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  }
  
  .characters-text {
    text-align: center;
    margin-bottom: 40px;
  }
  
  @media (min-width: 992px) {
    .characters-text {
      width: 40%;
      text-align: left;
      margin-bottom: 0;
    }
  }
  
  .characters-text h2 {
    color: white;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .characters-text p {
    color: #a0aec0;
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 500px;
  }
  
  .character-roles {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
  }
  
  @media (min-width: 992px) {
    .character-roles {
      justify-content: flex-start;
    }
  }
  
  .role-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
  }
  
  .role-icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
  }
  
  .role-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
  }
  
  .role-damage {
    background: linear-gradient(135deg, #ff3333, #cc0000);
    box-shadow: 0 0 15px rgba(255, 51, 51, 0.5);
  }
  
  .role-heal {
    background: linear-gradient(135deg, #ff33cc, #cc0099);
    box-shadow: 0 0 15px rgba(255, 51, 204, 0.5);
  }
  
  .role-placement {
    background: linear-gradient(135deg, #99ff33, #66cc00);
    box-shadow: 0 0 15px rgba(153, 255, 51, 0.5);
  }
  
  .role-tank {
    background: linear-gradient(135deg, #ff9933, #cc6600);
    box-shadow: 0 0 15px rgba(255, 153, 51, 0.5);
  }
  
  .role-item span {
    color: white;
    font-size: 12px;
    font-weight: 600;
  }
  
  .see-all-button {
    display: inline-block;
    background-color: #7cda24;
    color: white;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  
  .see-all-button:hover {
    background-color: #6bc21e;
    transform: translateY(-2px);
  }
  
  .characters-slider {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  @media (min-width: 992px) {
    .characters-slider {
      width: 55%;
    }
  }
  
  .slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slider-item {
    min-width: 100%;
    display: none;
  }
  
  .slider-item.active {
    display: block;
  }
  
  .slider-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
  }
  
  .slider-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .slider-prev {
    left: -25px;
  }
  
  .slider-next {
    right: -25px;
  }
  
  .slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .dot.active {
    background-color: white;
    transform: scale(1.2);
  }
  
  /* Séparateur de section */
  .section-separator {
    height: 6px;
    background: linear-gradient(90deg, rgba(124, 218, 36, 0) 0%, rgba(124, 218, 36, 1) 50%, rgba(124, 218, 36, 0) 100%);
    margin: 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 10px rgba(124, 218, 36, 0.7);
  }
  
  /* Supporter Pack Section */
  .supporter-section {
    background-color: #0c2a3a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
  }
  
  .supporter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 42, 58, 0.7);
    backdrop-filter: blur(3px);
  }
  
  .supporter-pack-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: rgba(13, 26, 31, 0.8);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  @media (min-width: 992px) {
    .supporter-pack-content {
      flex-direction: row;
    }
  }
  
  .supporter-pack-left {
    padding: 30px;
    background-color: rgba(10, 20, 25, 0.7);
  }
  
  @media (min-width: 992px) {
    .supporter-pack-left {
      width: 40%;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
  
    .supporter-pack-right {
      width: 60%;
    }
  }
  
  .supporter-pack-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .supporter-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  
  .supporter-pack-header h2 {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .pack-title {
    color: #ff3366;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  
  .pack-tagline {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  
  .pack-description {
    color: #a0aec0;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  
  .pack-content {
    margin-bottom: 25px;
  }
  
  .pack-content h4 {
    color: #7cda24;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .pack-content ul {
    list-style: none;
    padding: 0;
  }
  
  .pack-content ul li {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .check-icon {
    color: #7cda24;
    margin-right: 10px;
    font-weight: bold;
  }
  
  .pack-offer {
    background-color: rgba(255, 51, 102, 0.1);
    border: 1px solid rgba(255, 51, 102, 0.3);
    border-radius: 8px;
    padding: 15px;
  }
  
  .pack-offer h4 {
    color: #ff3366;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .price {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .old-price {
    color: #a0aec0;
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 10px;
  }
  
  .new-price {
    color: white;
    font-size: 24px;
    font-weight: bold;
  }
  
  .offer-validity {
    color: #a0aec0;
    font-size: 12px;
  }
  
  .supporter-pack-right {
    padding: 30px;
    display: flex;
    flex-direction: column;
  }
  
  .supporter-characters-slider {
    position: relative;
    flex-grow: 1;
    margin-bottom: 30px;
    min-height: 300px;
  }
  
  .supporter-slider-container {
    height: 100%;
    position: relative;
  }
  
  .supporter-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .supporter-slide.active {
    opacity: 1;
  }
  
  .supporter-slide img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
  }
  
  /* Ajout des styles pour les flèches du supporter pack */
  .supporter-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
  }
  
  .supporter-slider-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .supporter-prev {
    left: -25px;
  }
  
  .supporter-next {
    right: -25px;
  }
  
  .supporter-slider-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
  }
  
  .supporter-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .supporter-dot.active {
    background-color: white;
    transform: scale(1.2);
  }
  
  .want-button {
    display: block;
    background: linear-gradient(
      135deg,
      rgba(153, 0, 51, 0.9) 0%,
      rgba(153, 0, 51, 0.7) 50%,
      rgba(153, 0, 51, 0.8) 51%,
      rgba(153, 0, 51, 0.6) 100%
    );
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
  }
  
  .want-button:hover {
    background: linear-gradient(
      135deg,
      rgba(153, 0, 51, 1) 0%,
      rgba(153, 0, 51, 0.8) 50%,
      rgba(153, 0, 51, 0.9) 51%,
      rgba(153, 0, 51, 0.7) 100%
    );
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  }
  
  /* Ajout du style pour la section supporter pack simplifiée */
  .supporter-pack-image {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .supporter-pack-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  /* News Section */
  .news-section {
    background-color: #0d1a1f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
  }
  
  .news-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 26, 31, 0.8);
  }
  
  .section-title {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1a2a30;
  }
  
  .news-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  @media (min-width: 768px) {
    .news-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  .news-card {
    background-color: #0c2a3a;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .news-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .news-content {
    padding: 15px;
  }
  
  .news-content h3 {
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .news-content p {
    color: white;
    font-size: 12px;
  }
  
  .news-card.special .news-content {
    padding-bottom: 0;
  }
  
  .more-button {
    display: inline-block;
    background-color: white;
    color: #0c2a3a;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
  }
  
  .wakfu-icon-container {
    background-color: rgba(124, 218, 36, 0.2);
    padding: 15px;
    display: flex;
    justify-content: center;
  }
  
  .wakfu-icon-container img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  
  /* Shop Section */
  .shop-section {
    background-color: #1a0d05;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
  }
  
  .shop-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 13, 5, 0.8);
  }
  
  .shop-content {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  @media (min-width: 768px) {
    .shop-content {
      flex-direction: row;
    }
  }
  
  .shop-left {
    margin-bottom: 30px;
  }
  
  @media (min-width: 768px) {
    .shop-left {
      width: 50%;
      margin-bottom: 0;
    }
  
    .shop-right {
      width: 50%;
    }
  }
  
  .shop-title {
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .shop-title span {
    color: #ffcc00;
    font-size: 14px;
    margin-left: 5px;
  }
  
  .shop-promo {
    background-color: #0d0705;
    padding: 15px;
    border-radius: 5px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .shop-promo p {
    color: white;
    font-size: 14px;
  }
  
  .discover-button {
    display: block;
    background-color: #ffcc00;
    color: #1a0d05;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  .shop-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
  
  .shop-header img {
    width: 100px;
    height: 30px;
    object-fit: contain;
  }
  
  .shop-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .shop-item {
    background-color: #0d0705;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  
  .item-image {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  
  .item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .item-info {
    flex-grow: 1;
  }
  
  .item-name {
    color: white;
    font-size: 12px;
  }
  
  .item-price {
    color: #ffcc00;
    font-size: 12px;
  }
  
  .item-button {
    background-color: #ffcc00;
    color: #1a0d05;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    align-self: flex-end;
  }
  
  /* Forum Section */
  .forum-section {
    background-color: #0d1a1f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
  }
  
  .forum-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 26, 31, 0.8);
  }
  
  .section-subtitle {
    position: relative;
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .forum-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
  }
  
  @media (min-width: 768px) {
    .forum-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  .forum-post {
    background-color: #0c2a3a;
    padding: 12px;
    border-radius: 5px;
  }
  
  .post-header {
    display: flex;
    margin-bottom: 10px;
  }
  
  .post-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  
  .post-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .post-info h3 {
    color: #7cda24;
    font-weight: bold;
    font-size: 12px;
  }
  
  .post-info p {
    color: white;
    font-size: 12px;
  }
  
  .post-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
  }
  
  .post-stats {
    display: flex;
    align-items: center;
  }
  
  .views {
    margin-right: 5px;
  }
  
  .forum-footer {
    position: relative;
    display: flex;
    justify-content: center;
  }
  
  .show-all-button {
    border: 1px solid #1a2a30;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  
  .show-all-button:hover {
    background-color: #1a2a30;
  }
  
  /* Launcher Section */
  .launcher-section {
    background-color: #0c2a3a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
  }
  
  .launcher-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 42, 58, 0.8);
  }
  
  .launcher-content {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  @media (min-width: 768px) {
    .launcher-content {
      flex-direction: row;
    }
  }
  
  .launcher-left {
    margin-bottom: 30px;
  }
  
  @media (min-width: 768px) {
    .launcher-left {
      width: 33.333%;
      margin-bottom: 0;
    }
  
    .launcher-right {
      width: 66.667%;
      padding-left: 30px;
    }
  }
  
  .launcher-preview {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  
  .launcher-description {
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .launcher-features {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
  }
  
  .launcher-features li {
    color: white;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  
  .check {
    color: #7cda24;
    margin-right: 10px;
  }
  
  .launcher-cta {
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .launcher-button {
    display: inline-block;
    background-color: #ffcc00;
    color: #0c2a3a;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  /* Ajout de l'effet miroir/cristallisé pour tous les boutons */
  .download-button,
  .kickstarter-button,
  .late-pledge-box,
  .want-button,
  .discover-button,
  .item-button,
  .more-button,
  .show-all-button,
  .launcher-button {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0.2) 51%,
      rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    color: white;
  }
  
  .download-button:hover,
  .kickstarter-button:hover,
  .late-pledge-box:hover,
  .want-button:hover,
  .discover-button:hover,
  .item-button:hover,
  .more-button:hover,
  .show-all-button:hover,
  .launcher-button:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.3) 51%,
      rgba(255, 255, 255, 0.1) 100%
    );
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
  }
  
  /* Effet spécifique pour le bouton télécharger */
  .download-button {
    background: linear-gradient(
      135deg,
      rgba(124, 218, 36, 0.7) 0%,
      rgba(124, 218, 36, 0.4) 50%,
      rgba(124, 218, 36, 0.5) 51%,
      rgba(124, 218, 36, 0.3) 100%
    );
  }
  
  .download-button:hover {
    background: linear-gradient(
      135deg,
      rgba(124, 218, 36, 0.8) 0%,
      rgba(124, 218, 36, 0.5) 50%,
      rgba(124, 218, 36, 0.6) 51%,
      rgba(124, 218, 36, 0.4) 100%
    );
  }
  
  /* Effet spécifique pour le bouton kickstarter */
  .kickstarter-button {
    display: block;
    background: linear-gradient(
      135deg,
      rgba(255, 204, 0, 0.7) 0%,
      rgba(255, 204, 0, 0.4) 50%,
      rgba(255, 204, 0, 0.5) 51%,
      rgba(255, 204, 0, 0.3) 100%
    );
    color: #0c2a3a;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  }
  
  .kickstarter-button:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 204, 0, 0.8) 0%,
      rgba(255, 204, 0, 0.5) 50%,
      rgba(255, 204, 0, 0.6) 51%,
      rgba(255, 204, 0, 0.4) 100%
    );
  }
  
  /* Effet pour le late pledge */
  .late-pledge-box {
    background: linear-gradient(
      135deg,
      rgba(12, 125, 158, 0.7) 0%,
      rgba(12, 125, 158, 0.4) 50%,
      rgba(12, 125, 158, 0.5) 51%,
      rgba(12, 125, 158, 0.3) 100%
    );
  }
  
  /* Effet pour le bouton je le veux */
  .want-button {
    background: linear-gradient(
      135deg,
      rgba(255, 51, 102, 0.7) 0%,
      rgba(255, 51, 102, 0.4) 50%,
      rgba(255, 51, 102, 0.5) 51%,
      rgba(255, 51, 102, 0.3) 100%
    );
  }
  
  /* Effet pour les boutons de la boutique */
  .discover-button,
  .item-button {
    background: linear-gradient(
      135deg,
      rgba(255, 204, 0, 0.7) 0%,
      rgba(255, 204, 0, 0.4) 50%,
      rgba(255, 204, 0, 0.5) 51%,
      rgba(255, 204, 0, 0.3) 100%
    );
    color: #1a0d05;
  }
  
  /* Ajustement du header */
  .site-header {
    background: linear-gradient(to bottom, rgba(13, 26, 31, 0.95), rgba(13, 26, 31, 0.85));
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    height: 56px;
    display: flex;
    align-items: center;
  }
  
  .site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .header-left {
    display: flex;
    align-items: center;
  }
  
  .header-left .logo img {
    height: 30px;
    width: auto;
  }
  
  .header-divider {
    width: 1px;
    height: 36px;
    background-color: #3d4a00;
    margin: 0 15px;
  }
  
  .dofinia-logo img {
    height: 40px;
    width: auto;
  }
  
  .main-nav {
    margin-left: 20px;
  }
  
  .main-nav ul {
    display: flex;
    list-style: none;
  }
  
  .main-nav ul li {
    position: relative;
  }
  
  .main-nav ul li a {
    color: white;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 56px;
    transition: color 0.3s;
    border-right: 1px solid #3d4a00;
  }
  
  .main-nav ul li a:hover {
    color: #7cda24;
  }
  
  .header-right {
    display: flex;
    align-items: center;
  }
  
  .btn-inscription {
    background: linear-gradient(
      135deg,
      rgba(124, 218, 36, 0.7) 0%,
      rgba(124, 218, 36, 0.4) 50%,
      rgba(124, 218, 36, 0.5) 51%,
      rgba(124, 218, 36, 0.3) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
  }
  
  .btn-inscription:hover {
    background: linear-gradient(
      135deg,
      rgba(124, 218, 36, 0.8) 0%,
      rgba(124, 218, 36, 0.5) 50%,
      rgba(124, 218, 36, 0.6) 51%,
      rgba(124, 218, 36, 0.4) 100%
    );
    transform: translateY(-2px);
  }
  
  .account-icon {
    background-color: #333;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  
  .account-icon svg {
    width: 28px;
    height: 28px;
    fill: white;
  }
  
  .play-button {
    background: linear-gradient(
      135deg,
      rgba(124, 218, 36, 0.7) 0%,
      rgba(124, 218, 36, 0.4) 50%,
      rgba(124, 218, 36, 0.5) 51%,
      rgba(124, 218, 36, 0.3) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
  }
  
  .play-button:hover {
    background: linear-gradient(
      135deg,
      rgba(124, 218, 36, 0.8) 0%,
      rgba(124, 218, 36, 0.5) 50%,
      rgba(124, 218, 36, 0.6) 51%,
      rgba(124, 218, 36, 0.4) 100%
    );
    transform: translateY(-2px);
  }
  
  .mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 15px;
  }
  
  .mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    border-radius: 3px;
  }
  
  .mobile-menu {
    display: none;
  }
  
  @media (max-width: 992px) {
    .main-nav {
      display: none;
    }
  
    .mobile-menu-toggle {
      display: block;
    }
  
    .btn-inscription {
      display: none;
    }
  
    .mobile-menu.active {
      display: block;
      position: fixed;
      top: 56px;
      left: 0;
      right: 0;
      background-color: #0d1a1f;
      z-index: 1000;
      padding: 20px;
      border-top: 1px solid #3d4a00;
    }
  
    .mobile-menu ul {
      list-style: none;
    }
  
    .mobile-menu ul li {
      margin-bottom: 15px;
    }
  
    .mobile-menu ul li a {
      color: white;
      text-decoration: none;
      font-size: 16px;
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #3d4a00;
    }
  }
  /* Effet spécifique pour le bouton télécharger et NOUS REJOINDRE */
  .download-button,
  .join-button {
    background: linear-gradient(
      135deg,
      rgba(124, 218, 36, 0.9) 0%,
      rgba(124, 218, 36, 0.7) 50%,
      rgba(124, 218, 36, 0.8) 51%,
      rgba(124, 218, 36, 0.6) 100%
    );
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  
  .download-button:hover,
  .join-button:hover {
    background: linear-gradient(
      135deg,
      rgba(124, 218, 36, 1) 0%,
      rgba(124, 218, 36, 0.8) 50%,
      rgba(124, 218, 36, 0.9) 51%,
      rgba(124, 218, 36, 0.7) 100%
    );
  }
  
  /* Effet spécifique pour le bouton kickstarter et PROFITER DE L'OFFRE */
  .kickstarter-button {
    background: linear-gradient(
      135deg,
      rgba(255, 204, 0, 0.9) 0%,
      rgba(255, 204, 0, 0.7) 50%,
      rgba(255, 204, 0, 0.8) 51%,
      rgba(255, 204, 0, 0.6) 100%
    );
    color: #0c2a3a;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  }
  
  .kickstarter-button:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 204, 0, 1) 0%,
      rgba(255, 204, 0, 0.8) 50%,
      rgba(255, 204, 0, 0.9) 51%,
      rgba(255, 204, 0, 0.7) 100%
    );
  }
  
  /* Style pour le séparateur entre sections */
  .section-divider {
    height: 20px;
    background-color: #0d1a1f;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  