﻿.img-right-inforamation-productions {
    width: 100%;
    height: 404px;
    background: url(/Portals/0/Images/prescrire/boutique.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10%;
}

.bloc-productions-row {
    gap: 32px;
    padding-right: 6%;
}

.bloc-productions-box {
    border: 1px solid var(--gray-200, #EAECF0);
    background: #FFF;
}

.bloc-productions-title {
    width: 100%;
    color: var(--gray-600, #475467);
    /* Body/Large */
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.bloc-productions-img {
    margin-top: 12%;
    margin-left: 10%;
    width: 146px;
    height: 216px;
    background: url(/Portals/0/Images/prescrire/boutique.png);
}

.bloc-productions-title1 {
    width: 100%;
    color: var(--gray-800, #1D2939);
    /* Headline/Large */
    font-family: var(--font-header);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

.bloc-productions-subTitle1 {
    width: 100%;
    color: var(--gray-800, #1D2939);
    /* Headline/Large */
    font-family: var(--font-asap);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.bloc-productions-text1 {
    margin-top: 3%;
    color: var(--gray-600, #475467);
    /* Body/Large */
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.access1 {
    margin-top: 6%;
}

.bloc-productions-title2 {
    width: 100%;
    color: var(--gray-800, #1D2939);
    /* Headline/Large */
    font-family: var(--font-header);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

.bloc-productions-text2 {
    color: var(--gray-600, #475467);
    /* Body/Large */
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.productionsBtn .btn-secondary-orange {
    padding: 0px 0px !important;
}

.access2 {
    margin-top: 10%;
}

.revue-bloc {
    display: flex;
    padding: 16px 0px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--Secondary-Blue, #0071D1);
}

.revue-title-bloc {
    color: var(--Primary-Blue, #004987);
    /* Headline/Medium */
    font-family: var(--font-asap);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.revue-sommaire {
    color: var(--gray-700, #344054);
    /* Headline/Large */
    font-family: var(--font-asap);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    flex: 1 0 0;
}

.revue-text {
    color: var(--gray-800, #1D2939);
    /* Headline/Medium */
    font-family: var(--font-asap);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.revue-blue-bloc {
    padding: 4px 8px;
    gap: 8px;
    background: #E9F3FE;
}

    .revue-blue-bloc span {
        color: var(--Primary-Blue, #004987);
        /* Body/Small */
        font-family: var(--font-asap);
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
    }

.revue-box .btn-primary-blue{
    height:40px;
}

.revue-bloc-box {
    gap: 8px;
}

.revue-button-text {
    gap: 8px;
}

    .revue-button-text .fa-solid {
        text-align: center;
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

