body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fafafa;
}

header {
    text-align: center;
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
}

h1, h2 {
    color: #2c3e50;
}

section {
    margin-bottom: 2rem;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #eee;
    margin-top: 2rem;
    color: #7f8c8d;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f9f9f9;
}

header {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 2rem 0;
}

section {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #2c3e50;
    color: white;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.profile-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%; /* Optionnel : pour une photo ronde */
    object-fit: cover;
    border: 2px solid #2c3e50; /* Optionnel : bordure */
    transform: rotate(90deg); /* Rotation de 90 degrés */
}

.header-text {
    flex: 1;
    text-align: left;
}
