
.rgpd-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: .9rem;
    text-align: center;
    z-index: 1000;
}

.rgpd-banner p {
    margin: 0;
    font-size: 1.5rem;
}

.rgpd-banner button {
    margin-left: .9rem;
    margin-top: .8rem;
    width: 150px;
    padding: .8rem 1.4rem;
    border: none;
    cursor: pointer;
}

#accept-cookies,
#save-preferences
{
    background-color: #007bff;
    color: white;
}

#accept-cookies:hover,
#save-preferences:hover {
    background-color: #0056b3;
}

#customize-cookies {
    background-color: #112133;
    color: white;
}
#customize-cookies:hover {
    background-color: #080e14;
}

#decline-cookies {
    background-color: #6c757d;
    color: white;
}
#decline-cookies:hover {
    background-color: #5a6268;
}

.lienH {
    text-decoration: none;
    color: green;
    font-size: 1.7rem;
    font-weight: 700;
}

/* model */
.cookie-modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.cookie-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    max-height: 70vh;
    text-align: left;
    overflow: auto;
}
.cookie-modal-content h2{
    font-size: 20px;
    text-align: center;
}
.cookie-modal-content p{
    font-size: 1.5rem
}

.cookie-modal-close {
    color: #aaa;
    float: right;
    font-size: 1.9rem;
    font-weight: bold;
    cursor: pointer;
}
.cookie-modal-close:hover,
.cookie-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#customize-cookies-form label{
    font-size: 1.5rem;
    color: green;
}

.preferences {
    width: 100%;
    position: relative;
    height: 30px;
}

#save-preferences {
    margin-top: 5px;
    width: 200px;
    padding: .8rem 1.4rem;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

h3 {
    font-size: 1.3rem;
}

.listWithSpan li,
.listDirect li
 {
    font-size: 1.4rem;
    list-style-type: none;
    font-weight: 800;
    margin-left: 10px;
    padding: 5px;
}

.listWithSpan li span,
.listDirect li{
    color: green;
    font-weight: 700;
}

.about ul li {
    color: green;
}
