﻿

    .revue-section {
        padding-left: 25% !important;
        padding-right: 25% !important;
    }

    .revue .field-container {
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

        .revue .field-container .img-fluid {
            border-bottom: 2px solid var(--Primary-Blue, #004987);
        }

    .revue-section .card {
        border: 1px solid var(--gray-300, #D0D5DD);
        background: var(--Blue-light, #E9F3FE);
        /* Shadow/2xl */
        box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
    }

    .revue .field-container h2 {
        color: var(--gray-700, #344054);
        text-align: center;
        /* Headline/Large */
        font-family: var(--font-asap);
        /*font-size: 24px;*/
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 133.333% */
    }

    .revue .revue-footer-en-ligne p {
        display: flex;
        width: 496px;
        padding: 12px 32px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        background: var(--base-white, #FFF);
    }

    .revue .revue-footer-en-ligne-text {
        color: #000;
        text-align: center;
        /* Body/Large */
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .revue .revue-footer-en-ligne-seconnecter a {
        color: var(--Primary-Blue, #004987);
        text-align: center;
        font-family: var(--font-asap);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 114.286% */
        text-decoration-line: underline;
    }

    .revue .revue-footer-en-ligne-bar {
        color: #000;
        text-align: center;
        /* Body/Large */
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .revue .card-footer {
        background-color: white !important;
    }
