body{
    margin: 0;
    padding: 0;
}
header {
    background-color: #020c16;
    gap: 20px;
    padding: 8px;
    display: flex;
}
img {
    margin: 5px;
    height: 50px;
}
.heade {
    display: flex;
}
.a {
    color: white;
}
.a h5{
    margin: 0;
}
.a h3 {
    margin: 0;
}
.a p{
    margin: 0;
    font-size: 12px;
    display: flex;
}

.b {
    color: blue;
    margin: 0;
    font-weight: bold;
    font-size: 11px;
}
.c{
    color: red;
    font-weight: bold;
    font-size: 11px;
}
.d {
    color: green;
    font-weight: bold;
    font-size: 11px;
}

ul {
    font-weight: bold;
    margin: 20px;
    display: flex;
    gap: 20px;
    padding: 10 30px;
    list-style: none;
    flex-wrap: wrap;
}
ul li a{
    text-decoration: none;
    font-size: 14px;
    color: white;
    padding: 8px;
}
ul li a:hover{
    background-color: green;
    border-radius: 10px;
}
.actif{
    background-color: green;
    border-radius: 5px;
}
.hero {
    max-width: 100%;
    height: 110px;
    background-image: url(liste.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-repeat: no-repeat;
}

.hero {
    background-color: #020c16;
    padding: 50px;
}
.hero h1{
    color: white;
    margin: 0;
}
.hero p{
    font-size: small;
    color: rgb(7, 184, 7);
    font-weight: bold;
    margin: 0;
}
.phase{
    background-color: #020c16;
    color: white;
    padding: 20px;
    display: flex;
    list-style: none;
    gap: 20px;
}
.phase .tous{
    background-color: rgb(7, 184, 7);
}
.phase li{
    font-weight: bold;
    background-color:#041325;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.match {
    background-color: #020c16;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}
.group{
    color: white;
    text-align: center;
    background-color: #041325;
    border-radius: 5px;
    width: 280px;
    height: auto;
}
.group h4{
    margin: 10px;
}

.group div {
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.group span{
    font-size: 10px;

}
.group img {
    width: 60px;
    height: 45px;
    border-radius: 7px;
}
.group p{
    margin: 0;
    font-size: 12px;
}
.i{
    color: red;
    font-size: 18px;
}


footer{
    background-color: #020c16;
    height: auto;
    padding: 10px;
}
.foo {
    font-size: small ;
    display: flex;
    gap: 10%;
    justify-content: center;
}
.foot {
    display: flex;
}
.foott {
    color: white;
}

.foott h5{
    font-size: 16px;
}
.imaje{
    display: flex;
    flex-wrap: wrap;
}
.imaje img{
    width: 30%;
    height: 30%;
}
hr{
    width: 100%;
}
.div1{
    color: white;
    display: flex;
    gap: 5%;
    font-size: 12px;
    justify-content: center;
}