/*Actu - Partenaires*/
@media only screen and (min-width : 768px) {
    div.col.order-last {
        padding-left: 42px !important;
    }
}

/* Actu - Bouton Lire la suite */
body.home div.wp-block-group.alignwide.mt-3.mb-4.is-layout-constrained.wp-block-group-is-layout-constrained span.cpr-posts-home-post__actions {
    order: 3;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Actu {
    text-align: start !important;
    padding-left: 1rem !important;
}

/*Contact : bloc je suis PS ou employeur */
div.wp-block-column.is-vertically-aligned-center.me-3.is-layout-flow.wp-block-column-is-layout-flow {
    margin-right: 0 !important;
}

/* Rencontre un conseiller : bouton recherche décollé de la barre de recherche */
@media only screen and (max-width : 550px) {
    div.autoComplete_wrapper {
        padding-left: 0;
    }

    form.row div.col-auto {
        margin: 2px;
    }
}

/* ACTUS */

body.archive.category div#search-card form fieldset div.form-check:first-of-type input {
    display: none !important;
}

body.archive.category div#search-card form fieldset div.form-check:first-of-type label {
    display: none !important;
}

body.archive.category div#search-card form fieldset div.form-check {
    min-height: 0;
}

/* FLUENT FORM */
.ff-btn-submit:not(.ff_btn_no_style) {
    background-color: #c1177f !important;
}

.ff-default .ff-el-form-control:focus {
    background-color: #fff;
    border-color: #c1177f;
}

/*Corrections affichage full */
.row,
.cpr-antenne {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.1 * var(--bs-gutter-x));
    margin-left: calc(-.1 * var(--bs-gutter-x));
}


/* Changer la photo en mobile*/
@media only screen and (max-width : 550px) {
    div.wp-block-cover.has-custom-content-position.is-position-bottom-center.bg-dark.mb-10 img.wp-block-cover__image-background.wp-image-4230 {
        content: url("/app/uploads/2024/01/Saint_charles_mobile.jpg")
    }
}

/*Logo déformé*/
.col,
.is-layout-flex,
.cpr-access-control,
#top-menu,
.autoComplete_wrapper {
    flex: 1 0 0%;
    padding-right: 3px;
    padding-left: 3px;
}

/*Barre je suis un professionnel de santé*/
body.home p.has-text-align-left.has-text-color {
    position: absolute;
    width: 88%;
}

body.home p.has-text-align-left.has-text-color a {
    padding-left: 50px !important;
}

body.home i.fa-solid.fa-solid.fa-arrow-right.h2 {
    position: absolute;
    right: 20px !important;
}

/*Ajustement 992px*/
@media only screen and (max-width: 992px) {

    body.page-template,
    body.home {
        padding-top: 3.5rem !important;
    }

    .site-content.container-lg {
        padding-top: 35px;
    }

    .secondary {
        top: 120px;
    }

    ol.breadcrumb {
        margin-bottom: 10px !important;
    }

    .ms-n5 {
        margin-left: 1rem !important;
    }

    .me-n5 {
        margin-right: 1rem !important;
    }

    /* Bloc Ameli - responsive logo*/
    .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
        flex-basis: 10%;
    }
}

/*Newsletters*/
@media only screen and (max-width: 992px) {
    h2.small {
        font-size: 14px !important;
    }

    h2.h4 {
        font-size: 21px !important;
    }
}

.text-white.ps-3.py-2.mb-3.bg-secondary {
    font-size: 21px !important;
    font-weight: 500;
}

/* Bouton lettre à nos assurés*/
a.rounded.btn.btn-secondary.w-100 {
    margin-bottom: 10px;
}

div.text-center.d-md-none {
    display: none;
}

/* BREADCRUMBS */
ol.breadcrumb li.active {
    font-style: italic;
}

/* SIGNATURE */
.custom-block-signature i:nth-child(4) {
    display: flex;
    justify-content: end;
}

/* TABLEAU REMBOURSEMENTS */
div.iframe-responsive-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
}

div.iframe-responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

/* DONUT CHART */
.donut-percent {
    fill: black;
    font-size: 0.5em;
    line-height: 1;
    font-weight: bold;
    text-anchor: middle;
}

/* VOUS & NOUS */
.custom-nous {
    color: #c1177f;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    padding: 15px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
}

.custom-nous:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 110px;
    height: 9px;
    border-top: solid 5px #c1177f;
}

.custom-nous:after {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 1px;
    height: 50px;
    border-left: solid 5px #c1177f;

    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 1px;
    height: 50px;
    border-left: solid 5px #c1177f;
}

.custom-vous {
    color: #ff5c1e;
    font-weight: 500;
    font-size: 24px;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 10px;
}

