@font-face {
    font-family: 'Styrene A';
    src: url('../fonts/Styrene/StyreneA-Light.woff2') format('woff2'), url('../fonts/Styrene/StyreneA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A';
    src: url('../fonts/Styrene/StyreneA-LightItalic.woff2') format('woff2'), url('../fonts/Styrene/StyreneA-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A';
    src: url('../fonts/Styrene/StyreneA-Regular.woff2') format('woff2'), url('../fonts/Styrene/StyreneA-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A';
    src: url('../fonts/Styrene/StyreneA-RegularItalic.woff2') format('woff2'), url('../fonts/Styrene/StyreneA-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A';
    src: url('../fonts/Styrene/StyreneA-Medium.woff2') format('woff2'), url('../fonts/Styrene/StyreneA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A Web';
    src: url('../fonts/Styrene/StyreneAWeb-Light.woff2') format('woff2'), url('../fonts/Styrene/StyreneAWeb-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A Web';
    src: url('../fonts/Styrene/StyreneAWeb-LightItalic.woff2') format('woff2'), url('../fonts/Styrene/StyreneAWeb-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A Web';
    src: url('../fonts/Styrene/StyreneAWeb-Italic.woff2') format('woff2'), url('../fonts/Styrene/StyreneAWeb-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A Web';
    src: url('../fonts/Styrene/StyreneAWeb-Medium.woff2') format('woff2'), url('../fonts/Styrene/StyreneAWeb-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A Web';
    src: url('../fonts/Styrene/StyreneAWeb-Bold.woff2') format('woff2'), url('../fonts/Styrene/StyreneAWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A Web';
    src: url('../fonts/Styrene/StyreneAWeb-BoldItalic.woff2') format('woff2'), url('../fonts/Styrene/StyreneAWeb-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A Web';
    src: url('../fonts/Styrene/StyreneAWeb-Black.woff2') format('woff2'), url('../fonts/Styrene/StyreneAWeb-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Styrene A Web';
    src: url('../fonts/Styrene/StyreneAWeb-BlackItalic.woff2') format('woff2'), url('../fonts/Styrene/StyreneAWeb-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

:root {
    /**/
    --font-Styrene-a: "Styrene A";
    --font-Styrene-a-web: "Styrene A Web";
    --color-bleuciel: #63A6B7;
    --color-bleufonce: #27348A;
    --color-violet: #6D73B5;
    --color-orange: #F59D24;
    --color-orange2: #E0793D;
    --color-brown: #A39177;
    --color-rose: #CF7C81;
}

html {
    font-family: "Styrene A";
    font-weight: 400;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.bleuciel {
    color: var(--color-bleuciel);
}

.bleufonce {
    color: var(--color-bleufonce);
}

.violet {
    color: var(--color-violet);
}

.orange {
    color: var(--color-orange);
}

.orange2 {
    color: var(--color-orange2);
}

.brown {
    color: var(--color-brown);
}

.rose {
    color: var(--color-rose);
}

*,
:after,
:before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgba(247, 246, 246, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input:focus,
a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.centerPadding_5 {
    margin: 0 5.5%;
}

.centerPadding_7 {
    margin: 0 7%;
}

.centerPadding_8 {
    margin: 0 8%;
}

.centerPadding_9 {
    margin: 0 9%;
}

.centerPadding_15 {
    margin: 0 15.62%;
    /* margin: 0 16.62%; */
}

.centerPadding_22 {
    width: 144rem;
    margin: 0 auto;
}

.desk {
    display: block;
}

.mob {
    display: none;
}

.textBold {
    font-weight: 700;
}

.textMedium {
    font-weight: 500;
}

.italic {
    font-style: italic;
}

.str_a_web {
    font-family: var(--font-Styrene-a-web);
}

.str_a {
    font-family: var(--font-Styrene-a);
    font-weight: 400;
    display: inline !important;
    line-height: 1;
}

.str_a_light {
    font-family: var(--font-Styrene-a) !important;
    font-weight: 300;
}

.title-animate {
    opacity: 0;
    transform: translateY(-6rem);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.title-animate.in-view {
    opacity: 1;
    transform: translateY(0);
}

.del-2 {
    transition-delay: 0.2s;
}

.del-3 {
    transition-delay: 0.3s;
}

.del-4 {
    transition-delay: 0.4s;
}

.del-5 {
    transition-delay: 0.5s;
}

.del-6 {
    transition-delay: 0.5s;
}


/*** Debut header ***/

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    z-index: 3;
    transition: .6s;
}

.cadreHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3.2rem;
    width: 97%;
    margin: 0 auto;
}

.cont_header_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 61.754rem;
}

.cont_header_right {
    width: 5rem;
}

.page-projet .cont_header_right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 26.3rem;
}

.prev_page {
    color: #ffffff;
    font-size: 1.8rem;
    padding: 0.5rem 0.8rem 0.7rem;
    line-height: 1;
    border-radius: 3rem;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1)inset;
    text-decoration: none;
    display: none;
    transition: all 0.3s ease;
    background-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.page-projet .prev_page {
    display: inline-block;
}

.prev_page:hover {
    color: #B8B4A8;
    background-color: #FFFFFF;
}


/* DROPDOWN */

.dropdown-el {
    min-width: 6rem;
    min-height: 3rem;
    max-height: 3rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.4rem;
    text-align: left;
    white-space: nowrap;
    color: #000000;
    outline: none;
    border-radius: 1.5rem;
    background-color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.dropdown-el input {
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    opacity: 0.01;
}

.dropdown-el label {
    border-top: 0.06em solid #cccccc;
    color: #000000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    line-height: 0.5;
    padding-right: 1.5rem;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
}

.dropdown-el label:nth-child(2) {
    margin-top: 3rem;
    border-top: 0.06em solid #cccccc;
}

.dropdown-el input:checked+label {
    display: flex;
    border-top: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.dropdown-el input:checked+label:nth-child(2) {
    margin-top: 0;
    position: relative;
}

.dropdown-el::after {
    content: "";
    width: 1.25rem;
    height: 0.8rem;
    position: absolute;
    right: 1.2rem;
    top: 1.25rem;
    background-image: url("../images/arrow_langue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.4s all ease-in-out;
}

.dropdown-el.expanded {
    background: #fff;
    border-radius: 1.5rem;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
    max-height: 6rem;
}

.dropdown-el.expanded label {
    border-top: 0.06em solid #cccccc;
}

.dropdown-el.expanded::after {
    transform: rotate(-180deg);
}


/* FIN DROPDOWN */

.logo {
    width: 29.152rem;
}

.logo a {
    display: block;
    position: relative;
}

.logo img {
    display: block;
    width: 100%;
    transition: .3s;
}

.logo img.jpg_logo {
    display: none;
}

.indicat_logo {
    font-size: 2.322rem;
    font-weight: 300;
    position: relative;
}

.indicat_logo::before {
    content: '';
    width: 0.2rem;
    height: 100%;
    position: absolute;
    left: -2rem;
    background-color: #ffffff;
    transition: .3s;
}

.indicat_logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ******** corpsDePage ******* */

.blc {
    width: 144rem;
    margin: 0 auto;
    text-align: center;
}


/* accroche */

.accroche {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-image: url(../images/back_slide.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.page-projet .accroche {
    height: 62.9rem;
}

.page-projet .blc {
    width: 152rem;
}

.page-projet .blc_cta .btn_cta {
    visibility: hidden;
    opacity: 0;
}

.page-projet .contact_section {
    background: linear-gradient(to right, #6f8fc6, #6aa0b2, #4e6aa3);
}

.page-projet .content_contact {
    color: #ffffff;
}

.page-projet .content_contact h3 {
    color: #ffffff;
}

.page-projet .link_contact a {
    color: #ffffff;
}

.contentAccroche {
    width: 69.4rem;
    color: #ffffff;
    margin-left: 11.1rem;
}

h1 {
    font-family: var(--font-Styrene-a);
    font-weight: 400;
    font-size: 5.7rem;
    line-height: 1.15;
}

.contentAccroche p {
    font-size: 2.3rem;
    font-weight: 300;
    margin-bottom: 5rem;
    width: 37rem;
    height: 7.5rem;
    opacity: 0;
    visibility: hidden;
}

[lang="en"] .contentAccroche p {
    width: 48rem;
}

.cta_projets {
    font-family: var(--font-Styrene-a-web);
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: .3s;
}

.cta_projets span {
    display: inline-block;
    position: relative;
}

.cta_projets span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    transform: translateX(-50%);
    width: 0;
    height: 0.2rem;
    background-color: #ffffff;
    transition: .8s;
}

.cta_projets i {
    font-size: 2rem;
}

.cta_projets img {
    width: 3rem;
    margin-right: 1rem;
}

.cta_projets:hover span::after {
    /* transform: scale(1.025); */
    width: 100%;
}

.blc_cta {
    position: fixed;
    width: 27rem;
    top: 50%;
    right: 0rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    z-index: 9994;
}

.page-projet .blc_cta {
    right: -17.76rem;
}

.blc_cta.viewed {
    right: -17.76rem;
}

.btn_cta {
    width: 100%;
    margin-bottom: 2rem;
    transition: .3s;
}

.blc_cta.viewed .btn_cta:hover,
.page-projet .blc_cta .btn_cta:hover {
    margin-right: 35.5rem;
}

.blc_cta.viewed .btn_cta:hover a span,
.page-projet .blc_cta .btn_cta:hover a span {
    background-color: #ffffff;
}

.btn_cta a {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    width: 100%;
    position: relative;
}

.ico_calc {
    width: 9.3rem;
    height: 8.5rem;
    display: flex;
    align-items: center;
    background-image: url(../images/back_ico.svg);
    background-repeat: no-repeat;
    background-size: 101% 101%;
    transition: .3s;
}

.ico_calc img {
    width: 3.574rem;
    margin-left: 3.5rem;
    transition: .3s;
}

.btn_FAQ.btn_cta .ico_calc img {
    width: 4.1rem;
}

.blc_cta:not(.blc_cta.viewed) .btn_cta:hover .ico_calc img {
    transform: scale(1.2);
}

.btn_cta a span {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    height: 100%;
    /* width: 17.76rem; */
    width: 20rem;
    padding-left: 3.4rem;
    line-height: 1.2;
    z-index: -1;
    transition: .3s;
}

.blc_cta.viewed a span {
    background-color: transparent;
}


/* fin accroche */


/* mot_president */

.mot_president {
    padding: 9rem 0;
}

.with_gradian_color {
    background: linear-gradient(180deg, #6f8fc6 0%, #6aa0b2 50%, #4e6aa3 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.08) 100%);
}

.blc_mot_president {
    width: 108.9rem;
    height: 50rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.pic_president {
    width: 54.8rem;
    position: absolute;
    left: 0;
    top: 0;
}

.pic_president img {
    width: 100%;
    /* display: block; */
}

.text_mot_president {
    /* width: 54.1rem; */
    width: 64.1rem;
    height: 100%;
    padding: 3rem 3rem 3rem 14rem;
    border-radius: 0.952rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
}

.text_mot_president p {
    font-size: 3rem;
    font-weight: 400;
}

.guillemets {
    width: 4.49rem;
    margin-right: 1rem;
}

.guillemets_last {
    width: 4.49rem;
    transform: rotate(180deg);
}

.text_mot_president p .name_president {
    font-size: 2rem;
    font-weight: 500;
    display: block;
    margin-top: 3rem;
}


/* fin mot_president */


/* projet_card */

.projet_card {
    padding: 9rem 0;
    background-color: #ffffff;
}

.projet_card .blc {
    width: 133.3rem;
    text-align: center;
}

.blc h2 {
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
}

.blc h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
    width: 16.4rem;
    height: 0.4rem;
    border-radius: 3rem;
    background: #69ABDE;
    background: linear-gradient(260deg, rgba(105, 171, 222, 1) 50%, rgba(0, 166, 150, 1) 100%, rgba(0, 166, 150, 1) 0%);
}

.under_h2 {
    font-size: 2.2rem;
    font-weight: 100;
    width: 121rem;
    margin: 3.5rem auto 0;
    color: rgba(0, 0, 0, 0.8);
}

[lang="en"] .page-projet .projet_card .under_h2 {
    width: 121rem;
}

.card_alterner {
    width: 120rem;
    margin: 5rem auto;
    display: flex;
    justify-content: center;
}

.item_card {
    width: 27rem;
    height: 53.9rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
    transition: .3s;
}

.item_card:hover {
    transform: scale(1.05) !important;
}

.item_card:nth-child(odd) {
    margin-top: 3rem;
}

.page-projet .item_card:nth-child(odd) {
    margin-top: 0;
}

.page-projet .item_card:nth-child(even) {
    margin-top: 3rem;
}

.item_card img {
    width: 100%;
    height: 100%;
    /* display: block; */
    object-fit: cover;
}

.txt_card {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 24.2rem;
    background-color: var(--color-bleuciel);
    color: #ffffff;
    font-size: 2.4rem;
    text-align: left;
    padding: 1rem 1rem;
    text-transform: uppercase;
}

.item_card .txt_card p {
    transition: .3s;
    margin: 0;
}

.pls {
    display: inline-block;
}

.card1 .txt_card {
    background-color: var(--color-brown);
    top: 58.5%;
}

.card2 .txt_card {
    background-color: var(--color-rose);
    top: 65%;
}

.card3 .txt_card {
    background-color: var(--color-violet);
    top: 58.5%;
}

.card4 .txt_card {
    background-color: var(--color-orange2);
    top: 68.5%;
}


/* fin projet_card */


/* déduction_fiscale */

.deduction_fiscale {
    padding: 9rem 0;
    color: #ffffff;
    text-align: center;
}

.with_gradian_color .under_h2 {
    font-family: var(--font-Styrene-a-web);
    color: #ffffff;
    font-weight: 500;
}

.graph_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
}

.container_graph {
    width: 45.8rem;
    position: relative;
}

.container_graph p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    width: 35.4rem;
    margin: 3rem auto 0;
}

.chartO {
    width: 31.5rem;
    height: 31.5rem;
    margin: 0 auto;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.persent {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 31.5rem;
    height: 31.5rem;
    font-family: var(--font-Styrene-a-web);
    font-size: 6.4rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.blc_persent {
    display: block;
}

.persent .symb {
    font-size: 4rem;
}

.cta_skewed {
    font-family: var(--font-Styrene-a-web);
    font-size: 1.9rem;
    font-weight: 500;
    text-decoration: none;
    width: 39.4rem;
    height: 8.134rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-orange);
    color: #000000;
    overflow: hidden;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    margin-top: 5rem;
    transition: .3s;
}

[lang="en"] .cta_skewed:not([lang="en"] .opportunite .cta_skewed) {
    font-size: 1.7rem;
    height: 9.974rem;
}

.cta_skewed:hover {
    scale: 1.05;
}

.cta_skewed span {
    display: inline-block;
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
    /* margin-bottom: 0.8rem; */
}


/* CTA DOWNLOAD */

.cta_download {
    font-family: var(--font-Styrene-a-web);
    font-size: 2.2rem;
    font-weight: 500;
    text-decoration: none;
    width: 31.8rem;
    height: 8.134rem;
    margin-top: 5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    overflow: hidden;
    color: #000000;
    transform: skew(-15deg);
    display: none;
}

.cta_download>* {
    transform: skew(15deg);
}

.ico_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.562rem;
    height: 4.3rem;
    margin-right: 1rem;
}

.ico_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/telechargement-cadre.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cta_download span {
    color: #ffffff;
}

.ico_btn.animate .ico_inner {
    animation: floatVertical 1.8s ease-in-out infinite;
}

.ico_btn.animate img {
    animation: floatVerticalImg 1.8s ease-in-out infinite;
}

@keyframes floatVertical {
    0% {
        transform: translateY(-0.4rem);
    }
    50% {
        transform: translateY(0.4rem);
    }
    100% {
        transform: translateY(-0.4rem);
    }
}

@keyframes floatVerticalImg {
    0% {
        transform: translateY(-0.3rem);
    }
    50% {
        transform: translateY(0.3rem);
    }
    100% {
        transform: translateY(-0.3rem);
    }
}


/* fin déduction_fiscale */


/* Abdel CSS Start  calculatrice */

.ecran6 {
    background-color: #F7F6F6;
    padding: 8rem 0 7rem 0;
}


/* .container {
    width: 144rem;
    margin: 0 auto;
} */

.titleForm {
    font-family: 'Styrene A';
    font-weight: 400;
    font-size: 5rem;
    line-height: 5rem;
    margin: 0 auto 6.2rem auto;
    display: block;
    text-align: center;
}

.calc-tabs .tabs-switcher {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #63A6B7;
    border-radius: 1rem 1rem 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.5);
}

.calc-tabs .tabs-switcher::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.calc-tabs .tabs-content {
    position: relative;
}

.calc-tabs .tabs-switcher button {
    font-family: 'Styrene A Web';
    font-weight: 500;
    font-size: 2.4rem;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 0;
    padding: 2rem 0;
    margin: 0;
    transition: .3s;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    border: none;
    width: 50%;
    cursor: pointer;
    padding: 2rem 0 2rem 0;
    transition: .3s;
}

.calc-tabs .tabs-switcher button:hover {
    transform: scale(1.05);
}


/* .calc-tabs .tabs-switcher button:last-child {
    padding: 2rem 7rem 2rem 0;
} */

.calc-tabs .tabs-switcher button.active {
    background-color: #63A6B7;
    border-radius: 0 10rem 0 0;
    min-width: 50%;
    padding: 2rem 0;
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.2);
}

.calc-tabs .tabs-switcher button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14rem;
    width: 100%;
    height: 100%;
    background-color: #63A6B7;
    border-radius: 0 10rem 0 0;
    z-index: -1;
    display: none;
}

.calc-tabs .tabs-switcher button:last-child.active,
.calc-tabs .tabs-switcher button:last-child.active::after {
    border-radius: 10rem 0 0 0;
}

.calc-tabs .tabs-switcher button:last-child.active::after {
    left: initial;
    right: 14rem;
}

.calc-tabs .tabs-content .tab {
    display: none;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    padding: 4rem 8.8rem 3rem 8.8rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0rem 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
}

.tab .bigBtn {
    width: 27.2rem;
    height: 6.2rem;
    background: #F59D24;
    transform: skewX(-20deg);
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    margin: 4rem auto 0 auto;
    color: #000000;
    font-family: 'Styrene A Web';
    font-weight: 500;
    font-size: 2rem;
    line-height: 110%;
    padding: 0 1rem;
}

[lang="en"] .tab .bigBtn {
    font-size: 1.7rem;
}

.tab .bigBtn span {
    transform: skewX(20deg);
}

.tab .bigBtn:hover {
    transform: scale(1.1) skewX(-20deg);
}

input:disabled {
    background-color: #cccccc;
}

.calc-tabs .tabs-content .tab .form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 43rem;
    position: relative;
}

.calc-tabs .tabs-content .tab .form::after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #63A6B7;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.calc-tabs .tabs-content .tab .form>div {
    width: 100%;
}

.calc-tabs .tabs-content .tab .form>div.formBox {
    width: 59rem;
}

.calc-tabs .tabs-content .tab .form .input-container {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    margin-bottom: 4rem;
}

.calc-tabs .tabs-content .tab .form .input-container:last-child,
.ecran6 .calc-tabs .tabs-content .tab .form .input-container:nth-child(5) {
    margin-bottom: 0;
}

.calc-tabs .tabs-content .tab .form .input-container>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.calc-tabs .tabs-content .tab .form .input-container div {
    position: relative;
}

.calc-tabs .tabs-content .tab .form .input-container input {
    border: none;
    border: 1px solid #000000;
    font-weight: 400;
    width: 25rem;
    height: 4.4rem;
    font-size: 2rem;
    padding-left: 1rem;
    color: #000000;
    margin: 0;
    font-family: 'Styrene A';
}

.calc-tabs .tabs-content .tab .form .input-container label {
    color: #000000;
    font-family: 'Styrene A';
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4rem;
    width: calc(100% - 25rem);
    text-align: left;
}

.calc-tabs .tabs-content .tab .form .input-container p {
    font-family: 'Styrene A Web';
    color: #000000;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
    position: absolute;
    right: 1rem;
}

.closeClac {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    width: 5.2rem;
    height: 5.2rem;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
}

.closeClac:hover {
    transform: scale(1.25);
}

.closeClac img {
    width: 100%;
}

.calc-tabs .tabs-content .tab.active {
    display: block;
}

.calc-tabs .tabs-content .tab .form .input-container input::placeholder {
    opacity: 0 !important;
}

.calc-tabs .tabs-content .tab .form .input-container input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0 !important;
}

.calc-tabs .tabs-content .tab .form .input-container input::-ms-input-placeholder {
    /* Microsoft Edge */
    opacity: 0 !important;
}

.calc-tabs .tabs-content .tab .form .input-container input:focus+label {
    color: #B86D07;
}

.calc-tabs .tabs-content .tab .form .input-container input:focus {
    border-color: #F59D24 !important;
    color: #F59D24 !important;
}

.calc-tabs .tabs-content .tab .form .input-container input:focus~p {
    color: #B86D07;
}

input:focus {
    outline: none;
}

.calendrier_popup {
    text-align: center;
}

.calendrier_popup h3 {
    font-size: 3rem;
    font-weight: 400;
}

.calendrier_popup .table-wrapper {
    width: 112.8rem;
    margin-bottom: 0;
}

.container_credit {
    text-align: center;
}

.container_credit h3 {
    font-size: 5rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 4.5rem;
    margin-bottom: 3rem;
}

.container_credit h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 16.4rem;
    height: 0.4rem;
    border-radius: 3rem;
    background: var(--color-bleuciel);
    background: linear-gradient(260deg, rgba(105, 171, 222, 1) 50%, rgba(0, 166, 150, 1) 100%, rgba(0, 166, 150, 1) 0%);
}

.container_credit p {
    font-size: 2.2rem;
}

.calculatrice_popup,
.calendrier_popup,
.credits_popup {
    padding: 5rem;
    border-radius: 1rem;
    position: fixed;
    width: 154rem;
    background-color: #F7F6F6;
    color: #000000;
    top: 50%;
    right: -100%;
    z-index: 99997;
    transition: .6s;
    transform: translate(0%, -50%);
    box-shadow: 0rem 0rem 1.5rem rgba(0, 0, 0, 0.5);
}

.calculatrice_popup.openCalc,
.calendrier_popup.openCalendar,
.credits_popup.openCredit {
    right: 50%;
    transform: translate(50%, -50%);
}

.calculatrice_popup .titleForm {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 3rem;
}

.btnDon {
    display: none;
}

.btnDon a {
    font-family: var(--font-Styrene-a-web);
    font-size: 2.2rem;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
}

.btnDon img {
    width: 7.851rem;
}


/* Abdel CSS End */


/* table_infos */

.table_infos {
    padding: 5rem 0;
    background-color: #ffffff;
    position: relative;
}

.table_infos::after,
.table_infos::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16.4rem;
    height: 0.4rem;
    border-radius: 3rem;
    background: var(--color-bleuciel);
    background: linear-gradient(260deg, rgba(105, 171, 222, 1) 50%, rgba(0, 166, 150, 1) 100%, rgba(0, 166, 150, 1) 0%);
}

.table_infos::after {
    bottom: -0.2rem;
    z-index: 1;
}

.table_infos::before {
    top: -0.2rem;
}

.table_infos .blc h2 {
    font-family: var(--font-Styrene-a-web);
    font-size: 3.2rem;
    font-weight: 500;
}

.table_infos .blc h2::after {
    content: none;
}

.underlined {
    display: inline-block;
    position: relative;
}

.underlined::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 0.3rem;
    border-radius: 3rem;
    background: #69ABDE;
    background: linear-gradient(260deg, rgba(105, 171, 222, 1) 50%, rgba(0, 166, 150, 1) 100%, rgba(0, 166, 150, 1) 0%);
}

.underline {
    text-decoration: underline;
}

.no_underline {
    text-decoration: none;
}


/* */

.table-wrapper,
.copy_here {
    margin: 5rem auto;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    border: 0.2rem solid var(--color-bleuciel);
}

.copy_here {
    /* padding-left: 5rem; */
    width: 95%;
    margin: 5rem 0 5rem 5rem;
}

.custom-table tbody td:first-child {
    padding-left: 2.5rem;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table thead {
    background-color: var(--color-bleuciel);
    color: #fff;
}

.custom-table th {
    padding: 2.5rem;
    font-family: var(--font-Styrene-a-web);
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    width: 20rem;
    border-color: var(--color-bleuciel);
}

.custom-table th:first-child {
    width: 25rem;
}

.custom-table th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 0.2rem;
    background: rgba(255, 255, 255, 0.5);
}

.custom-table tbody {
    background-color: #ffffff;
}

.custom-table tbody td {
    padding: 1.8rem 0.5rem 1.8rem 0.5rem;
    font-size: 2rem;
    color: #000000;
    border: 0;
}

.custom-table tbody td:first-child {
    text-align: left;
}

.custom-table tbody td:nth-child(2),
.custom-table tbody td:nth-child(3) {
    text-align: center;
}


/* fin table_infos */


/* debut FAQ */

.faq {
    background-color: #F0F4F7;
    padding: 8rem 0 8rem 0;
    position: relative;
}

.faq .blc h2 {
    font-family: var(--font-Styrene-a-web);
    font-weight: 500;
    font-size: 3.2rem;
}

.faq .blc h2::after {
    content: none;
}

.conteneurFaq {
    margin-top: 6.3rem;
    margin-bottom: 5rem;
}

.itemFaq {
    width: 100%;
    height: 13rem;
    border-radius: 1rem;
    margin: 3rem 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    font-family: var(--font-Styrene-a-web);
    overflow: hidden;
    transition: .3s;
}

.itemFaq.opned {
    height: auto;
}

.head_Faq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 4rem;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: left;
    height: 13rem;
    color: #000000;
    cursor: pointer;
    transition: .3s;
}

.chevron {
    width: 5.1rem;
    height: 5.1rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-bleuciel);
}

.head_Faq i {
    color: #ffffff;
    font-size: 2.6rem;
    transition: .3s;
}

.chevron:hover i {
    font-size: 3rem;
}

.opned .head_Faq i {
    transform: rotate(180deg);
    /* color: #DB021B; */
}

.body_faq {
    font-size: 2.2rem;
    font-weight: 300;
    padding: 0 4rem 3rem 4rem;
    margin-top: -5rem;
    text-align: left;
    width: 135rem;
    opacity: 0;
    visibility: hidden;
}

.body_faq a {
    color: #000000;
    /* font-weight: 700; */
    text-decoration: underline;
}

.itemFaq.opned .body_faq {
    opacity: 1;
    visibility: visible;
}

.cadre_tableau {
    margin: 5rem auto 2rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    border: 0.2rem solid var(--color-bleuciel);
}

.tableau {
    width: 100%;
    border-collapse: collapse;
}

.tableau thead {
    background-color: var(--color-bleuciel);
    color: #fff;
}

.tableau thead tr {
    border: 0.1rem solid var(--color-bleuciel);
}

.tableau th {
    padding: 1.5rem 4rem;
    font-family: var(--font-Styrene-a-web);
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    width: 48.7rem;
    border-color: var(--color-bleuciel);
}

.tableau th:first-child {
    text-align: left;
}

.tableau th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 0.2rem;
    background: rgba(255, 255, 255, 0.5);
}

.tableau tbody {
    background-color: #ffffff;
    position: relative;
}

.tableau tbody::after {
    content: '';
    width: 0.1rem;
    height: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-bleuciel);
}

.tableau tbody td {
    padding: 1rem 0rem 1rem 19rem;
    font-family: var(--font-Styrene-a);
    font-size: 2rem;
    font-weight: 400;
    color: #000000;
}

.tableau tbody tr {
    border: 0.1rem solid var(--color-bleuciel);
}

.tableau tbody td:nth-child(2),
.tableau tbody td:nth-child(3) {
    text-align: center;
    padding: 1rem 0rem 1rem 0rem;
}


/* FIN FAQ */


/* opportunite */

.opportunite {
    padding: 9rem 0;
    color: #ffffff;
}

.opportunite .under_h2 {
    width: 94rem;
    margin: 5rem auto;
    font-family: var(--font-Styrene-a-web);
    font-size: 2.2rem;
    font-weight: 500;
}

.opportunite_container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.item_opportunite {
    background-color: #ffffff;
    border-radius: 1rem;
    width: 44.5rem;
    overflow: hidden;
}

.pic_opp {
    width: 100%;
    height: 30rem;
    position: relative;
}

.pic_opp img:not(.pic_opp img.confiance) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.confiance {
    position: absolute;
    right: 1.65rem;
    bottom: -3.5rem;
    width: 10rem;
}

.content_opp {
    color: #000000;
    padding: 2rem 4rem;
    text-align: left;
    height: 43.8rem;
}

[lang="en"] .content_opp {
    height: 53.8rem;
}

.content_opp h3 {
    font-family: var(--font-Styrene-a-web);
    font-weight: 500;
    font-size: 3.2rem;
    color: var(--color-bleuciel);
}

.content_opp h3 .italic {
    font-weight: 600;
}

.content_opp p {
    font-size: 2.2rem;
    font-weight: 400;
    color: #000000;
    margin: 1rem 0;
}


/* fin opportunite */


/* contact_section */

.contact_section {
    padding: 5.715rem 0;
}

.contact_section .blc {
    width: 129.4rem;
}

.container_contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pic_contact {
    width: 33.4rem;
}

.content_contact {
    width: 91rem;
    text-align: left;
    color: #000000;
}

.content_contact h3 {
    font-size: 5rem;
    font-weight: 400;
}

.content_contact p {
    font-size: 2rem;
    font-weight: 400;
}

.name_responsable {
    font-family: var(--font-Styrene-a-web);
    font-size: 2rem;
    font-weight: 500;
    display: block;
}

.profession {
    font-family: var(--font-Styrene-a-web);
    font-size: 2rem;
    font-weight: 300;
}

.link_contact {
    margin: 0.6rem 0;
}

.link_contact a {
    font-family: var(--font-Styrene-a-web);
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
    /* text-decoration: none; */
}

.link_contact i {
    font-size: 2.2rem;
}

.ico_contact {
    font-family: var(--font-Styrene-a-web);
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 0.5rem;
}


/* fin contact_section */


/* footer */

footer {
    padding: 3.3rem 0 13rem;
    background-color: #000000;
}

.container_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.logo_footer {
    width: 20.8rem;
    display: inline-block;
}

.left_container {
    margin-left: 2rem;
    width: 76.321rem;
    display: flex;
}

.right_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10rem;
    width: 80.24rem;
}

.socialMedia_footer {
    width: 25.941rem;
    margin-left: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share {
    width: 5.227rem;
    height: 5.227rem;
    color: #ffffff;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
}

.share:hover {
    transform: scale(1.15);
}

.link_footer a {
    display: inline-block;
    color: #ffffff;
    font-size: 1.4rem;
    margin: 1rem;
}

.link_footer a:last-child {
    margin-right: 0;
}

.don_confiances {
    width: 9.6rem;
}


/* fin footer */


/* blockFormDon */

.blockFormDon {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 10rem;
    z-index: 9993;
    /* display: none; */
}

.blc_form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    position: relative;
}

.blc_form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.6rem;
    /* déborde à gauche */
    width: 60rem;
    /* largeur de la diagonale */
    height: 100%;
    background: #ffffff;
    transform: skewX(-15deg);
    z-index: -1;
}

.blc_switch {
    width: 47.7rem;
    margin-left: 6.5rem;
    font-size: 1.7rem;
}

[lang='en'] .blc_switch {
    width: 35.7rem;
    margin-left: 10rem;
}

.title_switch {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-align: center;
}

.switch_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[lang='en'] .switch_btn {
    width: 33rem;
    justify-content: space-around;
}

.btn_switch {
    padding: 0rem 1rem 0.3rem;
    border-radius: 3rem;
    font-size: 2rem;
    cursor: pointer;
    color: #857B77;
    box-shadow: 0 0 0 0.1rem rgba(99, 166, 183, 1) inset;
    line-height: 3.4rem;
}

.btn_switch.active {
    background-color: var(--color-bleuciel);
    box-shadow: none;
    color: #ffffff;
}

.form_don {
    width: 135rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}

[lang="en"] .form_don {
    width: 142rem;
}

.container_form {
    display: none;
    justify-content: center;
    align-items: center;
    width: 74.4rem;
    transition: .3s;
}

[lang="en"] .container_form {
    width: 86.4rem;
}

.container_form.active {
    display: flex;
}

.item_form_don {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.7rem;
    text-align: center;
    width: 24.8rem;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

[lang="en"] .item_form_don {
    width: 28.8rem;
}

.item_form_don::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--color-bleuciel);
    width: 0.27rem;
    height: 50%;
}

.item_form_don span {
    font-family: var(--font-Styrene-a-web);
    transition: .3s;
}

.item_form_don:hover span,
.item_form_don.active span {
    transform: scale(1.05);
}

.chiffre_don {
    font-size: 3rem;
    font-weight: 500;
    color: #000000;
}

.chiffre_don .symb {
    font-size: 2.4rem;
    font-family: var(--font-Styrene-a);
    font-weight: 400;
}

.text_after_ded {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000000;
}

.mnt_aftr_ded {
    color: var(--color-orange);
    display: inline-block;
    font-size: 1.6rem;
}

.mnt_aftr_ded .symb {
    font-size: 1.2rem;
    font-family: var(--font-Styrene-a);
    font-weight: 400;
}

.autre_montant {
    width: 13.4rem;
    height: 100%;
    position: relative;
    color: #000000;
    transition: .3s;
}

[lang="en"] .autre_montant {
    width: 13.4rem;
}

.autre_montant::after {
    content: none;
}

.placeholder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
}

