@media screen and (max-width:768px)
{
    .menu-navigation{
        flex-direction:column;
    }
    .liste-menu{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }
    .liste-menu li{
        margin: 10px;
    }
    .grille-actualites{
        grid-template-columns: repeat(2,1fr);
    }
    .grille-matchs{
        grid-template-columns: 1fr;
    }
    .grille-equipes{
        grid-template-columns: repeat(2,1fr);
    }
    .grille-stades{
        grid-template-columns: repeat(2,1fr);
    }
    .grille-produit {
         grid-template-columns: repeat(2,1fr);
    }
    .presentation-equipe{
        flex-direction: column;
        text-align: center;
    }
}
.actif{
    color: gold !important;
    border-bottom: 3px solid gold;
    padding-bottom: 5px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f5f5;
    color: #222;
}
.entete{
    width: 100%;
    background: #0b1f5c;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.contenu-footer{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    width: 90%;
    margin: auto;
    padding: 40 px 0;
}
.contenu-footer h3{
    margin-bottom: 20px;
}
.contenu-footer ul li{
margin-bottom: 10px;
}
.copyright{
    text-align: center;
    padding: 20px;
}
.contenu-footer ul{
    list-style: none;
}
.contenu-footer a{
text-decoration: none;
color: white;
}
.menu-navigation{
width: 90%;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;

}
.logo-site img{
    width: 80px;
}
.logo-site h1{
    width: 70px;
    height: 70px;
    object-fit: contain;
    color: white;
    font-size: 28px;
}
.logo-site{
    width: 60px;
    max-width: 60;
}

.liste-menu{
    display: flex;
    list-style: none;
}
.liste-menu li{
    margin-left: 25px;
}
.liste-menu a{
    color: #0f122a;
    text-decoration: none;
    font-size: 17px;
    transition: .3s;
}
.liste-menu a hover{
    color:#d97706;
     border-bottom: 3px solid #d97706;
    padding-bottom: 5px;

}

