body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
}
header {
    background-color: #004080;
    color: white;
    padding: 1.5rem 2rem;
    text-align: center;
}
header h1 {
    margin: 0;
    font-size: 2.5rem;
}
nav {
    margin-top: 1rem;
}
nav a {
    color: #aaccee;
    margin: 0 1rem;
    text-decoration: none;
    font-weight: bold;
}
nav a:hover {
    color: #fff;
}
main {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
}
section {
    margin-bottom: 3rem;
    background: white;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
section h2 {
    font-size: 2rem;
    border-bottom: 2px solid #004080;
    padding-bottom: 0.5rem;
}
.intro {
    font-size: 1.2rem;
    line-height: 1.6;
}
.btn-cv {
    display: flex;
    background: #004080;
    color: white;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    border-radius: 5px;
    margin-top: 1rem;
   justify-content: center;
}
.btn-cv:hover {
    background: #0066cc;
}
.social-links a {
    margin: 0 10px;
    color: #004080;
    text-decoration: none;
}
.contact-form {
    display: flex;
    flex-direction: column;
}
.contact-form input, .contact-form textarea {
    margin: 0.5rem 0;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.project {
    margin-bottom: 2rem;
}
.project img {
    max-width: 100%;
    border-radius: 5px;
}
footer {
    text-align: center;
    padding: 1rem 0;
    background: #004080;
    color: white;
}
.social-links{
    text-align: center;
}
.sous-menu{
    background-color:#0066cc;
}
.sous {
    text-align: center;
}
video {
    max-width: 50%;
}
.cv {
    max-width: 30%;
}
.content {
    display: flex;
    justify-content: center;
}
.logo{
    width: 20%;
}
.saison{
    width: 20%;
}