/* Style général */
body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

/* Barre de navigation */
.navbar-brand img {
    margin-right: 10px;
}

/* Image en tête */
.header-image img {
    max-height: 300px;
    object-fit: cover;
}

/* Boîte de présentation */
.presentation-box {
    background: #fff;
    border: 5px solid #f0ad4e; /* Bordure orange clair */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.presentation-box h2 {
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
}

/* Contenu interne */
.content-box {
    background: #f5f5f5; /* Fond légèrement gris */
    padding: 15px;
    border-radius: 8px;
}

/* Sections */
.section {
    margin-bottom: 20px;
}

.section h4 {
    color: #222;
    font-weight: bold;
    border-bottom: 3px solid #003366;
    display: inline-block;
    padding-bottom: 5px;
}

/* Pied de page */
.footer {
    background: #003366;
    color: white;
    padding: 20px;
    margin-top: 20px;
}

.footer h5 {
    color: #f0ad4e;
    margin-bottom: 10px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 5px;
}
