﻿.fraude_banniere_image {
    display: flex;
    margin: auto;
}

.fraude_container {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    gap: 30px;
    max-width: 1440px;
}

.fraude_container_title_desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fraude_title {
    color: #000;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .fraude_title::after {
        content: '';
        display: flex;
        width: 831px;
        height: 3px;
        background: #FFC600;
    }

.fraude_description {
    color: #000;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fraude_bold_text {
    color: #000;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fraude_contact_service_client_container {
    background: #282828;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fraude_contact_service_client_title {
    color: #FFF;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fraude_contact_service_client_description {
    color: #FFF;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.fraude_contact_service_client_lien {
    color: #FFCF00;
    font-family: Outfit;
    font-size: 20px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
}

@media screen and (max-width: 960px) {
    .fraude_container {
        padding-top: 20px;
    }

    .fraude_container_title_desc {
        padding: 0 20px;
    }

    .fraude_title {
        font-size: 24px;
    }

        .fraude_title::after {
            content: '';
            display: flex;
            width: 700px;
            height: 3px;
            background: #FFC600;
        }

    .fraude_contact_service_client_title {
        font-size: 20px;
    }

    .fraude_description, .fraude_bold_text, .fraude_contact_service_client_description, .fraude_contact_service_client_lien {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    .fraude_container {
        padding-top: 20px;
    }

    .fraude_title {
        font-size: 18px;
    }

        .fraude_title::after {
            content: '';
            display: flex;
            width: 375px;
            height: 3px;
            background: #FFC600;
        }

    .fraude_description {
        font-size: 14px;
    }

    .fraude_bold_text {
        font-size: 14px;
    }

    .fraude_contact_service_client_title {
        font-size: 16px;
    }

    .fraude_contact_service_client_description {
        font-size: 14px;
    }

    .fraude_contact_service_client_lien {
        font-size: 14px;
    }
}