.custom-vous:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: auto;
    width: 110px;
    height: 1px;
    border-top: solid 5px #ff5c1e;
}

.custom-vous:after {
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    left: auto;
    width: 1px;
    height: 50px;
    border-left: solid 5px #ff5c1e;
}

/* STATS */
div.custom-stats-horizontal section {
    display: flex;
}

div.custom-stats-horizontal section p {
    width: 250px;
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 10px;
    line-height: 1.2;
    height: 45px;
}

div.custom-stats-horizontal section div.bar {
    position: relative;
    height: 40px;
    width: 100%;
}

div.custom-stats-horizontal section span.bar {
    position: absolute;
    height: 40px;
}

div.custom-stats-horizontal section span.details {
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto;
    left: 10px;
    color: #fff;
}

div.custom-stats-vertical {
    flex-direction: row !important;
}

div.custom-stats-vertical section {
    display: flex;
    flex-direction: column;
    width: 135px;
    text-align: center;
    margin: 30px auto 0 auto;
    justify-content: end;
}

div.custom-stats-vertical section div.bars {
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 1;
    align-items: end;
}

div.custom-stats-vertical section p {
    font-size: 14px;
    line-height: 1.2;
    order: 3;
    min-height: 35px;
}

div.custom-stats-vertical section i {
    order: 2;
    font-size: 30px;
    margin: 15px 0;
}

div.custom-stats-vertical section div.bars div {
    width: 45px;
    margin: 0 3px;
    color: #000;
    background: #fff;
    position: relative;
}

div.custom-stats-vertical section div.bars span.bar {
    display: block;
}

div.custom-stats-vertical section div.bars div.bar:first-child span.bar {
    background: #90d0f3;
}

div.custom-stats-vertical section div.bars div.bar:last-child span.bar {
    background: #ffca00;
}

div.custom-stats-vertical section div.bars div.bar span.details {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}


div.custom-stats-vertical div.legend {
    width: 100%;
}

div.custom-stats-vertical div.legend div.details {
    display: flex;
}

div.custom-stats-vertical div.legend div.details div.bg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

div.custom-stats-vertical div.legend div.details:first-child div.bg {
    background: #90d0f3;
}

div.custom-stats-vertical div.legend div.details:last-child div.bg {
    background: #ffca00;
}

div.custom-stats-vertical div.legend div.details p {
    margin-bottom: 0;
}

/* CSG */
#simulator_cgs {
    max-width: none !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-family: "Sora", sans-serif !important;
}

#simulator_cgs * {
    font-family: "Sora", sans-serif !important;
}

#simulator_cgs h1 {
    font-size: 32px !important;
}

#simulator_cgs .form-item {
    display: flex;
    flex-direction: column;
}

#simulator_cgs .form-item label {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

#simulator_cgs .form-item input,
#simulator_cgs .form-item select {
    width: 100% !important;
}

#simulator_cgs input#submit_form {
    background: #C1177F !important;
    box-shadow: none !important;
}

/* SOMMAIRE */
nav#secondary a:focus {
    outline: solid rgba(193, 23, 127, .6) !important;
}

/* FAQ */
div#help-box-result a {
    color: #C1177F;
    text-decoration: underline !important;
}

div.offcanvas.offcanvas-bottom.show button.btn-close.btn-close-white {
    opacity: 1;
}

button.help-button:focus {
    outline: solid rgba(193, 23, 127, .6) !important;
}

/* TARTEAUCITRON */
#tarteaucitronRoot:not(.tarteaucitronBeforeVisible) #tac_title {
    display: none !important;
}

/* SE CONNECTER */
header#masthead ul#bootscore-navbar a.nav-link {
    background: #C1177F !important;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
}

header#masthead ul#bootscore-navbar a.nav-link:hover {
    background: #C1177F !important;
    color: #fff !important;
}

header#masthead ul#bootscore-navbar a.nav-link:focus {
    color: #fff !important;
}

/* CUSTOM CLASSES */
figure.custom-rounded img,
img.custom-rounded {
    border-radius: 0.375rem !important;
}

/* TITRES */
h1 {
    line-height: initial !important;
    font-size: 60px !important;
}

html body.page-template-page-sidebar-left h1 {
    margin-bottom: 2.5rem !important;
}

html h1.wp-block-heading {
    margin-bottom: 2.5rem !important;
}

html h1.wp-block-post-title {
    margin-bottom: 2.5rem !important;
}

h2 {}

div.esab__head div.esab__heading_txt h2.esab__heading_tag {}

h3 {}

html body.page-template-page-sidebar-left h3.wp-block-heading {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}

