.card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card,
.card .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card .content-container div {
    width: 100%;
}
.card .content-container.twoCols .content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card.shadow {
    border: 1px solid #d4dde9;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.card.orange {
    border-top: 4px solid #ec732c;
}
.card.blue {
    border-top: 4px solid purple;
}
.iconTitle {
    font-size: 1.625rem;
    line-height: 1.875rem;
    font-weight: 600;
    margin: 0;
    position: relative;
}
@media (max-width: 63.99em) {
    .iconTitle {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
}
.iconTitle .separator {
    position: relative;
    margin-bottom: 1.5625rem;
    padding-top: 1.5625rem;
}
.iconTitle .separator:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    background-color: #d3d3d3;
}
.simpleTitle {
    color: #313131;
    font-weight: 700;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
@media (max-width: 63.99em) {
    .simpleTitle {
        font-size: 1rem;
    }
}
.paragraph {
    text-align: left;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #313131;
    padding-top: 0.625rem;
    min-width: 16.25rem;
}
.cta-flat {
    width: 100%;
    padding: 0.8125rem 0.9375rem;
    cursor: pointer;
    text-decoration: none;
}
.cta-flat span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
@media (max-width: 63.99em) {
    .cta-flat span {
        line-height: 1.125rem;
    }
}
.subTitle {
    color: #707070;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 0.25rem 0 0;
    font-family: Open sans, light, sans-serif;
    font-weight: 300;
}
.block-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0.9375rem 0 1.875rem 0;
    color: #313131;
}
.block-infos div {
    padding-left: 0.5rem;
    font-size: 0.75rem;
    text-align: left;
}
.orange .block-infos {
    border-left: 2px solid #ec732c;
}
.blue .block-infos {
    border-left: 2px solid purple;
}
.link-arrow-left {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-decoration: underline;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
}
.link-arrow-left img {
    margin-right: 0.3125rem;
}
.link-arrow-left.u-color--blue img {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}
.card-multiple-actu {
    position: relative;
}
.card-multiple-actu .card-container {
    padding: 3.125rem 1.875rem 0 1.875rem;
    width: 100%;
    height: 100%;
}
@media (max-width: 63.99em) {
    .card-multiple-actu .card-container {
        padding: 1.25rem 0.9375rem 0;
    }
    .card-multiple-actu .card-container div.simple-card:last-child {
        position: relative;
        padding-top: 1.875rem;
    }
    .card-multiple-actu .card-container div.simple-card:last-child:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #d4dde9;
    }
}
.card-multiple-actu .button {
    padding: 0;
    min-height: 3.125rem;
    max-height: 3.125rem;
    bottom: 0;
    right: 0;
    left: 0;
}
.card-multiple-actu .button .cta-flat:hover,
.card-multiple-actu .button:focus {
    background-color: rgba(0, 130, 163, 0.7);
}
.tag {
    padding: 0.125rem 0.5rem;
    border-radius: 2px;
    font-size: 0.6875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin: 0.1875rem 0 0.625rem;
    -webkit-print-color-adjust: exact;
}
.pathology,
.tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
}
.pathology {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #313131;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pathology img {
    margin-right: 0.3125rem;
}
.card-study {
    position: relative;
}
@media (max-width: 63.99em) {
    .card-study {
        margin-top: 1.875rem;
    }
}
.card-study .card-container {
    padding: 1.875rem 1.875rem 0;
    width: 100%;
}
@media (max-width: 63.99em) {
    .card-study .card-container {
        padding: 1.25rem 0.9375rem 0;
    }
}
.card-study .card-container .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.card-study .card-container .title .iconTitle {
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin-left: 0.9375rem;
}
.card-study .card-container .simpleTitle {
    padding-bottom: 0.625rem;
}
.card-study .card-container .separator {
    display: none;
}
.card-study .card-container .separator-study {
    position: relative;
    margin-bottom: 1.5625rem;
    padding-top: 1.5625rem;
}
.card-study .card-container .separator-study:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #d3d3d3;
}
.card-study .card-container .separator-study-empty {
    position: relative;
    padding-top: 1.5625rem;
}
.card-study .button {
    padding: 0;
    min-height: 3.125rem;
    max-height: 3.125rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.card-study .button .cta-flat:hover,
.card-study .button:focus {
    background-color: rgba(236, 115, 44, 0.7);
}
.section {
    padding: 2.5rem 8.4375rem;
}
.section.row {
    margin: 0;
}
.message-error {
    padding: 0.625rem 1.25rem;
    border-radius: 2px;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}
.filter-pathologies {
    padding: 0.75rem 1.25rem 0.625rem 1.875rem;
    border: 1px solid #ddd !important;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.5) !important;
    border-radius: 1.5rem;
    font-size: 0.875rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
    list-style-type: none;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
}
.filter-pathologies.open .dropdown {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.filter-pathologies span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #390039;
}
.filter-pathologies span img {
    margin-left: 3.125rem;
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}
@media (max-width: 63.99em) {
    .filter-pathologies span img {
        margin-left: 0.625rem;
        width: 0.3125rem;
        height: 0.5rem;
    }
}
.filter-pathologies .dropdown {
    z-index: -1;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border: 1px solid #d4dde9;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: auto;
    margin-top: 1.5625rem;
    margin-left: -1.875rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 7px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    cursor: default;
}
.filter-pathologies .dropdown span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0.9375rem;
}
.filter-pathologies .dropdown span .drop-link {
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 0.9375rem;
    padding: 0.625rem 0.875rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    cursor: pointer;
}
@media (max-width: 63.99em) {
    .filter-pathologies .dropdown span .drop-link {
        padding: 0.5rem 0.875rem;
    }
}
.filter-pathologies .dropdown span .drop-link:first-child:before {
    content: "";
    top: -0.5rem;
    left: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
}
.filter-pathologies .dropdown span .drop-link:hover {
    text-decoration: underline;
}
.filter-pathologies .dropdown span .drop-link:not(:first-child) {
    border-top: 1px solid #d4dade;
}
@media (max-width: 63.99em) {
    .filter-pathologies .dropdown {
        margin-left: -0.625rem;
        margin-top: 1.0625rem;
    }
}
@media (max-width: 63.99em) {
    .filter-pathologies {
        padding: 0.5625rem 0.625rem 0.4375rem;
    }
}
.filter-pathologies.orange {
    color: #ec732c;
}
.filter-pathologies.orange.open,
.filter-pathologies.orange.selected {
    background: #ec732c;
    color: #fff;
    cursor: pointer;
}
.filter-pathologies.orange .drop-link {
    color: #ec732c;
}
.filter-pathologies.blue {
    color: purple;
}
.filter-pathologies.blue.open,
.filter-pathologies.blue.selected {
    background: purple;
    color: #fff;
    cursor: pointer;
}
.filter-pathologies.blue .drop-link {
    color: purple;
}
.intro {
    padding-left: 3em;
}
.intro .title {
    font-size: 3.5rem;
    line-height: 1em;
    color: purple;
    margin: 1.875rem 0 0;
    text-shadow: 0 0 1em #e8e6dd;
}
@media (max-width: 63.99em) {
    .intro .title {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}
.intro .description {
    color: #ff5e5b;
    padding: 2.1875rem 0;
    font-weight: 400;
}
.intro .description ul {
    padding-left: 1.25rem;
    margin: 0;
}
.intro .description ul li {
    font-size: 1rem;
    line-height: 1.33em;
    padding: 0.3125rem;
    color: #ff505b;
}
.intro .description ul li b {
    font-weight: 700;
    color: #ff5e5b;
    line-height: 1;
}
@media (max-width: 63.99em) {
    .intro .description ul li {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }
}
.intro .description ul li a {
    text-decoration: underline;
    color: inherit;
}
.intro .description ul li:last-child {
    list-style: none;
}
.intro .description img {
    max-width: 7.5rem;
}
@media (max-width: 63.99em) {
    .intro .description img {
        display: none;
    }
}
.intro .filter-pathologies {
    background-color: purple;
    color: #fff;
    border: none;
}
.intro .filter-pathologies .dropdown span {
    white-space: normal;
}
.intro .filter-pathologies .drop-link {
    color: purple;
}
.intro .cta-round:focus,
.intro .cta-round:hover {
    background-color: rgba(0, 130, 163, 0.7);
    text-decoration: underline;
}
.intro #dropdown {
    margin-top: 3em;
}
@media (max-width: 63.99em) {
    .intro {
        padding: 0 1em;
    }
    .intro .dropdown {
        margin-right: 1em;
    }
}
section.about {
    padding-bottom: 0 !important;
/*    overflow: hidden;/**/
}
section.about .row > .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
section.about .row > .col-lg-4 img {
    width: 100%;
    max-width: 100%;
}
section.about aside {
    width: auto;
    background: purple;
    color: #fff;
    height: 3em;
    margin: 0 0 -0.5em auto;
}
section.about aside a {
    display: block;
    width: 100%;
    padding: 0.8em 1em 0.5em 1em;
    text-align: center;
    color: inherit;
    font-family: Montserrat;
}
@media (max-width: 63.99em) {
    section.about {
        padding-bottom: 0 !important;
        background-size: auto;
        background-position: top;
    }
    section.about aside {
        height: auto;
        padding: 0.33em 2rem 0.66em;
        width: 100%;
        margin-top: -1em;
    }
    section.about aside b {
        display: block;
    }
    section.about .row > .col-lg-4 {
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
    }
    section.about .row > .col-lg-4 img {
        max-width: 48%;
        min-width: 400px;
        margin-right: 2%;
        margin-bottom: -100px;
    }
}