.autre_montant:hover .placeholder {
    font-size: 2.3rem;
}

.montant_libre {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3.5rem;
    outline: none;
    border: 0;
}

.send_form_don {
    width: 37.9rem;
    height: 100%;
    background-color: var(--color-orange);
    color: #000000;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.leftBtn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
}

.send_form_don span {
    transition: .3s;
}

.send_form_don:hover span {
    transform: scale(1.05);
}


/* FIN blockFormDon */


/* ---- debut pediatrie_page ---- */

.pediatrie_page .accroche {
    background-image: url(../images/back_pediatrie.jpg);
}

.clinique_page .accroche {
    background-image: url(../images/back_clinique.jpg);
}

.scanner_page .accroche {
    background-image: url(../images/back_scanner.jpg);
}

.endometriose_page .accroche {
    background-image: url(../images/back_endometriose.webp);
}

.pediatrie_page .breadcrum_title .blc {
    background-color: #A39177;
}

.clinique_page .breadcrum_title .blc {
    background-color: #CF7C81;
}

.scanner_page .breadcrum_title .blc {
    background-color: #E0793D;
}

.endometriose_page .breadcrum_title .blc {
    background-color: #6D73B5;
}

.pediatrie_page .budjet_projet {
    background-color: #A39177;
}

.clinique_page .budjet_projet {
    background-color: #CF7C81;
}

