/* crm.css - Design moderne, coloré, attractif pour la page CRM */

body {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(120deg, #f8fafc 0%, #e0e7ff 100%);
}
.crm-hero {
    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);
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.crm-hero h1 {
    font-size: 2.7rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 2px 12px #2d3e50a0;
}
.crm-hero .lead {
    font-size: 1.3rem;
    color: #e0e7ff;
    font-weight: 500;
}
.crm-hero img {
    border: 4px solid #fff;
    box-shadow: 0 2px 16px #4f8cff30;
}
.btn-primary.btn-lg {
    font-size: 1.2rem;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    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);
}

.besoin-solution-avantage .card {
    border-radius: 1.5rem;
    border: none;
    box-shadow: 0 2px 16px #4f8cff20;
    transition: box-shadow 0.2s, transform 0.2s;
    min-height: 320px;
}
.besoin-card .card-title i {
    color: #ff9800;
    font-size: 2rem;
}
.solution-card .card-title i {
    color: #4caf50;
    font-size: 2rem;
}
.avantage-card .card-title i {
    color: #00bcd4;
    font-size: 2rem;
}
.besoin-solution-avantage .card-title {
    font-weight: 800;
    font-size: 1.3rem;
}
.besoin-solution-avantage ul {
    margin-top: 1rem;
    padding-left: 1.2rem;
}
.besoin-solution-avantage ul li {
    margin-bottom: 0.5rem;
    font-size: 1.08rem;
    color: #374151;
    position: relative;
    padding-left: 1.5em;
}
.besoin-solution-avantage ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #6ee7b7;
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 1.1em;
}

.resume-section {
    background: linear-gradient(120deg, #e0e7ff 0%, #f8fafc 100%);
    border-radius: 2rem;
    margin-top: 2rem;
    box-shadow: 0 2px 16px #4f8cff10;
}
.resume-section h2 {
    color: #2563eb;
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-shadow: 0 2px 8px #4f8cff20;
}
.table {
    background: #fff;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 2px 12px #4f8cff10;
}
.table-primary th {
    background: linear-gradient(90deg, #4f8cff 60%, #6ee7b7 100%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}
.table-bordered th, .table-bordered td {
    border: 1.5px solid #e0e7ff;
}

@media (max-width: 991px) {
    .crm-hero h1 { font-size: 2rem; }
    .crm-hero .lead { font-size: 1.1rem; }
    .team-section h1 { font-size: 2.1rem; }
}
@media (max-width: 767px) {
    .crm-hero img { max-height: 180px; }
    .crm-hero h1 { font-size: 1.3rem; }
    .resume-section h2 { font-size: 1.2rem; }
}
