        /* Appliquer Flexbox à l'ensemble de la page */
        body {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            margin: 0;
        }

        /* Conteneur principal pour le contenu */
        .container {
            flex: 1;
        }

        .footer-links{
            color: #795333;
        }

        .btn-wantly{
            background-color: #BE9784 !important; 
            border-color: #BE9784 !important;
            color:white !important;
            opacity: 1 !important;
        }