html body.page-template-page-header-image.no-sidebar h2.wp-block-heading.mb-4.has-text-color {
    font-weight: 700;
}

.ez-toc-widget-container ul.ez-toc-list li.active {
    background: none !important;
}

@media only screen and (max-width : 768px) {
    body.page-template-page-sidebar-left aside#secondary {
        margin-top: -50px;
        margin-bottom: 30px;
    }

    aside .offcanvas-md.show {
        padding-top: 80px;
    }

    body.page-template-page-sidebar-left aside#secondary div.offcanvas-body.flex-column a.cpr-parent-link {
        margin-bottom: 20px;
        display: block;
    }
}

/* PARAGRAPHES */
p {
    line-height: 1.625;
}

/* SOCIAL */
ul#cpr-social {
    z-index: 10 !important;
    bottom: 150px !important;
    top: auto !important;
    right: 5.5% !important;
    left: auto !important;
}


div#cpr-social span.cpr-social-button-action {
    margin-top: -259px;
}

/* HEADER & MENU */
header#masthead ul#bootscore-navbar ul.dropdown-menu li i {
    font-size: 18px !important;
}

div.wp-block-esab-accordion {
    width: 100%;
}

body.page-template-page-header-image.page-template-page-templatespage-header-image-php.no-sidebar header.page-header {
    position: relative;
}

body.page-template-page-header-image.page-template-page-templatespage-header-image-php.no-sidebar header.page-header nav,
body.page-template-page-header-image.page-template-page-templatespage-header-image-php.no-sidebar header.page-header h1,
body.page-template-page-header-image.page-template-page-templatespage-header-image-php.no-sidebar header.page-header div {
    position: relative;
    z-index: 9;
}

/* BANNIERE DEGRADE */
body.page-template-page-header-image.page-template-page-templatespage-header-image-php.no-sidebar header.page-header:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(225deg, rgb(134, 81, 122) 0%, rgb(193, 23, 127) 100%);
    opacity: .6;
}

body.page-template-page-header-image.page-template-page-templatespage-header-image-php.no-sidebar header.page-header ul {
    list-style: none;
}

body.page-template-page-header-image.page-template-page-templatespage-header-image-php.no-sidebar div.wp-block-group.w-100.p-5.rounded-4.shadow.mt-n5.has-white-background-color.mb-5 {
    position: relative;
    z-index: 9;
}

body.page-template-page-header-image.page-template-page-templatespage-header-image-php.no-sidebar div.wp-block-group.w-100.p-5.rounded-4.shadow.mt-n5.has-white-background-color.mb-5 a {
    text-decoration: none !important;
    color: inherit !important;
}

/* VIDÉOS */
figure.yt-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 65px;
    margin-top: 15px;
}

figure.yt-wrapper figcaption {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-style: italic;
}

figure.yt-wrapper figcaption a {
    text-decoration: underline !important;
    color: #C1177F !important;
}

figure.yt-wrapper iframe,
figure.yt-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

figure.custom-bloc-video figcaption {
    text-align: center;
    font-style: italic;
}

figure.custom-bloc-video figcaption a {
    text-decoration: underline !important;
    color: #C1177F !important;
}

div.wp-video {
    margin: 0 auto;
}

/* IMG */
.custom-bloc-teleservices-vert img,
.custom-bloc-contact-2 img {
    height: auto !important;
}

.custom-bloc-contact-2-reuse img {
    margin-left: -10px;
    width: auto !important;
}


/* BANDEAU */

.alert a:not(.alert a.btn) {
    color: #fff !important;
}

div.cpr-alert,
div.cpr-alert a.alert-link {
    background: #C1177F !important;
}

div.cpr-alert div.align-items-center.d-flex {
    justify-content: space-between;
}

div.cpr-alert a.alert-link {
    display: none !important;
}

div.cpr-alert a.alert-link:hover {
    color: initial !important;
}

#masthead>div.cpr-alert>div>div>div>span:nth-child(1)>a:hover {
    color: #fff !important;
}

div.cpr-alert span {
    opacity: 1;
}

/* LIENS */
.link-purple {
    color: #C1177F !important;
}

.custom-bloc-pj {
    position: relative;
}

.custom-bloc-pj p.w-100 {
    padding-right: 60px !important;
}

.custom-bloc-pj a i {
    position: absolute;
    right: 50px;
}

body:not(.home) .text-decoration-underline,
body:not(.home) .entry-content ul li a,
body:not(.home) .link-calendar {
    text-decoration: underline !important;
    color: #C1177F !important;
}

/* PAGINATION */
ul.pagination li.page-item.disabled img {
    filter: invert(0.25);
}

