.background-croyance{
    background-image: url('/assets/images/bg2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.croyance-text h1{
    text-align: center; 
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
}
.croyance-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;
}
.croyance-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.croyance-header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.croyance-header h1{
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 5px transparent, 0 1.5px 2px rgb(0, 0, 0);
}
.croyance-header-txt{
    font-size: 26px;
    width: 85%;
    text-align: justify;
    text-shadow: 0 0 5px transparent, 0 1.5px 2px rgb(0, 0, 0);
}
/*BACKGROUNDS*/
.croyance-ayatar{
    background-image: url("/assets/images/croyances/ayatar.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%);
}
.croyance-culte{
    background-image: url("/assets/images/croyances/cultes.jpg");
    position: sticky;
    background-position: center;
    background-size: 100%;
    margin-bottom: -52px;
    margin-top: 5.7vh;
    border-bottom: #fff solid 1px;    
    text-shadow: 0 0 1px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);

}
.croyance-plan{
    background-image: url("/assets/images/croyances/plan.jpg");
    position: sticky;
    background-position: center;
    background-size: 100%;
    margin-bottom: -52px;
    margin-top: 5.7vh;
    border-bottom: #fff solid 1px;    
    text-shadow: 0 0 1px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);

}
.croyance-valinar{
    background-image: url("/assets/images/croyances/valinar.jpg");
    position: sticky;
    background-position: center;
    background-size: 100%;
    margin-bottom: -52px;
    margin-top: 5.7vh;
    border-bottom: #fff solid 1px;    
    margin-bottom: 0.45vh;

    text-shadow: 0 0 1px transparent, 0 1.5px 2px rgb(0 0 0 / 90%);

}