<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GENERAL */
html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}

body {
    /* Move down content because we have a fixed navbar that is 3.5rem tall */
    padding-top: 3.5rem;
    /* Margin bottom by footer height */
    margin-bottom: 250px;
    color: #325262;
    font-family: 'Open Sans', sans-serif;
    image-rendering: -webkit-optimize-contrast;
}

/* CONTAINERS */
.container.wrapper {
    margin-top: 45px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    /* line-height: 249px;  1px de moins que le footer sinon une scrollbar apparait */
    background: url(../images/footer-bg2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    border-top: 1px solid #e5e7e6;
    color: #fafafa;
}

.left-border-separator {
    border-left: 1px solid rgba(0, 0, 0, .125);
}

.hidden {
    display: none;
}

.inline {
    display: inline-block;
    width: auto;
}

.vertical-spacer-10 {
    height: 10px;
    width: 100%;
}

/* TYPOGRAPHY */
.font-bold {
    font-weight: 600;
}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

.text-alt-font {
    font-family: 'Mukta', sans-serif;
}

.text-spacing {
    letter-spacing: 1px;
}

.text-pink {
    color: #ff2d55;
}

.text-gray {
    color: #495057
}

.text-gray:hover {
    color: #495057
}

.text-light-pink {
    color: #e91e63;
}

.text-green {
    color: #3AB393;
}

.text-green:hover {
    color: #3AB393;
}

.pink-link {
    color: #e91e63 !important;
}

.pink-link:hover {
    color: #d11b59 !important;
}

.copyright {
    font-weight: 600;
    font-size: 13px;
    color: #fafafa;
}

.text-extra-light-pink {
    color: #e91e63;
}

.text-icon-pink {
    color: #35586a /* #436f85 #577a9d*/;
}

/* BACKGROUNDS */
.bg-pink-f7 {
    background: #ff2d55;
}

.bg-light-pink {
    background: #e91e63;
}

/* ICONS */
i.small {
    font-size: 6rem;
}

i.medium {
    font-size: 10rem;
}

i.large {
    font-size: 13rem;
}

i.huge {
    font-size: 16rem;
}

/* EFFECTS */
.light-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

/* FONTAWESOME */
.fa-fw {
    width: 1.5rem;
    text-align: center;
}

/* NOTIE */
.notie-background-success {
    background-color: #2ECC71;
}

.notie-background-warning {
    background-color: #ffce65;
}

.notie-background-error {
    background-color: #ff325b;
}

.notie-background-info {
    background-color: #67daff;
}

.notie-container {
    font-size: 1.6rem;
}

/* BOOTSTRAP */
.btn {
    font-weight: 400 !important;
}

.btn:hover {
    cursor: pointer;
}

.badge-danger {
    color: #fff;
    background-color: #e91e63;
}

.badge {
    font-weight: 600 !important;
}

/*
.btn-primary {
    color: #fff;
    background-color: #68ffe2;
    border-color: #68ffe2;
}
*/
.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #e91e63;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

/*
@
keyframes spin {

0
%
{
    transform: rotate(0deg)
;
}

100
%
{
    transform: rotate(360deg


)
;
}
}
*/


.center-header {
    padding: 8px 11px 8px 11px;
    font-weight: 600;
    background: #f4f4f4
}

.pregnancy {
    padding: 8px 11px 8px 11px;
    background: #fff;
}

.gray-bg {
    background: #f4f4f4;
}

/*
#medical-file {
	border: 1px solid #e4e6e5;
}
*/
.medical-file-content {
    border: 1px solid #e4e6e5;
}

.pregnancy-header {
    background: url(../images/pregnancy.png);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px;
    font-weight: 400;
    min-height: 130px;
    color: #e91e63;
}

.pregnancy-content {
    background: #fafafa;
    padding: 11px;
}

.container-link {
    text-decoration: none !important;
}

.text-normal {
    color: #325262 !important;
    text-decoration: none !important;
    font-weight: 400;
}

.h-short-margin {
    margin-bottom: .2rem !important;
}

.exam-title {
    font-weight: 600;
    color: #e91e63;
}

.exam-infos {
    background: #fafafa;
    border: 1px solid #e4e6e5;
    margin: 10px 0 25px 0;
    border-radius: 4px;
    padding: 12px;
    line-height: 30px;
}

.thumbnail {
    height: 150px;
    margin-right: 12px;
    margin-bottom: 12px
}

/* ================ The Timeline ================ */
.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 4%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(234, 234, 234);
    background: -moz-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgb(234, 234, 234) 8%, rgb(234, 234, 234) 92%, rgba(234, 234, 234, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgb(234, 234, 234) 8%, rgb(234, 234, 234) 92%, rgba(234, 234, 234, 0) 100%);
    background: -o-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgb(234, 234, 234) 8%, rgb(234, 234, 234) 92%, rgba(234, 234, 234, 0) 100%);
    background: -ms-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgb(234, 234, 234) 8%, rgb(234, 234, 234) 92%, rgba(234, 234, 234, 0) 100%);
    background: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgb(234, 234, 234) 8%, rgb(234, 234, 234) 92%, rgba(234, 234, 234, 0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 600px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 600px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    color: #e91e63;
    font-weight: 600;
    text-align: left;
    font-weight: 600;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before, .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 12px;
    border: 4px solid #eaeaea;
    z-index: 10;
}

