* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f6f8;
    color: #222;
}

header {
    background: #111827;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

main {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

section {
    background: white;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 10px;
}

h2 {
    color: #111827;
}

footer {
    text-align: center;
    padding: 30px;
}

/* Gestion du CV dans l'administration */

.admin-cv-actions {
    margin-top: 20px;
}

.admin-cv-actions form {
    margin-bottom: 25px;
}

.admin-cv-actions button {
    margin-top: 8px;
}

.admin-cv-actions hr {
    margin: 30px 0;
}

.admin-cv-actions h3 {
    margin-bottom: 10px;
}
