section {
    padding: 20px 0;
}

section .titre-section {

    font-size: 30px;
    font-weight: 500;
    color: #051036;


}

section .description-titre {

    font-size: 16px;
    font-weight: 400;


    color: #697488;


}
/**owl carousel*/


.owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    opacity: 1;

    transition-delay: .25s;
    transition-duration: 1s
}

.owl-nav .owl-prev {
    background: linear-gradient(94.29deg, #13357B 1.92%, #2361E1 95.47%);
    width: 40px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #fff
}

.owl-nav .owl-next {
    background: linear-gradient(to left, #13357B 1.92%, #2361E1 95.47%);


    width: 40px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    color: #fff
}


.owl-nav .owl-next:hover {
    background: linear-gradient(94.29deg, #13357B 1.92%, #2361E1 95.47%);
}

.owl-nav .owl-prev:hover {
    background: linear-gradient(180deg, #13357B 1.92%, #2361E1 95.47%);
}

.promo .owl-nav .owl-prev {
    left: -15px;
    position: absolute;
}

.promo .owl-nav .owl-next {
    position: absolute;
    right: -19px;
}


.banner-hero-carousel :where(.owl-nav .owl-prev,.owl-nav .owl-next){
    margin: 20px;
}


.banner-hero-carousel .banner-hero-item img{

    aspect-ratio: auto 1905 / 496;
    width: 100%;
    height: auto;
}


.bsb-overlay {
    height: auto;
    width: 100%;
}