body {
    font-family: 'Poppins', sans-serif;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #6b6767;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.title_team{
    color: #0a293d;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.42em;
  }
  
 
 .class_etoile{
    width: 24px;
    margin-right: 10px;
 }
  

.img_block_engagement{
    width: 100%;
    border-radius: 19px;
    margin-bottom: -26px; 
}

.title_avantage_block {
    color: #0a293d;
    font-size: 37px;
    font-weight: 300;
    line-height: 53px;
  }

.texte_avantage_block { 
    color: #252829;  
    font-size: 18px;
    font-weight: 400;
  }
  
  

.bg_avantage_produits {
    border-radius: 23px;
    background: linear-gradient(270deg, rgba(140,185,194,0.24) 0%, rgba(129,201,219,0.24) 100%);
    background-blend-mode: normal;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
  

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: #2c6196;
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.image_emprunt {
    border-radius: 19px;
    border: 1px solid #ffffff;
    background: linear-gradient(-58deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.33) 100%);
    background-blend-mode: normal;
    backdrop-filter: blur(18px);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.22);
    width: 100%;
    padding: 8px;
}

.title_bloc_card {
    color: #2f7c93;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
  }

.texte_block_card {
    height: 293px;
    color: #7e8081;
    font-size: 26px;
    font-weight: 700;
}
  
  

.title_page_emprun {
    background-blend-mode: normal;
    color: #0a293d;
    font-size: 39px;
    font-weight: 300;
    text-align: center;
}


.mini_title_page_emprun {
    color: #b8b8b8;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}


.title_couv_emprun {
    color: #ffffff;
    font-size: 61px;
    font-weight: 700;
}

.texte_couv_emprun {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
}




.couv_degrade_produit {
    background: linear-gradient(270deg, #49b1d0 0%, #1d6aa9 100%);
    background-blend-mode: normal;
    padding-top: 30px;
    padding-bottom: 30px;
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #6b6767;
}

.bouton_espace_client {
    border-radius: 25px;
    background: #0f4979;
    background-blend-mode: normal;
}

.input_seache {
    border-radius: 25px;
    border: 1px solid #979797;
}

.nav-link:focus,
.nav-link:hover {
    color: rgb(15 73 121);
}

.image-container {
    position: relative;
    width: 100%;
}

.image-container img {
    width: 100%;
}

.image-overlay {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

.notrevisio {
    color: #0a293d;
    font-size: 45px;
    font-weight: 300;

    
}

.bGFIBourse {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.btn_dec_accueil {
    border-radius: 8px;
    background: #356da6;
    background-blend-mode: normal;
}

.juin2023 {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.block_metier {
    border-radius: 34px;
    background: linear-gradient(270deg, #335d85 0%, #09285f 100%);
    background-blend-mode: normal;
    padding: 20px;
}



.btnvpactu {
    border-radius: 8px;
    background: #356da6;
    background-blend-mode: normal;
}


.espace_30 {
    height: 30px;
}

.espace_40 {
    height: 40px;
}

.espace_60 {
    height: 60px;
}

.css_back {
    border-radius: 23px;
    background: linear-gradient(270deg, rgba(217, 246, 251, 0.24) 0%, rgba(129, 201, 219, 0.24) 100%);
    background-blend-mode: normal;
    padding: 30px;
}

.nosproduit {
    color: #0a293d;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.cestunedet {
    color: #454545;
    font-size: 19px;
    font-weight: 300;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}


.empruntObl {
    color: #2980b8;
    font-size: 25px;
    font-weight: 300;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title_actru {
    color: #2d2d2d;
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.img_article {
    width: 100%;
    border-radius: 20px;
}

.quasmolest {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title_footer {
    color: #181818;
    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;
}

.css_image_acc {
    width: 100%;
    border-radius: 8px;
    margin-top: -49px;
}

.back_produit_acc {
    background: linear-gradient(88deg, rgba(248, 248, 248, 0.42) 0%, rgba(215, 215, 215, 0.42) 100%);
    background-blend-mode: normal;
    padding: 20px;
}

.texte_page_clientele {
    color: #5b5c5f;
    font-size: 18px;
    font-weight: 400;
}

.texte_metier_block {
    color: #0a293d;
    font-size: 41px;
    font-weight: 300;
    line-height: 53px;
}


.sub_title_valeur {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}


.btn_page_nous_connaitre {
    border-radius: 8px;
    background: #356da6;
    border-color: #356da6;
    background-blend-mode: normal;
}


.title_page_cliente {
    color: #0a293d;
    font-size: 41px;
    font-weight: 300;
    line-height: 44px;
}

.image_patge_clientele {
    border-radius: 20px;
    background: #d8d8d8;
    background-blend-mode: normal;
    width: 100%;
}


.img_carou_article {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}


.cadre_couv_cieltele {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 33px;
    border: 2px solid #dadada;
    background: rgba(255, 255, 255, 0.26);
    background-blend-mode: normal;
    backdrop-filter: blur(9px);
    padding: 20px;
}

.title_page_metiers {
    color: #0a293d;
    font-size: 40px;
    font-weight: 300;
    line-height: 53px;
}

.texte_page_metier {
    color: #5b5c5f;
    font-size: 20px;
    font-weight: 400;
}



.btn_dec_metiers {
    border-radius: 8px;
    background: #ffffff;
    background-blend-mode: normal;
    width: 100%;
    border-color: #ffffff;
}


.texte_metier {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}


.block_texte {
    border: 2px solid #ececec;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.filtre_clientele {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.51) 100%);
    background-blend-mode: normal;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
}

.filtre-degrade-epargne {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #0e2338 100%);
}

@media (max-width: 2560px) {
    .dcouvrezno {
        color: #ffffff;
        font-size: 27px;
        font-weight: 400;
        text-align: justify;

    }


    .texte_couv_cleint {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }

    .notreclien {
        color: #ffffff;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
    }

    .padding_texte_metiers {
        padding-left: 100px;
        padding-right: 100px;
    }

    .lavenirsou {
        color: #ffffff;
        font-size: 54px;
        font-weight: 700;
        line-height: 65px;
    }

}


@media (max-width: 1087px) {

    .dcouvrezno {
        color: #ffffff;
        font-size: 22px;
        font-weight: 400;
    }


    .lavenirsou {
        color: #ffffff;
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
    }

}

@media (max-width: 991px) {

    .padding_texte_metiers {
        padding-left: 15px;
        padding-right: 15px;
    }

}



@media (max-width: 850px) {

    .dcouvrezno {
        color: #ffffff;
        font-size: 17px;
        font-weight: 400;
    }


    .lavenirsou {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        line-height: 37px;
    }

}

@media (max-width: 767px) {

    .padding_texte_metiers {
        padding-left: 0px;
        padding-right: 0px;
    }

    .texte_couv_cleint {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .notreclien {
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

}

@media (max-width: 697px) {

    .dcouvrezno {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
    }


    .lavenirsou {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 27px;
    }

}

@media (max-width: 470px) {

    .dcouvrezno {
        color: #ffffff;
        font-size: 10px;
        font-weight: 400;
    }


    .lavenirsou {
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
    }

}