body{
    margin: 10;
    padding: 10;
}
.container{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    background-color: #DAA520;
}
nav ul{
    list-style: none;
    padding: 10;
    display: flex;
    background-color:#DAA520;
}
nav ul li a{
    color: black;
    text-decoration: none;
    padding: 15px;
    display: block;
    font-size: 1.2rem;
}
nav ul li:hover{
    background-color: blue;
}

.group{
     
    text-align: center;
    border: 1px solid; 
    border-radius: 1px;
    display: flex;
}
    
section{
    
    max-width: 800px;
    margin: 40px auto;
   
    border-radius: 8px;
    
}
section h2{
    font-family: Arial,sans-serif;
    color: #333;
    font-size: 1.8rem;

}
.section-live{
    font-family: Arial,sans-serif;
    max-width: 350px;
    margin: 15px auto;
    padding: 15px;
    border: 2px solid #333;
    border-radius: 8px;
    background-color: rgb(98, 163, 37);
}
.section-live h2{
    font-family: 1.2rem;
    margin-top: 0;
    color: #1a237e;

}
.section-live div{
    display: inline-block;
    width: 22%;
    text-align: center;
    vertical-align: middle;

}
.live{
    color: blueviolet;
    font-weight: bold;
}
.score{
    font-weight: bold;
}
.time{
    color: chocolate;
}
#publication{
    font-family: Arial,sans-serif;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #DAA520;
}
#publication div{
    width: 300px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}
footer{
    text-align: center;
    padding: 20px;
    background-color: #7a99d3;
    color: white;
    margin-top: 30px;
}

form {
    max-width: 400px;
    margin: 20px auto;
    font-family: sans-serif;

}
Label, input,button{
    display: block;
    width: 100%;
    margin-bottom: 12px;
    box-sizing: border-box;
}
label{
    margin-top: 10px;
    font-weight: bold;
}
input{
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button{
    color: black;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}
table.live{
background-color: #DAA520;
    width: 70%;
    border-collapse: collapse;
    font-family: sans-serif;
}
table.live th,table.live td{
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}
.LEADERBOARD{
    font-family: sans-serif;
    margin: 20px;;
}
.LEADERBOARD{
    width: 100%;
    border-collapse: collapse;
}
.LEADERBOARD th{ 
background-color: #f2f2f2;
padding: 10px;
text-align: center;
border-bottom: 2px solid #ccc;
}
.LEADERBOARD td {
padding: 10px;
border-bottom: 1px solid #eee;
text-align: center;
}
.groupe{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.card-Stade{
    border: 1px solid black;
    border-radius: 8px;
    padding: 20px;

}
.card-Stade img{
    width: 100%;
    height: 150px;
    object-fit: cover;

}
/*=========Boutique==========*/
.groupe-a{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 20px;
}
.card-Boutique{
    border: 1px solid black;
    border-radius: 8px;
    padding: 20px;
}
.card-Boutique img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
/*=============contact=============*/
h1, .contact>p{
    text-align: center;
}
.card-grid{
    display: flex;
    justify-self: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.card{
    background: white;
    padding: 20px;
    border: 1px solid black;
    width: 250px;
    text-align: center;
}
.card h3{
    margin-top: 0;
    color: #333;
}
/*=============Equipe============*/
.groupe-c{

}
.card-Equipe{
    border: 1px solid black;
border-radius: 8px;
padding: 20;
}
.card-equipe li{
    list-style: none;
    font-weight: bold;
    background-color: #76aa14;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}