body {
    font-family: 'Prompt', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    line-height: 1.6;
}

.banniere {
    display: flex;
    justify-content: center; /* Centre horizontalement */
    width: 100%;
    margin-bottom: 30px;
}

.banniere img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto; /* Permet à l'image de ne pas s'étirer */
}

strong {
    font-weight: 500;
}

/* Engagement box styles */
.engagement-box {
    background-color: #0dace5;
    color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 25px;
    margin: 30px auto;
    max-width: 900px;
    border: 2px solid #0a8bc0;
}

.engagement-title {
    color: white;
    font-weight: 600;
    margin-top: 0;
    font-size: 2em;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.engagement-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.engagement-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 1.5em;
    line-height: 1.6;
}

.engagement-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: white;
    font-size: 1.2em;
    line-height: 1;
}

/* Footer styles */
.site-footer {
    background-color: #f5f5f5;
    padding: 20px 0;
    margin-top: 50px;
    border-top: 1px solid #e0e0e0;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.footer-content p {
    margin: 0 0 15px 0;
    color: #666;
}

.footer-nav {
    margin-top: 10px;
}

.footer-nav a {
    color: #0dace5;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 500;
    font-size: 0.9em;
}

.footer-nav a:hover {
    text-decoration: underline;
}

/* Styles from index.html - Ambition sections */
.ambition {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 20px auto;
    max-width: 900px;
}

.numero-ambition {
    color: #0dace5;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.titre-ambition {
    color: #e0612e;
    font-weight: 600;
    margin-top: 0;
    font-size: 1.5em;
    letter-spacing: 1px;
}

.actions {
    margin-top: 20px;
}

.action {
    margin-bottom: 20px;
}

.action-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.premiere-action {
    background-color: #0dace5;
    color: white;
    font-weight: bold;
    font-style: italic;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 15px;
}

.premiere-action sup {
    font-size: 0.7em;
}

.action h4 {
    color: #0dace5;
    font-weight: 600;
    font-size: 1.1em;
    margin: 0;
    letter-spacing: 0.5px;
}

.action ul {
    list-style-type: none;
    padding-left: 20px;
}

.action li {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

.action li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0dace5;
}

/* Style pour la sous-liste */
.sous-liste {
    margin-top: 5px;
    padding-left: 20px;
    list-style-type: none;
}

.sous-liste li {
    margin-bottom: 3px;
    padding-left: 15px;
    position: relative;
    font-size: 0.9em;
    color: #555;
}

.sous-liste li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0dace5;
}

/* Styles from equipe.html - Team section */
.team-member {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.team-member img {
    width: 200px;
    height: auto;
    margin-right: 10px;
    border-radius: 5px;
}

.team-info {
    flex: 1;
    padding-left: 70px;
}

.team-info h2 {
    color: #e0612e;
    margin: 0;
    font-size: 24px;
}

.team-info p {
    margin: 5px 0;
    color: #000;
}

.titre-ambition {
    text-align: center;
}
