/*
Theme Name: GBI - Eficios
Template: Divi
Author: GBI
Version: 1.0
*/
@import url("../Divi/style.css");


.mentions-legales {
    max-width: 1000px;
    margin: 0 auto;
    color: #243447;
    font-size: 16px;
    line-height: 1.75;
}

.mentions-legales h1 {
    margin: 0 0 10px;
    color: #163956;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.15;
}

.mentions-legales__intro {
    margin-bottom: 45px;
}

.mentions-legales__update {
    margin-bottom: 25px;
    color: #7b8794;
    font-size: 14px;
}

.mentions-legales__bloc {
    margin-bottom: 24px;
    padding: 28px 30px;
    background: #ffffff;
    border: 1px solid #e5edf4;
    border-radius: 18px;
}

.mentions-legales h2 {
    margin: 0 0 16px;
    padding: 0;
    color: #216CA9;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.mentions-legales p {
    margin: 0 0 14px;
}

.mentions-legales p:last-child {
    margin-bottom: 0;
}

.mentions-legales strong {
    color: #163956;
    font-weight: 600;
}

.mentions-legales a {
    color: #216CA9;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.mentions-legales a:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {

    .mentions-legales {
        font-size: 15px;
        line-height: 1.7;
    }

    .mentions-legales h1 {
        font-size: 34px;
    }

    .mentions-legales__intro {
        margin-bottom: 30px;
    }

    .mentions-legales__bloc {
        margin-bottom: 18px;
        padding: 22px 20px;
        border-radius: 16px;
    }

    .mentions-legales h2 {
        font-size: 19px;
    }
}