/* Dispositions générales */
body{
    height: 100vh;
} 

/* Polices de caractère */
.righteous-regular {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.pathway-gothic {
    font-family: "Pathway Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 75%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Righteous", sans-serif;
}

/* Placements d'éléments particuliers */
.bottom-right-div {
    position: fixed;
    bottom: 50px; 
    right: 20px;
    padding: 10px 10px; 
}
.bottom-right-div * {
    opacity: 0.3;
}
[class^="col-"] {
    margin-top: 35px;
}


