.news .item__desc__titre.title.style-1 h2{
    padding-bottom: 0;
    font-size: 70px;
}
.news .item__desc__sous-titre.paragraph.style-regular p{
    font-weight: 700;
}
.news .item .item__imgs .item__imgs__img:first-child{
 margin-bottom: 30px;
}
.news .carousel-news.owl-theme .owl-dots {
    margin-top: 20px;
}
.news .carousel-news .item>.row{
    align-items: center;
}
.news .owl-theme .owl-dots .owl-dot span{
    background: transparent;
    background-image: url(../images/slider/bt-slider.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin: 0;
}
.news .owl-theme .owl-dots .owl-dot.active span{
    background-position: top center;
}
.news .item__imgs__img{
    position: relative;
    overflow: hidden;
}
.news .ovrly{
    position: absolute;
    background: rgba(0, 154, 168, 0.49);
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news .item__imgs__img:hover .ovrly{
    opacity: 1;
    transform: translateX(0);
}


.news .item__imgs__img::after{
    content:"";
    position: absolute;
    background-image: url(../images/zoom-in-line.svg);
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    opacity: 0;
}

.news .item__imgs__img:hover::after{
    opacity: 1;
}

.item__desc__mobile {
    display: none;
}
@media (max-width: 991px) {
    .item__desc__mobile {
        height: 500px;
        margin: auto;
        text-align: center;
        width: 100%;
        margin: 0 15px;
        display: block;

    }
    .item__desc__mobile img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    }
    .item__imgs{
        display: none;
    }
    .item__desc{
        text-align: center;
    }
    .news .carousel-news.owl-theme .owl-dots {
        margin-top: 10px;
    }
    .item__desc__desc{
        margin-top: 15px;
    }
}

.item__desc__mobile .owl-nav .owl-prev,
.item__desc__mobile .owl-nav .owl-next {
    width: 45px;
    height: 35px;
    top: 50%;
    position: absolute;
    padding: 2px 0px;
    color: transparent !important;
    background: url(../images/icons/arrow-color.png);    
    background-repeat: no-repeat !important;
    background-position: top;
    background-size: auto;
    margin: 0;
    transition: none;
}
.item__desc__mobile .owl-nav .owl-prev:hover,
.item__desc__mobile .owl-nav .owl-next:hover{
    background: url(../images/icons/arrow-color.png);
    background-position: bottom; 
}
.item__desc__mobile .owl-nav .owl-prev {
   left:0;
   transform: rotate(180deg);
}
.item__desc__mobile .owl-nav .owl-next {
    right:0;
    
}
@media (max-width: 575px) {
    .item__desc__mobile {
        height: 260px;
    }
    .item__desc__mobile img{
        height: 260px;
    }
}

