* {
    color: #fff;
    list-style: none;
    font-family: 'Rubik';
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fb8A07;
    margin: 0;
    background-image: url(pro2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.mentions-legales {
    background-color: #00000091;
    border-radius: 20px;
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    margin-top: 80px;
}

.mentions-legales h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #fb8A07;
    margin-bottom: 30px;
}

.mentions-legales article {
    margin-bottom: 30px;
}

.mentions-legales h2 {
    color: #fb8A07;
    border-bottom: 2px solid #fb8A07;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.mentions-legales p {
    color: #fff;
    line-height: 1.6;
}

.mentions-legales a {
    color: #fb8A07;
    text-decoration: none;
}

.mentions-legales a:hover {
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .mentions-legales {
        margin: 20px;
        margin-top: 60px;
        padding: 25px;
    }

    .mentions-legales h1 {
        font-size: 2rem;
    }

    .mentions-legales h2 {
        font-size: 1.4rem;
    }
}