.direction-r .flag:before {
    left: -40px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    /*border-right-color: rgb(248, 248, 248);*/
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;
    font-weight: 600;
    line-height: 1em;
    font-size: 0.66666em;
    color: #325262;
    vertical-align: middle;
    line-height: 1em;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: inherit;
}

.desc {
    margin: 1em 0.75em 0 0;
    font-size: 0.77777em;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */
@media screen and (max-width: 660px) {
    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .timeline li {
        padding: 2em 0;
    }

    .direction-l, .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        background: #fff;
        z-index: 15;
    }

    .direction-l .flag:before, .direction-r .flag:before {
        position: absolute;
        top: 50%;
        right: -40px;
        content: ' ';
        display: block;
        width: 10px;
        height: 10px;
        margin-top: -10px;
        background: #fff;
        border-radius: 10px;
        border: 8px solid #eaeaea;
        z-index: 10;
    }

    .direction-l .flag:after, .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -7px;
        border: solid transparent;
        border-bottom-color: rgb(255, 255, 255);
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        z-index: 15;
    }

    .direction-l .desc, .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15;
    }
}

/*
@media screen and (min-width: 400px ? ? max-width: 660px) {
    .direction-l .desc, .direction-r .desc {
        margin: 1em 4em 0 4em;
    }
}
*/

.table td, .table th {
    border-top: 0px solid #e9ecef !important;
}

.btn-facebook {
    color: #fff !important;
}

.btn-google {
    color: #fff !important;
}

.btn-social &gt; :first-child {
    line-height: 30px;
    font-size: 1.2em;
}

.btn-social {
    font-size: 14px;
    font-weight: 400 !important;
    cursor: pointer !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

/*
.btn-primary {
    color: #fff;
    background-color: #e91e63;
    border-color: #e91e63;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff2d55;
    border-color: #ff2d55;
}
*/

.divider.centered-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e7eaec;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.divider.centered-text span {
    background: #FAFAFA;
    padding: 0 10px;
}

.divider.centered-text.white span {
    background: #FFF;
    padding: 0 10px;
}


.card-header-faq {
    padding: .20rem .65rem;
    font-size: 13px !important;
    border-bottom: none !important;
}


.card-body-faq {
    font-size: 13px;
}


.accordion-group {
    margin: 0 0 30px
}

.accordion-group {
    margin: 0
}


.qa-form-intro {
    margin-top: 10px;
    padding: 8px 0;
    font-style: italic;
    font-size: .85rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
}


#qa-container {
    margin: 20px auto;
}

.no-js .accordion-body {
    display: block
}

.accordion-body {
    display: none;
    /*
    padding: 20px 20px 14px;
    */
    padding: 8px 0px 14px 60px;
    background-color: #fff;
    border-radius: 3px;
    margin: 4px 0;
}

.accordion-body &gt; * &gt; .accordion-body {
    background-color: #fff;
    margin: 0
}

.accordion-header {
    background: #f8f9fa url("../images/accordion-closed.png") no-repeat 20px center;
    margin: 8px 0;
    color: #35586a;
    padding: 15px 40px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    font-weight: 600;
}

.accordion-header.open {
    background: #ec427c url("../images/accordion-opened.png") no-repeat 19px center;
    color: #fff;
}

.accordion-header:last-of-type {
    margin-bottom: 0
}

.accordion-header.open:last-of-type {
    margin-bottom: 4px
}

.accordion-header span {
    position: absolute;
    right: 6px;
    top: 6px;
    background: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    color: #333;
    font-weight: normal
}

#qa-form {
    background: #fff;
    border: 1px solid #eaeaea;
    margin-top: 20px;
    padding: 30px;
    border-radius: 3px;
}

#qa-form label {
    font-weight: 600;
}


@media (max-width: 575.98px) {

    .accordion-body {
        display: none;
        padding: 8px 0px 14px 10px;
        background-color: #fff;
        border-radius: 3px;
        margin: 4px 0;
    }

}

.personal-data-content {
    padding: 5px;
}

.separator {
    color: rgba(0, 0, 0, .125);
    margin-bottom: 5px;
    margin-top: 5px;
}
</pre></body></html>