/* HOME */
body.home div.cpr-posts-home-newsletter div.cpr-card {
    background-color: linear-gradient(to right, #704B6C, var(--bs-secondary));
}

body.home .custom-profil-home nav {
    width: 100%;
}

body.home .custom-profil-home nav ul {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}

body.home .custom-profil-home nav ul li {
    position: relative;
}

body.home .custom-profil-home nav ul li:first-child {
    width: 49%;
    margin-right: 20px;
}

body.home .custom-profil-home nav ul li:last-child {
    width: 49%;
    margin-left: 20px;
}

body.home .custom-profil-home nav ul li a {
    color: inherit !important;
    text-decoration: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 80px;
}

body.home .custom-profil-home nav ul li i {
    color: #000;
    position: absolute;
    right: 30px;
}

.home-bloc ul li a {
    line-height: initial;
    margin-bottom: 8px;
}

body.single main#main {
    margin-bottom: 5rem;
}

body.home div.wp-block-columns.rounded-4.p-4.pb-4.shadow.gap-0.mb-n10.home-bloc.has-white-background-color.has-background.is-layout-flex nav ul li:not(.link-purple) a:hover {
    text-decoration: underline !important;
    color: inherit !important;
}

body.home div.custom-contact-btn {
    position: relative;
}

body.home div.custom-contact-btn a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: inherit !important;
    text-decoration: none !important;
}

body.home div.custom-contact-btn a:hover {
    color: #c1177f !important;
    text-decoration: underline !important;
}

body.home .cpr-posts-home-sticky {
    margin-bottom: 1rem;
}

body.home .cpr-posts-home-sticky .cpr-card-sticky {
    border-radius: 15px !important;
}

body.home .cpr-posts-home-sticky .cpr-posts-home-post__content {
    padding: 1.5rem !important;
}

body.home .cpr-posts-home-sticky .post-thumbnail {
    height: 100%;
    position: relative;
    overflow: hidden;
}

body.home .cpr-posts-home-sticky .post-thumbnail img {
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 100%;
}

@media (min-width: 992px) {
    body.home .cpr-posts-home-sticky .post-thumbnail img {
        border-bottom-left-radius: 15px !important;
        border-top-left-radius: 15px !important;
    }
}

body.home article.cpr-posts-home-post div.cpr-card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.375rem !important;
}

body.home article.cpr-posts-home-post div.cpr-card div.cpr-posts-home-post__metas,
body.home article.cpr-posts-home-post div.cpr-card div.cpr-posts-home-post__content {
    padding: 0 25px;
}

body.home div.wp-block-columns.alignwide.p-4.rounded-3.ms-n5.me-n5.has-background.is-layout-flex {
    max-width: initial;
}

@media only screen and (max-width : 768px) {
    body.home div.wp-block-group.alignwide.pb-5.pt-5.mt-0.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-block-group-is-layout-flex h1 {
        margin-bottom: 30px;
    }

    body.home div.wp-block-cover.is-light.has-custom-content-position.is-position-bottom-center.bg-dark.mb-10 {
        margin-bottom: 0 !important;
        padding-bottom: 13rem !important;
    }

    body.home div.wp-block-cover.is-light.has-custom-content-position.is-position-bottom-center.bg-dark.mb-10 img {
        height: auto;
    }

    body.home div.wp-block-columns.mb-n10.home-bloc nav ul li a {
        margin-bottom: 0;
    }

    body.home div.wp-block-columns.mb-n10.home-bloc {
        margin-bottom: -8rem !important;
    }

    body.home div.wp-block-columns.alignwide.p-4.rounded-3.ms-n5.me-n5.has-background.is-layout-flex {
        background-color: #fff5f1;
        width: 100% !important;
        max-width: 100%;
        margin: 0 auto !important;
    }

    body.home div.wp-block-columns.alignwide.p-4.rounded-3.ms-n5.me-n5.has-background.is-layout-flex div.wp-container-34 a,
    body.home div.wp-block-columns.alignwide.p-4.rounded-3.ms-n5.me-n5.has-background.is-layout-flex div.wp-container-38 a {
        font-size: 1.1rem;
        padding-right: 60px;
    }

    body.home div.cpr-posts-home-sticky span.cpr-posts-home-post__actions a {
        width: 100%;
    }

    body.home div.cpr-posts-home-post span.cpr-posts-home-post__actions {
        display: flex;
    }

    body.home div.cpr-posts-home-post span.cpr-posts-home-post__actions a {
        width: 100%;
        margin: 1.5rem;
        margin-top: 0;
    }

    div.cpr-posts-home-newsletter form {
        margin-top: 0 !important;
    }

    div.agenda-home h2 {
        margin-bottom: 0 !important;
    }
}

