/* ===================== CERT PAGE ===================== */

/* ---- Contenu principal ---- */
.cert-main {
    background-color: #f7f7f5;
    padding: 64px 5% 88px;
}

.cert-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

/* ---- Section CERT / CSIRT ---- */
.cert-section {
    margin-bottom: 48px;
}

.cert-section h2 {
    font-size: 1.6em;
    font-weight: 600;
    color: #62757c;
    margin: 0 0 24px;
    text-align: left;
    padding-left: 16px;
    border-left: 4px solid #b34b32;
    line-height: 1.3;
}

.cert-section p {
    font-size: 1em;
    color: #555;
    line-height: 1.75;
    margin-bottom: 16px;
    text-align: justify;
}

.cert-section p:last-child {
    margin-bottom: 0;
}

/* ---- Bloc contact ---- */
.cert-contact {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    padding: 28px 32px;
    margin: 32px 0 48px;
}

.cert-contact-title {
    font-size: 1em;
    font-weight: 700;
    color: #2a3c42;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 20px;
}

.cert-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cert-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
}

.cert-contact-list li i {
    color: #b34b32;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.cert-contact-list a {
    color: #2a3c42;
    text-decoration: none;
    word-break: break-all;
    transition: color 0.2s;
}

.cert-contact-list a:hover {
    color: #b34b32;
}

/* ---- Section RFC ---- */
.cert-rfc {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    padding: 28px 32px;
    border-top: 3px solid #b34b32;
}

.cert-rfc h2 {
    font-size: 1.4em;
    font-weight: 600;
    color: #62757c;
    margin: 0 0 20px;
    text-align: left;
}

.cert-rfc p {
    font-size: 0.95em;
    color: #555;
    line-height: 1.75;
    margin-bottom: 14px;
    text-align: justify;
}

.cert-rfc p:last-child {
    margin-bottom: 0;
}

.cert-rfc a {
    color: #b34b32;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.cert-rfc a:hover {
    color: #8f3a25;
    text-decoration: underline;
}

/* ---- Bold helper ---- */
.bold {
    font-weight: 600;
}

/* ---- Responsive ---- */
@media screen and (max-width: 700px) {
    .cert-main {
        padding: 44px 5% 64px;
    }

    .cert-contact,
    .cert-rfc {
        padding: 20px 20px;
    }

    .cert-section h2 {
        font-size: 1.35em;
    }
}
