
.size_carousel {
    background: #fff;
    height: 80vh;
    background-image: url('../images/logo.png') center center no-repeat;
    background-size: cover;
}
/*** Header ***/
.header-carousel {
    top: -100px;
    /*overflow:hidden;*/
}
nav.bg-white{
    background-color: rgba(0, 0, 0, .5) !important;
}
nav.shadow-sm.bg-white{
    background-color: white !important;
}
.owl-prev,.owl-next{
    background-color: var(--primary) !important;
    color: white !important;
}
.owl-carousel .item{
    height:100%;
}
.owl-carousel.owl-drag .owl-item {
    height: 90vh !important;
}
.img-carousel{
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .size_carousel,.size_carousel .owl-stage-outer{

    }
    .owl-carousel.owl-drag .owl-item{
        height: 80vh !important;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 80vh;
        max-height: 100%;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

/*** Main  ***/
main{
    margin-top: -125px;
}
/*** Fin Main ***/

/*** Banner Infos ***/
.banner_infos{
    background-color: var(--primary);
    margin-top:50px;
}
.banner_infos .container{
    padding: 30px 0;
}
.banner_infos .container .title{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: "Roboto";
}
.banner_infos .container .desc{
    color: white;
    font-size: 16px;
    font-weight: 300;
}
.banner_infos .container .text_box{
    padding: 27px 0 27px 0;
}
@media (max-width: 768px) {
    .banner_infos{
        margin-top:0;
    }
    .banner_infos .container .title{
        font-size: 22px;
    }
    .banner_infos .container .desc{
        font-size: 12px;
    }
    .banner_infos .container .text_box{
        padding: 15px 0;
    }
}
/*** Fin Banner Infos ***/

/*** Section Paralax and Stat ***/
.bg_paralax {
    background-attachment: fixed;
    background-repeat: repeat;
    background-image: url("../images/bg_paralax.jpg") !important;
    padding: 90px 0;
}
.bg_paralax .box_cercle{
    margin: 10px 0;
}
.bg_paralax .box_cercle .cercle{
    border-color: rgba(255,255,255,0.5);
    color: #ffffff;
    border: 2px solid #CDCBCC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 225px;
    height: 225px;
    text-align: center;
    color: white;
    margin: 0 auto;
    padding-top: 40px;
}
.bg_paralax .box_cercle .cercle .icon_box{
    font-size: 40px;
    margin: 0 auto;
}
.bg_paralax .box_cercle .cercle .decompte_box{
    margin: 5px 0;
    font-size: 30px;
    font-weight: 300;
}
.bg_paralax .box_cercle .cercle .decompte_box .number{
   
}
.bg_paralax .box_cercle .cercle .decompte_box .desc{
    text-transform: uppercase;
    color: white;
}
.bg_paralax .box_cercle .cercle .detail_box{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    margin: 13px 0;
}
/*** Fin Section Paralax and Stat ***/
.owl-carousel-item div.position-absolute.w-100.h-100.d-flex.align-items-center {
    background: none !important;
}
.color1 {
    color: #303E48;
    font-weight:bold;
}