.container {
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    padding: 0 2rem;
}

.bg-light {
    background-color: var(--light-gray);
}

section {
    padding: 5rem 0;
}

section h2 {
    font-family: var(--font-title);
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #777;
    margin-bottom: 3rem;
}

#aventure p, #partenaires p {
    max-width: 800px;
    margin: 0 auto 2rem auto;
    text-align: center;
}

#aventure .btn-secondary, #partenaires .btn-primary {
    display: table;
    margin: 2rem auto 0 auto;
}

.bg-light {
    background-color: var(--light-gray);
}

@media (max-width: 900px) {
    .container {
        width: 98%;
        padding: 0 5px;
    }
}
