.legal-page {
    width: 100%;
    background: linear-gradient(180deg, #FDEDE0 0%, #fff 50%);
}
.page.page-template-page-mentions-legales .site-header {
    background-color: #FDEDE0;
}
.legal-hero {
    padding: 6.25vw 8.28vw 3.13vw;
    text-align: center;
}

.legal-hero__title {
    font-family: 'Spartan', sans-serif;
    font-size: 3.13vw;
    font-weight: 700;
    color: #070707;
    line-height: 1.2;
    margin: 0;
}

.legal-content {
    padding: 0 15.63vw 6.25vw;
}

.legal-content h2 {
    font-family: 'Spartan', sans-serif;
    font-size: 1.56vw;
    font-weight: 700;
    color: #920026;
    margin: 2.6vw 0 1.04vw;
    line-height: 1.3;
}

.legal-content h3 {
    font-family: 'Spartan', sans-serif;
    font-size: 1.25vw;
    font-weight: 700;
    color: #070707;
    margin: 2.08vw 0 0.78vw;
    line-height: 1.3;
}

.legal-content h4 {
    font-family: 'Spartan', sans-serif;
    font-size: 1.04vw;
    font-weight: 700;
    color: #070707;
    margin: 1.56vw 0 0.52vw;
    line-height: 1.3;
}

.legal-content p {
    font-family: 'Spartan', sans-serif;
    font-size: 0.83vw;
    font-weight: 500;
    line-height: 1.8;
    color: #212121;
    margin: 0 0 1.04vw;
}

.legal-content p strong {
    font-weight: 700;
    color: #070707;
}

.legal-content a {
    color: #920026;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.legal-content a:hover {
    opacity: 0.7;
}

.legal-content ul,
.legal-content ol {
    font-family: 'Spartan', sans-serif;
    font-size: 0.83vw;
    font-weight: 500;
    line-height: 1.8;
    color: #212121;
    margin: 0 0 1.3vw;
    padding-left: 1.56vw;
}

.legal-content ul {
    list-style-type: disc;
}

.legal-content ol {
    list-style-type: decimal;
}

.legal-content li {
    margin-bottom: 0.52vw;
}

.legal-content li::marker {
    color: #920026;
}

.legal-content ul ul,
.legal-content ol ol,
.legal-content ul ol,
.legal-content ol ul {
    margin-top: 0.52vw;
    margin-bottom: 0.52vw;
}

.legal-content hr {
    border: none;
    height: 1px;
    background-color: rgba(146, 0, 38, 0.2);
    margin: 2.6vw 0;
}

@media only screen and (max-width: 767px) {
    .legal-hero {
        padding: 12vw 5vw 6vw;
    }

    .legal-hero__title {
        font-size: 6vw;
    }

    .legal-content {
        padding: 0 5vw 10vw;
    }

    .legal-content h2 {
        font-size: 4.5vw;
        margin: 6vw 0 3vw;
    }

    .legal-content h3 {
        font-size: 3.5vw;
        margin: 5vw 0 2.5vw;
    }

    .legal-content h4 {
        font-size: 3.3vw;
        margin: 4vw 0 2vw;
    }

    .legal-content p {
        font-size: 3.1vw;
        line-height: 1.7;
        margin-bottom: 4vw;
    }

    .legal-content ul,
    .legal-content ol {
        font-size: 3.1vw;
        padding-left: 5vw;
        margin-bottom: 4vw;
    }

    .legal-content li {
        margin-bottom: 1.5vw;
    }
}
