/*Rauber Tim, 13.01.2026*/
/*design du site*/
h1 {
    color: rgb(255, 0, 0);
    font-size: 5em;
}

h2 {
    color: rgb(255, 84, 31);
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

nav a:hover,
.img-club:hover {
    color: rgb(241, 50, 50);
}

.header1 {
    background-color: rgb(0, 0, 0);

}

.header2 {
    background-color: rgb(0, 0, 0);

}

.titre-liste {
    color: #000000;
    background-color: rgb(243, 127, 127);
}

.image-arbitre {
    width: 650px;
    height: 400px;
}

.Règles,
.Matériel {
    background-color: rgb(255, 255, 255);
    padding-right: 15px;
    text-align: justify;
}



.Couleur-Titre {
    background-color: bisque;
}

.image-equipement {
    width: 100px;
    height: 300px;
}


figure {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 250px;
    height: 250px;
}

.Mike {
    width: 100%;
    height: 100%;
    margin-bottom: 11px;
}

.Mohammed {
    width: 100%;
    height: 100%;
    margin-bottom: 11px;

}

.Joe {
    width: 100%;
    height: 100%;
    margin-bottom: 11px;

}

.Sugar {
    width: 100%;
    height: 100%;
    margin-bottom: 11px;

}

.Video-Mike {
    width: 400px;
    height: 200px;



}

video {
    width: 100%;
    height: 100%;
}

.Mike-video {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.page-legendes {
    background-color: rgb(94, 71, 73);
}





figcaption {
    margin-bottom: 80px;
    text-align: center;
    font-style: italic;
    margin-bottom: 8px;
}

table {
    border: 2px solid rgb(255, 0, 0);
    border-collapse: collapse;

}

tr {
    color: rgb(255, 12, 12);


}

td,
tr {

    padding-left: 95px;
    padding-right: 95px;
    text-align: center;
    color: rgb(253, 5, 5);

}

.club-Bulle,
.club-Chatel,
.club-Fribourg,
.club-Therapie,
.club-FightDistrict,
.club-Marsens,
.club-Lausanne,
.club-Bern {
    height: 140px;
    width: 140px;
}

.contenu-clubs-ligne-1,
.contenu-clubs-ligne-2 {

    background-color: rgb(212, 119, 119);

}

.Lien-swiss {
    color: rgb(255, 0, 0);
}

.Date-Heure {
    color: aliceblue;
}

.Date {

    color: rgb(255, 0, 0);
    background-color: rgb(255, 0, 0);
}

.Heure {
    color: rgb(255, 0, 0);
    background-color: aliceblue;
}


.texte-club {
    color: rgb(255, 255, 255);
    background-color: rgb(114, 52, 52);
}