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

.pour-les-patients-top-hero-image-block {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
}

.pour-les-patients-top-hero-image-block > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 990;
    position: relative;
}

.pour-les-patients-top-hero-image-block .light-blue-circles {
    position: absolute;
    top: -500px;
    right: -600px;
    height: auto;
    width: 1200px;
}

.pour-les-patients-top-hero-image-block-text-col {
    width: 50%;
    text-align: center;
}

.pour-les-patients-top-hero-image-block-image-col {
    width: 50%;
}

.pour-les-patients-top-hero-image-block-image-col img {
    width: 100%;
    height: 100%;
}

.pour-les-patients-top-hero-image-block-text-col-title {
    text-align: left;
}

.pour-les-patients-top-hero-image-block-text-col-description {
    font-size: 18px;
    line-height: 28px;
    color: #2A2243;
    margin-bottom: 16px;
    text-align: left;
}

.pour-les-patients-top-hero-image-block-text-col-or {
    margin: 16px 0;
}

.pour-les-patients-top-hero-image-block-text-col-gratuit {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    color: #2A2243;
}

@media (max-width: 1052px) {
    .pour-les-patients-top-hero-image-block > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .pour-les-patients-top-hero-image-block-image-col {
        margin-top: 48px;
    }

    .pour-les-patients-top-hero-image-block-text-col {
        width: 100%;
    }

    .pour-les-patients-top-hero-image-block-text-col-title {
        text-align: center;
    }

    .pour-les-patients-top-hero-image-block-text-col-description {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .pour-les-patients-top-hero-image-block-image-col {
        width: 100%;
    }

    .pour-les-patients-features-section-title {
        font-size: 24px;
        line-height: 1.4;
    }
.pour-les-patients-top-hero-image-block {
    padding: 48px 0;
}
}