/* Personnalisation Tarteaucitron - Charte Creative and Cool */

/* Couleurs principales */
#tarteaucitronAlertBig {
    background: #1a3a40 !important;
    border-top: 3px solid #1a7a8a !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15) !important;
    padding: 20px 24px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    color: #5dcaa5 !important;
    font-weight: 600 !important;
}

/* Boutons */
#tarteaucitronAlertBig button {
    border-radius: 8px !important;
    padding: 10px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: 4px 4px !important;
    transition: all 0.15s !important;
    border: none !important;
    cursor: pointer !important;
}

/* Bouton "Personnaliser" - secondaire */
#tarteaucitronPersonalize {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

#tarteaucitronPersonalize:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* Bouton "Tout refuser" - rouge subtil */
#tarteaucitronAllDenied2 {
    background: rgba(192, 39, 45, 0.85) !important;
    color: #fff !important;
}

#tarteaucitronAllDenied2:hover {
    background: #c0272d !important;
}

/* Bouton "Tout accepter" - bleu canard CAC */
#tarteaucitronCloseAlert {
    background: #1a7a8a !important;
    color: #fff !important;
}

#tarteaucitronCloseAlert:hover {
    background: #5dcaa5 !important;
}

/* Modal de personnalisation */
#tarteaucitron {
    border-radius: 14px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
}

#tarteaucitron #tarteaucitronServices,
#tarteaucitron #tarteaucitronInfo {
    background: #fff !important;
}

#tarteaucitron .tarteaucitronH1 {
    background: #1a7a8a !important;
    color: #fff !important;
    padding: 16px 24px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

#tarteaucitron .tarteaucitronH2 {
    color: #1a7a8a !important;
    font-weight: 600 !important;
}

/* Petite icone discrete (BottomRight) */
#tarteaucitronIcon {
    background: #1a7a8a !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2) !important;
    margin: 0 12px 12px 0 !important;
}

/* Lignes services dans le panel */
.tarteaucitronLine {
    border-left: 5px solid #ddd !important;
    padding: 12px 16px !important;
    transition: all 0.15s !important;
}

.tarteaucitronLine.tarteaucitronIsAllowed {
    border-left-color: #5dcaa5 !important;
}

.tarteaucitronLine.tarteaucitronIsDenied {
    border-left-color: #c0272d !important;
}

/* Boutons accepter/refuser dans le panel */
.tarteaucitronAllow {
    background: #1a7a8a !important;
    border-radius: 6px !important;
    padding: 6px 14px !important;
    font-weight: 600 !important;
}

.tarteaucitronAllow:hover {
    background: #5dcaa5 !important;
}

.tarteaucitronDeny {
    background: #c0272d !important;
    border-radius: 6px !important;
    padding: 6px 14px !important;
    font-weight: 600 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    #tarteaucitronAlertBig {
        padding: 16px !important;
    }
    #tarteaucitronAlertBig button {
        display: block !important;
        width: 100% !important;
        margin: 6px 0 !important;
    }
}