﻿footer {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--gray-50, #F9FAFB);
}


.digital-tools-block {
    background: var(--primary-blue, #004987);
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

    .digital-tools-block h6 {
        color: #FFF;
        text-align: center; /* headline/large */
        font-size: 24px;
        font-style: normal;
        line-height: 32px; /* 133.333% */
        font-style: normal !important;
    }

    .digital-tools-block h5 {
        color: #FFF;
        text-align: center;
        font-size: 17px;
        line-height: normal;
        font-style: normal !important;
    }

.prescrire-application-block {
    width: 100%;
    margin-left: 0px;
}

footer > .applications-container {
    border-bottom: 1px solid var(--primary-blue);
    z-index: 9;
    position: relative;
}

    footer > .applications-container > .container {
        background: var(--light-blue);
    }



.application-block {
    border-right: 1px solid var(--primary-blue, #004987);
    padding: 24px 56px 24px 112px;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    background-color: #e9f0fe
}

@media (max-width: 577px) {
    .application-block {
        border-right: 0px;
        border-bottom: 1px solid var(--primary-blue, #004987);
    }
    footer > .applications-container > .container {
        padding: 0px;
    }
}

.prescrire-block {
    padding: 24px 112px 24px 56px;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    background-color: #e9f0fe
}

.firstrow {
    padding: 32px 112px;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

    .firstrow div {
        display: flex;
        align-items: flex-start;
        align-self: stretch;
    }

    .firstrow a {
        color: var(--gray-700, #344054);
        /* Body/Large */
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        text-decoration: none;
    }


.secondrow {
    width: 100%;
    height: 48px;
    padding: 15px 0px;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-top: 1px solid var(--gray-300, #D0D5DD);
    background: var(--gray-25, #FCFCFD);
}

    .secondrow a {
        color: var(--gray-700, #344054);
        /* Body/Large */
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        text-decoration: none;
    }

    .secondrow h6 {
        color: var(--primary-blue, #004987); /* headline/small */
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        line-height: 24px; /* 150% */
    }

.thirdrow {
    width: 100%;
    height: 48px;
    padding: 15px 0px;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: var(--primary-blue, #004987);
}

    .thirdrow a {
        width: 100%;
        height: 48px;
        margin: auto;
        justify-content: center;
        align-items: center;
        gap: 16px;
        background: var(--primary-blue, #004987);
    }

    .thirdrow h6 {
        transform: rotate(0.019deg);
        color: var(--base-white, #FFF); /* body/large */
        font-family: var(--font-header);
        font-size: 16px;
        font-style: normal;
        line-height: 24px; /* 150% */
    }

.footer-title-style {
    gap: 16px;
    flex: 1 0 0;
}

    .footer-title-style h6 {
        color: var(--primary-blue, #004987);
        font-family: var(--font-asap);
        font-size: 18px;
        font-style: normal;
        line-height: 24px; /* 133.333% */
    }

    .footer-title-style span {
        color: var(--secondary-orange, #F38A3B);
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .footer-title-style div {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }




.block-for-address {
    width: 255px;
    color: var(--gray-700, #344054); /* body/large */
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.img-application-top {
    width: 80%;
    height: auto;
}

.img-application-bottom {
    width: 26.6%;
    height: auto;
}

.img-application-bottom-application {
    width: 100%;
    height: auto;
}

.img-grp-prescrire {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.text-section-application {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
}

    .text-section-application h6 {
        color: var(--gray-800, #1D2939); /* body/large */
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        line-height: 24px; /* 150% */
    }

    .text-section-application a {
        color: var(--primary-blue, #004987);
        text-align: center; /* headline/small */
        font-family: var(--font-header);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        text-decoration: none;
    }

.text-section-prescrire {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}

    .text-section-prescrire h6 {
        color: var(--gray-800, #1D2939); /* body/large */
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .text-section-prescrire a {
        color: var(--primary-blue, #004987);
        text-align: center; /* headline/small */
        font-family: var(--font-header);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        text-decoration: none;
    }

@media (min-width: 1921px) {
    .applications-container {
        padding-top: 1px;
    }
}