/* AGENDA */
body.archive.post-type-archive-agenda div#search-card fieldset {
    display: flex !important;
    flex-direction: column;
}

body.archive.post-type-archive-agenda div#search-card fieldset legend {
    order: 0;
}

body.archive.post-type-archive-agenda div#search-card fieldset div.form-check:nth-child(2) {
    order: 2;
}

body.archive.post-type-archive-agenda div#search-card fieldset div.form-check:nth-child(3) {
    order: 1;
}

body.archive.post-type-archive-agenda div#search-card fieldset div.form-check:nth-child(4) {
    order: 3;
}

/* LETTRES */
body.page-id-3967 h2,
body.page-id-3966 h2 {
    font-size: 20px;
    line-height: 2;
}

body.page-id-3967 h3,
body.page-id-3966 h3 {
    line-height: 2;
}

body.page-id-3967 .cpr-partenaire p,
body.page-id-3966 .cpr-partenaire p {
    width: 100% !important;
}

body.page-id-3967 .cpr-partenaire p a,
body.page-id-3966 .cpr-partenaire p a {
    text-decoration: none !important;
}

/* CONTACT */
body.page-id-7400 .custom-contact-left {
    min-height: 291px;
}

body.page-id-7400 .custom-contact-left form div.col-auto:first-child {
    position: relative;
}

body.page-id-7400 .custom-contact-left form div.col-auto:first-child:after {
    font: var(--fa-font-solid);
    content: "\f002";
    position: absolute;
    color: #C1177F;
    right: 10px;
    top: 12px;
    font-size: 18px;
}

body.page-id-7400 div.custom-contact-btn {
    position: relative;
}

body.page-id-7400 div.custom-contact-nav ul {
    padding-left: 0;
}

body.page-id-7400 div.custom-contact-nav ul li {
    position: relative;
}

body.page-id-7400 div.custom-contact-nav ul li i {
    position: absolute;
    right: 50px;
}

body.page-id-7400 div.custom-contact-nav {
    padding-left: 0;
}

body.page-id-7400 div.custom-contact-btn a,
body.page-id-7400 div.custom-contact-nav ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 100px;
    padding-right: 80px;
    color: inherit !important;
    text-decoration: none !important;
}

body.page-id-7400 div.custom-contact-btn a:hover {
    color: #C1177F !important;
    text-decoration: underline !important;
}

/* ANTENNES */
body.post-type-archive-antenne div.leaflet-control-attribution.leaflet-control {
    background: #fff;
}

body.post-type-archive-antenne div#search-card {
    position: relative;
    top: 0 !important;
}

/* TITRE PAGE INTERMEDIAIRE */
header.page-header.category-header h1 {
    font-style: italic !important;
}

/* LIENS PAGE INTERMEDIAIRE */
.wp-block-group.w-100.p-5.rounded-4.shadow.has-white-background-color.mb-5.is-vertical.is-layout-flex a {
    text-decoration: none !important;
    color: initial !important;
}

/* PAGE INTERMEDIAIRE */
.custom-bloc-inter nav {
    width: 100%;
}

