.nav-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 8px;
}
.nav-btn .nav-prev,
.nav-btn .nav-all,
.nav-btn .nav-next {
    cursor: pointer;
    height: 45px;
    width: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(15, 15, 116);
    color: white;
    margin: 5px 10px;
    border-radius: 50%;
}

.owl-carousel .item {
    /*   background: #3fbf79;*/
    padding: 30px 0px;
    margin: 8px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.btn-icon-circle {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgb(14, 14, 70);
    border-radius: 50%;
}
.section-title {
    font-size: 30px;
    font-weight: 800;
    margin-right: 8px;
}

.owl-carousel .item-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    height: 350px;
}

.owl-carousel .item-content img {
    height: 100%;
    width: 35%;
    object-fit: cover;
}

.owl-carousel .item-content .content {
    width: 64%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: black;
}

.owl-carousel .item-content .content .libelle {
    font-weight: 800;
    text-align: start;
    font-size: 18px;
}
.owl-carousel .item-content .content .desc {
    text-align: start;
}
#h-partners .mobile-view{
    display: none;

}
#h-partners .web-view{
    display: flex;

}

@media (max-width: 768px) {
    #h-partners .mobile-view{
        display: block;

    }
    #h-partners .web-view{
        display: none;

    }
    #services-owl .item-content{
        flex-direction: column;
        height: 550px;
    }
    #services-owl .item-content img{
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    #services-owl .item-content .content {
        width: 100%;
        height: 350px;
        margin: 15px 0px;
        padding: 0px 25px;

    }

    #equipes-owl .item-content{
        flex-direction: column;
        height: 450px;
    }
    #equipes-owl .item-content img{
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    #equipes-owl .item-content .content {
        width: 100%;
        height: 230px;
        margin: 15px 0px;
        padding: 0px 25px;

    }

    #events-owl .item-content{
        flex-direction: column;
        height: 530px;
    }
    #events-owl .item-content img{
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    #events-owl .item-content .content {
        width: 100%;
        height: 280px;
        margin: 15px 0px;
        padding: 0px 25px;

    }


}
@media (min-width: 769px) {

}

/*nouvelle*/
