.support-actions {
    margin-top: 32px;
}

.support-btn {
    font-size: 1.2em;
    display: inline-block;
    padding: 14px 26px;
    background: #e06d29;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background .2s ease, transform .2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.support-btn:hover {
    background: #c85f22;
    transform: translateY(-2px);
}

#section-support .link-spacing {
  scroll-margin-top: 120px;
}

#section-support {
  padding-bottom: 200px; /* ajuste la valeur jusqu'à ce que #offres se cale bien */
}
