/*
Theme Name: Journal En Ligne
Author: Inventeam
Author URI: https://inventeam.fr
Version: 1.0
Text Domain: journalenligne
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #ea4335;
    font-family: 'Tajawal', sans-serif;
}

@media(max-width: 500px) {
    body {
        padding-right: 15px;
    }
}

.container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.comment-body {
  border: #ccc 1px solid;
  margin-bottom: 10px;
  padding: 20px 10px;
}

.comment-meta {
  background: #333;
  color: #fff;
  padding: 10px;
  overflow: auto;
}

.comment-meta img {
  float: left;
  margin-right: 10px;
}

.comment-meta time {
  margin-left: 12px;
}

.comment-reply-link {
  background: #009acd;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
}

.comment-form-cookies-consent {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    flex-shrink: 2;
    height: 25px !important;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 3px;
  border: #ccc 1px solid;
  margin-bottom: 20px;
}

.comment-form input {
  height: 45px;
}

.section-single-news li.comment {
  list-style: none !important;
}

.header-top {
  margin: 20px 0 30px 0;
  height: 90px;
}

@media(max-width:768px) {
    .header-top {
        height: auto;
        margin-bottom: 20px;
    }
}

.header-top .buttons a {
  height: 40px;
  font-weight: bold;
  text-decoration: none;
}

.header-top .buttons a.btn-logout {
  background-color: #c0392b;
}

.header-top .buttons a.btn1 {
  background-color: #4285f4;
  font-size: 13px;
}

.header-top .buttons a.btn1  {
  text-decoration: none;
}

.header-top .buttons a.btn2 {
  background-color: #34a853;
  font-size: 13px;
}

.header-top .buttons a.btn2 {
  text-decoration: none;
}

.header-top .ads {
  background-color: #ccc;
  height: 90px;
}

.header-top .logo {
/*  background-color: #ccc;*/
  height: 90px;
}



.header-top .logo img {
    width: 100%;
    object-fit: cover;
}



@media(max-width:500px) {
    .header-top .row-header-top {
        flex-wrap: nowrap !important;
    }
    
    .header-top .logo {
/*  background-color: #ccc;*/
  height: auto;
        margin-bottom: 30px;
}
    
    .header-top .logo img {
        width: 60%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    }
    
    .header-top .ads {
  margin-bottom: 30px;
        display: none;
}
    
    .header-top .column-ads {
     display: none !important;   
}
}

.header nav {
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  height: 50px;
  padding: 10px 0 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #000;
}

@media(max-width:500px) {
    .header nav {
        height: auto;
        padding: 10px 0;
        border-top-left-radius: 20px;
    }
    
    .header .navbar-toggler {
        background-color: #fff;
        margin-right: 10px;
        border-top-right-radius: 10px;
    }
    
    .header #languages {
        margin-bottom: -1px;
        display: none;
    }
}

.header nav .search {
  width: 220px;
  height: 30px;
  border: none;
  background-color: #fff;
  padding-right: 45px;
}

.header nav .voir-par-wilaya {
  height: 50px;
  border-radius: 0;
  background-color: #888;
  color: #fff;
}

.header nav .voir-par-wilaya .fa-bars:before {
  font-size: 35px;
  display: inline-block;
}

.header nav .navbar-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    -ms-align-items: center;
    align-items: center;
    
}

@media(max-width:768px) {
    .header nav .navbar-nav {
        display: flex;
        flex-direction: column;
    }
}

.header nav .navbar-nav .nav-item {
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header nav .navbar-nav .nav-item.nav-item-last {
  padding: 0;
}

.header nav .navbar-nav .nav-item.nav-item-last button {
  width: 160px;
  font-size: 20px;
}

@media(max-width:768px) {
    .header nav .navbar-nav .nav-item.nav-item-last button {
      border-radius: 20px;
        padding: 5px 20px;
}
}

.header nav .navbar-nav .nav-item:hover,
.header nav .navbar-nav .nav-item.active {
  background-color: #ea4335;
}

.header nav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
}

.header nav .navbar-nav .nav-item-1 {
  margin-left: 30px;
}

