﻿.ss-editor-zone {
    margin-top: 30px;
    line-height: 1.6;
}


/*activites - pages - code*/
/* --- CTA ZONE LAYOUT --- */
.cta-zone {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* --- MAIN CTA BUTTON (Inscription) --- */
.cta-button {
    background: #c62828;          /* AGV red tone (adjust if needed) */
    color: #fff;
    padding: 0.8rem 1.4rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background 0.2s ease;
}

.cta-button:hover {
    background: #a71f1f;          /* Slightly darker on hover */
}

/* --- SECONDARY BUTTON (Retour aux activités) --- */
.back-button {
    background: #eee;
    color: #333;
    padding: 0.8rem 1.4rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background 0.2s ease;
}

.back-button:hover {
    background: #dcdcdc;
}
