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

.pour-les-patients-cta-section {
    background-color: #2A2243;
    padding: 96px 0;
}

.pour-les-patients-cta-section .container {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pour-les-patients-cta-section-title {
    font-size: 32px;
    font-family: "Urbanist-SemiBold";
    color: white;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 16px auto;
    line-height: 1.4;
}

.pour-les-patients-cta-section-description {
    color: white;
    text-align: center;
    max-width: 800px;
    font-family: "Urbanist-Regular";
    line-height: 1.4;
    font-size: 18px;
    margin: 0 auto 36px auto;
}

.pour-les-patients-cta-section .search-bar-container {
    width: 100%;
    max-width: 600px;
}

.pour-les-patients-cta-section .cta-component {
    margin-top: 48px;
}

@media (max-width: 768px) {
    .pour-les-patients-cta-section-title {
        font-size: 24px;
        line-height: 1.4;
    }
.pour-les-patients-cta-section {
    padding: 48px 0;
}
}