.header .voir-par-wilaya-form-search {
  display: none;
  color: #fff;
  background-color: #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header .flash-news {
  height: 50px;
  background-color: #fff !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.header .ads-row .ads {
    width: 300px;
    height: 50px;
    background-color: #ccc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

@media(min-width:500px) {
    .header .ads-row {
        display: none;
    }
}

@media(max-width:500px) {
    .header .flash-news {
        display: none;
    }
}

.main {
  background-color: #fff;
  padding-bottom: 65px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.main .sidebars {
  background-color: #fef0ef;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.main .sidebars .sidebar1 {
  margin-bottom: 20px;
}

.main .sidebars .sidebar1 .wpp-post-title {
  display: block;
  color: #000;
    font-weight: bold;
    font-size: 13px;
}

.main .sidebars .sidebar1 .item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 5px;
}

.main .sidebars .sidebar1 .item h5 {
  background: transparent;
  border: 1px solid #ea4335;
  color: #ea4335;
  padding: 5px 20px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main .sidebars .sidebar1 .item h5:hover {
  background-color: #ea4335;
  color: #fff;
}

.main .sidebars .sidebar1 .item h6 {
  font-size: 14px;
  color: #ea4335;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.main .sidebars .sidebar1 .item:hover h6 {
  font-weight: bold;
}

.main .sidebars .sidebar2 ul#recentcomments li.recentcomments {
  list-style-type: none;
  margin-bottom: 10px;
}

.main .sidebars .sidebar2 ul#recentcomments .comment-author-link {
  font-weight: bold;
}

.main .sidebars .sidebar2 .item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
  margin-bottom: 10px;
  margin-bottom: 5px;
}

