.elementor-872 .elementor-element.elementor-element-4ac5ba99{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-4ac5ba99 *//* ============================================================
   PAGE POLITIQUE DES COOKIES (Shortcode Complianz)
   ============================================================ */

/* 1. Le Conteneur Global */
#cmplz-document {
    font-family: 'Montserrat', sans-serif;
    color: #3E2723; /* Marron foncé */
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

/* 2. Les Titres (H2, H3, H4) */
#cmplz-document h2, 
#cmplz-document h3, 
#cmplz-document h4 {
    font-family: 'Cinzel', serif;
    color: #2E473B; /* Vert Niso */
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#cmplz-document h2 {
    border-bottom: 1px solid #944028; /* Souligné Rouille */
    padding-bottom: 15px;
}

/* 3. Texte et Paragraphes */
#cmplz-document p, 
#cmplz-document li {
    font-size: 15px;
    margin-bottom: 15px;
    color: #3E2723;
}

/* 4. Liens */
#cmplz-document a {
    color: #944028; /* Rouille */
    text-decoration: underline;
    transition: 0.3s;
}
#cmplz-document a:hover {
    color: #C57B57; /* Argile */
}

/* ============================================================
   DESIGN DES TABLEAUX DE COOKIES (Le plus important)
   ============================================================ */

/* Le tableau global */
#cmplz-document table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-radius: 4px;
    overflow: hidden;
    background-color: #FFFFFF;
}

/* En-tête du tableau (Ligne du haut) */
#cmplz-document table thead th,
#cmplz-document table th {
    background-color: #2E473B; /* Vert Fond */
    color: #EDE8E0; /* Texte Beige */
    font-family: 'Cinzel', serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px;
    text-align: left;
    font-size: 13px;
    border: none;
}

/* Cellules du tableau */
#cmplz-document table td {
    padding: 15px;
    border-bottom: 1px solid #EDE8E0; /* Ligne séparation beige */
    font-size: 14px;
    color: #3E2723;
    vertical-align: top;
}

/* Une ligne sur deux légèrement grisée pour la lecture */
#cmplz-document table tr:nth-child(even) {
    background-color: #F7F5F3;
}

/* Titre des Services (ex: "Google Analytics") */
.cmplz-service-header {
    background-color: #EDE8E0;
    padding: 15px;
    font-weight: bold;
    color: #2E473B;
    border-left: 4px solid #944028; /* Bordure Rouille */
    margin-top: 30px;
    margin-bottom: 10px;
}

/* Date de révision (souvent en bas) */
#cmplz-sync-date {
    font-style: italic;
    color: #777;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}/* End custom CSS */