*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body{
  background-color: #0b0e11;
  color: #ffffff;
  padding-top: 75px;
}

.section-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
}

.section-titre {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    border-left: 4px solid #ccff00; 
    padding-left: 15px;
}

.main-header {
    background-color: rgba(18, 22, 26, 0.75); 
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.nav-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #ffffff;
}
.logo img {
    height: 50px;
    width: auto;
    border-radius: 10px;
}
.brand-nom {
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.main-nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

.main-nav a {
    text-decoration: none;
    color: #8a96a3;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding-bottom: 5px;
    transition: color 0.5s, border-color 0.3s;
}
.main-nav a:hover{
  color: #ccff00;  
}



.main-nav ul li a.active {
    color: #ccff00 ; 
    font-weight: bold;
    border-bottom: 2px solid #ccff00; 
    padding-bottom: 5px; 
}

.cart-icon-btn {
    position: relative;
    color: #ffffff;
    font-size: 1.2rem;
    text-decoration: none;
}




.menu-toggle {
  display: none;
}


.hamburger-btn {
  display: none;
  color: var(--text-primary);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #b1dd00;
}

.hamburger-btn:hover {
  color: var(--accent-color);
}


.hamburger-btn .icon-close {
  display: none;
}


@media screen and (max-width: 992px) {
  .hamburger-btn {
    display: block;
    order: 2; 
  }

  .nav-actions {
    order: 3;
  }


  .main-nav {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%;
    background-color: rgba(11, 14, 17, 0.95); 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--border-subtle);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease;
  }

  .main-nav ul {
    flex-direction: column; 
    align-items: center;
    gap: 15px;
    padding: 0;
  }

  .main-nav a {
    display: block;
    font-size: 1rem;
    padding: 10px 0;
  }

 
  .menu-toggle:checked ~ .main-nav {
    max-height: 450px; 
    opacity: 1;
    padding: 25px 0;
  }

  
  .menu-toggle:checked ~ .hamburger-btn .icon-open {
    display: none;
  }

  .menu-toggle:checked ~ .hamburger-btn .icon-close {
    display: inline-block;
  }
}



.cart-icon-btn:hover {
    color: #ccff00;
}

