/* Styles généraux */
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #f5f5f5;
}
/* En-tête */
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.logo img {
height: 50px;
}
nav ul {
list-style: none;
display: flex;
gap: 20px;
margin: 0;
padding: 0;
}
nav a {
text-decoration: none;
color: #333;
font-weight: bold;
}
nav a:hover {
color: #007BFF;
}
/* Bannière principale */
.banniere {
text-align: center;
padding: 100px 20px;
background: url('chemin/vers/banniere.jpg') no-repeat center center/cover;
color: #fff;
}
.banniere h1 {
font-size: 3em;
margin-bottom: 20px;
}
.banniere p {
font-size: 1.5em;
margin-bottom: 30px;
}
.cta {
background-color: #007BFF;
color: #fff;
padding: 15px 30px;
text-decoration: none;
border-radius: 5
::contentReference[oaicite:1]{index=1}