:root {
    
    --footer-color: #e68b42;
    --text-muted: #4691d2;

}
.about-header {
    position: relative;
    background-image: url('../assets/Niamey.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    color: #ffffff;
    z-index: 1;
}

.about-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 32, 60, 0.5); /* Bleu foncé transparent */
    z-index: 0;
}

.about-header h1 {
    font-size: 2rem; 
}

.about-header .container {
    position: relative;
    z-index: 2;
}

footer {
    background-color: var(--footer-color);
    color: #ffffff;
    padding: 20px 0;
}

/* Harmonisation couleurs logo AMV */
.text-primary {
    color: #005b94 !important; /* Bleu profond */
}
.text-success {
    color: #6CBF84 !important; /* Vert doux */
}
.text-warning {
    color: #f7b733 !important; /* Jaune AMV */
}
.text-info {
    color: #3282b8 !important;
}
.text-danger {
    color: #D64550 !important;
}
.text-muted {
    color: #e68b42 !important;
}

.card-title {
    font-weight: 600;
}

.feature-card {
    background-color: #ffffff;
    transition: transform 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
}

.actor-card {
    border-left: 4px solid #005b94;
    background-color: #f9f9f9;
}

.timeline .card {
    background-color: #fdfdfd;
}

.timeline-item {
    margin-bottom: 30px;
}