.custom-bloc-inter nav ul {
    list-style: none;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.custom-bloc-inter nav ul li {
    width: 50%;
}

.custom-bloc-inter nav ul hr {
    width: 48%;
    margin: 20px 0;
}

.custom-bloc-inter nav ul hr.hr-left {
    margin-left: 1%;
}

.custom-bloc-inter nav ul hr.hr-right {
    margin-right: 1%;
}

/* LISTE PARTENAIRES */
body.archive.post-type-archive-partenaire div.col-md-4.mb-4 {
    min-height: 388px !important;
}

body.archive.post-type-archive-partenaire div.cpr-partenaire a:not(.cpr-posts-home-post__button) {
    height: 100%;
}

body.archive.post-type-archive-partenaire div.cpr-partenaire div.card-img {
    display: flex;
    align-items: center;
    height: 100%;
}

body.archive.post-type-archive-partenaire div.cpr-partenaire {
    height: 100% !important;
}

body.archive.post-type-archive-partenaire div.cpr-partenaire a.cpr-posts-home-post__button {
    margin-top: auto;
}

/* GRAISSE TITRE ACCORDEON */
.wp-block-esab-accordion .esab__head h2 {
    font-weight: 700 !important;
}

/* INTERLINE TITRE DE TABLEAU */
p.custom-title-table {
    line-height: initial !important;
}

/* CITATIONS */
blockquote.wp-block-quote cite {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: end;
    color: #C1177F;
}

blockquote.wp-block-quote cite br {
    display: none;
}

/* LIENS ET LISTES DANS LES BLOCS */
div.custom-bloc-rdv {
    margin-top: 0 !important;
}

div.wp-block-columns.custom-bloc-infos div.wp-block-column:last-child div.wp-block-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

div.custom-bloc-rs a {
    color: #fff !important;
    text-decoration: underline !important;
}

div.custom-bloc-rs a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

div.custom-bloc-contact-2-reuse img {
    max-width: 300px;
}

.wp-block-columns.is-not-stacked-on-mobile.shadow.rounded-4.p-4.mt-5.mb-5.has-background.is-layout-flex a,
.shadow.rounded-4.p-4.mt-5.mb-5 a {
    text-decoration: none !important;
    color: inherit !important;
}

.wp-block-columns.is-not-stacked-on-mobile.shadow.rounded-4.p-4.mt-1.mb-5.has-background.is-layout-flex a,
.shadow.rounded-4.p-4.mt-1.mb-5 a {
    text-decoration: none !important;
    color: inherit !important;
}

.shadow.rounded-4.p-4.mt-5.mb-5.custom-bloc-lien a {
    color: #C1177F !important;
}

html body main .custom-bloc-doc {
    position: relative;
}

html body main .custom-bloc-doc a {
    width: 100% !important;
    display: flex;
    flex-basis: 100% !important;
    justify-content: space-between;
    text-decoration: none !important;
}

html body main .custom-bloc-doc a:hover {
    text-decoration: none !important;
}

html body main .custom-bloc-doc h5 {
    padding-left: 40px;
    margin-bottom: 15px;
}

html body main .custom-bloc-doc h5+i {
    position: absolute;
    left: 3rem;
    top: 2.75rem;
}

.wp-block-columns.is-not-stacked-on-mobile.shadow.rounded-4.p-4.mt-5.mb-5.custom-bloc-infos.has-background.is-layout-flex a,
.shadow.rounded-4.p-4.mt-5.mb-5.custom-bloc-exemple a,
.shadow.rounded-4.p-4.mt-5.mb-5.custom-bloc-warning a,
.wp-block-columns.is-not-stacked-on-mobile.shadow.rounded-4.p-4.mt-5.mb-5.custom-bloc-calendrier.has-background.is-layout-flex a,
.wp-block-columns.is-not-stacked-on-mobile.shadow.rounded-4.p-4.mt-5.mb-5.custom-bloc-contact.has-background.is-layout-flex a,
.wp-block-columns.is-not-stacked-on-mobile.shadow.rounded-4.p-4.mt-5.mb-5.custom-bloc-rdv.has-background.is-layout-flex a,
.wp-block-columns.is-not-stacked-on-mobile.shadow.rounded-4.p-4.mt-5.mb-5.custom-bloc-contact-2.is-layout-flex a:not(.tel) {
    text-decoration: underline !important;
    color: #C1177F !important;
}

.custom-bloc-lien .wp-block-column.is-layout-flow:first-child {
    flex-basis: 50px;
}

/* TIMELINE */
ul.custom-timeline ul {
    list-style: none;
}

ul.custom-timeline li {
    position: relative;
    padding-left: 100px;
    min-height: 130px;
    line-height: initial;
    z-index: 2;
    list-style: none;
}

ul.custom-timeline li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100px;
    background: #C1177F;
    left: 12px;
    top: 38px;
    z-index: -1;
}

ul.custom-timeline li:last-child:after {
    display: none;
}

ul.custom-timeline li strong {
    position: absolute;
    left: -45px;
    background: #C1177F;
    height: 120px;
    width: 120px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18.5px;
    text-align: center;
}

ul.custom-timeline li.orange strong {
    background: #ff5c1e;
}

ul.custom-timeline ul li br {
    display: none;
}

/* LISTE DE LIENS CUSTOM */
.custom-link-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
}

.custom-link-list div.wp-block-button,
ul.custom-link-list li {
    flex: 1 1 auto;
    margin: 0 !important;
    margin-bottom: 10px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.custom-link-list div.wp-block-button a,
html body div#page main ul.custom-link-list li a {
    text-decoration: none !important;
    transition: .25s all ease-in-out;
    border: solid 1px #C1177F !important;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    background: #C1177F;
    color: #fff !important;
    padding: 5px;
    border-radius: 5px;
}

.custom-link-list div.wp-block-button a,
html body div#page main ul.custom-link-list li a:hover {
    text-decoration: underline !important;
    transition: .25s all ease-in-out;
    border: solid 1px #C1177F !important;
    background: #fff;
    color: #C1177F !important;
    padding: 5px;
    border-radius: 5px;
}