.scanner_page .budjet_projet {
    background-color: #E0793D;
}

.endometriose_page .budjet_projet {
    background-color: #6D73B5;
}

.pediatrie_page .textLeterine {
    color: #A39177;
}

.clinique_page .textLeterine {
    color: #CF7C81;
}

.scanner_page .textLeterine {
    color: #E0793D;
}

.endometriose_page .textLeterine {
    color: #6D73B5;
}


/* .pediatrie_page .objectifs_projet h4 {
    color: #A39177;
}

.clinique_page .objectifs_projet h4 {
    color: #CF7C81;
}

.scanner_page .objectifs_projet h4 {
    color: #CF7C81;
} 

.endometriose_page .objectifs_projet h4 {
    color: #6D73B5;
}*/

.breadcrum_title {
    background-color: #ffffff;
}

.breadcrum_title .blc {
    color: #ffffff;
    padding: 5rem 2rem;
    border-radius: 1rem;
    margin-top: -15rem;
    position: relative;
    z-index: 1;
}

.breadcrum_title .blc h1 {
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 6rem;
}

.breadcrum_title .blc h2 {
    font-size: 3.75rem;
}

.breadcrum_title .blc h2::after {
    bottom: unset;
    top: -2.5rem;
    background: #ffffff;
}

.breadcrum_title .blc h3 {
    font-family: var(--font-Styrene-a-web);
    font-size: 4.4rem;
    font-weight: 500;
}