.treatment-message.treatment-error .u-color--red {display:block;margin:0 0 .3em 0}
.treatment-message.treatment-error .link.u-color--red {display:block;margin:.6em 0}
.treatment-message.treatment-error .link.u-color--red::before {content:"➜ "}

.footer_partners {
    padding: 2.8125rem 6.25rem 3.75rem;
    border-top: 1px solid #d4dde9;
}
.footer_partners h2 {
    color: #390039;
    margin-bottom: 1.5em;
}
.footer_partners .footer_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 80em) {
    .footer_partners {
        padding: 2.8125rem 15.625rem 3.75rem;
    }
    .footer_partners img {
        max-height: 7.5rem;
        max-width: 10rem;
        padding: 0.625rem;
        width: 100%;
    }
    .footer_partners .svg {
        max-width: 16.25rem;
    }
}
@media (max-width: 48.115em) {
    .footer_partners {
        padding: 1.875rem 0.625rem 2.5rem;
    }
    .footer_partners .footer_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_partners .svg,
    .footer_partners img {
        width: auto;
        min-height: 100px;
        padding: 1rem;
    }
}
@media (min-width: 48.125em) and (max-width: 79.99em) {
    .footer_partners {
        padding: 2.8125rem 3.125rem 3.75rem;
    }
    .footer_partners img {
        max-height: 6.25rem;
        max-width: 8.75rem;
    }
}
.loading {
    background-color: #ebeff5;
    min-height: 25rem;
    width: 100%;
    max-width: 71.875rem;
    margin: 0 auto 3.125rem auto;
}
.loading svg {
    float: left;
    margin: 1.25rem;
    max-width: 3.125rem;
    max-height: 3.125rem;
}
.top .loading {
    min-height: 9.0625rem;
    margin: 0 auto 0 auto;
}
.homepage {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
.homepage .card-study,
.homepage .card-study .card-container {
    height: 100%;
}
.contact-link {
    margin-bottom: 0;
    cursor: pointer;
}
.contact-link img {
    margin-right: 0.3125rem;
}
.modal-fade-enter,
.modal-fade-leave-active {
    opacity: 0;
}
.modal-fade-enter-active,
.modal-fade-leave-active {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.modal-backdrop {
    position: fixed;
    z-index: 9998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.modal-backdrop,
.modal-backdrop .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-backdrop .modal {
    background: #fff;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 37.5rem;
    padding: 3.125rem;
    cursor: default;
    min-height: 37.5rem;
    max-height: calc(100vh - 100px);
    z-index: 10000;
    position: relative;
}
@media (max-width: 48.115em) {
    .modal-backdrop .modal {
        max-width: 22rem;
        padding: 1.875rem 1.25rem 2.5rem;
        max-height: calc(100vh - 50px);
        min-height: 18.75rem;
    }
}
.modal-backdrop .modal .btn-close-modal {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.6875rem;
    cursor: pointer;
}
.modal-backdrop .modal .iconTitle {
    font-size: 1.375rem !important;
    max-width: 30.625rem;
}
@media (max-width: 48.115em) {
    .modal-backdrop .modal .iconTitle {
        font-size: 1.125rem;
        max-width: 17.5rem;
    }
}
.modal-backdrop .modal .donotask-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.modal-backdrop .modal .donotask-container .doNotAsk {
    color: #fff;
    padding: 0.4375rem 0.9375rem;
    border-radius: 15px 0 0 15px;
    font-size: 0.875rem;
    cursor: pointer;
}
.modal-backdrop .modal .donotask-container .doNotAsk:hover {
    background-color: rgba(236, 115, 44, 0.7);
}
.modal-backdrop .modal .donotask-container .btn-close {
    height: 2.0625rem;
    border-radius: 0 15px 15px 0;
    margin-left: 0.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1.875rem;
    cursor: pointer;
}
.modal-backdrop .modal .donotask-container .btn-close:hover {
    background-color: rgba(236, 115, 44, 0.7);
}
.modal-backdrop .modal .donotask-container .btn-close img {
    padding: 0.1875rem;
}
@media (max-width: 48.115em) {
    .modal-contact .title-contact {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}
.modal-contact .separator {
    margin-bottom: 0.9375rem;
    padding-top: 0.9375rem;
}
.modal-contact .text-contact {
    padding-top: 0.9375rem;
}
@media (max-width: 48.115em) {
    .modal-contact .text-contact {
        font-size: 0.75rem;
        line-height: 1.125rem;
        padding-top: 0;
    }
}
.modal-contact .form-error {
    color: #fc0f3a;
    line-height: 1.5rem;
    font-size: 0.875rem;
}
.modal-contact .form-error ul {
    padding: 0;
}
.modal-contact .form-error ul li {
    list-style-type: none;
}
.modal-contact .element-group {
    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-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 0.9375rem;
}
.modal-contact .element-group label {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-bottom: 0.3125rem;
}
.modal-contact .element-group label .required {
    color: #fc0f3a;
}
.modal-contact .element-group input,
.modal-contact .element-group textarea {
    border: 1px solid #d4dde9;
    border-radius: 3px;
    background-color: #f5f7fa;
    min-height: 2.5rem;
    width: 100%;
}
@media (max-width: 63.99em) {
    .modal-contact .element-group input,
    .modal-contact .element-group textarea {
        min-height: 1.875rem;
    }
}
.modal-contact .element-group textarea {
    min-width: 100%;
    min-height: 5rem;
}
@media (max-width: 63.99em) {
    .modal-contact .element-group textarea {
        min-height: 3.75rem;
    }
}
.modal-contact .submit-button {
    margin: 0.9375rem 0 1.25rem;
}
.modal-contact .submit-button .cta-round {
    padding: 0.9375rem 3.125rem;
}
.modal-contact .submit-button .cta-round:focus,
.modal-contact .submit-button .cta-round:hover {
    background-color: rgba(0, 130, 163, 0.7);
}
.modal-contact .rgpd {
    font-size: 0.6875rem;
    line-height: 1rem;
    margin: 0;
}
@media (max-width: 63.99em) {
    .modal-contact .rgpd {
        font-size: 0.625rem;
        line-height: 0.9375rem;
    }
}
.row.learn-more {
    margin: 1.875rem 0 0;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #d4dde9;
}
.row.learn-more .border-right {
    border-right: 1px solid #d4dde9;
}
@media (max-width: 63.99em) {
    .row.learn-more .border-right {
        border-right: 0;
        border-bottom: 1px solid #d4dde9;
    }
}
@media print {
    .row.learn-more {
        display: none;
    }
}
.row.learn-more .contact-us {
    padding: 2.1875rem 1.875rem 2.8125rem;
}
.row.learn-more .contact-us .paragraph {
    padding: 1.125rem 0;
}
@media (max-width: 63.99em) {
    .row.learn-more .contact-us {
        padding: 1.25rem 0.625rem 1.875rem;
    }
}
.row.learn-more .find-out-more {
    padding: 2.1875rem 1.875rem 2.8125rem;
}
.row.learn-more .find-out-more ul {
    padding-left: 0.9375rem;
    margin-top: 1.125rem;
}
.row.learn-more .find-out-more ul li {
    padding: 0 0 0.625rem 1.25rem;
}
.row.learn-more .find-out-more ul li a {
    font-size: 0.875rem;
    color: purple;
    text-decoration: underline;
}
.row.learn-more .find-out-more ul li a.external-link {
    position: relative;
}
.row.learn-more .find-out-more ul li a.external-link:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 0c.417 0 .77.146 1.062.437.292.292.438.646.438 1.063v11c0 .417-.146.77-.438 1.062A1.447 1.447 0 0 1 12.5 14h-11c-.417 0-.77-.146-1.063-.438A1.447 1.447 0 0 1 0 12.5v-11C0 1.083.146.73.437.437A1.447 1.447 0 0 1 1.5 0h11zm-.188 12.5c.042 0 .084-.02.125-.063.042-.041.063-.083.063-.125V1.687c0-.041-.02-.083-.063-.125-.041-.041-.083-.062-.125-.062H1.687c-.041 0-.083.02-.125.062-.041.042-.062.084-.062.125v10.625c0 .042.02.084.062.125.042.042.084.063.125.063h10.625zM10.625 3c.104 0 .193.036.266.11.073.072.109.16.109.265v4.25a.342.342 0 0 1-.234.344c-.157.062-.287.031-.391-.094l-1.531-1.5-4.5 4.5a.297.297 0 0 1-.25.125.389.389 0 0 1-.282-.125l-.687-.688A.389.389 0 0 1 3 9.907c0-.105.042-.188.125-.25l4.5-4.5-1.5-1.532c-.125-.104-.156-.234-.094-.39A.342.342 0 0 1 6.375 3h4.25z' fill='%230082A3' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 0.875rem;
    height: 0.875rem;
    bottom: 0.125rem;
    right: -1.25rem;
}
@media (max-width: 63.99em) {
    .row.learn-more .find-out-more {
        padding: 1.25rem 0.625rem 1.875rem;
    }
}
.baseLayout {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
.baseLayout .card-study {
    margin-bottom: 1.875rem;
}
@media (max-width: 63.99em) {
    .baseLayout .col-lg-8 {
        padding-left: 0;
        padding-right: 0;
    }
}
.modal-backdrop .modal {
    min-height: auto;
}
.title-with-link h2 {
    margin: 0 1.25rem 0.2em 0;
}
.link-info {
    cursor: pointer;
}
.link-info img {
    margin-right: 0.3125rem;
}
.title-with-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.875rem 0 1.25rem;
}
.title-with-link h2 {
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin: 0 1.25rem 0 0;
}
.step {
    padding: 1.125rem 1.25rem;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.step:last-child {
    margin-bottom: 2.5rem;
}
.step div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 31.25rem;
}
.step div span {
    font-family: Montserrat, medium, sans-serif;
    font-weight: 500;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #707070;
}
@media (max-width: 63.99em) {
    .step div span {
        font-size: 0.875rem;
    }
}
.step div span strong {
    color: #313131;
}
.step div img {
    margin-right: 0.625rem;
}
.step a {
    cursor: pointer;
}
@media (max-width: 63.99em) {
    .step {
        padding: 0.625rem;
    }
    .step .link {
        font-size: 0.75rem;
        padding-left: 1.5625rem;
    }
}
.steps-container {
    margin-top: 1.875rem;
}
.button-print {
    border-radius: 1.5rem;
    border: 1px solid #d4dde9;
    padding: 0.625rem 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    cursor: pointer;
    -webkit-print-color-adjust: exact;
}
.button-print img {
    margin-right: 0.4375rem;
}
@media (max-width: 63.99em) {
    .button-print {
        padding: 0.625rem;
    }
    .button-print span {
        display: none;
    }
    .button-print img {
        margin: 0;
    }
}
@media print {
    .button-print,
    .col-lg-4,
    .footer,
    .header,
    .sticky-contact {
        display: none;
    }
}
.title-without-link h2 {
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin: 0 1.25rem 0 0;
}
@media (max-width: 63.99em) {
    .title-without-link h2 {
        font-size: 1.125rem;
    }
}
.title-without-link .separator {
    position: relative;
    padding-bottom: 1.5625rem;
    margin: 0 0 1.875rem;
}
.title-without-link .separator:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #d4dde9;
    -webkit-print-color-adjust: exact;
}
@media (max-width: 63.99em) {
    .title-without-link .separator {
        margin: 0 0 1.25rem;
        padding-bottom: 0.9375rem;
    }
}
.recommandation-form .prevent-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.recommandation-form .prevent-error svg {
    margin-right: 0.3125rem;
}
.recommandation-form .case {
    padding-top: 2.5rem;
}
.recommandation-form .case ul {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #f5f7fa;
    border: 1px solid #d4dde9;
}
.recommandation-form .case ul li {
    padding: 0.9375rem 1.875rem;
    list-style: none;
    border-bottom: 1px solid #d4dde9;
}
.recommandation-form .case ul li:last-child {
    border-bottom: 0;
}
.cta-round {
    padding: 0.9375rem 3.125rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    border-radius: 30px;
    color: #fff;
    width: auto;
    cursor: pointer;
    border: none;
    margin-top: 1.2rem;
    text-align: center;
    -webkit-print-color-adjust: exact;
}
.cta-round.u-bg--blue {
    background-color: purple;
}
@media (max-width: 63.99em) {
    .cta-round {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + .label .description,
[type="radio"]:not(:checked) + .label .description {
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
    line-height: 1.5625rem;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + .label .description:before,
[type="radio"]:not(:checked) + .label .description:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #9b9b9b;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + .label .description:after,
[type="radio"]:not(:checked) + .label .description:after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background-color: purple;
    border: 1px solid purple;
    position: absolute;
    top: 0.375rem;
    left: 0.375rem;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + .label .description:before {
    border: 1px solid purple;
}
[type="radio"]:not(:checked) + .label .description:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + .label .description:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -624.9375rem;
}
[type="checkbox"]:checked + .label .description,
[type="checkbox"]:not(:checked) + .label .description {
    position: relative;
    padding-left: 2.1875rem;
    cursor: pointer;
}
[type="checkbox"]:checked + .label .description:before,
[type="checkbox"]:not(:checked) + .label .description:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #9b9b9b;
    background: #fff;
}
[type="checkbox"]:checked + .label .description:after,
[type="checkbox"]:not(:checked) + .label .description:after {
    content: "\2714";
    position: absolute;
    top: -3px;
    left: 3px;
    font-size: 1.0625rem;
    color: purple;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
[type="checkbox"]:not(:checked) + .label .description:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + .label .description:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="number"],
[type="text"] {
    border: 1px solid #d4dde9;
    border-radius: 3px;
    background-color: #f5f7fa;
    min-height: 2.5rem;
    width: 6.25rem;
    margin-right: 0.9375rem;
    padding-left: 0.625rem;
}
@media (max-width: 63.99em) {
    [type="number"],
    [type="text"] {
        margin: 0.625rem 0 0 0;
    }
}
[type="range"] {
    -webkit-appearance: none;
    border-radius: 5px;
    width: 6.25rem;
    height: 10px;
    border: 1px solid #d4dde9;
    background-color: #f5f7fa;
    outline: none;
    opacity: 0.7;
    padding: 0;
}
[type="range"]:hover {
    opacity: 1;
}
[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    background: purple;
    cursor: pointer;
}
[type="range"]::-moz-range-thumb {
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    background: purple;
    cursor: pointer;
}
@media (max-width: 63.99em) {
    [type="range"] {
        margin: 0.625rem 0 0 0;
    }
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
    background: transparent !important;
}
input[type="range"]::-ms-track {
    border-radius: 8px;
    border: none !important;
    background-color: transparent !important;
}
input[type="range"]::-ms-thumb {
    background-color: purple;
    border: 1px solid #bdc3c7;
    width: 20px;
    border-radius: 10px;
    cursor: pointer;
}
#value {
    text-align: center;
    background: transparent;
    border: 0;
}
.modal-image img {
    max-height: none;
}
.modal-image .btn-close {
    padding-bottom: 0.9375rem;
    margin-right: -1.25rem;
}
li.choice {
    border: 1px solid transparent;
    border-top: 1px solid #d4dde9;
    list-style-type: none;
}
li.choice.active,
li.choice:hover {
    background-color: rgba(0, 130, 163, 0.1);
    cursor: pointer;
    border: 1px solid #9fcfdc;
}
li.choice:last-child {
    border-bottom: 1px solid #d4dde9;
}
li.choice .choice-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 1.75rem 1.25rem 1.625rem;
}
@media (max-width: 63.99em) {
    li.choice .choice-content {
        padding: 1.625rem 0.625rem 1.625rem;
    }
}
li.choice .choice-content .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
li.choice .choice-content .label.laurange {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 63.99em) {
    li.choice .choice-content .label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
li.choice .choice-content .label .input {
    text-align: center;
}
@media (max-width: 63.99em) {
    li.choice .choice-content .label .input {
        text-align: left;
    }
}
li.choice .choice-content .label.checkbox,
li.choice .choice-content .label.radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
li.choice .choice-content .label h3 {
    margin: 0;
    color: #313131;
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 63.99em) {
    li.choice .choice-content .label h3 {
        font-size: 0.875rem;
    }
}
li.choice .choice-content .label .body p {
    font-size: 0.875rem;
    margin: 0;
}
li.choice .choice-content .label .body p:first-child {
    margin-top: 0.3125rem;
}
@media (max-width: 63.99em) {
    li.choice .choice-content .label .body p {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
}
li.choice .choice-content .img {
    position: relative;
    margin-right: 1.125rem;
    cursor: pointer;
}
li.choice .choice-content .img .loupe {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.809 12.863a.633.633 0 0 1 .191.465.633.633 0 0 1-.191.465l-.766.766a.633.633 0 0 1-.465.191.633.633 0 0 1-.465-.191L9.38 11.824a.633.633 0 0 1-.192-.465v-.437a5.51 5.51 0 0 1-3.5 1.203 5.524 5.524 0 0 1-2.857-.766A5.746 5.746 0 0 1 .766 9.295 5.524 5.524 0 0 1 0 6.438c0-1.04.255-1.992.766-2.858A5.746 5.746 0 0 1 2.83 1.516 5.524 5.524 0 0 1 5.687.75c1.04 0 1.992.255 2.858.766a5.746 5.746 0 0 1 2.064 2.064c.51.866.766 1.818.766 2.858a5.51 5.51 0 0 1-1.203 3.5h.437c.183 0 .338.063.465.19l2.735 2.735zM5.687 9.938a3.47 3.47 0 0 0 1.764-.465c.538-.31.962-.734 1.272-1.272a3.47 3.47 0 0 0 .464-1.763 3.47 3.47 0 0 0-.464-1.764A3.405 3.405 0 0 0 7.45 3.402a3.47 3.47 0 0 0-1.764-.464 3.47 3.47 0 0 0-1.763.464c-.538.31-.962.734-1.272 1.272a3.47 3.47 0 0 0-.465 1.764c0 .638.155 1.225.465 1.763.31.538.734.962 1.272 1.272a3.47 3.47 0 0 0 1.763.465z' fill='%239B9B9B' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
li.choice .choice-content .img img {
    max-height: 8.75rem;
}
@media (max-width: 63.99em) {
    li.choice .choice-content .img img {
        max-height: 4.375rem;
    }
}
.link-arrow img {
    margin-left: 0.9375rem;
}
.link-eval {
    margin-top: 0.625rem;
}
.modal-contact .u-bg--blue {
    background-color: #ff5e5b;
}
.modal-contact .u-bg--blue:focus,
.modal-contact .u-bg--blue:hover {
    background-color: #ff505b !important;
}
.treatment-recommandation {
    padding: 1.875rem 2.5rem;
}
.treatment-recommandation sup {
    line-height: 0;
    padding-left: 0.2em;
    color: #806a13;
}
.treatment-recommandation .title-recommandation {
    padding: 0.625rem 1.25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070;
    background-color: #eee;
}
.treatment-recommandation .title-recommandation .part-left img {
    margin-right: 0.3125rem;
}
.treatment-recommandation .title-recommandation .part-left span {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.875rem;
    text-transform: uppercase;
    padding-right: 0.3em;
}
.treatment-recommandation .title-recommandation .part-left span a.popin {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 0.33em;
    background: url(/img/icons.57ddb455.svg#icon-infos) no-repeat 50%;
    background-size: contain;
}
@media (max-width: 63.99em) {
    .treatment-recommandation .title-recommandation .part-left span {
        font-size: 0.75rem;
    }
}
@media (max-width: 63.99em) {
    .treatment-recommandation .title-recommandation {
        padding: 0.5rem 0.5625rem;
    }
}
.treatment-recommandation .highly-recommanded .title-recommandation,
.treatment-recommandation .ma-recommanded .title-recommandation {
    background-color: #50940c;
}
.treatment-recommandation .highly-recommanded .title-recommandation span,
.treatment-recommandation .ma-recommanded .title-recommandation span {
    color: #fff !important;
}
.treatment-recommandation .highly-recommanded .title-recommandation .part-left span a.popin,
.treatment-recommandation .ma-recommanded .title-recommandation .part-left span a.popin {
    -webkit-filter: saturate(0) brightness(0) invert(1);
    filter: saturate(0) brightness(0) invert(1);
}
.treatment-recommandation .weakly-recommanded .title-recommandation {
    background-color: #ffffd4;
}
.treatment-recommandation .outofy-recommanded .title-recommandation {
    background-color: #fee;
}
.treatment-recommandation .ma-recommanded .title-recommandation {
    background-color: #0082a3;
}
.treatment-recommandation .treatment-title {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.875rem;
}
.treatment-recommandation .treatment-title:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #d4dde9;
    bottom: 0;
    left: 0;
}
.treatment-recommandation .treatment-message {
    padding: 0.625rem 1.25rem;
    border-radius: 2px;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}
.treatment-recommandation .treatment-message.treatment-error {
    background-color: rgba(228, 29, 75, 0.08);
}
.treatment-recommandation .treatment-message.treatment-error a {
    cursor: pointer;
}
.treatment-recommandation .treatment-message.treatment-warning {
    color: purple;
    background-color: rgba(228, 29, 75, 0.08);
}
.treatment-recommandation .treatment-message.treatment-warning ul {
    padding-left: 2em;
}
.treatment-recommandation .recommanded-treatment {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #d4dde9;
    margin-bottom: 1.25rem;
}
.treatment-recommandation .recommanded-treatment .treatment-title {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    text-transform: none;
}
.treatment-recommandation .recommanded-treatment .treatment-title .part-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 63.99em) {
    .treatment-recommandation .recommanded-treatment .treatment-title .part-left .source {
        display: none;
    }
}
.treatment-recommandation .recommanded-treatment .part-right {
    position: relative;
    padding-left: 0.9375rem;
    font-size: 0.8125rem;
}
@media (max-width: 63.99em) {
    .treatment-recommandation .recommanded-treatment .part-right {
        display: none;
    }
}
.treatment-recommandation .recommanded-treatment .part-right span {
    font-weight: 100;
    color: #000;
}
.treatment-recommandation .recommanded-treatment .content {
    padding: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.treatment-recommandation .recommanded-treatment .content .pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.treatment-recommandation .recommanded-treatment .content .pdf .icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23d22600'%3E%3Cpath d='M9.44 20.59c0-.53-.37-.85-1-.85a2.7 2.7 0 0 0-.54.05v1.71a2.51 2.51 0 0 0 .44 0c.66.03 1.1-.32 1.1-.91zM13.46 19.76a2.47 2.47 0 0 0-.59 0v3.77a2 2 0 0 0 .45 0 1.79 1.79 0 0 0 1.95-2 1.65 1.65 0 0 0-1.81-1.77z'/%3E%3Cpath d='M20.93 0H8.1a3.41 3.41 0 0 0-3.4 3.41V16h-.33A1.37 1.37 0 0 0 3 17.37v8.33a1.37 1.37 0 0 0 1.37 1.37h.33v1.52A3.41 3.41 0 0 0 8.1 32h17.5a3.41 3.41 0 0 0 3.4-3.41V8.06zM6.59 18.87a12 12 0 0 1 1.76-.11 2.73 2.73 0 0 1 1.76.46 1.68 1.68 0 0 1 .62 1.33 1.84 1.84 0 0 1-.53 1.37 2.65 2.65 0 0 1-1.87.61h-.45v2.06H6.59zm19 11H8.1a1.33 1.33 0 0 1-1.32-1.32v-1.48H23.1a1.37 1.37 0 0 0 1.37-1.37v-8.33A1.37 1.37 0 0 0 23.1 16H6.78V3.41A1.33 1.33 0 0 1 8.1 2.09h12v4.45a2.36 2.36 0 0 0 2.41 2.36h4.36l.05 19.7a1.32 1.32 0 0 1-1.32 1.31zm-14-5.37v-5.63a12.73 12.73 0 0 1 1.76-.11 3.68 3.68 0 0 1 2.36.61 2.57 2.57 0 0 1 1 2.18 2.94 2.94 0 0 1-1 2.33 4.11 4.11 0 0 1-2.66.75 10 10 0 0 1-1.49-.09zm9.33-3.35v1.06h-2.1v2.32h-1.31V18.8H21v1.07h-2.18v1.32z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 1.25rem;
    width: 1.875rem;
}
.treatment-recommandation .recommanded-treatment .content ul {
    margin-left: 3em;
}
.treatment-recommandation .recommanded-treatment .content p {
    margin-top: 0;
}
.treatment-recommandation .recommanded-treatment .content .grade {
    padding: 0.9375rem 1.25rem 1.25rem;
}
.treatment-recommandation .recommanded-treatment .content .grade .title {
    line-height: 1.875rem;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0082a3;
}
.treatment-recommandation .recommanded-treatment .content .grade .title a {
    color: inherit;
}
.treatment-recommandation .recommanded-treatment .content .grade .title img {
    margin-right: 0.375rem;
}
.treatment-recommandation .recommanded-treatment .content .grade .title + div {
    margin-top: 0.3em;
    padding-top: 0.5em;
    border-top: 1px solid #999;
}
.treatment-recommandation .recommanded-treatment .content .grade + .grade {
    padding-top: 0;
}
.treatment-recommandation .recommanded-treatment .content .grade.grade-Note,
.treatment-recommandation .recommanded-treatment .content .grade.grade-Reference {
    background-color: #eee;
    padding-top: 0.9375rem;
}
.treatment-recommandation .recommanded-treatment .content .grade.grade-Note .title,
.treatment-recommandation .recommanded-treatment .content .grade.grade-Reference .title {
    color: #707070;
}
@media (max-width: 63.99em) {
    .treatment-recommandation {
        padding: 0 0.625rem 1.25rem;
    }
}
.treatment-recommandation .asterix {
    position: relative;
    padding-right: 0.625rem;
}
.treatment-recommandation .asterix:after {
    position: absolute;
    content: "D";
    font-size: 0.5rem;
    font-weight: 700;
    color: purple;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    top: -1.25rem;
}
.treatment-recommandation .footer {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 200;
    position: relative;
    padding-top: 1.25rem;
    margin-top: 1.875rem;
}
.treatment-recommandation .footer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #d4dde9;
    height: 1px;
    width: 100%;
}
.link {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-decoration: underline;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.top {
    padding-top: 1.875rem !important;
    padding-bottom: 0 !important;
    border-top: 1px solid #d4dde9;
    border-bottom: 1px solid #d4dde9;
}
section.top .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    line-height: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media print {
    section.top .breadcrumb {
        display: none;
    }
}
section.top .breadcrumb .link {
    margin: 0 0.3125rem 0 0;
}
section.top .breadcrumb .link-breadcrumb,
section.top .breadcrumb span {
    font-weight: 700;
    color: #313131;
}
section.top .breadcrumb .link-breadcrumb {
    text-decoration: underline;
    padding-left: 0.3125rem;
}
@media (max-width: 63.99em) {
    section.top .breadcrumb {
        font-size: 0.625rem;
        line-height: 0.8125rem;
    }
}
section.top .principal-title {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin: 0;
    padding: 2.5rem 0 1.5625rem;
    position: relative;
    -webkit-print-color-adjust: exact;
}
section.top .principal-title:after {
    position: absolute;
    content: "";
    height: 0.3125rem;
    width: 3.125rem;
    left: 0;
    bottom: -0.1875rem;
}
@media (max-width: 63.99em) {
    section.top .principal-title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: 1.25rem 0 0.9375rem;
    }
}
section.top.orange .principal-title:after {
    background-color: #ec732c;
}
section.top.blue .principal-title:after {
    background-color: purple;
}
.cgu {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-top: 1.25rem;
    padding-left: 1.25rem;
}
.cgu,
.cgu .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}
.cgu .checkbox {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cgu .checkbox label {
    color: #313131;
}
.cgu .checkbox label.red {
    color: red;
}
.cgu .checkbox [type="checkbox"]:checked,
.cgu .checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -624.9375rem;
}
.cgu .checkbox [type="checkbox"]:checked + label,
.cgu .checkbox [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 1.5625rem;
    cursor: pointer;
}
.cgu .checkbox [type="checkbox"]:checked + label:before,
.cgu .checkbox [type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 2px solid #fc0f3a;
    background: #fff;
}
.cgu .checkbox [type="checkbox"]:checked + label:after,
.cgu .checkbox [type="checkbox"]:not(:checked) + label:after {
    content: "\2714";
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 0.875rem;
    color: #fc0f3a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.cgu .checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cgu .checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cgu .prevent-error {
    padding-left: 1.5625rem;
}
.prevent-error {
    margin-top: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    padding-left: 1.25rem;
}
.prevent-error img {
    margin-right: 0.625rem;
}
.profil-choice {
    padding: 0 1.875rem 2.5rem;
}
.profil-choice ul {
    padding: 0;
}
@media (max-width: 63.99em) {
    .profil-choice {
        padding: 0.625rem 1.25rem;
    }
}
.card-simple-actu .card-container {
    padding: 1.875rem 1.875rem 0;
    width: 100%;
}
@media (max-width: 63.99em) {
    .card-simple-actu .card-container {
        padding: 1.25rem 0.9375rem 0;
    }
}
.card-simple-actu .button {
    padding: 0;
    min-height: 3.125rem;
}
.card-simple-actu .button .cta-flat:hover,
.card-simple-actu .button:focus {
    background-color: #ff505b;
}
.cta-flat.u-bg--blue {
    background-color: #ff5e5b;
}
.cta-flat.u-bg--blue:focus,
.cta-flat.u-bg--blue:hover {
    background-color: #ff505b !important;
}
.cta-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-icon img {
    margin-left: 0.625rem;
}
.modal-study .modal {
    min-height: 31.25rem;
}
.modal-study .modal .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.modal-study .modal .title .iconTitle {
    font-size: 1.375rem;
    line-height: 1.5rem;
}
.modal-study .modal .title svg {
    margin-right: 0.9375rem;
}
.modal-study .modal .separator {
    display: none;
}
.modal-study .modal .separator-study {
    position: relative;
    margin-bottom: 1.5625rem;
    padding-top: 1.5625rem;
}
.modal-study .modal .separator-study:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #d3d3d3;
}
.modal-study .modal .subTitle {
    padding: 0.3125rem 0;
}
.modal-study .modal .block-infos {
    border-left: 1px solid #ec732c;
}
.modal-study .modal .button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-study .modal .button .cta-round {
    margin: 0;
}
.modal-study .modal .button .cta-round:focus,
.modal-study .modal .button .cta-round:hover {
    background-color: rgba(236, 115, 44, 0.7);
}
.modal-study .modal .col-12 {
    padding: 0;
}
.recommandation-form {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #d4dde9;
}
.author {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 1.875rem;
}
.author h4 {
    font-size: 1.375rem;
    margin: 0 0 0.9375rem 0;
}
.author p {
    margin: 0;
}
@media (max-width: 48.115em) {
    .author {
        padding-top: 1.25rem;
    }
}
.pagination {
    list-style-type: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}
