/* Style global site entretiens annuels */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #f7f9fc;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background: #0B1F8F;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

.container {
    max-width: 800px;
    margin: 30px auto;
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

h2, h3 {
    color: #0B1F8F;
    margin-bottom: 15px;
}

form {
    margin-top: 20px;
}

label {
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}

input[type=text],
input[type=password],
input[type=number],
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 1em;
}

textarea {
    min-height: 80px;
}

button {
    background: #7FBD00;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    transition: 0.3s;
}

button:hover {
    background: #4575E0;
}

a {
    color: #0B1F8F;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    background: #f0f4ff;
    margin: 8px 0;
    padding: 10px;
    border-radius: 10px;
}