/* TRANSCRIPTION */
.tButton button {
    position: relative;
    text-decoration: underline;
    color: #C1177F;
    cursor: pointer;
    font-style: italic;
    padding-left: 35px;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.tButton button:focus {
    outline: solid;
}

.tButton button:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font: var(--fa-font-regular);
    content: "\f06e";
    font-size: 20px;
    box-shadow: none !important;
}

.tButton button.is-active:after {
    content: "\f070";
}

.tButton .tButtonContent {
    display: none;
    margin-bottom: 25px;
}

.tButton .tButtonContent.is-active {
    display: flex;
}

.custom-transcription label {
    position: relative;
    text-decoration: underline;
    color: #C1177F;
    cursor: pointer;
    font-style: italic;
    padding-left: 35px;
}

.custom-transcription label:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font: var(--fa-font-regular);
    content: "\f06e";
    font-size: 20px;
    box-shadow: none !important;
}

.custom-transcription input:checked~label:after {
    content: "\f070";
}

.custom-transcription input {
    width: 100%;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
    margin-bottom: -32px !important;
}

.custom-transcription p.custom-transcription-content {
    display: none;
}

.custom-transcription input:checked~p.custom-transcription-content {
    display: block;
}

/* FORMULAIRE DE SATISFACTION */

#fluentform_5 {
    margin: 25px 0;
    background: rgb(255, 245, 241);
    padding: 25px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: .5rem;
}

#fluentform_5 .custom-options {
    margin-bottom: 0;
}

#fluentform_5 .custom-options .ff-el-input--label {
    display: block;
}

#fluentform_5 .custom-options .ff-el-input--label label {
    color: #c1177f;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

#fluentform_5 .custom-options .ff-el-input--label label:after {
    display: none;
}

#fluentform_5 .custom-options .ff-el-input--content {
    display: inline-flex;
}

#fluentform_5 .custom-options .ff-el-form-check-label {
    position: relative;
    margin-right: 15px;
}

#fluentform_5 .custom-options .ff-el-form-check-label input {
    width: 100px;
    opacity: 0;
}

#fluentform_5 .custom-options .ff-el-form-check-label input:focus {
    opacity: 1;
    transition: all .5s ease-in-out;
    outline: solid rgba(193, 23, 127, .6);
}

#fluentform_5 .custom-options .ff-el-form-check-label input:focus~span {
    outline: solid rgba(193, 23, 127, .6);
}

#fluentform_5 .custom-options .ff-el-form-check-label input:checked~span,
#fluentform_5 .custom-options .ff-el-form-check-label input:hover~span {
    background: #C1177F;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    color: #fff;
    border-radius: 0.25rem;
    width: 100px;
    border: solid 1px #C1177F;
    cursor: pointer;
}

#fluentform_5 .custom-options .ff-el-form-check-label span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    color: #C1177F;
    background: rgb(255, 245, 241);
    border-radius: 0.25rem;
    width: 100px;
    border: solid 1px #C1177F;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

#fluentform_5 .custom-answers {
    margin-bottom: 0 !important;
}

#fluentform_5 .custom-answers .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    display: none;
}

#fluentform_5 .custom-answers input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.ff-el-group.ff-el-input--content {
    margin-bottom: 0 !important;
}

.ff-el-group.ff-el-input--content .ff-el-form-check-label.ff_tc_label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    accent-color: #C1177F;
}

.ff-el-group.ff-el-input--content .ff-el-form-check-label.ff_tc_label div.ff_t_c {
    font-weight: 600;
}

#fluentform_5 button[type="submit"] {
    margin-top: 10px;
    background: #C1177F;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    color: #fff;
    border-radius: 0.25rem;
    width: 215px;
    border: solid 1px #C1177F;
}

#fluentform_5 .ff_submit_btn_wrapper button[type="submit"]:hover {
    opacity: 1;
}


#fluentform_5 .ff_submit_btn_wrapper {
    margin-bottom: 0 !important;
}

.fluentform_wrapper_5 #fluentform_5_success {
    box-shadow: none;
    border: solid 3px #C1177F;
    margin-top: 0;
}

.fluentform_wrapper_5 #fluentform_5_success p {
    margin-bottom: 0;
}

.fluentform_wrapper_5 .ff-el-form-check.ff-el-tc,
#fluentform_5 .ff_submit_btn_wrapper {
    display: none;
}

