/* index.html */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap');


html, body {
    margin: 0;
    background-color: #c29664;
    color: white;
}

.bodyIndex {
    width: 100vw;
    height: 100vh;
}

.part {
    width: 100%;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px white;
}

.link {
    text-decoration: none;
    font-size:3rem;
    color: white;
}

.accueil {
    text-decoration: none;
    color: white;
    position: fixed;
    top: 10px;
    left: 10px;
}

.haut {
    text-decoration: none;
    color: white;
    position: fixed;
    bottom: 10px;
    left: 10px;
}

/* hippodromes */

h1 {
    margin: 0 0 1rem 0;
    text-align: center;
}

menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
}

.region {
    width: 20%;
    background-color: #af6c20;
    color: white;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgb(133, 65, 9);
    font-size: small;
}

h2 {
    text-align: center;
    color: black;
    text-decoration: none;
}

.card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.card-body, .card-title, .card-text {
    margin: 0;
}

/* chevaux */

.ecurie {
    width: 20%;
    background-color: #af6c20;
    color: white;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgb(133, 65, 9);
    font-size: small;
}

.casaque {
    width: 2rem;
}

/* bilan */

.bilan {
    color: black;
    text-align: center;
}

.pBilan {
    margin: 0;
}