﻿/* Custom CSS to style the cookie banner */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    color: black;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    display: flex;
}

    #cookie-banner a {
        color: #007bff;
        text-decoration: none;
    }

#accept-cookies-btn,
#close-btn {
    cursor: pointer;
}


#close-btn {
    align-self: flex-end;
    padding: 2px 8px !important;
    font-size: 12px;
}

    #close-btn .btn-charte-principal {
        color: black !important;
    }