.breadcrum_title .blc h3 span {
    font-weight: 400;
}

.detail_projet {
    background-color: #ffffff;
    padding-bottom: 10rem;
}

.detail_projet .blc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10rem;
    background-color: #ffffff;
}

.descript_projet {
    width: 67.4rem;
    font-family: var(--font-Styrene-a-web);
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
}

.descript_projet p {
    text-align: left;
    margin-top: 0;
}

.objectifs_projet {
    margin-top: 4rem;
    text-align: left;
}

.objectifs_projet h4 {
    font-size: 2.6rem;
    font-weight: 500;
    text-transform: uppercase;
}

.objectifs_projet ul li {
    margin-bottom: 1rem;
    font-family: var(--font-Styrene-a-web);
    font-weight: 300;
    font-size: 2.2rem;
}

.calendar_projet {
    width: 66.7rem;
}

.pic_cal_projet {
    position: relative;
}

.pic_cal_projet img {
    width: 100%;
    border-radius: 1rem;
}

.pic_cal_projet i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 7rem;
    cursor: pointer;
    color: #ffffff;
    transition: .5s;
}

.pic_cal_projet i:hover {
    transform: translate(-50%, -50%) scale(1.15);
}

.lire_video {
    /* cursor: pointer; */
}


/* */

.popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.9s;
}

