﻿.fixed-image {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.fixed-image img {
        width: 300px; /* Ajuste selon la taille souhaitée */
        height: auto;
        opacity:0.05
  }

.centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Assurez-vous que la hauteur est définie, si nécessaire */
}