

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
    font-size: 13px;
}

.dev {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #9a9b9b;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

 /* Target the scrollbar track */
    ::-webkit-scrollbar {
      width: 5px;
    }

    /* Target the scrollbar thumb (the draggable part) */
    ::-webkit-scrollbar-thumb {
      background-color: #005ca9;
      border-radius: 5px;
    }

    /* Target the scrollbar thumb on hover */
    ::-webkit-scrollbar-thumb:hover {
      background-color: #b06e0e;
    }

    /* Target the scrollbar track on hover */
    ::-webkit-scrollbar-thumb:active {
      background-color: #005ca9;
    }

    /* Target the scrollbar track when scrollbar is in a disabled state */
    ::-webkit-scrollbar-thumb:disabled {
      background-color: #005ca9;
    }

    /* Target the scrollbar track on the element that has focus */
    ::-webkit-scrollbar-thumb:focus {
      background-color: #005ca9;
    }



.img_chevaux {
    width: 100%;
    border-radius: 16px;
}

.btn_accueil {
    border-radius: 8px;
    background: rgb(255 255 255 / 94%);
    background-blend-mode: normal;
    border-color: #ffffff;
}

.texte_pargne:hover {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    background: #005ca9;
}


.texte_crdit {
    color: #b06e0e;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
}

.texte_crdit:hover {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    background: #b06e0e;
    border-color: #b06e0e;
}



.texte_package:hover {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    background: #9ba2a7;
    border-color: #9ba2a7;
}

body {
    font-family: 'Poppins', sans-serif;
}

.div50 {
    height: 50px;
}

.div15 {
    height: 15px;
}


.la_barre {
    height: 6px;
    background: #005ca9;
    background-blend-mode: normal;
    width: 250px;
}

.la_barre_jaune {
    height: 6px;
    background: #E1B63C;
    background-blend-mode: normal;
    width: 180px;
}

.la_barre_finam {
    height: 6px;
    background: #007ab5;
    background-blend-mode: normal;
    width: 180px;
}

.la_barre_histoire {
    height: 6px;
    background: #35445d;
    background-blend-mode: normal;
    width: 180px;
}

.nav-link:focus, .nav-link:hover {
    color: #cea945;
}


.la_barre_actu {
    height: 6px;
    background: #005ca9;
    background-blend-mode: normal;
    width: 180px;
}

.la_barre_credit {
    height: 6px;
    background: #e86828;
    background-blend-mode: normal;
    width: 180px;
}

.la_barre_packages {
    height: 6px;
    background: #b03058;
    background-blend-mode: normal;
    width: 180px;
}



.bg_color_nouveau {
    /*background: rgb(32 133 176 / 12%);*/
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(231 189 15 / 11%);
}



.btn_pourquoi:hover {
    border-radius: 10px;
    border: 1px solid #005ca9;
    background: #005ca9;
    background-blend-mode: normal;
    width: 60%;
}

.nouveau_texte {
    color: #2085b0;
    font-size: 39px;
    font-weight: 700;
}

.nouveau_texte_bold {
    color: #343333;
    font-size: 23px;
    font-weight: 700;
}

.nouveau_texte_simple {
    color: #343333;
    font-size: 21px;
    font-weight: 400;
    text-align : justify;
}

.navbar-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 18;
}


.btn_decouvrez:hover {
    border-radius: 10px;
    background-color: #b06e0e;
    border-color: #b06e0e;
}

.bordure_package {
    border-radius: 21px;
    background: #ae7b1f;
    background-blend-mode: normal;
    padding: 20px;
}

.carteClass {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}

