body, html {
    height: 100%;
    margin: 0;
}

.background-image {
    /* L'image de fond doit couvrir toute la page */
    background: url('bg_rnrf.png') no-repeat center center fixed;
    background-size: cover;
    /* La div doit prendre toute la hauteur de la page */
    height: 100%;
}
.contact-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7); /* Fond semi-transparent pour une meilleure lisibilité */
    color: #fff; /* Couleur du texte */
}