@font-face {
    font-family: 'jazeera-regular';
    src: url('../fonts/Al-Jazeera-Arabic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jazeera-bold';
    src: url('../fonts/Al-Jazeera-Arabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'markpro_medium';
    src: url('../fonts/markpro_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_medium';
    src: url('../fonts/futura-md-bt-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_regular';
    src: url('../fonts/Futura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuralight_regular';
    src: url('../fonts/FuturaLightC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.centre_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centre_div_v {
    display: flex;
    justify-content: center;
}

.centre_div_h {
    display: flex;
    align-items: center;
}


/*--------------------------css header------------------------------*/

.header {
    background-color: #00c6ff;
    padding: 50px 0;
}

.header_loop {
    float: left;
    margin-right: 20px;
}

.list_social_media ul {
    direction: ltr;
}

.list_social_media li {
    display: inline-block;
    margin-right: 8px;
}

.logo_header {
    text-align: center;
}

.right_position {
    text-align: right;
}

.bottom_position {
    align-self: flex-end;
}

@media(max-width: 991px) {
    .list_social_media {
        display: none;
    }
    .logo_header h1 {
        font-size: 25px;
    }
}


/*---------------------- recherche ------------------------*/

.modal-backdrop {
    position: initial;
    background-color: #000;
}

.modal-content {
    background-color: #3c4a53f0;
}

.modal-fullscreen .modal-content {
    height: 136px;
    border: 0;
    text-align: center;
}

.modal-body {
    padding: 20px 50px;
}

.form_search {
    border-bottom: 1px solid #7e7e7e;
    position: relative;
}

.form_search input {
    font-family: 'jazeera-regular';
    font-size: 24px;
    color: #fff;
    width: 100%;
    border: 0;
    height: 55px;
    outline: none;
    padding-right: 40px;
    background: transparent;
    direction: rtl;
}

.form_search input::placeholder {
    color: #fff;
}

.form_search button {
    background: transparent;
    outline: none;
    border: 0;
    right: 0;
    padding-top: 10px;
    position: absolute;
    padding-left: 10px;
}


/*------------------------- menu -----------------------------*/

.conetnu_menu {
    transform: translatex(100%);
    transition: transform 0.4s ease-in-out;
    background: #5e5e5ec9;
    position: fixed;
    top: 0px;
    left: 0;
    height: 100vh;
    z-index: 9;
    width: 100%;
    overflow-y: auto;
    text-align: -webkit-right;
}

.conetnu_menu.selected {
    transform: translatex(0);
}

.list_menu {
    background-color: #0ac8ffdb;
    width: 500px;
    padding: 50px 100px 0 0;
    height: 100vh;
}

.close_menu {
    cursor: pointer;
    float: right;
}

.header_menu h1 {
    font-family: 'jazeera-bold';
    color: #fff;
    font-size: 30px;
    padding-right: 80px;
}

.content_list_menu {
    margin: 50px 0;
}

.content_list_menu li {
    display: block;
    margin-bottom: 20px;
}

.content_list_menu a {
    font-family: 'jazeera-regular';
    color: #fffefe;
    font-size: 24px;
}

.content_list_menu ul {
    direction: rtl;
    padding-right: 80px;
}

.list_media_menu ul {
    padding-right: 80px;
}

.list_media_menu li {
    display: inline-block;
    margin-left: 20px;
}

@media(max-width: 575px) {
    .list_menu {
        padding: 50px 50px 0 0;
    }
}


/*--------------------------css footer------------------------------*/

.footer {
    background-color: #333333;
    padding: 50px;
    text-align: center;
}

.logo_footer h1 {
    font-family: 'jazeera-bold';
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.list_nav_footer {
    margin-bottom: 20px;
}

.list_nav_footer li {
    display: inline-block;
    margin-left: 20px;
}

.list_nav_footer a {
    font-family: 'jazeera-regular';
    color: #929292;
    font-size: 16px;
}

.list_nav_footer ul {
    direction: rtl;
    text-align: center;
}

.list_social_media_footer ul {
    direction: ltr;
}

.list_social_media_footer li {
    display: inline-block;
    margin-right: 16px;
}

.list_social_media_footer li:last-child {
    margin-right: 0;
}

.list_social_media_footer {
    margin-bottom: 20px;
}

.copy_right h2 {
    margin-bottom: 20px;
    font-family: 'jazeera-regular';
    color: #929292;
    font-size: 16px;
    line-height: 35px;
}

.copy_right span {
    color: #00c6ff;
}

@media(max-width: 991px) {
    .list_nav_footer li {
        display: block;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .copy_right h2 {
        margin-bottom: 0;
    }
}


/*--------------------------css footer------------------------------*/

.tendance {
    margin: 50px 0 0px;
}

.item_middle_new {
    position: relative;
    margin-bottom: 20px;
}

.item_middle_new:last-of-type {
    margin-bottom: 0;
}

.img_header_site {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    position: relative;
}


/*.image_new img {
    width: 100%;
}*/

.image_new {
    position: relative;
}

.img_eco_nat_respo img {
    width: 100%;
}

.image_new:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 66%) 100%);
}

.content_middle_new {
    position: absolute;
    right: 5px;
    bottom: 20px;
    direction: rtl;
    margin-right: 16px;
    max-width: 220px;
}

.content_middle_new h3 {
    font-family: 'jazeera-regular';
    color: #00c6ff;
    font-size: 16px;
    margin-bottom: 8px;
}

.content_middle_new span {
    color: #fff;
}

.content_middle_new h2 {
    font-family: 'jazeera-bold';
    color: #fff;
    font-size: 16px;
}

.owl-carousel.off {
    display: block;
}


/*----------- item-large---------*/

.item_eco_world_respo {
    height: 100%;
}

.img_eco_world_respo {
    min-height: 411px;
    max-height: 100%;
}

@media (max-width: 991px) {
    .img_eco_world_respo {
        height: 400px !important;
        margin-bottom: 20px;
    }
}

.owl-carousel .owl-item img {
    width: 100%;
}

.item_large_new {
    position: relative;
    margin-bottom: 20px;
}

.item_large_new:last-of-type {
    margin-bottom: 0;
    
}

.content_large_new {
    position: absolute; 
    right: 5px;
    bottom: 20px; 
    direction: rtl;
    margin-right: 16px;
    max-width: 90%;
}

.content_large_new h3 a {
    font-family: 'jazeera-regular';
    color: #00c6ff;
    font-size: 12px;
    margin-bottom: 8px;
}

.content_large_new span {
    color: #fff;
    font-size: 12px;
}

.content_large_new h2 a {
    font-family: 'jazeera-bold';
    color: #fff;
    font-size: 28px;
    margin-bottom: 16px;
}

.content_large_new p {
    font-family: 'jazeera-regular';
    color: #fff;
    font-size: 14px;
}

.header_tendance {
    background-color: #3c4a53;
    border-radius: 20px 0;
    margin-bottom: 20px;
    position: relative;
}

.header_tendance::before {
    content: '';
    background: url(../images/tandence.png) no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    right: -10px;
    top: -4px;
}

.header_tendance h2 {
    font-family: 'jazeera-bold';
    color: #fff;
    font-size: 16px;
    direction: rtl;
    padding: 8px 40px 8px 0;
}

.preview_actu {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}


/*----------- item-small---------*/

.item_eco {
    text-align: center !important;
    border-bottom: none !important;
}

.item_small_new {
    text-align: right;
    border-bottom: 2px solid rgb(102, 102, 102);
}

.image_small_new img {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.content_small_new h3 {
    font-family: 'jazeera-bold';
    color: #00c6ff;
    font-size: 12px;
    margin-bottom: 5px;
}

.content_small_new span {
    color: #656565;
}

.content_small_new h2 {
    font-family: 'jazeera-bold';
    color: #333333;
    font-size: 12px;
}

.content_small_new {
    margin: 2px 0 5px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content_middle_new {
        margin-right: 10px;
    }
    .content_middle_new h3 a {
        font-family: 'jazeera-regular';
        color: #00c6ff;
        font-size: 12px;
        margin-bottom: 8px;
    }
    .content_middle_new h2 a {
        font-family: 'jazeera-bold';
        color: #fff;
        font-size: 14px;
    }
    .content_large_new {
        margin-right: 10px;
        max-width: 390px;
    }
    .content_small_new h2 {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .content_small_new h3 {
        font-size: 10px;
    }
    .image_small_new img {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .order_item_last {
        order: -1 !important;
        margin-top: 20px;
    }
    .content_small_new h2 {
        margin-bottom: 25px;
    }
    .image_small_new img {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .order_item_last {
        order: -1 !important;
        margin-top: 20px;
    }
    .order_first_responsive {
        order: 1 !important;
    }
}

@media(max-width: 575px) {
    .content_large_new {
        max-width: 310px;
    }
    .content_large_new h2 a {
        font-size: 20px;
    }
    .content_large_new p {
        font-size: 12px;
    }
}


/*----- Eco _ world -----*/

.eco_world {
    padding: 80px 0 10px;
}

.header_eco_world {
    position: relative;
    border-bottom: solid #00c6ff 1px;
    margin-bottom: 50px;
}

.titre_header_eco_world {
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: fit-content;
}

.titre_header_eco_world::before {
    content: '';
    background: var(--my-icon-var);
    width: 41px;
    height: 41px;
    position: absolute;
    right: -15px;
    top: -2px;
}

.titre_header_eco_world h2 {
    font-family: 'jazeera-bold';
    background-color: #00c6ff;
    border-radius: 20px 0;
    color: #fff;
    font-size: 16px;
    direction: rtl;
    padding: 8px 40px 8px 35px;
}

.plus_eco_world {
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: fit-content;
}

.plus_eco_world::before {
    content: '';
    background: url(../images/plus.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 10px;
}

.plus_eco_world h2 {
    font-family: 'jazeera-regular';
    border-radius: 20px 0;
    color: #333333;
    font-size: 16px;
    direction: rtl;
    padding: 8px 0px 8px 25px;
}

.item_middle_new_link {
    width: 100% !important;
}

.item_middle_new_eco_world {
    position: relative;
    margin-bottom: 36px;
    width: 47%;
    float: left;
    margin-right: 36px;
}

.item_middle_new_eco_world:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}

.item_middle_new_eco_world:nth-child(2) {
    margin-right: 0;
}

.item_middle_new_eco_world:nth-child(3) {
    margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .item_middle_new_eco_world {
        margin-bottom: 31px;
        margin-right: 31px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item_middle_new_eco_world {
        margin-bottom: 27px;
        margin-right: 27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item_middle_new_eco_world:last-of-type {
        margin-bottom: 20px;
    }
    .item_middle_new_eco_world {
        margin-right: 41px;
    }
}

@media(max-width: 767px) {
    .item_middle_new_eco_world {
        width: 100%;
    }
}


/*--------- vd-----------*/

.plus_vd h2 {
    color: #fff !important;
}

.titre_vd::before {
    content: '';
    background: url(../images/vd.png) no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    right: -15px;
    top: -2px;
}

.vd {
    background-color: #1c1c1c;
    padding: 100px 0 30px;
}

.item_small_vd {
    display: flex;
    direction: rtl;
    margin-bottom: 20px;
}

.content_small_vd {
    max-width: 220px;
    position: relative;
    margin-right: 50px;
    align-self: center;
}

.content_small_vd::before {
    content: '';
    background: url(../images/play_small.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -35px;
    top: 25px;
}

.content_small_vd h3 {
    font-family: 'jazeera-regular';
    color: #00c6ff;
    font-size: 12px;
    margin-bottom: 8px;
    margin-right: -35px;
}

.content_small_vd span {
    color: #fff;
}

.content_small_vd h2 {
    font-family: 'jazeera-bold';
    color: #fff;
    font-size: 14px;
}

.item_large_vd {
    position: relative;
}

.content_large_vd {
    position: absolute;
    right: 80px;
    bottom: 20px;
    direction: rtl;
    margin-right: 16px;
    max-width: 450px;
}

.content_large_vd h3 a {
    font-family: 'jazeera-regular';
    color: #00c6ff;
    font-size: 12px;
    margin-bottom: 8px;
}

.content_large_vd span {
    color: #fff;
    font-size: 12px;
}

.content_large_vd h2 a {
    font-family: 'jazeera-bold';
    color: #fff;
    font-size: 28px;
    margin-bottom: 16px;
}

.content_large_vd p {
    font-family: 'jazeera-regular';
    color: #fff;
    font-size: 14px;
}

.item_large_vd::before {
    content: '';
    background: url(../images/play_larg.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 9;
    right: 25px;
    bottom: 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content_large_vd h2 {
        font-size: 20px;
    }
    .item_large_vd::before {
        bottom: 30px;
        background-size: 40px;
    }
    .item_small_vd {
        margin-bottom: 33px;
    }
}

@media(max-width: 991px) {
    .order_vd {
        flex-direction: column-reverse;
    }
    .item_large_vd {
        margin-bottom: 20px;
    }
    .content_large_vd h2 {
        font-size: 20px;
    }
    .item_large_vd::before {
        bottom: 30px;
        background-size: 40px;
    }
    .content_large_vd {
        max-width: 255px;
    }
}

@media(max-width: 400px) {
    .content_large_vd h2 {
        font-size: 16px;
    }
    .content_small_vd h2 {
        font-size: 11px;
    }
    .item_large_vd::before {
        bottom: 15px;
        right: 5px;
        background-size: 40px;
    }
    .content_large_vd {
        right: 50px;
        bottom: 9px;
    }
}


/*------- ECO_natio--------*/

.titre_nat::before {
    content: '';
    background: var(--my-icon-var);
    width: 41px;
    height: 41px;
    position: absolute;
    right: -15px;
    top: -2px;
}

.eco_nat {
    padding: 100px 0;
}

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media(max-width: 991px) {
    .order_first_responsive_nat {
        order: -1 !important;
        margin-bottom: 40px;
    }
    .item_nat_larg {
        margin-bottom: 20px !important;
    }
    .second_item_nat {
        margin-bottom: 20px !important;
    }
}


/*-----Eco---------*/

.eco {
    padding: 100px 0 50px;
    background-color: #0792d5;
}

.titre_eco::before {
    content: '';
    background: url(../images/eco.png) no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    right: -15px;
    top: -2px;
}

.small_eco img {
    padding: 0 !important;
}

.content_eco h2 {
    padding: 0 50px !important;
    color: #fff !important;
}

.content_eco h3 {
    color: #0b3f58 !important;
}

.larg_eco {
    margin-bottom: 16px !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .content_eco h2 {
        padding: 0 35px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .content_eco h2 {
        padding: 0 20px !important;
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .content_eco h2 {
        padding: 0 !important;
        font-size: 12px;
    }
}


/*-------------------------------------------- PAGE ACTUALITE --------------------------------------*/

.actualites-liste-header h2 {
    font-family: 'jazeera-bold';
    color: #00c6ff;
    padding: 0px 0 16px;
}

.actualites-liste {
    padding-bottom: 30px;
}

.item_actualite {
    display: flex;
    direction: rtl;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #efefef;
}

.item_actualite:nth-child(1) {
    padding-top: 8px;
}

.item_actualite:last-of-type {
    border-bottom: none;
}

.image_actualite img {
    width: 100%;
}

.preview_actualite {
    padding-right: 20px;
}

.preview_actualite h2 a {
    font-family: 'jazeera-bold';
    color: #333333;
    font-size: 24px;
    margin-bottom: 10px;
}

.preview_actualite h3 a {
    font-family: 'jazeera-regular';
    color: #00c6ff;
    font-size: 12px;
    margin-bottom: 25px;
}

.preview_actualite span {
    font-size: 12px;
    ;
    color: #b3b3b3;
}

.preview_actualite p {
    font-family: 'jazeera-regular';
    color: #333333;
    font-size: 14px;
}

.pagination li {
    padding: 0 8px;
}

.pagination h4 {
    font-family: 'jazeera-regular';
    color: #3c4a53;
    font-size: 18px;
}

.pagination h4:hover {
    border-bottom: 2px solid #00c6ff;
}

.pagination .active {
    font-family: 'jazeera-bold';
    border-bottom: 2px solid #00c6ff;
}

@media(max-width: 991px) {
    .preview_actualite {
        max-width: 330px;
    }
}

@media(max-width: 767px) {
    .preview_actualite h2 {
        font-size: 20px;
    }
    .preview_actualite p {
        font-size: 12px;
    }
    .preview_actualite h3 {
        margin-bottom: 16px;
    }
}

@media(max-width: 575px) {
    .item_actualite {
        text-align: center;
        display: block;
    }
    .preview_actualite {
        padding-top: 20px;
        max-width: 100%;
    }
    .preview_actualite_detail h1 {
        font-size: 25px !important;
    }
}


/*-----------------------------------------------------PAGE DETAIL ACTUALITE ------------------------------*/

.Articleplusview {
    margin-bottom: 20px;
}

.item_actualite_detail {
    direction: rtl;
    margin-bottom: 60px;
}

.image_actualite_detail img {
    width: 100%;
    max-height: 495px;
}

.content_detail {
    display: flex;
}

.preview_actualite_detail { 
}

.preview_actualite_detail h1 {
    font-family: 'jazeera-bold';
    color: #333333;
    font-size: 36px;
    margin-bottom: 30px;
}

.preview_actualite_detail h3 {
    font-family: 'jazeera-regular';
    color: #00c6ff;
    font-size: 12px;
    margin-bottom: 25px;
}

.preview_actualite_detail span {
    color: #b3b3b3;
}

.social_media_detail li {
    text-align: left;
    margin-bottom: 8px;
}

.social_media_detail li:first-child {
    margin-left: 6px;
}

.content_actualite {
    direction: rtl;
}

.content_actualite p {
    font-family: 'jazeera-regular';
    color: #333333;
    font-size: 16px;
    padding-bottom: 20px;
}

.content_actualite h3 {
    font-family: 'jazeera-bold';
    color: #333333;
    font-size: 24px;
    padding-bottom: 20px;
}

.sjt_lie {
    padding: 35px 0;
    margin-top: 50px;
}

#owl_about_item_small_new_sjt_link .owl-nav {
    display: none;
}

.titre_sjt_lie::before {
    content: '';
    background: url(../images/link.png) no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    right: -15px;
    top: -2px;
}

@media(max-width: 991px) {
    .social_media_detail li {
        display: inline-block;
    }
    .social_media_detail ul {
        direction: rtl;
        text-align: center;
    }
    .social_media_detail li:first-child {
        transform: rotateZ(90deg);
    }
    .social_media_detail li:nth-child(2) {
        margin-right: 50px;
    }
}


/*----------- contacte page ---------------*/

.contact {
    margin: 100px 0;
}

.map-contact {
    padding-right: 50px;
}

.text-input {
    position: relative;
}

.text-input input,
.text-input textarea {
    margin-bottom: 50px;
    position: relative;
    height: 50px;
    width: 100%;
    border: 1px solid #cdcdcd;
    padding-right: 70px;
    outline: 0;
    font-family: jazeera-regular;
    font-size: 14px;
    color: #000;
    border-radius: 30px;
}

.text-input input::placeholder,
.text-input textarea::placeholder {
    font-family: 'jazeera-regular';
    color: #858585;
    font-size: 14px;
}

.text-input textarea {
    height: 200px;
    padding-top: 20px;
    resize: none;
}

.form_submit {
    background: #00c6ff;
    border: 0;
    outline: none;
    border-radius: 30px;
    height: 50px;
    width: 100%;
    font-family: jazeera-bold;
    font-size: 24px;
    color: #fff;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
}

.form_submit:hover {
    background: transparent;
    border: 2px solid #00c6ff;
    color: #00c6ff;
}

.text-input span {
    position: absolute;
    right: 22px;
    top: 13px;
    z-index: 1;
}

.item-adresse ul li:first-child {
    font-family: "jazeera-bold";
    font-size: 24px;
    color: #00c6ff;
    margin-bottom: 25px;
}

.item-adresse ul li:last-child {
    font-family: "jazeera-regular";
    font-size: 24px;
    color: #363636;
}

.item-adresse ul {
    margin: 35px 0;
}

#owl_about_item_middle_new.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}

#owl_about_item_middle_new.owl-carousel .owl-dots button.owl-dot{
    border: 3px solid #00c6ff;
    padding: 4px !important; 
    border-radius: 50%;
    margin: 4px;
}

#owl_about_item_middle_new.owl-carousel .owl-dots button.owl-dot.active{
    background: #00c6ff
}


.container_page{
    min-height: 400px;
    margin: 30px auto;
}
.container_page .titre_page{
    margin-bottom: 30px;
    text-align: right;

}

/* css carocell */
.slider_style_2,
.slider_style_1{
    display: block !important;
}

.section_tag{
    background: #b9b5b5
}
.section_tag ul{
    
}
.section_tag ul li{
    display: inline-block;
    margin: 0px 5px;
}
.section_tag ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.section_tag ul li:first-child{
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 15px;
}


.imagereviewcomntaire{
    color: gray;
    font-size: 14px; 
}
.content_actualite_tag{

}


.content_actualite_tag ul{
    
}
.content_actualite_tag ul li{
    display: inline-block;
    margin: 0px 5px;
}
.content_actualite_tag ul li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #00c6ff;
    border-radius: 3px;
    background: #00c6ff; 
}
.article-enrelation .image_new{
    max-height: 162px ;
}
@media(max-width: 767px) {

    .article-enrelation .image_new{
        max-height: auto ;
    }
    .row.revers-deriction{
        flex-direction: column-reverse;
    }
    .header{
        padding: 10px 0px;
    }
    #owl_about_item_middle_new.owl-carousel .owl-dots{
        margin-bottom: 20px;
    }
    .tendance{
        margin:10px 0 0px;
    }
} 

.versiondemo {
    background: yellow;
    color:#000;
    display: inline-block;
    padding: 0px 20px;
}
.stylemobile{
    margin-top: 20px; 
}