.popup.active {
    left: 0;
}

.popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.popup iframe {
    width: 90rem;
    height: 51rem;
}

.close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    color: #fff;
    font-size: 7rem;
    cursor: pointer;
    line-height: 1;
}


/* */

.detail_calendar {
    text-align: left;
    background-color: #F7F6F6;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-family: var(--font-Styrene-a-web);
    font-size: 2.2rem;
    font-weight: 300;
}

.title_detail_calendar {
    display: block;
    /* margin-bottom: 0.3rem; */
}

.detail_calendar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail_calendar ul li {
    margin: 0.5rem 0;
}

.detail_calendar ul li:first-child {
    line-height: 0.7;
}

sup {
    font-size: 1.15rem;
}

.budjet_projet {
    border-radius: 1rem;
    padding: 1rem 2rem 2rem;
    color: #ffffff;
    font-family: var(--font-Styrene-a-web);
    font-size: 2rem;
    font-weight: 300;
    text-align: left;
    padding-right: 13rem;
    margin-top: 3rem;
}

.head_budjet {
    font-size: 2.2rem;
    font-weight: 500;
}

.chifr_budg {
    font-size: 3.5rem;
    font-weight: 500;
}

.temoignages {
    padding: 10rem 0;
}

.pediatrie_page .temoignages {
    background-color: #FCF2EC;
}

