.main-content {
    text-align: left;
    padding-top: 50px;
}

.terms {
    padding-top: 30px;
}

.terms-content {
    padding: 60px;
    max-width: 800px;
    margin: 0 auto;
    background: #f8f8fbf7;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #2b3052;
    counter-reset: section;
}

.terms h1 {
    text-align: center;
    font-size: 45px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin: 0px 0px 20px 0px;
    background: linear-gradient(180deg, #FEB603 0%, #E88A1C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.terms .dates {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: grey;
    text-align: center;
    margin-bottom: 50px;
}

.terms h2 {
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-top: 35px;
    margin-bottom: 10px;
    margin-left: 90px;
    counter-increment: section;
    position: relative;
}

.terms h2::before {
    content: "Article " counter(section) " : ";
    position: absolute;
    left: -110px;
}

.terms h2.first {
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-top: 35px;
    margin-bottom: 10px;
    margin-left: 100px;
    counter-increment: none;
    position: relative;
}

.terms h2.first::before {
    content: "Préambule : ";
    position: absolute;
    left: -115px;
    counter-increment: none;
}

.terms h3 {
    font-size: 20px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-top: 35px;
    margin-bottom: -10px;
}

.terms p {
    font-size: 18px;
    padding-left: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
    hyphens: auto;
}

.terms-content a {
    background: linear-gradient(180deg, #FEB603 0%, #E88A1C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    text-decoration: none;
}

.terms-content a:hover {
    text-decoration: underline;
}

.terms ul {
    list-style-type: none;
    padding-left: 0;
}

.terms ul ul {
    padding-left: 20px;
}

.terms li {
    position: relative;
    padding-left: 65px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
    hyphens: auto;
}

.terms li::before {
    content: '\2022';
    position: absolute; 
    left: 25px;
    color: #FEB603;
}
