.background-demo{
    background-image: url('/assets/images/index/bg2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.demo-text h1{
    text-align: center; 
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
}
.demo-text{
    text-align: justify; 
    font-size: 24px;
    width: 85%;
    text-decoration: none;
}
.button-text{
    display: flex;
    color: #f7b10a;
    background-color: #0000008f;
    border: solid 1px #f7b10a;
    padding: 13px 27px;
    font-size: 20px;
    transition: 0.2s;
    margin-bottom: 10px;
}
.button-text:hover{
    display: flex;
    color: #ffd089;
    align-items: center;
    border: solid 1px #f7b10a;
    background-color: #b37a00;
    transition: 0.5s;
}
.demo-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;

}
.demo-header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.demo-header h1{
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 5px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);
}
.demo-header-txt{
    font-size: 26px;
    width: 85%;
    text-align: justify;
    text-shadow: 0 0 5px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);
}
/*BACKGROUNDS*/
.demo-army{
    background-image: url("/assets/images/demographie/army.jpg");
    position: sticky;
    background-position: center;
    background-size: 100%;
    margin-bottom: -52px;
    border-bottom: #fff solid 1px;
    margin-top: -0.6vh;
    text-shadow: 0 0 1px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);
}
.demo-dirigeant{
    background-image: url("/assets/images/demographie/dirigeant.jpg");
    position: sticky;
    background-position: center;
    background-size: 100%;
    margin-bottom: -52px;
    border-bottom: #fff solid 1px;
    margin-top: 5.7vh;
    text-shadow: 0 0 1px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);
}
.demo-faction{
    background-image: url("/assets/images/demographie/factions.jpg");
    position: sticky;
    background-position: center;
    background-size: 100%;
    margin-bottom: -52px;
    border-bottom: #fff solid 1px;
    margin-top: 5.7vh;
    text-shadow: 0 0 1px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);
}
.demo-race{
    background-image: url("/assets/images/demographie/race.jpg");
    position: sticky;
    background-position: center;
    background-size: 100%;
    margin-bottom: -52px;
    border-bottom: #fff solid 1px;
    margin-top: 5.7vh;
    text-shadow: 0 0 1px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);
}
.demo-classe{
    background-image: url("/assets/images/demographie/classe.jpg");
    position: sticky;
    background-position: center;
    background-size: 100%;
    margin-bottom: -52px;
    border-bottom: #fff solid 1px;
    margin-top: 5.7vh;
    text-shadow: 0 0 1px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);
}
.demo-royaume{
    background-image: url("/assets/images/demographie/royaume.jpg");
    position: sticky;
    background-position: center;
    background-size: 100%;
    margin-bottom: -52px;
    border-bottom: #fff solid 1px;
    margin-top: 5.7vh;
    margin-bottom: 0.5vh;
    text-shadow: 0 0 1px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);
}

.humain{
    color: #2255c4;
    border-color: #2255c4;
}
.elf{
    color: #3ba3b6;
    border-color: #3ba3b6;
}
.nain{
    color: #b36a17;
    border-color: #b36a17;
}
.orcs{
    color: #ac1c12;
    border-color: #ac1c12;
}
.gnomes{
    color: #9b9925;
    border-color: #9b9925;
}
.mindiaes{
    color: #107028;
    border-color: #107028;
}