/* Style inspiré de parametres.css pour tout le site sauf parametres.html */
body {
    background: linear-gradient(135deg, #1a1a1b 0%, #2a2a2e 100%);
    color: #e5e5e5;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #7bed9f;
}

button, .btn-template, .btn-sm, .action-btn {
    background: #7bed9f;
    color: #181818;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1em;
}

button:hover, .btn-template:hover, .btn-sm:hover, .action-btn:hover {
    background: #2ed573;
    color: #181818;
    transform: translateY(-1px);
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 0;
    background: linear-gradient(135deg, #1a1a1b 0%, #2a2a2e 100%);
    border-radius: 12px;
    border: 1px solid #404044;
}

.card, .template-card, .recent-documents, .quick-actions, .document-creator {
    background: #1a1a1b;
    border: 1px solid #404044;
    border-radius: 12px;
    padding: 25px;
}

.sams-annonce {
    background: #2a2a2e;
    border: 2px solid #7bed9f;
    color: #e5e5e5;
    border-radius: 12px;
    padding: 24px 18px;
    margin: 32px auto;
    max-width: 700px;
    font-size: 1.1em;
    line-height: 1.7;
    box-shadow: 0 4px 24px rgba(123,237,159,0.08);
    font-family: Arial, sans-serif;
}
.sams-annonce a {
    color: #7bed9f;
    text-decoration: underline;
    word-break: break-all;
}
.sams-annonce strong, .sams-annonce b {
    color: #2ed573;
}
.sams-annonce br {
    margin-bottom: 8px;
}
