﻿.guide-pharmacology-hero-block {
    padding-left: 6% !important;
}

    .guide-pharmacology-hero-block .container {
        background: #fff;
        padding: 0 ;
    }


.guide-pharmacology-subscribe .btn[data-loading-text] {
    content: "En cours";
}

.small-guide-free-guide {
    color: var(--success-700, #027A48);
    font-family: var(--font-asap);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.small-guide-title-background {
    display: inline-flex;
    height: 32px;
    padding: 0px 8px;
    align-items: center;
    flex-shrink: 0;
    background: var(--success-100, #D1FADF);
}

.small-guide-hero {
    align-items: center;
}

    .small-guide-hero .text {
        padding-right: 6%;
    }

    .small-guide-hero .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% */
    }

.small-guide-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);
    font-family: var(--font-asap);
}

.small-guide-hero .discription {
    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% */
}

.small-guide-hero .image {
    position: relative;
    top: 30px;
    margin-left: 16px;
}

@media(min-width: 768px) {
    .small-guide-background {
        display: inline-flex;
        background: var(--blue-light, #E9F3FE);
    }
}



@media(max-width: 767px) {

    .small-guide-hero .text {
        background: var(--blue-light, #E9F3FE);
    }

    .small-guide-hero .title {
        font-size: 32px;
    }

    .small-guide-background {
        padding: 0;
        display: inline-flex;
        justify-content: center;
    }

    .small-guide-title-background {
        margin-top: 18px;
    }
}

.pharmacology-guide-discription {
    color: var(--gray-600, #475467);
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.pharmacology-guide-title {
    color: var(--gray-800, #1D2939);
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.pharmacology-guide-btn {
    display: flex;
    padding: 12px 64px;
    font-family: var(--font-header);
    height: 48px;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 8px;
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
    border-radius: 8px;
}

    .pharmacology-guide-btn:hover {
        background-color: #fff;
        border-color: var(--primary-blue);
        color: var(--primary-blue) !important;
        -webkit-transition: background .2s; /* For Safari 3.0 to 6.0 */
        transition: background .2s; /* For modern browsers */
    }


.guide-pharmacology-subscribe {
    padding-left: 6% !important;
}

    .guide-pharmacology-subscribe label.form-col-1 {
        width: 0;
    }

    .guide-pharmacology-subscribe .section-title {
        margin-bottom: 0 !important;
    }

    .guide-pharmacology-subscribe .c-form.loose .form-group {
        margin-bottom: 8px !important;
    }

    .guide-pharmacology-subscribe h6 {
        font-size: 16px;
    }
    .guide-pharmacology-subscribe .row .alert-info {
        width: auto;
        background: var(--success-100, #D1FADF);
    }

        .guide-pharmacology-subscribe .row .alert-info .submit-confirm p {
            font-size: 16px;
            margin-bottom: 0.25rem !important;
            margin-top: 0.25rem !important;
        }

@media(max-width: 767px) {
    .guide-pharmacology-subscribe {
        padding-left: 5% !important;
    }

    .pharmacology-guide-btn {
        width: 100%;
    }
}