﻿
.attachment-container {
    border: 1px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.upload-icon {
    font-size: 36px;
    color: #999;
    margin-bottom: 10px;
}

.why-prescrire-section {
    width: 100%;
    flex-shrink: 0;
    background: var(--base-white, #FFF) !important;
}

    .why-prescrire-section .title {
        color: var(--dark-900); /* display/small */
        font-family: var(--font-asap);
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px; /* 120% */
    }

    .why-prescrire-section .description {
        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% */
    }

#contactModal .modal-title {
    display: flex;
    width: 255px;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    color: var(--gray-800, #1D2939);
    /* Headline/Large */
    font-family: var(--font-asap);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

#contactModal h6 {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

#contactModal label {
    color: var(--gray-800, #1D2939);
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#contactModal input, select {
    display: flex;
    height: 48px;
    width: 100%;
    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);
}


.accordion-header {
    color: var(--gray-700);
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.subscription-offers-abonnez {
    padding: 24px 0;
    gap: 24px;
    background: transparent !important;
}
    .subscription-offers-abonnez .offer-card {
        padding: 8px 8px;
        border: 1px solid var(--gray-300, #D0D5DD);
        background: var(--base-white, #FFF);
        height: 100%;
    }

        .subscription-offers-abonnez .offer-card:hover {
            box-shadow: 3px 2px 10px 0px #d5d5d5;
        }

            .subscription-offers-abonnez .offer-card:hover .offer-type {
                color: var(--primary-blue);
                font-family: var(--font-header);
            }

    .subscription-offers-abonnez .offer-type {
        color: var(--dark-900);
        text-align: center;
        font-family: var(--font-header);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-size: 24px;
    }

    .subscription-offers-abonnez .offer-title {
        color: var(--primary-blue);
        text-align: center; /* headline/large */
        font-family: var(--font-header);
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
    }


    .subscription-offers-abonnez .list-unstyled li {
        color: var(--gray-700);
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: flex;
        padding: 8px 0px;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

        .subscription-offers-abonnez .list-unstyled li::before {
            color: var(--secondary-orange);
            text-align: center;
            font-family: Material Icons Outlined;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            content: '\e876';
            margin-right: 10px;
        }

.offers-title {
    color: var(--dark-900);
    text-align: center; /* display/small */
    font-family: var(--font-asap);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 120% */
}

/*subscriptions offers*/

.subscription-offers {
    padding: 24px;
    gap: 24px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF) !important;
}

    .subscription-offers .offer-card {
        padding: 8px 8px;
        border: 1px solid var(--gray-300, #D0D5DD);
        background: var(--base-white, #FFF);
        height: 100%;
    }

    .subscription-offers .offer-card:hover {
        box-shadow: 3px 2px 10px 0px #d5d5d5;
    }

        .subscription-offers .offer-card:hover .offer-type {
            color: var(--primary-blue);
            font-family: var(--font-header);
        }

    .subscription-offers .offer-type {
        color: var(--dark-900);
        text-align: center;
        font-family: var(--font-header);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-size: 24px;
    }

    .subscription-offers .offer-title {
        color: var(--primary-blue);
        text-align: center; /* headline/large */
        font-family: var(--font-header);
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
    }


    .subscription-offers .list-unstyled li {
        color: var(--gray-700);
        font-family: var(--font-asap);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: flex;
        padding: 8px 0px;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

        .subscription-offers .list-unstyled li::before {
            color: var(--secondary-orange);
            text-align: center;
            font-family: Material Icons Outlined;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            content: '\e876';
            margin-right: 10px;
        }

.ISubscribe-secondSection {
    height: 88px;
    padding: 32px 24px;
    gap: 16px;
    flex: 1 0 0;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF);
}
@media (max-width: 576px) {
    .ISubscribe-secondSection {
        flex: 0 0 auto;
    }
}


    .ISubscribe-secondSection:hover {
        background: var(--blue-light, #E9F3FE);
        border: 1px solid var(--primary-blue);
    }

.otherPrices-title {
    flex: 1 0 0;
    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% */
}

.otherPrices-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    align-self: stretch;
    color: var(--gray-800, #1D2939);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}






/*form css*/

.cantact-us label {
    color: var(--gray-800, #1D2939);
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cantact-us-inpusts {
    display: flex;
    height: 48px;
    width: 100%;
    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);
}

.cantact-us h6 {
    color: var(--gray-500, #667085);
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.cantact-us h5 {
    font-family: var(--font-asap);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

.btn-outline-secondary-orange {
    justify-content: center;
    align-items: center;
    height: 40px;
    color: var(--secondary-orange) !important;
    border-radius: 8px;
    color: var(--secondary-orange);
    background-color: transparent;
    border-color: var(--secondary-orange);
    font-family: var(--font-header);
}

    .btn-outline-secondary-orange:hover {
        background-color: var(--secondary-orange);
        border-color: var(--secondary-orange);
        color: #fff !important;
        -webkit-transition: background .2s; /* For Safari 3.0 to 6.0 */
        transition: background .2s; /* For modern browsers */
    }

/* subscribers review section*/

.subscriber-review-footer {
    align-self: stretch;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.subscriber-review-date {
    color: var(--gray-500, #667085) !important;
    /* Body/Medium */
    font-family: var(--font-asap);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}

.subscriber-review-summary {
    color: var(--gray-700);
    /* Body/Medium */
    font-family: var(--font-asap);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}

.subscriber-review-summary-right {
    color: var(--gray-700) !important;
    /* Body/Medium */
    font-family: var(--font-asap);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}

.subscriber-review-image {
    height: 63px;
    flex-shrink: 0;
    border-radius: 63px;
}

/*DNN news accordion news*/

.accordion-news-list-title {
    color: var(--gray-700, #344054) !important;
    font-family: var(--font-asap) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    border-bottom: 1px solid var(--gray-200, #EAECF0) !important;
}
.accordion-news-list-summary {
    color: var(--gray-700, #344054) !important;
    /* Body/Large */
    font-family: var(--font-asap) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
    flex: 1 0 0 !important;
}

.why-prrescrire-custom-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.why-prrescrire-custom-video {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 80%;
}

.offer-price {
    color: var(--primary-blue);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    font-family: var(--font-header);
    font-size: 18px;
}



