/* Styles pour le bandeau de consentement */
#ccp-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    font-family: inherit;
}


#ccp-consent-banner p {
    margin: 0 0 10px 0;
    font-family: inherit;

}

#ccp-consent-banner button {
    margin: 0 5px;
    padding: 10px 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-family: inherit;
}

#ccp-consent-banner button:hover {
    background-color: #005f8d;
}

#ccp-consent-banner a {
    color: #ffffff;
    text-decoration: underline;
    font-family: inherit;
}

#ccp-consent-banner a:hover {
    color: #cccccc;
}

/* Style pour la croix de fermeture */
#ccp-close-banner {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}


/* Styles pour les options de personnalisation */
#ccp-customize-options {
    margin-top: 10px;
    text-align: left;
    display: none;
}

#ccp-customize-options p {
    margin-bottom: 10px;
}

#ccp-customize-options label {
    display: block;
    margin-bottom: 5px;
}

#ccp-customize-options button {
    margin-top: 10px;
    padding: 8px 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

/* Styles pour le shortcode */
.ccp-cookie-list {
    margin: 20px 0;
}

.ccp-cookie-list h3 {
    margin-bottom: 10px;
}

.ccp-cookie-list table {
    width: 100%;
    border-collapse: collapse;
}

.ccp-cookie-list th, .ccp-cookie-list td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.ccp-cookie-list th {
    background-color: #f2f2f2;
}

.ccp-cookie-list button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.ccp-cookie-list button:hover {
    background-color: #005f8d;
}
