/* *{direction:rtl;text-align:right}.switch-lang{right:188px}.bannerafcon img{width:100%}.post-detail ul{padding:12px 30px 0 2px;list-style:unset}.callsujet{position:relative;transition:.7s;background-color:#fafbfc;display:flex;justify-content:center;border-radius:7px;margin:0 0 19px;border:2px solid #d1d1d1;align-items:center;min-height:230px}.post-detail ul{padding:12px 2px 0 30px;list-style:unset}.callnamesujet a{font-weight:700;font-size:28px;color:#c31a30}.more-info__dates{padding-left:7px;font-weight:800}.sousarticleitme:before{right:-27px}.sousarticleitme:after{right:-12px}.rowcategbloc{margin:18px 0 0}.home-slider .pagination .owl-dot,.home-slider-country .pagination .owl-dot{width:12px;height:12px;line-height:29px;text-align:center;display:inline-block;margin-right:5px;background-color:#d6d6d6;border-radius:100%;cursor:pointer}.home-slider .pagination .owl-dot.active,.home-slider-country .pagination .owl-dot.active{width:12px;background-color:#f44336}.home-slider .pagination .owl-dots.active a{color:#c31a30}@media (max-width:375px){.pagination:not(.sliderubrique .pagination){bottom:1%!important}.home-slider .pagination .owl-dot,.home-slider-country .pagination .owl-dot{width:12px;height:12px;line-height:10px;font-size:3px}}[dir="rtl"] .news-border-top{right:0;border-top:2px solid #C81632;border-right:2px solid #C81632}[dir="rtl"] .news-border-bottom{right:0;border-right:2px solid #C81632;border-bottom:2px solid #C81632}[dir="rtl"] .more-info__item{padding-left:10px}[dir="rtl"] .section-title__title{right:18px}[dir="rtl"] .b-artilce span{left:7px;right:auto}[dir="rtl"] .flip-ltr{transform:scaleX(1);display:inline-block}.article-lg.ss{margin-right:3px!important}
*/
.slider {
    position: relative;
    height: 370px;
    margin: auto;
    overflow: hidden;
    background: #000;
}
.slide {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.slide.active {
    display: block;
}
.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
}
.prev { right: 10px; }
.next { left: 10px; }



* {
    direction: rtl;
    text-align: right
}

.switch-lang {
    right: 188px
}

.bannerafcon img {
    width: 100%
}

.post-detail ul {
    padding: 12px 30px 0 2px;
    list-style: unset
}

.callsujet {
    position: relative;
    transition: .7s;
    background-color: #fafbfc;
    display: flex;
    justify-content: center;
    border-radius: 7px;
    margin: 0 0 19px;
    border: 2px solid #d1d1d1;
    align-items: center;
    min-height: 230px
}

.post-detail ul {
    padding: 12px 2px 0 30px;
    list-style: unset
}

.callnamesujet a {
    font-weight: 700;
    font-size: 28px;
    color: #c31a30
}

.more-info__dates {
    padding-left: 7px;
    font-weight: 800
}

.sousarticleitme:before {
    right: -27px
}

.sousarticleitme:after {
    right: -12px
}

.rowcategbloc {
    margin: 18px 0 0
}

.home-slider .pagination .owl-dot,
.home-slider-country .pagination .owl-dot {
    width: 12px;
    height: 12px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    background-color: #d6d6d6;
    border-radius: 100%;
    cursor: pointer
}

.home-slider .pagination .owl-dot.active,
.home-slider-country .pagination .owl-dot.active {
    width: 12px;
    background-color: #f44336
}

.home-slider .pagination .owl-dots.active a {
    color: #c31a30
}

@media (max-width:375px) {
    .pagination:not(.sliderubrique .pagination) {
        bottom: 1% !important
    }
    .home-slider .pagination .owl-dot,
    .home-slider-country .pagination .owl-dot {
        width: 12px;
        height: 12px;
        line-height: 10px;
        font-size: 3px
    }
}

[dir="rtl"] .news-border-top {
    right: 0;
    border-top: 2px solid #C81632;
    border-right: 2px solid #C81632
}

[dir="rtl"] .news-border-bottom {
    right: 0;
    border-right: 2px solid #C81632;
    border-bottom: 2px solid #C81632
}

[dir="rtl"] .more-info__item {
    padding-left: 10px
}

[dir="rtl"] .section-title__title {
    right: 18px
}

[dir="rtl"] .b-artilce span {
    left: 7px;
    right: auto
}

[dir="rtl"] .flip-ltr {
    transform: scaleX(1);
    display: inline-block
}

.article-lg.ss {
    margin-right: 3px !important
}