.page-title {
    text-align: center;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--lot-green);
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--lot-orange);
    border-radius: 2px;
}

.inscription-header {
    text-align: center;
    margin-bottom: 3rem;
}

.page-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    text-align: center;
}

.content-section {
    text-align: center;
    padding: 2rem;
}
