﻿/**********************************
SPECIFIC STYLES FOR Discovery Edition part
***********************************/

.ed-box-ed {
    display: flex;
    width: 253px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.ed-box-ed-title div {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.ed-box-ed-title {
    color: var(--secondary-orange, #F38A3B);
    /* Headline/Large */
    font-family: var(--font-asap);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

.ed-box-ed-p {
    align-self: stretch;
    color: var(--gray-700, #344054);
    /* Body/Medium */
    font-family: var(--font-asap);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 114.286% */
}

.ed-box-ed img {
    height: 314px;
    align-self: stretch;
    background: url(/Portals/0/images/prescrire/EditionDecouverte.png);
}

.ed-box-ed-input-ligne {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.ed-box-ed-input-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
}

.ed-box-ed-input {
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--gray-25, #FCFCFD);
}

.ed-box-ed-input-ligne-button {
    display: flex;
    height: 48px;
    padding: 16px 14px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #F38A3B;
}

.ed-box-ed-input-ligne-button-box {
    display: flex;
    width: 20px;
    height: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.ed-box-ed-input-ligne-button-i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    align-self: stretch;
    color: var(--base-white, #FFF);
    text-align: center;
    font-family: Material Symbols Rounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.ed-box {
    display: flex;
    width: 253px;
    height: 554px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}

    .ed-box div {
        display: flex;
        align-items: center;
        gap: 8px;
        align-self: stretch;
    }

.ed-box-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.ed-box-img {
    display: flex;
    padding: 0px 37px 0px 38px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.btn-orange-ed {
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background-color: var(--secondary-orange);
    border-color: var(--secondary-orange);
    font-family: var(--font-header);
}

    .btn-orange-ed: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 */
    }

        .btn-orange-ed:hover h6 {
            color: var(--secondary-orange, #F38A3B);
            text-align: center;
        }

        .btn-orange-ed:hover span {
            color: var(--secondary-orange, #F38A3B);
        }

.ed-box-button {
    display: flex;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
    background: var(--secondary-orange, #F38A3B);
}

    .ed-box-button h6 {
        color: #FFF;
        text-align: center;
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

    .ed-box-button span {
        color: var(--base-white, #FFF);
        text-align: center;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 16px;
        height: 16px;
        justify-content: center;
        gap: 8px;
    }

    .ed-box-button img {
        flex: 1 0 0;
        align-self: stretch;
    }
