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 {
    display: flex;
    gap: 20px;
    padding: 0 30px;
    list-style: none;
    flex-wrap: wrap;
}
ul li a{
font-weight: bold;
    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;
}

.icon{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 44px;
    cursor: pointer;
    color: white;
}

.compt{
    position: relative;
    top: -3px;
    background: rgb(7, 184, 7);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    height: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 2px;
}

.pa{
    background-color: #020c16;
    padding: 30px;
    margin: 0;
}
.panier{
    background-color:#010f1f;
    display: flex;
    justify-content: space-between;
    height: 50px;
    color: white;
    border-radius: 5px;
}
.pan {
    padding: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.pane {
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.panier div button{
    background-color:green;
    border: 1px solid green;
    padding: 5px;
    border-radius: 5px;
    color: white;
}
.panier div button:hover{
    background-color:rgb(10, 73, 23);
    border: 1px solid rgb(10, 73, 23);
}
.hero {
    background-color: #020c16;
    padding: 30px;
}
.hero h2{
    color: white;
    margin: 0;
}
.hero p{
    font-size: small;
    color: rgb(7, 184, 7);
    font-weight: bold;
    margin: 0;
}

.heros{
    display: flex;
    gap: 30px;
    background-color: #020c16;
    padding: 20px;
    color: white;
}
.heros p{
    background-color:#041325;
    padding: 5px;
    font-size: small;
    font-weight: bold;
    border-radius: 3px;
}
.heros .tous{
    background-color: rgb(7, 184, 7);
}
.article{
    margin: 0;
    justify-content: center;
    background-color: #020c16;
    padding: 10px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px; 
}

.maillot1 {
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: 250px;
    background-image: url(maillot_canada.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.maillot2 {
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: 250px;
    background-image: url(maillot_bre.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.maillot3 {
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: 250px;
    background-image: url(maillot_mex.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.maillot4 {
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: 250px;
    background-image: url(maillot_haiti.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.ballon {
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: 250px;
    background-image: url(ballon.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.maillot5 {
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: 250px;
    background-image: url(maillot_etatunis.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.echarpe {
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: 250px;
    background-image: url(echarpe.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.casquette {
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: 250px;
    background-image: url(casquette.png);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.article p{
    font-weight: bold;
    margin: 5px;
    color: #020c16;
}
.article button{
    border: 1px solid green;
    background-color: green;
    padding: 5px;
    color: white;
    border-radius: 4px;
}
.article button:hover{
    background-color: rgb(10, 73, 23);
    border: 1px solid rgb(10, 73, 23);
}
footer{
    background-color: #020c16;
    height: auto;
    padding: 10px;

}
.foo {
    font-size: small ;
    display: flex;
    gap: 10%;
    justify-content: center;
}
.foot {
    display: flex;
}
.foott {
    width: auto;
    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;
}