.titre_ligue, .titre_ligue_club {
    font-weight: 400;
    color: black;
    margin-bottom: 5px;
    text-decoration: underline black 1px;
    text-align: center;
    font-size: 28px;
}





.lien_carte {
    color: black;
    text-decoration: none;
}

.lien_carte:visited {
    color: black;
}

.lien_ligue {
    text-decoration: underline black 1px;
}

.lien_ligue:visited {
    color: black;
    text-decoration: underline black 1px;
}

.titres_ligue {
    font-weight: 400;
    text-align: center;
    font-size: 21px;
}


.btn_ligue_club {
    margin-top: 10px;
    border: none;
    background-color: black;
    color: white;
    font-size: 20px;
    padding: 13px 15px 13px 15px;
    cursor: pointer;
}

.texte_laligue {
    width: 100vh;
}

.liste_laligue {
    width: 100vh;
}

.paragraphe_laligue {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
}





.soustitre {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lien_ligue {
    text-decoration: underline black 1px;
}

.titre_ligue {
    font-weight: 400;
    color: black;
    margin-bottom: 5px;
    text-decoration: underline black 1px;
    text-align: center;
    font-size: 28px;
}




.texte_laligue, .liste_laligue {
    width: 100vh;
}

.titres_ligue {
    font-weight: 400;
    text-align: center;
    font-size: 21px;
}



.titre_ligue_club {
    color: black;
    margin-bottom: 5px;
    text-decoration: underline black 1px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}



.clubs_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}



.clubs_page_ligue {
    display: flex;
    flex-direction: column;
    margin: 5px;

}

.redtxt {
    color: red;
}


b {
    font-weight: 600;
    text-transform: uppercase;


}

.clubs_page_categorie {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 500px;
    background-color: #fffaf0;
    padding: 10px;
    margin-top: 10px;
}


.clubs_page_categorie:nth-child(even) {
    background-color: #d0ebff;

}


.ligue_box_btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
}

.btn_ligue {
    border: none;
    font-size: 18px;
    color: rgb(11 134 189);
    background-color: transparent;
    text-transform: lowercase;
    cursor: pointer;
}

.ligue_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lien_carte {
    color: black;
    text-decoration: none;
}