/* Sticky Footer: html et body à 100% de hauteur */
html {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;

}

/* Le conteneur principal prend tout l'espace disponible */
.page {
    flex: 1;
    padding-top: 0px;
    padding-bottom: 100px;
}

.title {
text-align: center;
margin: 0px auto 0px;
}
.title img{
width: 111px;
text-align: center;
}

/* Disable header animation */
.site-header {
    animation: none !important;
}