.carte-boutique {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #ccff00;
    color: #000000;
    font-size: 0.7rem;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.hero-section {
    background: lignear-gradient(135px, rgba(11, 14, 17, 0.95) 40%, rgba(204, 255, 0, 0.1) 100%), url('images/hero-bg.png') no-repeat center center/cover;
    min-height: 65vh;
    display: flex;
    align-items: center;
    padding: 0 5%;
}

.hero-content {
    max-width: 700px;
}

.hero-subtitle {
    color: #ccff00;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.hero-titre {
    font-size: 3.5rem;
    font-weight: 900;
    ligne-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-description {
    color: #8a96a3;
    font-size: 1.1rem;
    ligne-height: 1.6;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn-primaire {
    background-color: #ccff00;
    color: #000000;
    text-decoration: none;
    padding: 12px 28px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: transform 0.2s, background-color 0.2s;
}

.btn-primaire:hover {
    transform: translateY(-2px);
    background-color: #b1dd00;
}

.btn-secondaire {
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 26px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: background-color 0.2s, color 0.2s;
}

.btn-secondaire:hover {
    background-color: #ffffff;
    color: #000000;
}

/*match en direct*/
.live-matches-section {
    background-color: #11151a;
}

.live-bouton {
    height: 10px;
    width: 10px;
    background-color: #ff3333;
    border-radius: 50%;
    display: inligne-block;
    margin-right: 8px;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}

.live-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.match-carte {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    padding: 20px;
    transition: border-color 0.3s;
}

.match-carte:hover {
    border-color: #ccff00;
}

.match-status {
    font-size: 0.8rem;
    color: #ccff00;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.match-equipes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.equipe {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 35%;
}

.equipe img {
    height: 35px;
    width: auto;
}

.equipe span {
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
}

.match-score {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 1.8rem;
}

.score-match {
    background-color: #0b0e11;
    padding: 5px 12px;
    border-radius: 4px;
}

.score-separator {
    color: #8a96a3;
    font-size: 1.2rem;
}

.match-info {
    text-align: center;
    font-size: 0.8rem;
    color: #8a96a3;
    border-top: 1px solid #2a3542;
    padding-top: 10px;
}


.nouvelle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.nouvelle-carte {
    background-color: #1c232b;
    border-bottom: 3px solid transparent;
    transition: transform 0.3s, border-color 0.3s;
    display: flex;
    flex-direction: column;
}

.nouvelle-carte:hover {
    transform: translateY(-5px);
    border-bottom-color: #ccff00;
}

.nouvelle-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.nouvelle-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.nouvelle-tag {
    color: #ccff00;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.nouvelle-carte-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
    ligne-height: 1.3;
}

.nouvelle-excerpt {
    color: #8a96a3;
    font-size: 0.88rem;
    ligne-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
}

.nouvelle-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}

.nouvelle-carte:hover .nouvelle-link {
    color: #ccff00;
}

/*Pied page*/

.main-footer {
    background-color: #11151a;
    border-top: 1px solid #2a3542;
    padding: 20px 0 10px 0; 
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; 
}


.footer-links, .footer-creators, .footer-socials {
    flex: 1;
    min-width: 200px;
}

.footer-container h3 {
    color: #ffffff;
    font-size: 0.85rem; 
    text-transform: uppercase;
    margin-bottom: 10px; 
    letter-spacing: 0.5px;
}


.footer-links {
    display: flex;
    flex-direction: column;
    gap: 6px; 
}

.footer-links a {
    color: #8a96a3;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #ccff00;
}


.footer-creators ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px; 
}

.footer-creators li {
    color: #8a96a3;
    font-size: 0.85rem;
}

.footer-creators i {
    color: #ccff00;
    margin-right: 6px;
    font-size: 0.75rem;
}


.social-icons {
    display: flex;
    gap: 10px; 
}

.social-icons a {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    color: #ffffff;
    width: 32px;  /* Largeur réduite */
    height: 32px; /* Hauteur réduite */
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.95rem; /* Icônes légèrement plus petites */
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.social-icons a:hover {
    background-color: #ccff00;
    color: #000000;
    border-color: #ccff00;
    transform: translateY(-2px);
}


.footer-bottom {
    text-align: center;
    margin-top: 20px; 
    padding-top: 10px;
    border-top: 1px solid rgba(42, 53, 66, 0.2);
}

.footer-bottom p {
    color: #8a96a3;
    font-size: 0.75rem;
    margin: 0;
}






/* selection ak detay*/

.equipes-section {
    background-color: #0b0e11;
    padding: 60px 0;
}

.groupes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.groupe-carte {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    border-radius: 4px;
    overflow: hidden;
}

.groupe-header {
    background-color: #11151a;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1.1rem;
    color: #ccff00;
    border-bottom: 1px solid #2a3542;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.groupe-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.equipe-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(42, 53, 66, 0.5);
    transition: background-color 0.2s, padding-left 0.2s;
}

.groupe-list li:last-child .equipe-link {
    border-bottom: none;
}

.equipe-link:hover {
    background-color: rgba(204, 255, 0, 0.05);
    padding-left: 25px;
    color: #ccff00;
}

.equipe-link img {
    height: 22px;
    width: auto;
    object-fit: contain;
}


.details-section {
    background-color: #0b0e11;
    padding: 50px 0;
}

.detail-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    align-items: start;
}

.detail-block {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.detail-block h2, .main-details h2 {
    font-size: 1.15rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #2a3542;
    padding-bottom: 10px;
}

.coach-info h3 {
    color: #ccff00;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.stats-list {
    list-style: none;
    padding: 0;
}

.stats-list li {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid rgba(42, 53, 66, 0.5);
    font-size: 0.9rem;
    color: #8a96a3;
}

.stats-list li:last-child {
    border-bottom: none;
}

.stats-list li strong {
    color: #ccff00;
}

/* grid pour l'effectif */

@media (max-width: 850px) {
    .detail-layout {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   SECTION TITULAIRES (LISTE SIMPLE UNIQUE)
   ========================================== */

.squad-section {
    background-color: #141a20;
    border: 1px solid #2a3542;
    border-radius: 4px;
    padding: 25px;
}

.squad-header {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #2a3542;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.squad-header i {
    color: #ccff00;
    font-size: 1.3rem;
}

.squad-header h2 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

.squad-list-XI ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.squad-list-XI li {
    color: #ffffff;
    font-size: 0.95rem;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(42, 53, 66, 0.4);
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
}

.squad-list-XI li:hover {
    background-color: rgba(42, 53, 66, 0.2);
}

.squad-list-XI li:last-child {
    border-bottom: none;
}

/* Style pour le numéro du joueur */
.joueur-nimero {
    color: #ccff00;
    font-weight: bold;
    width: 30px;
    display: inline-block;
    font-size: 0.9rem;
}


/* page a propos */
.page-banner {
    background: lignear-gradient(rgba(11, 14, 17, 0.8), #0b0e11), url('images/banner-propos.png') no-repeat center center/cover;
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid #1c232b;
}

.banner-contenue h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.banner-contenue p {
    color: #8a96a3;
    font-size: 1.1rem;
}

/* page a propos */
.propos-section {
    background-color: #0b0e11;
}

.propos-section.bg-alt {
    background-color: #11151a; 
}

.propos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.propos-grid.reverse {
    direction: rtl;
}
.propos-grid.reverse .propos-text,
.propos-grid.reverse .propos-image {
    direction: ltr; 
}

.propos-text p {
    color: #8a96a3;
    ligne-height: 1.7;
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.propos-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #2a3542;
    background-color: #1c232b; 
    display: block;
}

/* 3 pays */
.hosts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.host-carte {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s, border-color 0.3s;
}

.host-carte:hover {
    transform: translateY(-5px);
    border-color: #ccff00;
}

.host-img-container {
    width: 100%;
    height: 160px;
    background-color: #0b0e11;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.host-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.host-carte h3 {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #ffffff;
}

.host-carte p {
    color: #8a96a3;
    font-size: 0.9rem;
    ligne-height: 1.6;
}


@media (max-width: 768px) {
    .propos-grid, .propos-grid.reverse {
        grid-template-columns: 1fr;
        gap: 30px;
        direction: ltr;
    }
}




/* page match */

.matches-section {
    background-color: #0b0e11;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #2a3542;
    background-color: #1c232b;
}

.matches-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    min-width: 700px; 
}

.matches-table th, 
.matches-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #2a3542;
}

.matches-table th {
    background-color: #11151a;
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.matches-table th i {
    color: #ccff00;
    margin-right: 6px;
}


.matches-table tbody tr {
    transition: background-color 0.2s;
}

.matches-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.match-date {
    font-size: 0.95rem;
    color: #8a96a3;
    font-weight: 600;
}


.match-equipes-cell {
    display: flex;
    align-items: center;
    gap: 15px;
}

.table-equipe {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 140px; /* Taille fixe pour aligner verticalement les noms */
}

.table-equipe img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.table-equipe span {
    font-size: 0.95rem;
    font-weight: 600;
}

.vs-text {
    font-size: 0.75rem;
    color: #536475;
    font-weight: bold;
    background-color: #0b0e11;
    padding: 3px 6px;
    border-radius: 3px;
}


.score-badge {
    display: inligne-block;
    padding: 6px 14px;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    min-width: 75px;
}

.score-badge.upcoming {
    background-color: #0b0e11;
    color: #8a96a3;
    border: 1px solid #2a3542;
}

.score-badge.live {
    background-color: #ff3333;
    color: #ffffff;
    animation: pulseGlow 1.5s infinite;
}

.score-badge.complete {
    background-color: #ccff00;
    color: #000000;
}

.match-stade {
    font-size: 0.9rem;
    color: #8a96a3;
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(255, 51, 51, 0.4); }
    70% { box-shadow: 0 0 0 8px rgba(255, 51, 51, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 51, 51, 0); }
}








/* Stade Section*/

.stades-section {
    background-color: #0b0e11;
}

.stades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}


.stade-carte {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, border-color 0.3s;
}

.stade-carte:hover {
    transform: translateY(-5px);
    border-color: #ccff00;
}


.stade-image {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #0b0e11;
}

.stade-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.stade-country-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background-color: #ccff00;
    color: #000000;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
}


.stade-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.stade-content h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #ffffff;
}


