/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.main-content {
    contain: paint;
}

.light-blue-circles {
    position: absolute;
    top: -500px;
    right: -600px;
    height: auto;
    width: 1200px;
    z-index: -1;
}

.breadcrumbs {
    margin-bottom: 16px;
    line-height: 1.4;
}

.breadcrumbs a {
    color: #3D6CB9;
    font-family: "Urbanist-Medium";
}

.top-hero {
    padding: 96px 0;
}
.top-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-hero__image-div {
    width: 50%;
}

.top-hero__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-animation: fadeUp 1s both 0.1s;
    animation: fadeUp 1s both 0.1s;
}

.top-hero__category {
    background-color: #EEEFF5;
    color: #2A2243;
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Urbanist-SemiBold";
    margin-bottom: 16px;
    display: inline-block;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.top-hero__title {
    text-align: left;
}
.blog-post-mobile-title {
    display: none;
}

.blog-post-desktop-title {
    display: block;
}
.top-hero__text-div {
    margin-left: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 450px;
    width: 50%;
}
.top-hero__excerpt {
    font-size: 16px;
    line-height: 1.6;
    font-family: "Urbanist-Regular";
    color: #2A2243;
    margin-bottom: 16px;
}
.top-hero__bottom-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeUp 1s both 0.5s;
    animation: fadeUp 1s both 0.5s;
}

.top-hero__category {
    margin-right: 24px;
}

.top-hero__date {
    font-size: 14px;
    line-height: 1.6;
    font-family: "Urbanist-Regular";
    color: #666666;
    margin-bottom: 16px;
}

.post-content-section {
    padding-top: 96px;
    padding-bottom: 96px;
}
.post-content-section__div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-content-section__content {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post-content-section__summary-div {
    position: sticky;
    top: calc(96px + 12px);
    width: calc(35% - 48px);
    max-width: 390px;
    margin-right: 48px;
    padding: 32px;
    margin-bottom: auto;
    border-radius: 28px;
    background: #2A2243;
    color: #fff;
}

.post-content-section__summary-title {
    font-size: 24px;
    font-family: "Urbanist-SemiBold";
    color: #fff;
    margin-bottom: 16px;
}

.sticky-summary__link {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 12px;
}
.sticky-summary__link:last-child {
    margin-bottom: 0;
}
.link-to-offset_highlight {
    color: #04D1FF;
}
.post-content-section__content h2 {
    font-family: "Urbanist-SemiBold";
    line-height: 1.3;
    font-size: 36px;
    color: #0a2629;
    margin-top: 48px;
    margin-bottom: 32px;
}
.post-content-section__content h2:first-child {
    margin-top: 0;
}
.post-content-section__content h3 {
    font-family: "Urbanist-SemiBold";
    line-height: 1.3;
    font-size: 26px;
    color: #2A2243;
    margin-bottom: 16px;
}
.post-content-section__content p,
.post-content-section__content ul {
    line-height: 1.6;
    margin-bottom: 24px;
}
.post-content-section__content p:last-child {
    margin-bottom: 0;
}
.post-content-section__content img {
    width: 100%;
    max-width: 600px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.post-content-section__content .icon {
    width: 30px !important;
    height: auto !important;
    position: relative;
    bottom: -2px;
}
.post-content-section__content ul li,
.post-content-section__content ol li {
    list-style: auto;
    font-size: 18px;
    margin-left: 20px;
    line-height: 1.6;
}
.post-content-section__content ul li {
    list-style: circle !important;
}
.similar-posts-section__card-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin: 48px 0;
}

.pour-les-patients-cta-section {
    padding: 32px !important;
    border-radius: 28px;
}

.pour-les-patients-cta-section-container .pour-les-patients-cta-section-title {
    margin: 0 0 32px 0;
    color: white;;
}


@media screen and (max-width: 1024px) {
    .top-hero {
            padding: 48px 0;
        }
    
        .blog-post-mobile-title {
            display: block;
        }
    
        .blog-post-desktop-title {
            display: none;
        }
    .top-hero__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top-hero__image-div {
        width: 100%;
    }

    .top-hero__image {
        width: 100%;
        margin: 0 auto 32px;
    }

    
    .top-hero__checkup-btn {
        margin: 0 auto 48px;
    }
    .top-hero__text-div {
        margin-left: 0;
        min-width: 0;
        width: 100%;
    }
    .similar-posts-section__card-container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 32px;
    }
}
@media only screen and (max-width: 870px) {
    .post-content-section__div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .post-content-section__summary-div {
        position: relative;
        top: 0;
        margin: 0 0 48px 0;
        width: 100%;
        max-width: none;
    }
    .post-content-section__content {
        width: 100%;
    }
}
@media only screen and (max-width: 733px) {
    .top-hero {
        padding-bottom: 32px;
    }

    .top-hero__image {
        width: 100%;
    }

    .post-content-section__summary-div {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .similar-posts-section__card-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .post-content-section {
        background-color: #F1F6FE;
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .pour-les-patients-cta-section-container .pour-les-patients-cta-section-title {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    .pour-les-patients-cta-section {
        padding: 16px !important;
    }

    .pour-les-patients-cta-section .container {
        padding: 0 !important;
    }
}