/* NEWSLETTER */
body.tax-categorie-newsletter div.cpr-partenaire,
body.post-type-archive-newsletter div.cpr-partenaire {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

body.post-type-archive-newsletter div.cpr-posts-home-newsletter a.custom-news-link {
    display: none;
}

div.cpr-posts-home-newsletter div.sib_signup_box_inside_1 div.col-2 {
    position: relative;
}

div.cpr-posts-home-newsletter div.sib_signup_box_inside_1 input[type=submit] {
    color: transparent;
    z-index: 5;
    position: absolute;
    right: 0;
    background: transparent;
}

div.cpr-posts-home-newsletter div.sib_signup_box_inside_1 div.col-2:after {
    z-index: 4;
    position: absolute;
    content: "\0025B6";
    color: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF5F1;
    border-radius: 5px;
    border: none;
}

div.cpr-posts-home-newsletter div.sib_signup_box_inside_1 input[type=submit] {
    color: transparent;
}

body.tax-categorie-newsletter div.text-white.ps-3.py-2.mb-3.bg-secondary,
body.post-type-archive-newsletter div.text-white.ps-3.py-2.mb-3.bg-secondary {
    background: #f0f0f0 !important;
    color: #000 !important;
}

div.cpr-posts-home-newsletter a.custom-news-link {
    color: #fff !important;
    font-weight: 700;
}

div.cpr-posts-home-newsletter a.custom-news-link:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

/* FOOTER*/
footer div.footer_widget a.linkedin {
    margin-bottom: 20px !important;
    display: block;
}

/* FORM FOOTER */

p.sib-alert-message {
    border: none !important;
    color: #fff !important;
    background-color: #C1177F !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .custom-bloc-inter nav ul li,
    .custom-bloc-inter nav ul hr {
        width: 100%;
    }

    header#masthead div#top-menu button {
        margin-right: 40px !important;
    }

    body.home .custom-profil-home nav ul {
        flex-direction: column;
    }

    body.home .custom-profil-home nav ul li {
        width: 100% !important;
        margin: 0 !important;
    }

    body.home .custom-profil-home nav ul li:first-child {
        margin-bottom: 20px !important;
    }

    #secondary .offcanvas-md {
        top: 100px !important;
    }

    h1 {
        font-size: 46px !important;
    }

    nav.breadcrumb-scroller ol {
        flex-wrap: wrap !important;
        justify-content: center;
        padding-top: 30px;
    }

    div.custom-bloc-rs div.wp-block-column.d-flex.align-items-center.justify-content-center.ps-3,
    div.custom-bloc-ameli div.wp-block-column.d-flex.align-items-center.justify-content-center.ps-3 {
        flex-basis: auto;
        padding-left: 0 !important;
    }

    div.custom-bloc-rs img,
    div.custom-bloc-ameli img {
        max-width: 50px;
    }

    html body main .custom-bloc-doc a:hover {
        padding: 2rem !important;
    }

    body.page-template-page-header-image div.wp-block-columns.w-100.is-layout-flex.wp-block-columns-is-layout-flex div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child {
        border-bottom: solid 2px #0000001F;
    }
}

/* CAT QUIZ */
#fca_qc_question_right_or_wrong {
    font-size: 24px;
    font-weight: 600 !important;
}

.fca_qc_score_text {
    font-size: 18px !important;
}

div#fca_qc_back_container {
    height: auto !important;
}

.fca_qc_quiz button.fca_qc_next_question {
    color: #151515;
    border: #151515 1px solid;
    background-color: white;
    margin: 0px 0px 20px 0px;
}

.fca_qc_score_desc {
    font-size: 14px;
    margin: 30px 0 0 0;
    display: none !important;
    color: #151515
}

.fca_qc_back_response {
    display: none !important;
}

div.fca_qc_quiz p.fca_qc_back_response {
    display: none;
}

.fca_qc_quiz_title {
    display: none;
}

.fca_qc_quiz_description {
    display: none;
}

button.fca_qc_next_question {
    color: #151515;
    font-size: 16px !important;
    border: #151515 2px solid;
    background-color: rgba(255, 255, 255, 0.5) !important;
}

button.fca_qc_next_question:hover {
    background-color: white !important;
}

div.fca_qc_answer_div {
    background-color: #c1177f !important;
}

#fca_qc_question {
    font-size: 16px !important;
    margin-bottom: 25px !important;
    text-align: left;
}

div.fca_qc_quiz button.fca_qc_button {
    font-size: 16px !important;
    font-weight: normal !important;
}

#fca_qc_question_back {
    font-size: 15px !important;
    padding: 10px !important;
    margin-bottom: 0px !important;
}

div.fca_qc_quiz span.fca_qc_answer_span {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-indent: initial;
    position: relative;
}

button.fca_qc_button.fca_qc_start_button {
    background-color: #c1177f !important;
    box-shadow: 0 2px 0 0 #a4146c !important;
    color: #FFFFFF !important;
}

/* ACTUALITES */
.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 20px;
}