.stade-details {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.stade-details li {
    font-size: 0.88rem;
    color: #ccff00;
    font-weight: 600;
}

.stade-details i {
    color: #8a96a3;
    margin-right: 8px;
    width: 14px;
}


.stade-desc {
    color: #8a96a3;
    font-size: 0.9rem;
    ligne-height: 1.6;
    flex-grow: 1; 
}



/* Fan-Zone Section */

.predicteion-section {
    background-color: #0b0e11;
}

.predicteion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
}

.predicteion-carte {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    border-radius: 4px;
    overflow: hidden;
}

.predicte-match-header {
    background-color: #11151a;
    padding: 12px 20px;
    font-size: 0.85rem;
    color: #ccff00;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #2a3542;
    text-align: center;
}

.predicte-form {
    padding: 25px;
}

.predicte-equipes-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.predicte-equipe {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 30%;
}

.predicte-equipe img {
    height: 35px;
    width: auto;
}

.predicte-equipe span {
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
}

.predicte-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.score-input {
    width: 50px;
    height: 45px;
    background-color: #0b0e11;
    border: 1px solid #2a3542;
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 4px;
}

.score-input:focus {
    outligne: none;
    border-color: #ccff00;
}

.predicte-vs {
    color: #8a96a3;
    font-weight: bold;
}

