﻿.app-prescrire-block {
    align-items: center;
    width: 100%;
    flex-shrink: 0;
}
.app-prescrire-title {
    color: var(--gray-900, #101828);
    /* Display/Small */
    font-family: var(--font-asap);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 120% */
}
.app-prescrire-discription {
    width: 592px;
    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% */
    padding-top: 2%;
}
.app-prescrire-question {
    color: var(--gray-500, #667085);
    text-align: center;
    /* Body/Medium */
    font-family: var(--font-asap);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    padding-top: 2%;
}
.app-prescrire-blue-btn {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--primary-blue, #004987);
    margin-top: 3%;
    font-family: var(--font-header);
}

    .app-prescrire-blue-btn:hover {
        background-color: #fff;
        border-color: var(--primary-blue);
        color: var(--primary-blue);
        -webkit-transition: background .2s; /* For Safari 3.0 to 6.0 */
        transition: background .2s; /* For modern browsers */
    }

.app-prescrire-orange-btn {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--secondary-orange, #F38A3B);
    background: var(--secondary-orange, #F38A3B);
    margin-top: 3%;
    font-family: var(--font-header);
}
    .app-prescrire-orange-btn:hover {
        background-color: transparent;
        border-color: var(--secondary-orange);
        color: var(--secondary-orange);
        -webkit-transition: background .2s; /* For Safari 3.0 to 6.0 */
        transition: background .2s; /* For modern browsers */
    }

.app-prescrire-text-btn {
    color: var(--base-white, #FFF);
    text-align: center;
    font-family: var(--font-header);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.app-prescrire-button {
    flex-direction:column;
    margin-right:2%;
    padding-top: 2%;
    
}
.app-prescrire-buttons {
    flex-direction: row;
}
.app-prescrire-video {
    display: flex;
    height: 434px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}
.custom-width{
    width:50%
}
.app-prescrire-devices-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 4%
}
@media (max-width: 767px) {
    .app-prescrire-devices {
        width: 100% !important;
    }

    .app-prescrire-devices-cards {
        flex-direction: column;
    }

    .app-prescrire-devices-space-between-images {
        margin-left: 0 !important;
    }
}




    @media (max-width: 576px) {
        .app-prescrire-buttons {
            flex-direction: row;
        }

        .app-prescrire-button {
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        .app-prescrire-blue-btn {
            width: 100%;
        }

        .app-prescrire-orange-btn {
            width: 100%;
        }

        .app-prescrire-buttons {
            flex-direction: column;
        }

        .custom-width {
            width: 100%;
        }

        .app-prescrire-title {
            font-size: 33px;
        }

        .app-prescrire-devices-space-between-images {
            margin-left: 0%
        }
    }

    .app-prescrire-search-block {
        width: 100%;
        height: 332px;
        flex-shrink: 0;
    }

    .app-prescrire-search-video {
        width: 592px;
        height: 332px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .app-prescrire-search-title {
        color: var(--gray-900, #101828);
        /* Headline/Large */
        font-family: var(--font-asap);
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
    }

    .app-prescrire-search-discription {
        flex: 1 0 0;
        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% */
        margin-left: 1%;
    }

    .app-prescrire-search-icon {
        display: flex;
        width: 24px;
        height: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        color: #F38A3B;
    }

    .app-prescrire-search-space-between-line {
        margin-top: 4%;
    }

    .vp-center {
        justify-content: start;
    }

    .app-prescrire-search-space-between-col {
        padding-left: 3%;
    }

    .app-prescrire-experience-space-between-col {
        padding-right: 3%;
    }

    .app-prescrire-devices-block {
        color: var(--gray-900, #101828);
        text-align: justify;
        /* Headline/Large */
        font-family: var(--font-asap);
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
    }

    .app-prescrire-devices-description {
        color: var(--gray-500, #667085);
        text-align: justify;
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-top: 1%;
    }

    .app-prescrire-devices {
        width: 50%;
        height: 181px;
        flex-shrink: 0;
        border: 1px solid var(--gray-200, #EAECF0);
        background: #FFF;
    }

    .app-prescrire-devices-description-box {
        color: var(--gray-800, #1D2939);
        font-family: var(--font-asap);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
    }

    .app-prescrire-devices-icons {
        display: flex;
        width: 32px;
        height: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        color: #004987;
    }

    .app-prescrire-devices-phone-box {
        padding-top: 4%;
    }

    .app-prescrire-devices-space-inside-box {
        margin: 4%;
    }

    .app-prescrire-devices-space-between-description-images {
        padding-top: 4%;
    }

    .app-prescrire-devices-space-between-images {
        margin-left: 3%
    }