.section-principale{
    height: 90vh;
    background: url("images\ fon.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenu-pricipale{
background: rgba(15,23,42,0.85);
padding: 40px;
border-radius: 15px;
text-align: center;
max-width: 800px;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.contenu-pricipale h1{
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.contenu-pricipale h2{
    color: #f59e0b;
    font-size: 28px;
    margin-top: 15px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.contenu-pricipale p{
    color: white;
    margin-top: 20px;
    line-height: 28px;
}
.bouton-decouvrir{
    margin-top: 30px;
    padding: 15px 40px;
    border: none;
    background: gold;
    color: black;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.4s;
}
.bouton-decouvrir :hover{
    background: white;
    transform: scale(1.08s);
}
.matchs-direct{
width: 90;
margin: 60px auto;
}
.matchs-direct h2{
    text-align: center;
    margin-bottom: 40px;
}
.cartes-matchs{
display: flex;
justify-content: space-between;
gap:20px;
}
.carte-match{
    flex: 1;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0.2);
    text-align: center;
    transition: 0.4s;
}
.carte-match :hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0.3);
}
.carte-match h3{
color: #0b1f5c;
margin-bottom: 15px;
}
.actualites{
width: 90%;
margin: auto;
margin-bottom: 60px;
}
.actualites h2{
    text-align: center;
    margin-bottom: 35px;
}
.grille-actualites{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:25px;
}
.carte-actualite{
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 10px rgba(0,0,0.2);
transition: 0.4s;
}
.carte-actualite hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0.3);
}
.carte-actualite img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.carte-actualite p{
    margin: 15px;
    line-height: 25px;
}
.pied-page{
background: #0b1f5c;
color: white;
text-align: center;
padding: 35px;
}
.banniere-page{
    background: #0b1f5c;
    color: white;
    text-align: center;
    padding: 60px 20px;
}
.section-histoire{
    width: 90%;
    margin: 60px auto;
    text-align: center;
}
.section-histoire img{
    width: 100%;
    max-width: 700px;
    margin: 30px;
    border-radius: 10px;
}
.section-organisateurs{
    width: 90%;
    margin: 60px auto;
}
.grille-pays{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
.carte-pays{
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0.2);
    text-align: center;
}
.carte-pays img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.carte-pays h3{
    margin: 15px;
}
.carte-pays p{
    padding: 0 15px 20px;
}
.section-nouveautes{
    width: 90%;
    margin: 60px auto;
}
.panier{
    color: white;
    font-size: 20px;
}
.section-nouveautes ul{
margin-top: 20px;
margin-left: 30px;
line-height: 35px;
}
.section-filtres{
    width: 90%;
    margin: 40px auto;
    text-align: center;
}
.groupe-filtres{
    margin-top: 25px;
}
.bouton-filtre{
    padding: 12px 25px;
    margin: 8px;
    border: none;
    background: #0b1f5c;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    transition: .3s;
}
.bouton-filtre:hover{
    background: gold;
    color: black;
}
.section-matchs{
    width: 90%;
    margin: 50px auto;
}
.grille-matchs{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}
.fiche-match{
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0.2);
}
.fiche-match p{
margin: 10px 0;
}
.fiche-match button{
    margin-top: 20px;
    padding: 12px 20px;
    border: none;
    background: #0b1f5c;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}
.fiche-match button:hover{
    background: gold;
    color: black;
}
.confederation{
    width: 90%;
    margin: 60px auto;
}
.confederation h2{
    color: #0b1f5c;
    margin: 30px;
}
.grille-equipes{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}
.carte-equipe{
    background: white;
    text-decoration: none;
    color: black;
    text-align: center;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0.2);
    transition: .4s;
}
.carte-equipe:hover{
    transform: translateY(-10px);
}
.carte-equipe img{
    width: 120px;
    height: 80px;
    object-fit: contain;
}
.carte-equipe h3{
    margin-top: 15px;
}
.section-stades{
    width: 90%;
    margin: 60px auto;
}
.grille-stades{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.carte-stade{
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0.2);
    text-align: center;
}
.carte-stade img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.carte-stade h3{
    margin-top: 15px;
}
.carte-stade p{
    margin: 10px;
}
.carte-stade button{
    margin: 20px;
    padding: 12pcx 20px;
    border: none;
    background:#0b1f5c;
    color: white;
    cursor: pointer;
    border-radius: 8px;
}
.carte-stade button:hover{
    background: gold;
    color: black;
}
.section-pronostic{
    width: 90%;
    margin: 60px auto;
}
.formulaire-pronostic{
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0.2);
}
.formulaire-pronostic label{
    display: block;
    margin: 20px;
}
.formulaire-pronostic input,
.formulaire-pronostic select{
    width: 100%;
    padding: 12px;
    margin-top:  8px; 
}
.formulaire-pronostic button{
    margin-top: 25px;
    padding: 14px;
    border: none;
    background: #0b1f5c;
    color: white;
    cursor: pointer;
    border-radius: 8px;
}
.message-fifa{
    margin-top: 20px;
    padding: 15px;
    background: #eafaf1;
    color: #0b1f5c;
    font-weight: bold;
    border-left: 5px solid red;
    border-radius: 8px;
}
.section-vote{
    width: 90%;
    margin: 50px auto;
    text-align: center;
}
.liste-equipes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}
.galrie-supporteurs{
    width: 250px;
    margin: 70px auto;
    text-align: center;
}
.liste-equipes button{
    padding: 12px 20px;
    border: none;
    background: #0b1f5c;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    font-size: 17px;
    transition: .3s;
}
.galerie{
    display: grid;
    grid-template-columns: repeat(auto-fit,minma x(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.galerie img{
    width: 90%;
    height: 700px;
    object-fit: cover;
    border-radius: 12px;
    transition: 3s;
}
.galerie img:hover{
    transform: scale();
}
.liste-equipes button:hover{
    background:#c8102e;
    transform: scale(1.05);
}
.section-compte{
    width: 90%;
    margin: 70px auto;
    text-align: center;
}
.compte{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: nowrap;
}
.compte div{
    background: #0b1f5c;
    color: white;
    padding: 25px;
    border-radius: 15px;
    min-width: 120px;
}
.compte span{
    font-size: 40px;
    font-weight: bold;
}
.section-classement{
    width: 90%;
    margin: 60px auto;
}
.citation-fifa{
    width: 90%;
    margin: 80px auto;
    text-align: center;
    font-style: italic;
    color: #0b1f5c;
    font-weight: bold;
}
.banniere-page{
    background: url("images fanzone.jpg")center/cover;
    padding: 120px 20px;
    text-align: center;
    color: wheat;
}
.tableau-classement{
    width: 100%;
    border-collapse: collapse;
}
.tableau-classement th{
    background: #0b1f5c;
    color: white;
}
.tableau-classement td{
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
.tableau-classement th{
    background: #0b1f5c;
    color: white;
}
.section-boutique{
    width: 90%;
    margin: 60 px auto;
}
.grille-produit{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.carte-produit{
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0.2);
    text-align: center;
    padding-bottom: 20px;
}
.carte-produit img{
    width: 250px;
    height: 220px;
    object-fit: cover;
}
.carte-produit h3{
    margin: 15px 0;
}
.carte-produit p{
    margin: 10px;
}
.carte-produit button{
    margin-top: 15px;
    padding: 12px 20px;
    border: none;
    background: #0b1f5c;
    color: white;
    cursor: pointer;
    border-radius: 8px;
}
.carte-produit button:hover{
    background: gold;
    color: black;
}
.section-contact{
    width: 90%;
    margin: 60 auto;
}
.conteneur-contact{
    max-width: 700px;
    margin: auto;
}
.formulaire-contact h2{
    text-align: center;
    margin-bottom: 25px;
    color: #0b1f5c;
}
.formulaire-contact label{
display: block;
margin-top: 18px;
font-weight: bold;
}
.formulaire-contact input,
.formulaire-contact textarea{
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.formulaire-contact textarea{
    resize: none;
}
.formulaire-contact button{
    width: 100%;
    margin-top: 25px;
    padding: 15px;
    border: none;
    background: #0b1f5c;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 17px;
}
.formulaire-contact button:hover{
    background:gold ;
    color: black;
}
.formulaire-contact{
background: white;
padding: 35px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0.2);
}
.presentation-equipe{
    width: 90%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    gap: 40px;
}
.information-equipe img{
    width: 250px;
}
.presentation-equipe img{
    width: 250px;
}
.information-equipe{
    width: 90%;
    margin: 40px auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0.2);

}
.compteur{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}
.information-equipe h2{
    margin-bottom: 20px;
    color: #0b1f5c;
}
.compteur div{
    background: white;
    padding: 20px;
    border: 10px;
    width: 120px;
    text-align: center;
}
.compteur h2{
    color: #0b1f5c;
    font-size: 35px;
}
.information-equipe ul{
    margin-bottom: 25px;
    line-height: 35px;
}
.tableau-statistiques{
    width: 100%;
    border-collapse: collapse;
}
.tableau-classementth,
.tableau-classement td{
    border: 1px solid #ccc;
    padding: 15px;
}
.information-contact{
    width: 90%;
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.boite-conctact{
    background: white;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0.2);
}
.boite-conctact h3{
    color: #0b1f5c;
    margin-bottom: 15px;
}