/* ==========================================================
   INFO PRO 13 — À PROPOS
========================================================== */

.ip13-about {
    overflow:hidden;
    background:#ffffff;
    color:#151515;
}

.ip13-about-hero {
    padding:90px 0 80px;
    text-align:center;
    background:radial-gradient(circle at 50% 0,
        rgba(102,137,255,.16),
        transparent 34%);
}

.ip13-about-hero h1 {
    max-width:900px;
    margin:18px auto 0;
    font-size:clamp(3rem,6vw,5.7rem);
    line-height:.95;
    letter-spacing:-.055em;
}

.ip13-about-hero h1 span {
    display:block;
    color:#6689ff;
}

.ip13-about-hero__lead {
    max-width:750px;
    margin:24px auto 0;
    color:#6b7280;
    font-size:1rem;
    line-height:1.75;
}

.ip13-about-hero__actions {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.ip13-about-section {
    padding:75px 0;
}

.ip13-about-section--dark {
    background:#f5f7fb;
}

.ip13-about-grid {
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr);
    gap:35px;
    align-items:center;
}

.ip13-about-copy h2,
.ip13-about-trust h2 {
    margin:12px 0 20px;
    font-size:clamp(2.2rem,4vw,3.5rem);
    line-height:1;
    letter-spacing:-.04em;
}

.ip13-about-copy p,
.ip13-about-trust p {
    max-width:720px;
    color:#6b7280;
    font-size:.94rem;
    line-height:1.8;
}

.ip13-about-card {
    padding:28px;
    border:1px solid rgba(102,137,255,.22);
    border-radius:16px;
    background:#ffffff;
}

.ip13-about-card span {
    display:block;
    color:#6689ff;
    font-size:.6rem;
    font-weight:900;
    letter-spacing:.12em;
}

.ip13-about-card strong {
    display:block;
    margin-top:12px;
    font-size:1.8rem;
}

.ip13-about-card p {
    margin:12px 0 0;
    color:#8f8fa3;
    font-size:.82rem;
    line-height:1.7;
}

.ip13-about-services {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    margin-top:40px;
}

.ip13-about-services article {
    padding:25px;
    border:1px solid rgba(0, 0, 0,.08);
    border-radius:14px;
    background:#ffffff;
}

.ip13-about-services article > span {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    min-height:31px;
    padding:0 10px;
    border:1px solid rgba(102,137,255,.80);
    border-radius:8px;
    background:linear-gradient(135deg,rgba(102,137,255,.22),rgba(76,29,149,.22));
    color:#a9bfff;
    font-size:.72rem;
    font-weight:900;
    line-height:1;
    letter-spacing:.02em;
    box-shadow:inset 0 0 12px rgba(102,137,255,.10),0 0 14px rgba(102,137,255,.08);
}

.ip13-about-services h3 {
    margin:16px 0 9px;
    font-size:1.25rem;
}

.ip13-about-services p {
    color:#5b6472;
    font-size:.84rem;
    line-height:1.7;
}

.ip13-about-services a {
    display:inline-block;
    margin-top:15px;
    color:#6689ff;
    font-size:.7rem;
    font-weight:800;
    text-decoration:none;
}

.ip13-about-steps {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-top:40px;
}

.ip13-about-steps > div {
    padding:22px;
    border-top:2px solid rgba(102,137,255,.45);
    background:#ffffff;
}

.ip13-about-steps strong {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    min-height:31px;
    padding:0 10px;
    border:1px solid rgba(102,137,255,.80);
    border-radius:8px;
    background:linear-gradient(135deg,rgba(102,137,255,.22),rgba(76,29,149,.22));
    color:#a9bfff;
    font-size:.72rem;
    font-weight:900;
    line-height:1;
    letter-spacing:.02em;
    box-shadow:inset 0 0 12px rgba(102,137,255,.10),0 0 14px rgba(102,137,255,.08);
}

.ip13-about-steps h3 {
    margin:13px 0 8px;
}

.ip13-about-steps p {
    margin:0;
    color:#9090a3;
    font-size:.8rem;
    line-height:1.65;
}

.ip13-about-trust {
    padding:40px 0 80px;
}

.ip13-about-trust__box {
    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(250px,.7fr);
    gap:35px;
    padding:35px;
    border:1px solid rgba(102,137,255,.2);
    border-radius:18px;
    background:#ffffff;
}

.ip13-about-trust__links {
    display:grid;
    gap:8px;
}

.ip13-about-trust__links a {
    padding:12px 14px;
    border:1px solid rgba(0, 0, 0,.07);
    border-radius:8px;
    color:#6b7280;
    font-size:.75rem;
    text-decoration:none;
}

.ip13-about-trust__links a:hover {
    color:#151515;
    border-color:rgba(102,137,255,.3);
}

@media (max-width: 900px) {

    .ip13-about-grid,
    .ip13-about-trust__box {
        grid-template-columns:1fr;
    }

    .ip13-about-services {
        grid-template-columns:1fr 1fr;
    }

    .ip13-about-steps {
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width: 650px) {

    .ip13-about-hero {
        padding:55px 0 50px;
    }

    .ip13-about-hero h1 {
        font-size:clamp(2.6rem,12vw,3.7rem);
    }

    .ip13-about-hero__lead {
        font-size:.86rem;
    }

    .ip13-about-section {
        padding:48px 0;
    }

    .ip13-about-services,
    .ip13-about-steps {
        grid-template-columns:1fr;
    }

    .ip13-about-trust__box {
        padding:22px 17px;
    }
}


/* ==========================================================
   IP13 A PROPOS - CONTRASTE ACCESSIBILITE
========================================================== */

body.page-template-page-a-propos
.ip13-about-card span {
    color:#2f5fff !important;
}

body.page-template-page-a-propos
.ip13-about-card p {
    color:#e3e6ec !important;
}

body.page-template-page-a-propos
.ip13-about-card strong,
body.page-template-page-a-propos
.ip13-about-card h2,
body.page-template-page-a-propos
.ip13-about-card h3 {
    color:#f5f7fb !important;
}



/* ==========================================================
   IP13 A PROPOS - CONTRASTE FINAL
   Page ID 23668
========================================================== */

body.page-id-23668 .ip13-about-card span {
    color:#a9bfff !important;
}

body.page-id-23668 .ip13-about-card strong {
    color:#151515 !important;
}

body.page-id-23668 .ip13-about-card p {
    color:#e3e6ec !important;
}