.pagination,
.pagination .next button,
.pagination .prev button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination .next button,
.pagination .prev button {
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.875rem;
    cursor: pointer;
}
.pagination .next button:disabled,
.pagination .prev button:disabled {
    opacity: 0;
}
@media (max-width: 63.99em) {
    .pagination .next .next-mobile,
    .pagination .next .prev-mobile,
    .pagination .prev .next-mobile,
    .pagination .prev .prev-mobile {
        display: none;
    }
}
.pagination .prev button {
    margin-right: 0.9375rem;
}
.pagination .prev button img {
    margin-right: 0.625rem;
}
.pagination .next button {
    margin-left: 0.9375rem;
}
.pagination .next button img {
    margin-left: 0.625rem;
}
.pagination .pagination-item button {
    background-color: #fff;
    color: #313131;
    padding: 0.625rem 1rem;
    border: 1px solid #d4dde9;
    outline: none;
    cursor: pointer;
}
.pagination .pagination-item button.active {
    background-color: purple;
    color: #fff;
}
.pagination.orange .next button,
.pagination.orange .prev button {
    color: #ec732c;
}
.pagination.orange .pagination-item button.active {
    background-color: #ec732c;
}
.pagination.blue .next button,
.pagination.blue .prev button {
    color: purple;
}
.pagination.blue .pagination-item button.active {
    background-color: purple;
}
.grid-layout {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
.grid-layout .grid-top {
    padding-bottom: 0;
    border: none;
}
.grid-layout .grid-top .col-5 {
    padding: 0;
}
.grid-layout .grid-top .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.grid-layout .grid-top .filters .all {
    font-size: 0.875rem;
    border-radius: 1.5rem;
    font-weight: 600;
    padding: 0.75rem 1.75rem 0.625rem;
    margin-right: 0.625rem;
}
@media (max-width: 63.99em) {
    .grid-layout .grid-top .filters .all {
        padding: 0.5625rem 0.8125rem 0.4375rem;
        margin-right: 0.3125rem;
    }
}
.grid-layout .grid-top .filters .all.orange.active {
    background-color: #ec732c;
    color: #fff;
}
.grid-layout .grid-top .filters .all.blue.active {
    background-color: purple;
    color: #fff;
}
.grid-layout .grid-top .filters .all.orange {
    background-color: #fff;
    color: #ec732c;
    border: 1px solid #d4dde9;
}
.grid-layout .grid-top .filters .all.blue {
    background-color: #fff;
    color: purple;
    border: 1px solid #d4dde9;
}
@media (max-width: 63.99em) {
    .grid-layout .grid-top .pagination {
        display: none;
    }
}
.grid-layout .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-layout .card-list .card-simple-actu,
.grid-layout .card-list .card-study {
    max-width: 23.125rem;
    margin-bottom: 1.875rem;
    width: 100%;
}
@media (min-width: 64em) {
    .grid-layout .card-list .card-simple-actu,
    .grid-layout .card-list .card-study {
        min-width: 22.5rem;
        margin-right: 1rem;
    }
}
@media (max-width: 63.99em) {
    .grid-layout .card-list {
        margin: 0 0.625rem;
    }
}
.grid-layout .pagination-bottom .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding-bottom: 2.5rem;
}
.study .details .content,
.study .details .label {
    list-style: none;
}
.study .title-without-link {
    margin-top: 3.125rem;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    line-height: 1rem;
}
.breadcrumb .link {
    margin: 0 0.3125rem 0 0;
}
.breadcrumb span {
    font-weight: 700;
}
@media (max-width: 63.99em) {
    .breadcrumb {
        font-size: 0.625rem;
        line-height: 0.8125rem;
    }
}
.not-found {
    padding: 1.875rem 8.4375rem;
}
@media (max-width: 63.99em) {
    .not-found {
        padding: 0.625rem;
    }
}
.not-found h1 {
    font-size: 2.875rem;
    line-height: 2.25rem;
}
@media (max-width: 63.99em) {
    .not-found h1 {
        font-size: 1.875rem;
    }
}
.not-found .simpleTitle {
    font-weight: 300;
}
.page-contact {
    border: 1px solid #d4dde9;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    padding: 1.5625rem 1.875rem 1.875rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.page-contact .infos {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-contact .infos,
.page-contact .infos span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}
.page-contact .infos span {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-contact .infos span.address,
.page-contact .infos span.email {
    margin-bottom: 1.25rem;
}
.page-contact .infos span .fax,
.page-contact .infos span .tel {
    text-decoration: none;
}
@media (max-width: 63.99em) {
    .page-contact {
        padding: 1.25rem 0.625rem;
        margin: 0 0.625rem;
    }
}
.page-contact h2,
.page-contact h3 {
    padding-top: 1rem;
}
.page-contact h2.title-without-link,
.page-contact h3.title-without-link {
    font-size: 1.375rem;
    line-height: 1.5rem;
    position: relative;
    padding-bottom: 1.5625rem;
    margin: 0 0 1.875rem;
}
.page-contact h2.title-without-link:after,
.page-contact h3.title-without-link:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #d4dde9;
}
@media (max-width: 63.99em) {
    .page-contact h2.title-without-link,
    .page-contact h3.title-without-link {
        font-size: 1.125rem;
    }
}
@media (max-width: 63.99em) {
    .page-contact h2,
    .page-contact h3 {
        margin: 0 0 1.25rem;
        padding-bottom: 0.9375rem;
    }
}
.u-color--white[data-v-35d2396d] {
    color: #fffff;
}
.u-color--orange[data-v-35d2396d] {
    color: #ec732c;
}
.u-color--orange-hover[data-v-35d2396d] {
    color: rgba(236, 115, 44, 0.7);
}
.u-color--blue[data-v-35d2396d] {
    color: purple;
}
.u-color--blue-dark[data-v-35d2396d] {
    color: #390039;
}
.u-color--blue-soft[data-v-35d2396d] {
    color: rgba(0, 130, 163, 0.1);
}
.u-color--blue-hover[data-v-35d2396d] {
    color: rgba(0, 130, 163, 0.7);
}
.u-color--blue-border[data-v-35d2396d] {
    color: #9fcfdc;
}
.u-color--skin[data-v-35d2396d] {
    color: #ff5e5b;
}
.u-color--skin-dark[data-v-35d2396d] {
    color: #ff505b;
}
.u-color--grey[data-v-35d2396d] {
    color: #f5f7fa;
}
.u-color--grey-soft[data-v-35d2396d] {
    color: #707070;
}
.u-color--grey-dark[data-v-35d2396d] {
    color: #313131;
}
.u-color--grey-light[data-v-35d2396d] {
    color: #d3d3d3;
}
.u-color--border[data-v-35d2396d] {
    color: #d4dde9;
}
.u-color--text-popin[data-v-35d2396d] {
    color: #4a4a4a;
}
.u-color--red[data-v-35d2396d] {
    color: #fc0f3a;
}
.u-color--red-soft[data-v-35d2396d] {
    color: rgba(228, 29, 75, 0.08);
}
.u-color--yellow-dark[data-v-35d2396d] {
    color: #806a13;
}
.u-color--yellow-soft[data-v-35d2396d] {
    color: rgba(239, 206, 74, 0.15);
}
.u-color--yellow[data-v-35d2396d] {
    color: #f5a623;
}
.u-color--green[data-v-35d2396d] {
    color: #50940c;
}
.u-color--back[data-v-35d2396d] {
    color: #e8e6dd;
}
.u-color--more[data-v-35d2396d] {
    color: purple;
}
.u-color--dark[data-v-35d2396d] {
    color: #390039;
}
.u-color--sfdgreen[data-v-35d2396d] {
    color: #017e8f;
}
.u-color--sfdorange[data-v-35d2396d] {
    color: #ee783f;
}
.u-align--center[data-v-35d2396d] {
    text-align: center;
}
.u-align--right[data-v-35d2396d] {
    text-align: right;
}
.u-align--left[data-v-35d2396d] {
    text-align: left;
}
.u-bg--black[data-v-35d2396d] {
    background-color: #000;
}
.u-bg--white[data-v-35d2396d] {
    background-color: #fff;
}
.u-bg--blue[data-v-35d2396d] {
    background-color: #0082a3;
}
.u-bg--blue-dark[data-v-35d2396d] {
    background-color: #004b5e;
}
.u-bg--blue-soft[data-v-35d2396d] {
    background-color: rgba(255, 85, 91, 0.1);
}
.u-bg--blue-hover[data-v-35d2396d] {
    background-color: rgba(255, 85, 91, 0.7);
}
.u-bg--skin[data-v-35d2396d] {
    background-color: #ff5e5b;
}
.u-bg--skin-dark[data-v-35d2396d] {
    background-color: #ff505b;
}
.u-bg--grey[data-v-35d2396d] {
    background-color: #f5f7fa;
}
.u-bg--orange[data-v-35d2396d] {
    background-color: #ec732c;
}
.u-bg--orange-soft[data-v-35d2396d] {
    background-color: rgba(236, 115, 44, 0.1);
}
.u-bg--orange-hover[data-v-35d2396d] {
    background-color: rgba(236, 115, 44, 0.7);
}
.u-bg--yellow[data-v-35d2396d] {
    background-color: rgba(248, 231, 28, 0.16);
}
.u-bg--yellow-soft[data-v-35d2396d] {
    background-color: rgba(239, 206, 74, 0.15);
}
.u-bg--red-soft[data-v-35d2396d] {
    background-color: rgba(228, 29, 75, 0.08);
}
.u-bg--green[data-v-35d2396d] {
    background-color: #50940c;
}
html[data-v-35d2396d] {
    font-family: Open sans, regular, sans-serif;
    font-weight: 400;
}
h1[data-v-35d2396d],
h2[data-v-35d2396d],
h3[data-v-35d2396d] {
    font-family: Montserrat, semibold, sans-serif;
    font-weight: 600;
}
a[data-v-35d2396d] {
    color: purple;
    cursor: pointer;
}
.study {
    border: 1px solid #d4dde9;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    padding: 1.5625rem 1.875rem 1.875rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.study .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 1.5625rem;
    margin-bottom: 1.875rem;
}
.study .top:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #d4dde9;
}
.study .top .infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 63.99em) {
    .study .top .infos {
        margin-bottom: 0.625rem;
    }
}
.study .top .infos .tag {
    margin: 0 0.625rem 0 0;
}
.study .details {
    border: 1px solid #d4dde9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem;
}
.study .details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.study .details .content,
.study .details .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.75rem 1.25rem;
    white-space: nowrap;
}
@media (max-width: 63.99em) {
    .study .details .content,
    .study .details .label {
        padding: 0.625rem;
        font-size: 0.75rem;
    }
}
.study .details .label {
    font-weight: 700;
    -webkit-print-color-adjust: exact;
}
.study h3 {
    font-size: 1rem;
    line-height: 1.5rem;
}
.study .project-leader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.study .project-leader .coordinates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.study .project-leader .cta-round {
    margin-top: 0;
}
@media (max-width: 63.99em) {
    .study .project-leader .cta-round {
        margin: 0.625rem 0;
    }
}
.study .project-leader .cta-round:hover {
    background-color: rgba(236, 115, 44, 0.7);
}
.study .project-leader.bottom {
    padding-top: 1.5625rem;
    margin-top: 1.875rem;
    position: relative;
}
.study .project-leader.bottom:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #d4dde9;
}
@media (max-width: 63.99em) {
    .study {
        padding: 1.25rem 0.625rem;
        margin: 0 0.625rem;
    }
}
a {
    text-decoration: none;
}
.logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 48.115em) {
    .logo-container {
        padding-right: 0.3125rem;
    }
    .logo-container:after {
        content: "";
        position: absolute;
        height: 100%;
        background: #d4dde9;
        right: 0;
        width: 1px;
        top: 0;
    }
}
.logo-container .logo {
    padding: 0.625rem 0.9375rem 0.3125rem 0;
    position: relative;
}
.logo-container .logo img {
    min-width: 13rem;
    max-width: 13rem;
    min-height: 3.75rem;
}
@media (max-width: 48.115em) {
    .logo-container .logo img {
        min-width: 8.75rem;
        min-height: 2.25rem;
        margin-left: 0.625rem;
    }
}
@media (min-width: 48.125em) and (max-width: 79.99em) {
    .logo-container .logo img {
        min-width: 10rem;
        min-height: 3.125rem;
    }
}
.logo-container .logo:after {
    content: "";
    position: absolute;
    height: 100%;
    background: #d4dde9;
    right: 0;
    width: 1px;
    top: 0;
}
@media (max-width: 63.99em) {
    .logo-container .logo {
        padding: 0.5rem 0.3125rem 0.25rem 0;
        margin-left: -0.5rem;
    }
}
.logo-container .headline h1 {
    position: relative;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0.9375rem;
    line-height: 1.5rem;
    color: #017e8f;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (max-width: 63.99em) {
    .logo-container .headline h1 {
        font-size: 0.5rem;
        line-height: 0.875rem;
        padding-left: 0.625rem;
    }
}
@media (min-width: 64em) and (max-width: 79.99em) {
    .logo-container .headline h1 {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
}
.logo-container .headline h1:before {
    content: "";
    position: absolute;
    height: 100%;
    background: purple;
    left: 0;
    width: 3px;
}
.logo-container .headline h1 span {
    color: purple;
    font-size: 1.25rem;
}
.logo-container .headline h1 span span {
    color: #ff5e5b;
}
@media (max-width: 63.99em) {
    .logo-container .headline h1 span {
        font-size: 0.75rem;
    }
}
@media (min-width: 64em) and (max-width: 79.99em) {
    .logo-container .headline h1 span {
        font-size: 1.125rem;
    }
}
.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-color: #f5f7fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    z-index: 5;
    left: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: Montserrat, medium, sans-serif;
    font-weight: 500;
}
.header-nav.active {
    left: 0;
}
.header-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #390039;
    text-decoration: none;
    height: auto;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 1.25rem 0;
    position: relative;
}
.header-nav a:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #d4dde9;
    position: absolute;
    bottom: 0;
}
.header-nav a:last-child:after {
    display: none;
}
.header-nav a:focus,
.header-nav a:hover {
    color: purple;
    text-decoration: underline;
}
@media (min-width: 64em) {
    .header-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        width: auto;
        position: relative;
        z-index: 0;
        padding: 0;
        left: 0;
        background-color: transparent;
    }
    .header-nav a {
        font-size: 0.75rem;
        font-weight: 500;
        width: auto;
        padding: 0.3125rem 1.25rem;
    }
    .header-nav a:after {
        content: "";
        height: 100%;
        width: 1px;
        background: #d4dde9;
        position: absolute;
        right: 0;
    }
}
@media (min-width: 64em) and (min-width: 80em) {
    .header-nav a {
        font-size: 0.875rem;
    }
}
.header {
    width: 100%;
}
.header .container-fluid {
    border-radius: 0 0 3px 3px;
    background: hsla(0, 0%, 100%, 0.98);
}
.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 8.4375rem;
}
@media (max-width: 48.115em) {
    .header .wrapper {
        padding: 0 0.625rem 0 0.3125rem;
    }
}
@media (min-width: 48.125em) and (max-width: 79.99em) {
    .header .wrapper {
        padding: 0 3.125rem 0 3.125rem;
    }
}
.header .wrapper .menu-burger {
    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;
    cursor: pointer;
    z-index: 6;
}
.header .wrapper .menu-burger .menu-toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 1rem;
    background: transparent;
    border-color: transparent;
    border-top: 2px solid purple;
    border-bottom: 2px solid purple;
    color: purple;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 4;
}
.header .wrapper .menu-burger .menu-toggle:after,
.header .wrapper .menu-burger .menu-toggle:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.header .wrapper .menu-burger div:hover {
    z-index: 10;
}
.header .wrapper .menu-burger div:focus {
    outline: none;
}
.header .wrapper .menu-burger div.active {
    border-color: transparent;
}
.header .wrapper .menu-burger div.active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.header .wrapper .menu-burger div.active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.header .wrapper .menu-burger .text {
    font-size: 0.5rem;
    line-height: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 0.125rem;
}
@media (min-width: 64em) {
    .header .wrapper .menu-burger {
        display: none;
    }
}
.footer_infos {
    color: #444;
    padding: 1.75rem 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.footer_infos copyrightYear:before {
    content: "\A9";
}
.footer_infos a {
    color: #444;
    text-decoration: none;
}
.footer_infos a + a:before {
    content: "-";
    margin: 0 0.66em;
}
.footer_infos abbr {
    margin-left: 0.33em;
}
.footer_infos abbr + img {
    margin-left: 0.2em;
    vertical-align: text-top;
}
@media (max-width: 63.99em) {
    .footer_infos {
        padding: 0.6875rem 1.25rem 0.9375rem;
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
    .footer_infos a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 1em;
        font-size: 1.4em;
    }
    .footer_infos a + a {
        border-top: 1px solid #d3d3d3;
    }
    .footer_infos a:before {
        content: "";
        display: none;
    }
    .footer_infos abbr:before {
        content: "\A9  2024 ";
    }
    .footer_infos a img,
    .footer_infos copyrightYear {
        display: none;
    }
}
.sticky-contact {
    position: fixed;
    left: calc(100vw - 16%);
    position: -webkit-sticky;
    position: sticky;
    float: right;
    clear: both;
    height: 0;
    top: 10.3125rem;
    z-index: 5;
}
@media (max-width: 63.99em) {
    .sticky-contact {
        top: unset;
        bottom: 15%;
        position: fixed;
        right: 0;
    }
}
@media (min-width: 64em) and (max-width: 79.99em) {
    .sticky-contact {
        left: calc(100vw - 10%);
    }
}
.sticky-contact .contact {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.13), 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.13), 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 3.75rem;
    line-height: 4.1875rem;
    background: purple;
    cursor: pointer;
    z-index: 5;
    float: right;
    clear: both;
    margin-right: -1.875rem;
}
@media screen and (max-width: 1560px) {
    .sticky-contact .contact {
        margin-right: 0.625rem;
    }
}
@media (max-width: 63.99em) {
    .sticky-contact .contact {
        border: 1px solid #fff;
        margin-right: 0.9375rem;
    }
}
.sticky-contact .contact .tooltip,
.sticky-contact .contact [data-tooltip] {
    position: relative;
    cursor: pointer;
}
.sticky-contact .contact .tooltip:after,
.sticky-contact .contact .tooltip:before,
.sticky-contact .contact [data-tooltip]:after,
.sticky-contact .contact [data-tooltip]:before {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none;
}
.sticky-contact .contact .tooltip:focus:after,
.sticky-contact .contact .tooltip:focus:before,
.sticky-contact .contact .tooltip:hover:after,
.sticky-contact .contact .tooltip:hover:before,
.sticky-contact .contact [data-tooltip]:focus:after,
.sticky-contact .contact [data-tooltip]:focus:before,
.sticky-contact .contact [data-tooltip]:hover:after,
.sticky-contact .contact [data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
.sticky-contact .contact .tooltip:before,
.sticky-contact .contact [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}
.sticky-contact .contact .tooltip:after,
.sticky-contact .contact [data-tooltip]:after {
    z-index: 1000;
    padding: 0.9375rem;
    min-width: 15.625rem;
    background-color: #fff;
    color: #313131;
    content: attr(data-tooltip);
    font-size: 0.875rem;
    line-height: 1.2;
    margin-left: 0;
    margin-bottom: -1rem;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d4dde9;
    border-right: 0;
}
.sticky-contact .contact .tooltip-left:after,
.sticky-contact .contact .tooltip-left:before {
    right: 100%;
    bottom: 50%;
    left: auto;
}
.sticky-contact .contact .tooltip-left:before {
    margin-left: 0;
    margin-right: -0.75rem;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #fff;
}
.sticky-contact .contact .tooltip-left:focus:after,
.sticky-contact .contact .tooltip-left:focus:before,
.sticky-contact .contact .tooltip-left:hover:after,
.sticky-contact .contact .tooltip-left:hover:before {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
}
.u-color--white {
    color: #fffff;
}
.u-color--orange {
    color: #ec732c;
}
.u-color--orange-hover {
    color: rgba(236, 115, 44, 0.7);
}
.u-color--blue {
    color: purple;
}
.u-color--blue-dark {
    color: #390039;
}
.u-color--blue-soft {
    color: rgba(0, 130, 163, 0.1);
}
.u-color--blue-hover {
    color: rgba(0, 130, 163, 0.7);
}
.u-color--blue-border {
    color: #9fcfdc;
}
.u-color--skin {
    color: #ff5e5b;
}
.u-color--skin-dark {
    color: #ff505b;
}
.u-color--grey {
    color: #f5f7fa;
}
.u-color--grey-soft {
    color: #707070;
}
.u-color--grey-dark {
    color: #313131;
}
.u-color--grey-light {
    color: #d3d3d3;
}
.u-color--border {
    color: #d4dde9;
}
.u-color--text-popin {
    color: #4a4a4a;
}
.u-color--red {
    color: #fc0f3a;
}
.u-color--red-soft {
    color: rgba(228, 29, 75, 0.08);
}
.u-color--yellow-dark {
    color: #806a13;
}
.u-color--yellow-soft {
    color: rgba(239, 206, 74, 0.15);
}
.u-color--yellow {
    color: #f5a623;
}
.u-color--green {
    color: #50940c;
}
.u-color--back {
    color: #e8e6dd;
}
.u-color--more {
    color: purple;
}
.u-color--dark {
    color: #390039;
}
.u-color--sfdgreen {
    color: #017e8f;
}
.u-color--sfdorange {
    color: #ee783f;
}
.u-align--center {
    text-align: center;
}
.u-align--right {
    text-align: right;
}
.u-align--left {
    text-align: left;
}
.u-bg--black {
    background-color: #000;
}
.u-bg--white {
    background-color: #fff;
}
.u-bg--blue {
    background-color: #0082a3;
}
.u-bg--blue-dark {
    background-color: #004b5e;
}
.u-bg--blue-soft {
    background-color: rgba(255, 85, 91, 0.1);
}
.u-bg--blue-hover {
    background-color: rgba(255, 85, 91, 0.7);
}
.u-bg--skin {
    background-color: #ff5e5b;
}
.u-bg--skin-dark {
    background-color: #ff505b;
}
.u-bg--grey {
    background-color: #f5f7fa;
}
.u-bg--orange {
    background-color: #ec732c;
}
.u-bg--orange-soft {
    background-color: rgba(236, 115, 44, 0.1);
}
.u-bg--orange-hover {
    background-color: rgba(236, 115, 44, 0.7);
}
.u-bg--yellow {
    background-color: rgba(248, 231, 28, 0.16);
}
.u-bg--yellow-soft {
    background-color: rgba(239, 206, 74, 0.15);
}
.u-bg--red-soft {
    background-color: rgba(228, 29, 75, 0.08);
}
.u-bg--green {
    background-color: #50940c;
}
html {
    font-family: Open sans, regular, sans-serif;
    font-weight: 400;
}
h1,
h2,
h3 {
    font-family: Montserrat, semibold, sans-serif;
    font-weight: 600;
}
a {
    color: purple;
    cursor: pointer;
}
html {
    height: 100vh;
    background: #e8e6dd;
}
html body {
    margin: 0;
    padding: 0;
}
html body #app {
    text-align: center;
    margin: 0 auto;
    height: 100vh;
}
html body #app .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
html body #app .container-fluid section {
    padding: 2.5rem 8.4375rem;
}
@media (min-width: 64em) and (max-width: 79.99em) {
    html body #app .container-fluid section {
        padding: 1.875rem 1.875rem;
    }
}
@media (max-width: 63.99em) {
    html body #app .container-fluid section {
        padding: 1.875rem 1px;
    }
}
html body #app .container-fluid [class^="col"] {
    position: inherit;
}
