/* --- DESIGN MODERNE, COLORÉ, LONG, POLICE ET ICONES GÉANTES --- */
body {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(120deg, #f8fafc 0%, #e0e7ff 100%);
}

.page-hero {
    min-height: 90vh;
    background: linear-gradient(120deg, #4f8cff 0%, #6ee7b7 100%);
    color: #fff;
    border-radius: 0 0 2.5rem 2.5rem;
    box-shadow: 0 8px 32px rgba(44,62,80,0.10);
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 60px;
}
.page-hero h1 {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0 2px 12px #2d3e50a0;
    margin-bottom: 1.2rem;
}
.page-hero .lead {
    font-size: 1.7rem;
    color: #0d3de0c7;
    font-weight: 500;
    margin-bottom: 2rem;
}


.list-group-item {
    background: #fff;
    color: #1a237e;
    font-size: 1.35rem;
    border: none;
    border-radius: 1.2rem;
    margin-bottom: 0.9rem;
    font-weight: 700;
    box-shadow: 0 2px 12px #4f8cff20;
    display: flex;
    align-items: center;
    padding: 1.2rem 1.7rem;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    z-index: 1;
}
.list-group-item:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 8px 32px #4f8cff40;
}
.list-group-item i {
    font-size: 2.5rem !important;
    margin-right: 1.3rem;
    color: #2563eb !important;
    filter: drop-shadow(0 2px 8px #4f8cff30);
    text-shadow: 0 2px 8px #4f8cff20;
}
.list-group-item strong {
    color: #4f8cff;
}

.alert-info {
    background: linear-gradient(90deg, #fff 60%, #e0e7ff 100%);
    color: #2d3e50;
    font-size: 1.3rem;
    border-radius: 1.5rem;
    border: none;
    box-shadow: 0 2px 12px #2d3e5020;
    font-weight: 600;
    padding: 1.2rem 2rem;
}

.btn-primary.btn-lg {
    font-size: 1.5rem;
    padding: 1.1rem 3rem;
    border-radius: 2.5rem;
    background: linear-gradient(90deg, #4f8cff 60%, #6ee7b7 100%);
    border: none;
    font-weight: 800;
    box-shadow: 0 2px 16px #4f8cff40;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-primary.btn-lg:hover {
    background: linear-gradient(90deg, #6ee7b7 0%, #4f8cff 100%);
    box-shadow: 0 6px 32px #4f8cff60;
    transform: scale(1.05);
}

.card.bg-light {
    background: linear-gradient(120deg, #fff 60%, #e0e7ff 100%);
    border-radius: 2.5rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 2px 16px #4f8cff20;
    border: none;
}
.card-body > .d-flex {
    flex: 1 1 0;
    min-width: 220px;
}
.card-body img {
    border: 4px solid #4f8cff;
    box-shadow: 0 2px 16px #4f8cff30;
    width: 70px;
    height: 70px;
}
.card-body h5 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #4f8cff;
}
.card-body p {
    color: #2d3e50;
    font-size: 1.1rem;
}

@media (max-width: 991px) {
    .page-hero h1 { font-size: 2.5rem; }
    .page-hero .lead { font-size: 1.2rem; }
}

/* Section bonus pour allonger la page */
.bonus-section {
    background: linear-gradient(120deg, #e0e7ff 0%, #f8fafc 100%);
    padding: 5rem 0 8rem 0;
}
.bonus-section h2 {
    color: #4f8cff;
    font-size: 2.7rem;
    font-weight: 900;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 8px #4f8cff20;
}
.bonus-features {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}
.bonus-feature {
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 2px 24px #4f8cff20;
    padding: 2.5rem 3rem;
    text-align: center;
    max-width: 370px;
    flex: 1 1 300px;
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 320px;
}
.bonus-feature:hover {
    transform: translateY(-12px) scale(1.06);
    box-shadow: 0 8px 40px #4f8cff40;
}
.bonus-feature i {
    font-size: 3.5rem;
    color: #4f8cff;
    margin-bottom: 1.2rem;
    filter: drop-shadow(0 2px 12px #4f8cff30);
}
.bonus-feature h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2d3e50;
    margin-bottom: 1rem;
}
.bonus-feature p {
    color: #5a6a7a;
    font-size: 1.15rem;
}

/* --- HEADER & FOOTER : GARDE STYLE IDENTIQUE AU SITE --- */
/* (Aucun effet spécial, tout reste pro et uniforme) */
/* Les styles sont déjà dans styles.css, donc rien à surcharger ici. */
/* Fichier CSS spécifique pour la page Maintenance Informatique - TEKO SARL */

.page-hero {
    background: linear-gradient(120deg, #f0f4ff 0%, #f8fafc 100%);
    padding: 80px 0 40px 0;
    text-align: center;
}
.page-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2563eb;
}
.page-hero p {
    color: #4b5563;
}

.list-group-item {
    font-size: 1.1rem;
    background: #fff;
    border: none;
    border-bottom: 1px solid #e5e7eb;
    padding-left: 0;
    padding-right: 0;
}
.list-group-item:last-child {
    border-bottom: none;
}

.alert-info {
    background: linear-gradient(90deg, #e0e7ff 0%, #f8fafc 100%);
    color: #2563eb;
    border: none;
    font-size: 1.1rem;
    border-radius: 1rem;
    margin-top: 2rem;
}

.btn-primary.btn-lg {
    font-size: 1.15rem;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
}