.main .sidebars .sidebar2 .item h5 {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 5px 20px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main .sidebars .sidebar2 .item h5:hover {
  background-color: #000;
  color: #fff;
}

.main .sidebars .sidebar2 .item h6 {
  font-size: 14px;
  color: #000;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 5px;
}

.main .dernieres-news-tamazight ,
.main .dernieres-news {
  background-color: #ccc;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.main .dernieres-news-tamazight h5,
.main .dernieres-news h5 {
  background-color: #000;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media(max-width:500px) {
    .main .dernieres-news-tamazight h5,
    .main .dernieres-news h5 {
        margin-top: 30px;
    }
}

.main .dernieres-news .item {
  min-height: 150px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
/*  padding: 0 0 5px 20px;*/
  border-radius: 20px;
  margin-bottom: 10px;
}

.main .dernieres-news-tamazight .item {
  min-height: 150px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 5px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.main .dernieres-news-tamazight .item img {
     width: 30%;
  height: 150px;
  border-radius: 20px;
  margin-right: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .dernieres-news .item img {
  width: 30%;
  height: 150px;
  border-radius: 20px;
  margin-left: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .dernieres-news-tamazight .item-content,
.main .dernieres-news .item-content {
  padding-top: 10px;
}

.main .dernieres-news-tamazight .item-content h6,
.main .dernieres-news .item-content h6 {
  color: #000;
  font-weight: bold;
}

.main .dernieres-news-tamazight .item-content p {
    color: #7f7f7f;
  font-size: 13px;
    text-align: left;
    direction: ltr;
}

.main .dernieres-news .item-content p {
  color: #7f7f7f;
  font-size: 13px;
}

.main .dernieres-news-tamazight .item-content .meta,
.main .dernieres-news .item-content .meta {
  color: #bfbfbf;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 12px;
    list-style: none;
}

.main .dernieres-news-tamazight .item-content .meta ul li,
.main .dernieres-news .item-content .meta ul li {
    list-style: none !important;
}

.main .dernieres-news-tamazight .item-content .meta a,
.main .dernieres-news .item-content .meta a {
  color: #ea4335;
}

.main .dernieres-news-tamazight .item-content .meta a,
.main .dernieres-news-tamazight .item-content .meta span,
.main .dernieres-news .item-content .meta a,
.main .dernieres-news .item-content .meta span {
  margin-right: 15px;
}

.main .dernieres-news-tamazight .item-content .meta a.last,
.main .dernieres-news-tamazight .item-content .meta span.last,
.main .dernieres-news .item-content .meta a.last,
.main .dernieres-news .item-content .meta span.last {
  margin-right: 0;
}

.main .dernieres-news .pagination {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.main .dernieres-news-tamazight .pagination a.prev,
.main .dernieres-news .pagination a.prev {
    margin-left: 15px;
}
.main .dernieres-news-tamazight .pagination a.next,
.main .dernieres-news .pagination a.next {
    margin-right: 15px;
}
.main .dernieres-news-tamazight .pagination a.prev,
.main .dernieres-news-tamazight .pagination a.next,
.main .dernieres-news .pagination a.prev,
.main .dernieres-news .pagination a.next {
    border-radius: none !important;
/*    min-width: 100px;*/
    text-align: center;
    text-decoration: none;
    height: auto;
    background-color: none !important;
}

.main .dernieres-news-tamazight .pagination .page-numbers:nth-child(2), 
.main .dernieres-news-tamazight .pagination .page-numbers:nth-child(3) ,
.main .dernieres-news-tamazight .pagination .page-numbers:nth-child(4) ,
.main .dernieres-news-tamazight .pagination .page-numbers:nth-child(5) ,
.main .dernieres-news-tamazight .pagination .page-numbers:nth-child(6),
.main .dernieres-news .pagination .page-numbers:nth-child(2), 
.main .dernieres-news .pagination .page-numbers:nth-child(3) ,
.main .dernieres-news .pagination .page-numbers:nth-child(4) ,
.main .dernieres-news .pagination .page-numbers:nth-child(5) ,
.main .dernieres-news .pagination .page-numbers:nth-child(6) {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ccc;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main .dernieres-news-tamazight .pagination a:nth-child(2):hover, 
.main .dernieres-news-tamazight .pagination a:nth-child(3):hover,
.main .dernieres-news-tamazight .pagination a:nth-child(4):hover,
.main .dernieres-news-tamazight .pagination a:nth-child(6):hover,
.main .dernieres-news-tamazight .pagination span.page-numbers.current,
.main .dernieres-news .pagination a:nth-child(2):hover, 
.main .dernieres-news .pagination a:nth-child(3):hover,
.main .dernieres-news .pagination a:nth-child(4):hover,
.main .dernieres-news .pagination a:nth-child(6):hover,
.main .dernieres-news .pagination span.page-numbers.current {
  background-color: #ea4335;
  color: #fff;
    border-radius: 50%;
  width: 60px;
  height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.main .aside-ads {
  width: 160px;
  height: 600px;
  background-color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

@media(max-width:768px) {
    .main .aside-ads {
        width: 320px;
    height: 250px;
    margin: 20px auto;
    }
}

footer {
  background-color: #000;
}

footer .rounded-custom {
  background-color: #000;
}

@media(max-width:500px) {
    footer .rounded-custom {
        margin-bottom: 15px;
    }
}

footer .rounded-custom .content {
  width: 95%;
  border-radius: 20px;
  height: 100%;
  margin: 0 auto;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 0;
}

footer .rounded-custom .content h3 {
  margin-bottom: 30px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

footer .rounded-custom .content .list-group {
  background-color: #333;
}

footer .rounded-custom .content .list-group .list-group-item {
  background-color: #333;
  color: #fff;
}

footer .rounded-custom .content .list-group .list-group-item:before {
  content: '>';
  margin-left: 10px;
}

footer .rounded-custom h3 {
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 30px;
  background-color: transparent;
  border: 1px solid #555;
  text-transform: uppercase;
  font-size: 16px;
  color: #555;
}

footer .footer-copyright {
  background-color: #ea4335;
}

.single-news .dernieres-news-single ul li {
    list-style: none !important;
}

.single-news .dernieres-news-single h5 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.single-news .dernieres-news-single img {
/*  width: 100%;*/
  border-radius: 20px;
  margin: 20px 0;
}

.single-news .dernieres-news-single img.avatar {
  width: auto;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news .dernieres-news-single h6 {
  font-weight: bold;
  margin: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}

.single-news .dernieres-news-single p {
/*  margin-bottom: 50px;*/
}

.single-news .dernieres-news-single .meta {
  color: #a6a6a6;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 12px;
  margin-bottom: 10px;
}

.single-news .dernieres-news-single .meta a,
.single-news .dernieres-news-single .meta span {
  margin-right: 15px;
}

.single-news .dernieres-news-single .meta a.last,
.single-news .dernieres-news-single .meta span.last {
  margin-right: 0;
}

form {
  direction: rtl;
}

.section-envoi-info .container,
.section-images-reality .container,
.section-annonces .container {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.section-envoi-info .row,
.section-images-reality .row,
.section-annonces .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 50px 0;
}

.wpuf-form-add .wpuf-form .wpuf-submit-button.wpuf_submit_165,
.wpuf-form-add .wpuf-form .wpuf-submit-button.wpuf_submit_204,
.wpuf-form-add .wpuf-form .wpuf-submit-button.wpuf_submit_212,
.wpuf-form-add .wpuf-form .wpuf-submit-button.wpuf_submit_197 {
  background-color: #EA4335;
  border: none;
  padding: 5px 0;
  color: #fff;
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpuf-form-add .wpuf-form {
    font-family: sans-serif !important;
}

.wpuf-form-add .wpuf-form .wpuf-submit-button.wpuf_submit_165:hover,
.wpuf-form-add .wpuf-form .wpuf-submit-button.wpuf_submit_204:hover,
.wpuf-form-add .wpuf-form .wpuf-submit-button.wpuf_submit_212:hover,
.wpuf-form-add .wpuf-form .wpuf-submit-button.wpuf_submit_197:hover {
  border: 1px solid #ea4335;
  background-color: transparent;
  color: #ea4335;
    cursor: pointer;
}

.wpuf-form-add .wpuf-form .wpuf-label {
  width: 30% !important;
    color: #000 !important;
    
    font-family: sans-serif !important;
}

.wpuf-form-add .wpuf-form .wpuf_category_select_151_148 {
  float: right !important;
}

.wpuf-form-add .wpuf-form input,
.wpuf-form-add .wpuf-form select,
.wpuf-form-add .wpuf-form textarea,
.wpuf-form-add .wpuf-form .wpuf_category_148,
.wpuf-form-add .wpuf-form #wpuf-featured_image-148-pickfiles {
  width: 100% !important;
    padding: 5px !important;
    border-radius: 5px !important;
    box-shadow: 0 !important;
}

.section-images-reality .image-reality {
  position: relative;
  height: 500px;
  color: #fff;
}

.section-images-reality .image-reality .overlay {
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 0, 36, 0.112482)), color-stop(85%, rgba(0, 0, 0, 0.78195)), to(black));
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.112482) 0%, rgba(0, 0, 0, 0.78195) 85%, black 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

ul#recentcomments {
  position: static !important;
}

ul#recentcomments li.recentcomments {
  list-style: none !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  padding: 10px 15px !important;
  margin-bottom: 5px !important;
  border-radius: 20px;
}

ul#recentcomments li.recentcomments:hover {
  background-color: #fbd6d3 !important;
  cursor: pointer !important;
}

.wpp-list li {
  list-style: none !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  padding: 5px !important;
  margin-bottom: 5px !important;
  border-radius: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
}

.wpp-list li .wpp-date {
    color: #EA4335 !important;
}

.wpp-list li:hover {
  background-color: #fbd6d3 !important;
  cursor: pointer !important;
}

.lang {
    height: 40px;
}

.lang .btn-ar{
    border-top-left-radius: 20px;
   background-color: #ccc;
    padding: 5px 20px;
    height: 100%;
    display: inline-block;
    width: 130px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 0;
    transition:0.3s;
}



.lang .btn-ta {
    border-top-right-radius: 20px;
    background-color: #ccc;
    padding: 5px 20px;
    height: 100%;
    display: inline-block;
    width: 130px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0;
    text-decoration: none;
    transition:0.3s;
}

.lang a.active,
.lang a:hover{
     background-color: #000 ;
    color: #fff ;
    height: 100%;
    display: inline-block;
    width: 130px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.page-id-7 .card-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    transition: 0.3s;
}

.page-id-7 .card-header:hover {
    background-color: #ff7970;
    cursor: pointer;
}

.page-id-7 .card-header h1,
.page-id-7 .card-header h5 {
 width: 100%;   
}

.page-id-7 .btn-envoi-news,
.page-id-7 .btn-img-reality,
.page-id-7 .btn-envoi-annonces  {
    font-size: 20px !important;
    outline:none !important; 
}

.login {
    background-color: #EA4335 !important;
}

.login .message,
.login #loginform,
.login form{
    border-radius: 20px !important;
}

.section-page {
    margin-bottom: 40px;
    
}

.section-page .container {
    padding: 0 30px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.section-page .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.section-page h1 {
    margin-bottom: 40px;
    margin-top: 20px;
}

.newsletter-footer .tnp-email {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.newsletter-footer .tnp-submit {
    transition: 0.3s;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.newsletter-footer .tnp-submit:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.dernieres-news-tamazight p {
    text-align: left !important;
}

.section-image-du-jour {
  background-color: #ddd;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-image-du-jour h3 {
  color: #999;
  font-size: 20px;
  position: relative;
    padding-right: 12px;
}

.section-image-du-jour h3 img {
  margin-left: 10px;
}

.section-image-du-jour h3:after {
  position: absolute;
  bottom: -15px;
  left: -23px;
  width: 106%;
  height: 1px;
  content: '';
  background-color: rgba(153, 153, 153, 0.4);
}

.section-image-du-jour .image-du-jour-principal {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-image-du-jour .image-du-jour-principal .meta {
  width: 50%;
    padding-right: 12px;
}

@media(max-width:500px) {
    .section-image-du-jour .image-du-jour-principal .meta {
        width: 100%;
    margin-bottom: 10px;
    }
    
}

.section-image-du-jour .image-du-jour-principal .meta .title {
  color: #555;
    font-size: 15px;
}

.section-image-du-jour .image-du-jour-principal .meta .date {
  color: #777;
    font-size: 12px;
}

.section-image-du-jour .image-du-jour-principal button {
  width: 35%;
  background-color: #34a853;
  border-radius: 20px;
  padding: 5px 0;
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: transparent 1px solid;
  -webkit-transition: 0.3s;
    outline: none;
  transition: 0.3s;
}

@media(max-width:500px) {
    
    .section-image-du-jour .image-du-jour-principal button {
    width: 100%;
    }
}

.section-image-du-jour .image-du-jour-principal button:hover {
  background-color: transparent;
  border: #34a853 1px solid;
  cursor: pointer;
}

.section-image-du-jour .image-du-jour-principal a,
.section-image-du-jour .images-du-jour-precedentes a{
    text-decoration: none;
}

.section-image-du-jour .image-du-jour-principal a {
    margin: 0;
    width: 100%;
}

.section-image-du-jour .image-du-jour-principal button img {
  height: 25px;
  margin-right: 5px;
}

.section-image-du-jour .image-du-jour-principal .img-jour {
  width: 100%;
  height: 428px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
  border-radius: 20px;
}

.section-image-du-jour .images-du-jour-precedentes {
  margin: 30px 0;
}

.section-image-du-jour .images-du-jour-precedentes .img-jour-prec {
  width: 100%;
  height: 133px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.section-image-du-jour .images-du-jour-precedentes .title {
  color: #999;
}

.single-images-reality  {
    background-color: #ddd;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.single-images-reality img {
    width: 760px;
    height: 428px;
/*    object-fit: cover;*/
    border-radius: 20px;
    margin-bottom: 20px;
}

.single-images-reality h4 {
    color: #EA4335;
}

.single-images-reality .date.last {
    color: #999;
    margin-right: 10px;
}

.single-images-reality .post-categories li {
    list-style: none;
}

.single-images-reality .post-categories li a {
    text-decoration: none;
    color: #999;
    padding: 5px 10px;
    background-color: #ccc;
    border-radius: 10px;
}

.single-news-tamazight {
    background-color: #eee;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.single-news-tamazight h5 {
    background-color: #ddd;
    display: inline-block ;
    padding: 5px 20px;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

.single-news-tamazight img {
    border-radius: 20px;
    margin: 20px 0;
}

.single-news-tamazight h6 {
    font-weight: bold;
    margin: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}

.single-news-tamazight .meta {
    color: #a6a6a6;
    font-size: 12px;
    margin-bottom: 10px; 
}

.single-news-tamazight .meta .date {
    direction: ltr;
}

.single-news-tamazight .category li {
    list-style: none;
}
.single-news-tamazight .content p {
    text-align: left;
    direction: rtl;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
    margin-top: 10px;
    width: 100%;
}

.fa-share-alt {
    cursor: pointer;
}

/* News Ticker */

.ticker-wrapper.has-js {
margin: 20px 160px 20px auto !important;
}
.ticker-wrapper.has-js, .ticker, .ticker-title, .ticker-content, .ticker-swipe {
    background-color: #fff !important;
}
/* end news ticker */

/*
.single-news-tamazight
.single-news-tamazight*/


@media(max-width:768px) {
    .main .attachment-post-thumbnail {
        display: none;
    }
}

@media(max-width:500px) {
    .main .sidebars {
        order: 1;
    }
}

footer .buttons a {
  height: 40px;
  font-weight: bold;
  text-decoration: none;
}

footer .buttons a.btn-logout {
  background-color: #c0392b;
    padding: 5px 20px;
}

footer .buttons a.btn1 {
  background-color: #4285f4;
  font-size: 13px;
}

footer .buttons a.btn1  {
  text-decoration: none;
}

footer .buttons a.btn2 {
  background-color: #34a853;
  font-size: 13px;
}

 .buttons a.btn2 {
  text-decoration: none;
}