/* Bouton d'envoi du formulaire */
.btn-predicte {
    width: 100%;
    background-color: transparent;
    border: 2px solid #ccff00;
    color: #ccff00;
    padding: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.btn-predicte:hover {
    background-color: #ccff00;
    color: #000000;
}

.evenements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.evenement-carte {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    padding: 30px 20px;
    text-align: center;
}

.evenement-icon {
    font-size: 2.5rem;
    color: #ccff00;
    margin-bottom: 15px;
}

.evenement-carte h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.evenement-carte p {
    color: #8a96a3;
    font-size: 0.9rem;
    ligne-height: 1.6;
}




/* Boutique Section */

.shop-section {
    background-color: #0b0e11;
}


.produits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}


.produit-carte {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, border-color 0.3s;
}

.produit-carte:hover {
    transform: translateY(-5px);
    border-color: #ccff00;
}


.produit-image {
    position: relative;
    width: 100%;
    height: 220px;
    background-color: #11151a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.produit-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


.produit-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #ccff00;
    color: #000000;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 2px;
}


.produit-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.produit-title {
    font-size: 1.05rem;
    margin-bottom: 5px;
    color: #ffffff;
    ligne-height: 1.4;
}

.produit-category {
    color: #8a96a3;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


.produit-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; 
}

.produit-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ccff00;
}


.btn-add-cart {
    background-color: #0b0e11;
    border: 1px solid #2a3542;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.btn-add-cart:hover {
    background-color: #ccff00;
    color: #000000;
    border-color: #ccff00;
}


/* formulaire */

.contact-section {
    background-color: #0b0e11;
}

.contact-simple-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form-container {
    background-color: #1c232b;
    border: 1px solid #2a3542;
    padding: 40px;
    border-radius: 4px;
    width: 100%;
    max-width: 650px; 
}

.contact-form-container h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 2px solid #2a3542;
    padding-bottom: 10px;
    color: #ffffff;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-groupe {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-groupe label {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #8a96a3;
    font-weight: 600;
}

.form-groupe input, 
.form-groupe textarea {
    background-color: #0b0e11;
    border: 1px solid #2a3542;
    color: #ffffff;
    padding: 12px 15px;
    font-size: 0.95rem;
    border-radius: 4px;
    transition: border-color 0.2s;
}

.form-groupe input:focus, 
.form-groupe textarea:focus {
    outligne: none;
    border-color: #ccff00;
}


.btn-submit {
    background-color: #ccff00;
    color: #000000;
    border: none;
    padding: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
    margin-top: 10px;
}

.btn-submit:hover {
    background-color: #b1dd00;
    transform: translateY(-2px);
}

/* fan zone */

.worldcup-container {
    background-color: #0b0e11; /* Fond sombre uniforme */
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
}


.groupes-infographic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 40px;
}

.groupe-box {
    background-color: #1c232b; /* Même fond que les modules de ta Fan Zone */
    border: 1px solid #2a3542;
    border-radius: 4px;
    overflow: hidden;
}

.groupe-box-header {
    background-color: #2a3542;
    color: #ccff00; /* Touche néon d'accentuation discrète */
    font-weight: bold;
    font-size: 0.9rem;
    padding: 8px 0;
    text-align: center;
    letter-spacing: 0.5px;
}

.groupe-box-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(42, 53, 66, 0.4);
    font-size: 0.85rem;
    color: #ffffff;
}

.groupe-box-row:last-child {
    border-bottom: none;
}

.groupe-box-row img {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 1px;
    background-color: #11151a; 
}


.temps-blocks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.temps-column {
    background-color: #141a20;
    border: 1px solid #2a3542;
    border-radius: 4px;
    padding: 15px;
}

.temps-column-header {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 2px solid #2a3542;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.jours-groupe {
    margin-bottom: 18px;
}

.jours-title {
    font-size: 0.8rem;
    color: #ccff00;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* Ligne d'un match individuel */
.match-ligne {
    display: flex;
    align-items: center;
    background-color: #1c232b;
    padding: 8px 12px;
    margin-bottom: 6px;
    font-size: 0.85rem;
    border-radius: 3px;
    border: 1px solid transparent;
}

.match-ligne:hover {
    border-color: rgba(204, 255, 0, 0.3);
}

.match-time {
    color: #8a96a3;
    font-weight: bold;
    width: 45px;
}

.match-ligne .badge {
    font-size: 0.75rem;
    font-weight: bold;
    background-color: #2a3542;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 2px;
    margin-right: 15px;
}

.equipe-code {
    color: #ffffff;
    font-weight: bold;
    width: 40px;
}

.text-right { text-align: right; margin-right: 10px; }
.text-left { text-align: left; margin-left: 10px; }

.match-ligne .flag {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 1px;
    background-color: #11151a;
}

.vs-text {
    color: #8a96a3;
    font-size: 0.75rem;
    margin: 0 12px;
}


.infographic-summary {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid #2a3542;
    color: #8a96a3;
    font-weight: bold;
    font-size: 0.9rem;
}

.infographic-summary i {
    color: #ccff00;
    margin-right: 6px;
}