.clinique_page .temoignages {
    background-color: #FFF4F5;
}

.scanner_page .temoignages {
    background-color: #FCF2EC;
}

.endometriose_page .temoignages {
    background-color: #EFF3FF;
}

.container_temoignages {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text_temoignages {
    width: 116.5rem;
    font-family: var(--font-Styrene-a-web);
    font-weight: 300;
    font-size: 2.2rem;
    text-align: left;
}

.text_temoignages p {
    margin-top: 0;
}

.text_temoignages p img {
    width: 4.49rem;
    margin-right: 0.5rem;
}

.pic_temoignages {
    width: 29.55rem;
    border-radius: 1rem;
    overflow: hidden;
}

.pic_temoignages img {
    width: 100%;
}

.endometriose_page .pic_temoignages img {
    /* filter: contrast(-0); */
}

.temoigneur .name_t {
    display: block;
}


/* ---- fin recherche_page ---- */

.jump_to_sec {
    position: fixed;
    right: -9.5rem;
    bottom: 15rem;
    width: 6.5rem;
    height: 6.5rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: var(--color-bleufonce);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
    z-index: 9994;
}

.jump_to_sec.active {
    right: 3rem;
}

.homePage .jump_to_sec {
    display: none;
}


/* */

#tarteaucitronRoot div#tarteaucitron {
    left: 50% !important;
    /* top: 50%; */
    transform: translateX(-50%) !important;
}

.tarteaucitronIconBottomLeft {
    bottom: 9rem !important;
}