.mask {
    border-radius: 14px;
    border: 11px solid #ffffff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.bg_valeur {
    background: linear-gradient(180deg, #f7fafb 0%, #ebf4f6 100%);
    background-blend-mode: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pourvosret {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}

.btn_package {
        border-radius: 10px;
    border: 1px solid #ffffff;
    background: white;
    color: #000000;
    font-weight: 500;
}

.btn_package:hover {
    border-radius: 10px;
    border: 1px solid #b06e0e;
    background: transparent;
    color: #ffffff;
}

.bold_number_mobile {
    color: #353535;
    font-size: 25px;
    font-weight: 700;
}

.not_bold_number_mobile {
    color: #353535;
    font-size: 20px;
    font-weight: 400;
}

.pourquoino_fond {
    color: #005ca9;
    font-size: 35px;
    font-weight: 400;
}

.bg_color_actu {
    /* background: #fff; */
    padding-top: 20px;
    padding-bottom: 40px;
}

.titlke_article {
    color: #2989c2;
    font-size: 17px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.42em;
}

.block_acc{
    margin-top:15px;
}

.texte_ap_article {
        color: #777777;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-align: justify;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.css_btn_readmore {
    border-radius: 17px;
    background: #0d91d0;
    background-blend-mode: normal;
    font-weight: 700;
    font-size: 15px;
    border-color: #0d91d0;
}

.css_btn_readmore:hover {
    border-radius: 17px;
    background: #0d91d0;
    background-blend-mode: normal;
    font-weight: 700;
    font-size: 15px;
    border-color: #0d91d0;
}

.la_barre_testi {
    height: 6px;
    background: #caa440;
    background-blend-mode: normal;
    width: 180px;
}


#testimonials {
    margin-top: 50px;
}

.testimonial-item {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.testimonial-item p {
    font-size: 16px;
    line-height: 1.5;
}

.css_image {
    width: 70px !important;
    border-radius: 70px;
    margin-bottom: -31px;
}

.css_title_testi {
    color: #797979;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.texte_testi {
    color: #797979;
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-align: left !important;
}

.css_shadow_card {
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 1px 3px 9px rgba(217, 217, 217, 0.85);
    padding: 20px;
    text-align: left;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 24px !important;
    font-family: 'Poppins', sans-serif;
    color: #797979;
    border-radius: 24px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1c57c9;
}

.title_footer {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.texte_footer {
    color: #b3b3b3;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 7px;
    text-decoration: none;
}

.devenircli {
    color: #5c5a5a;
    font-size: 34px;
    font-weight: 700;
}

.nav-underline .nav-link.active, .nav-underline .show>.nav-link {
    font-weight: 700;
    color: #4da1a6;
    border-bottom-color: currentcolor;
}

#comptecour {
    position: absolute;
    left: 526px;
    top: 828px;
    width: 292px;
    height: 26px;
    color: #9a9b9b;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
  }



.dcouvrezno {
    color: #3d4b63;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.loremipsum {
    color: #5c5a5a;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}



.voustesunp {
    color: #5c5a5a;
    font-size: 18px;
    font-weight: 400;
}



.image-container {
    position: relative;
    display: inline-block;
}

.my_img_dg {
    display: block;
}

.notrehisto {
    color: #646563;
    font-size: 35px;
    font-weight: 700;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }

.filtre-degrade-compte {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.comptecour {
    color: #4da1a6;
    font-size: 23px;
    font-weight: 700;
}

.appelaussi {
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.noussommes {
    color: #868686;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
}

.copy {
    color: #3d8eab;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
}

.centredapp {
    color: #3d8eab;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
}

.disponible {
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 13px;
    background: #d5b54d;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
}

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: #2185c0;
    cursor: pointer;
    border-radius: 40px;
  }

  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #4CAF50;
    cursor: pointer;
  }

.texte_simulation {
    color: #62a8d9;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.dequelmont {
    color: #545659;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.fcfa {
    color: #3e8e99;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 17px;
    border: 1px solid #2185c0;
    background: #ffffff;
    background-blend-mode: normal;
}

.texte_mensualite{
    font-size: 2.25em;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 1.42em;
}

.montant_b{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin: 0px 0;
}

.btn_consulter_taux{
    width: 230px;
    height: 46px;
    font-size: 1.0625em;
    font-weight: 600;
    text-align: center;
    padding: 0 16px;
    border-radius: 23px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    background-color: #f05b6f;
    color: #fff;
    border: none;
    margin: auto;
    line-height: 2.42em;
    overflow: visible;
}

.month{
    font-size: 36px;
    font-family: "roboto", Arial, sans-serif;
    font-weight: bold;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
}

.animate {
    animation: fadeIn 1s ease-out;
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 2560px) {

    .filtre-degrade {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #9ba2a7 100%);
    }

    .leConseild {
        color: #4b4a4a;
        font-size: 20px;
        font-weight: 400;
        text-align : justify;
    }

    .amliorerla {
        color: #4b4a4a;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }

    .excellence {
        color: #1c3763;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }

    .nosvaleurs {
        color: #005ca9;
        font-size: 38px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }

    .finamestle {
        color: #646563;
        font-size: 20px;
        font-weight: 400;
        text-align: justify;
    }

    .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: 13px;
        font-weight: var(--bs-nav-link-font-weight);
        color: #ffffff;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    #block_video_mobile{
        display:none;
    }

    .block_pp{
        text-align: center;
        margin-top: -62px;
    }

    .texte_package {
        color: #9ba2a7;
        font-size: 29px;
        font-weight: 700;
        text-align: center;
    }

    .texte_crdit {
        color: #b06e0e;
        font-size: 29px;
        font-weight: 700;
        text-align: center;
    }

    .texte_pargne {
        color: #005ca9;
        font-size: 29px;
        font-weight: 700;
        text-align: center;
    }

    #block_prod_mobile{
        display:none;
    }

    .btn_decouvrez {
        border-radius: 10px;
        background: #e1b63c;
        background-blend-mode: normal;
        border-color: #e1b63c;
    }

    .btn_nouveau {
        border-radius: 10px;
        background: #1f81af;
        background-blend-mode: normal;
        border-color: #1f81af;
    }

    .treclientF_t {
        color: #2c2d2b;
        font-size: 19px;
        font-weight: 400;
        text-align : justify;
    }

    .btn_pourquoi {
        border-radius: 10px;
        border: 1px solid #005ca9;
        background: #005ca9;
        background-blend-mode: normal;
        width: 60%;
    }

    .pourquoino {
        color: #646563;
        font-size: 35px;
        font-weight: 700;
    }

    .bordure_cadre {
        border-radius: 16px;
        background: #005ca9;
        background-blend-mode: normal;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
        padding: 20px;
        margin-top: 40px;
        position: relative;
        z-index: 4;
        margin-left: 100px;
        margin-right: 100px;
        padding-bottom: 33px;
    }

    .cadre_simulateur {
        border-radius: 27px;
        border: 3px solid #979797;
        background: rgb(255 255 255 / 58%);
        background-blend-mode: normal;
        backdrop-filter: blur(3px);
        padding: 20px;
        /*width: 440px;*/
        background-color: #fff;
        box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
        border-color: #fff;
      }

    .block_texte_mobile_credit{
        display: none;
    }

    .filtre-degrade-epargne {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #005ca9 100%);
    }

    .filtre-degrade-credit {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #b06e0e 100%);
    }

    .filtre-degrade-packages {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #9ba2a7 100%);
    }

    .filtre-degrade-contact {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269deg, rgba(43,177,118,0) 0%, rgba(41,140,170,0.04) 0%, rgb(255 255 255) 100%);
    }



    #rectangle {
        position: absolute;
        left: 0px;
        top: 623px;
        width: 1693px;
        height: 515px;
        background: linear-gradient(270deg, rgba(43,177,118,0) 0%, #091e44 100%);
        background-blend-mode: normal;
      }


    .block_texte_epargne {
        position: relative;
        padding-left: 40px;
        margin-top: -399px;
        z-index: 1;
    }

    .block_texte_credit{
        position: relative;
        padding-left: 40px;
        margin-top: -228px;
        z-index: 1;
    }

    .block_texte_package{
        position: relative;
        padding-left: 40px;
        margin-top: -431px;
        z-index: 1;
    }

    .bienvenueF {
        color: #ffffff;
        font-size: 51px;
        font-weight: 700;
    }

    .treclientF {
        color: #ffffff;
        font-size: 21px;
        font-weight: 400;
    }

    .block_texte {
        position: relative;
        padding-left: 40px;
        margin-top: -291px;
        z-index: 1;
    }

    .block_texte_mobile{
        display: none;
    }

}

@media (max-width: 1199px) {
    .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: 11px;
        font-weight: var(--bs-nav-link-font-weight);
        color: #ffffff;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }
}

@media (max-width: 1128px) {

    .bienvenueF {
        color: #ffffff;
        font-size: 45px;
        font-weight: 700;
    }

    .block_texte_package{
        position: relative;
        padding-left: 40px;
        margin-top: -368px;
        z-index: 1;
    }

    .treclientF {
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
    }

    .block_texte {
        position: relative;
        padding-left: 40px;
        margin-top: -245px;
        z-index: 1;
    }

    .block_texte_epargne {
        position: relative;
        padding-left: 40px;
        margin-top: -345px;
        z-index: 1;
    }

    .block_texte_credit{
        position: relative;
        padding-left: 40px;
        margin-top: -201px;
        z-index: 1;
    }

}

@media (max-width: 1004px) {

    .bienvenueF {
        color: #ffffff;
        font-size: 35px;
        font-weight: 700;
    }

    .block_texte_package{
        position: relative;
        padding-left: 40px;
        margin-top: -315px;
        z-index: 1;
    }

    .treclientF {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
    }

    .block_texte {
        position: relative;
        padding-left: 40px;
        margin-top: -212px;
        z-index: 1;
    }

    .block_texte_epargne {
        position: relative;
        padding-left: 40px;
        margin-top: -297px;
        z-index: 1;
    }

    .block_texte_credit{
        position: relative;
        padding-left: 40px;
        margin-top: -177px;
        z-index: 1;
    }

}

@media (max-width: 991px) {
.bordure_cadre {
        border-radius: 16px;
    background-blend-mode: normal;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
    padding: 20px;
    margin-top: -55px;
    position: relative;
    z-index: 4;
    margin-left: 0px;
    margin-right: 0px;
    background: #003a74cf;
    }

    .btn_pourquoi {
        border-radius: 10px;
        border: 1px solid #005ca9;
        background: #005ca9;
        background-blend-mode: normal;
        width: 80%;
    }

    .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: 11px;
        font-weight: var(--bs-nav-link-font-weight);
        color: #ffffff;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    .treclientF_t {
        color: #2c2d2b;
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
        overflow-y: scroll;
        max-height: 131px;
    }

     .pourquoino {
        color: #646563;
        font-size: 23px;
        font-weight: 700;

    }
}

@media (max-width: 798px) {

    .bienvenueF {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
    }

    .block_texte_package{
        position: relative;
        padding-left: 40px;
        margin-top: -300px;
        z-index: 1;
    }

    .treclientF {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
    }

    .block_texte {
        position: relative;
        padding-left: 40px;
        margin-top: -205px;
        z-index: 1;
    }

    .block_texte_epargne {
        position: relative;
        padding-left: 40px;
        margin-top: -318px;
        z-index: 1;
    }

    .block_texte_credit{
        position: relative;
        padding-left: 40px;
        margin-top: -187px;
        z-index: 1;
    }

}

@media (max-width: 767px) {

    .bienvenueF {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
    }

    .leConseild {
        color: #4b4a4a;
        font-size: 14px;
        font-weight: 400;
        text-align : justify;
    }

    .amliorerla {
        color: #4b4a4a;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

    .excellence {
        color: #1c3763;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .nosvaleurs {
        color: #005ca9;
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }

    .finamestle {
        color: #646563;
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
    }

     #block_video_mobile{
        display:block;
    }

     #block_video_web{
        display:none;
    }

    .bordure_cadre {
        border-radius: 16px;
        background-blend-mode: normal;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
        padding: 20px;
        margin-top: -11px;
        position: relative;
        z-index: 4;
        margin-left: 4px;
        margin-right: 4px;
        background: #003a74cf;
    }

    .block_pp {
        text-align: center;
        margin-top: 19px;
    }

    .texte_package {
        color: #9ba2a7;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .texte_crdit {
        color: #b06e0e;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .texte_pargne {
        color: #005ca9;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    #block_prod_web{
        display:none;
    }

    #block_prod_mobile{
        display:block;
    }

    .btn_decouvrez {
        border-radius: 10px;
        background: #e1b63c;
        background-blend-mode: normal;
        border-color: #e1b63c;
        margin-bottom: 10px;
    }

    .btn_nouveau {
        border-radius: 10px;
        background: #1f81af;
        background-blend-mode: normal;
        border-color: #1f81af;
        margin-bottom: 10px;
    }

    .treclientF_t {
        color: #2c2d2b;
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
    }

    .btn_pourquoi {
        border-radius: 10px;
        border: 1px solid #005ca9;
        background: #005ca9;
        background-blend-mode: normal;
        width: 100%;
    }

    .treclientF {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
    }

    .block_texte {
        position: relative;
        top: -186px;
        padding-left: 40px;
        display: none;
    }

    .block_texte_epargne {
        position: relative;
        padding-left: 40px;
        margin-top: -205px;
        z-index: 1;
        display: none;
    }

    .block_texte_credit{
        position: relative;
        padding-left: 40px;
        margin-top: -187px;
        z-index: 1;
        display: none;
    }

    .block_texte_package{
        position: relative;
        padding-left: 40px;
        margin-top: -228px;
        z-index: 1;
        display: none;
    }

    .block_texte_mobile_packages{
        display: block;
        background-image: linear-gradient(#9ba2a7,#9ba2a7);
        margin-top: -7px;
        padding: 15px;
    }

    .block_texte_mobile {
        display: block;
        background: linear-gradient(270deg, #9ba2a7 0%, #9ba2a7 100%);
        padding-left: 20px;
        margin-top: -7px;
    }

    .block_texte_mobile_epargne {
        display: block;
        background: linear-gradient(270deg, #005ca9 0%, #005ca9 100%);
        margin-top: -8px;
        padding: 15px;
    }

    .block_texte_mobile_credit{
        display: block;
        background: linear-gradient(270deg, #b06e0e 0%, #b06e0e 100%);
        margin-top: -8px;
        padding: 15px;
    }

    .mob{
        display: none;
    }

    .filtre-degrade {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(9 30 68 / 0%) 100%);
    }

    .filtre-degrade-credit{
        display: none;
    }

    .filtre-degrade-packages {
        display: none;
    }

    .filtre-degrade-contact{
        display: none;
    }

    .filtre-degrade-epargne{
        display: none;
    }

}
