/*===============================================*/
/* 6. LEFT AND RIGHT SLIDE PANELS */
/*===============================================*/
  #offcanvasRight .search-form {
  background: #fff;
  padding: 10px;
  border-radius: 12px;

}

#offcanvasRight .search-form .h4 {
  font-size: 18px;
  font-weight: bold;
  color: #82ae26;
  text-align: start;
  padding-bottom: 8px;

}

#offcanvasRight .search_input {
  width: 100%;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 0 15px 0 15px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
  background-size: 16px;
}

#offcanvasRight .search_input:focus {
  border-color: #82ae26;
  box-shadow: 0 0 5px #82ae26;
}


#offcanvasRight .search-check-label {
  font-size: 13px;
  color: #555;
  cursor: pointer;
}
#offcanvasRight .search-check-input {
  accent-color: #82ae26;
}


#offcanvasRight .search_submit {
  width: 100%;
  background: #f56526;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  border-radius: 25px;
  font-weight: bold;
  margin-top: 15px;
  cursor: pointer;
  transition: background 0.3s;
}
#offcanvasRight .search_submit:hover {
  background: #e95a1f;
}
.header-sidebar{
  display: flex;
  flex-direction: column;
  width:100%;
  height: auto;
  align-items: stretch;

}
.profile-intro{
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  height: 100px;
  padding:0px 15px;
  background-color: #eef5fd;


}
.profile-image{
  display: flex;
  justify-content: center;
  align-items: center;
  width:26%;;


}
.profile-image img{
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;  /* fait le crop sans déformation */
    object-position: center; /* centre l'image (optionnel) */
}
.profile-description{
  display:flex;
  width: 74%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap:4px;
}
.profile-description #welcome{
    color: black;
    font-size: 15px;
    font-weight: 400;
}
.profile-description #name{
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}
.profile-description .tools{
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    gap:10px;
}
.tools .settings{
  align-items: center;
}
.tools .favoris{
  align-items: center;
  width: 13px;
  height: 20px;
}
.tools .langue{
  display: flex;
  align-items: center;
  gap: 4px;
}
.tools a{
  color: black !important;
}
.tools  a:hover{
  color: #eb5809 !important;
}
  .btn.btn-premary {
    background: #f56526 !important;
    border: #f56526 !important;
    color: white;
    font-size: 13px;
    padding: 7px 0px;
    width: 97%;
  }

    .btn.btn-premary:hover{
      color: white;
    }

.explorer{
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  align-items: center;
  height: 80px;
  padding: 5px;
  background-color: #eef5fd;
  gap: 3px;
}


.search-block{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  align-items: stretch;

}
.recherche-form{
  width: 100%;
}
.header-sidebar h1{
    color: black;
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    display: contents;

}
.header-sidebar i{
    font-size: 18px;
    display: contents;

}

/* === Panels === */

body.with-panel-left-reveal .views,
body.with-panel-right-reveal .views {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
body.with-panel-left-reveal .panel-overlay,
body.with-panel-right-reveal .panel-overlay {
  display: block;
}
body.with-panel-left-reveal .views {
  -webkit-transform: translate3d(85%, 0, 0);
  transform: translate3d(85%, 0, 0);
}
body.with-panel-left-reveal .panel-overlay {
  margin-left: 85%;
}
body.with-panel-left-reveal .panel-left {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

body.with-panel-right-reveal .views {
  -webkit-transform: translate3d(-85%, 0, 0);
  transform: translate3d(-85%, 0, 0);
}
body.with-panel-right-reveal .panel-overlay {
  margin-left: -85%;
}
body.with-panel-right-reveal .panel-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

body.panel-closing .views {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
/* 6-1. USER ACCOUNT SIDEBAR RIGHT */

.user_login_info {
  padding: 0px;
}
.user_thumb {
  width: 100%;
  height: 135px;
  margin: auto;
  position: relative;
  background-color: #82ae26;
  border-radius: 25px 25px 0 0;
}

#user-info {
  width: 320px;
  position: fixed;
  z-index: 999;
  background-color: white;
  right: 30px;
  top: 60px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

#show-user-info:hover #user-info {
  visibility: visible;
  opacity: 1;
}

.user_details {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.user_details p {
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 14px;
  color: #060043;
}
.user_details p span {
  display: block;
  font-size: 18px;
  padding: 5px 0 0 0;
  color: #fff;
  font-weight: 400;
}
.user_avatar {
  z-index: 2;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 30%;
}
.user_avatar img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px 0 0 0;
  border-radius: 50%;
  object-fit: cover;
  border-radius: 50%;
}
.user-nav {
  padding: 20px;
  width: 90%;
}
.user-nav ul {
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
.user-nav ul li {
  width: 90%;
  list-style: none;
  padding: 5px 0;
  margin: 0 0 0 5%;
  display: inline-block;
  text-align: center;
}
.user-nav ul li img {
  max-width: 18px;
  float: left;
}
.user-nav ul li span {
  display: block;
  float: left;
  text-align: left;
  padding: 0 0 0 20px;
}
.user-nav ul li strong {
  display: block;
  float: right;
  text-align: left;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #455dfe;
  color: #fff;
  font-size: 11px;
}
.user-nav ul li a {
  font-size: medium;
  font-weight: 300;
  color: #060043;
  line-height: 1;
}

/* 6-2. MAIN NAVIGATION SIDEBAR LEFT */
.top-position-scroll {
  top: 70px !important;
}

#left-sidebar {
    /* top: 100px; */
  background-color: white;
  padding: 0px 0px 0px 0px;
  /* margin-left: 0px; */
  margin: auto 25px;
}
/* NAVIGATION STYLE UNDERLINE */

.main_nav_underline {
  /* padding: 20px 5%; */
  padding-top: 0%;
  width: 100%;
  float: left;
  clear: both;
}
.main_nav_underline ul {
  /* width: 96%; */
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
  /* display: block; */
}
.main_nav_underline ul li {
  color: #060043;
  /* width: 96%; */
  list-style: none;
  padding: 5px 10px !important;
  margin: 0;
  display: block;
  float: left;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #d0d0d0 !important;
}
.main_nav_underline ul li.subnav {
  background: url(images/subnav.png) no-repeat right top;
  cursor: pointer;
}
.main_nav_underline ul li img {
  display: inline-block;
  max-width: 2%;
  float: left;
  opacity: 0.8;
  margin: 5px 0 0 0;
}
.main_nav_underline ul li span {
  display: block;
  float: left;
  text-align: left;
  padding: 0px 0 0 0px;
}
.main_nav_underline ul li a {
  width: 96%;
  float: left;
  clear: both;
  display: block;
  /* font-size: 23px; */
  font-weight: 300;
  color: #060043;
  line-height: 20px;
}
/* NAVIGATION STYLE 2 ICONS ON ONE ROW WITH BORDER */

#image_logo {
  margin: auto;
  border: 0px solid #c1c1c1;
  padding: 6px 12px;
}

.heading {
  text-align: center;
}

.main_nav_icons_inline_2 {
  padding: 0px;
  width: 100%;
}
.main_nav_icons_inline_2 ul {
  width: 90%;
  list-style: none;
  padding: 0px;
  margin: 5%;
  display: block;
  float: left;
  clear: both;
}
.main_nav_icons_inline_2 ul li {
  width: 44%;
  list-style: none;
  padding: 25px 2%;
  display: inline-block;
  float: left;
  text-align: center;
  border-bottom: 1px #7586fe solid;
  border-right: 1px #7586fe solid;
  color: #fff;
}
.main_nav_icons_inline_2 ul li:nth-child(2n) {
  border-right: none;
}
.main_nav_icons_inline_2 ul li:last-child,
.main_nav_icons_inline_2 ul li:nth-last-child(2) {
  border-bottom: none;
}
.main_nav_icons_inline_2 ul li img {
  display: inline-block;
  max-width: 25%;
}
.main_nav_icons_inline_2 ul li span {
  display: block;
  text-align: center;
  padding: 5px 0 0 0;
}
.main_nav_icons_inline_2 ul li a {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main_nav_icons_inline_2 ul li.subnav {
  background: url(images/subnav_white.png) no-repeat right top;
}

/* NAVIGATION STYLE 2 ICONS ON ONE ROW WITH BORDER */
.main_nav_icons_inline_3 {
  padding: 0px;
  width: 100%;
}
.main_nav_icons_inline_3 ul {
  width: 90%;
  list-style: none;
  padding: 0px;
  margin: 5%;
  display: block;
  float: left;
  clear: both;
}
.main_nav_icons_inline_3 ul li {
  width: 33%;
  list-style: none;
  padding: 15px 0;
  display: inline-block;
  float: left;
  text-align: center;
  border-bottom: 1px #7586fe solid;
  border-right: 1px #7586fe solid;
}
.main_nav_icons_inline_3 ul li:nth-child(3n) {
  border-right: none;
}
.main_nav_icons_inline_3 ul li:last-child,
.main_nav_icons_inline_3 ul li:nth-last-child(2),
.main_nav_icons_inline_3 ul li:nth-last-child(3) {
  border-bottom: none;
}
.main_nav_icons_inline_3 ul li img {
  display: inline-block;
  max-width: 35%;
}
.main_nav_icons_inline_3 ul li span {
  display: block;
  text-align: center;
  padding: 0 0 0 0;
  letter-spacing: 0.5px;
}
.main_nav_icons_inline_3 ul li a {
  font-size: 8px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.main_nav_icons_inline_3 ul li.subnav {
  background: url(images/subnav_white.png) no-repeat right top;
}

.subnav_header {
  width: 90%;
  margin: 0;
  float: left;
  clear: both;
  padding: 10px 5%;
  background-color: #f1f7f8;
  color: #455dfe;
  cursor: pointer;
}
.subnav_header img {
  display: inline-block;
  max-width: 8%;
  float: left;
  opacity: 0.8;
  margin: 5px 0 0 0;
}
.subnav_header span {
  display: block;
  float: left;
  text-align: left;
  padding: 5px 0 0 20px;
}

.tc {
  text-align: center;
}




.selector-for-some-widget {
  box-sizing: content-box;
}
ul#results li:hover {
  background: #d4e8f7 !important;
}
ul#results li.racine:hover {
  background: #fff !important;
}

i.favorie_btn:hover {
  cursor: pointer;
}

@media print {
  .container {
    width: auto;
  }
}

.header-content-logo {
  display: flex;
  padding: 0 15px !important;
  min-width: 250px;
  flex-direction: row;
  flex-wrap: nowrap;
  /* background-color : #221F2B; */
}
@media (min-width: 1200px) {
  .header-content-logo.container {
    width: 1260px !important;
  }
}

.header-middle {
  justify-content: flex-end;
  flex: 1 1 auto;
  display: flex;
  -webkit-box-sizing: border-box;
}

ul#menu-reseau-fibladi {
  margin-bottom: 0px !important ;
  list-style: none;
}
ul#menu-reseau-fibladi li {
  float: right;
  width: auto;
  padding: 3px 12px;
  text-align: center;
  border-left: 1px #c2c2c2a3 solid;
}
ul#menu-reseau-fibladi li a {
  text-align: center;
  color: #c2c2c2;
  font-size: 12px;
}
ul#menu-reseau-fibladi li a img {
  width: 32px !important;
  margin-bottom: 5px;
  display: block;
  margin: auto;
}
ul#menu-reseau-fibladi li#menu-item-4965,
ul#menu-reseau-fibladi li#menu-item-4972 {
  border-left: none;
  margin-left: 80px;
}
ul#menu-reseau-fibladi li#menu-item-4967,
ul#menu-reseau-fibladi li#menu-item-4968 {
  border: none;
}

ul#menuar-reseau-fibladi {
  margin-bottom: 0px !important ;
  list-style: none;
}
ul#menuar-reseau-fibladi li {
  float: right;
  width: auto;
  padding: 3px 12px;
  text-align: center;
  border-right: 1px #c2c2c2a3 solid;
}
ul#menuar-reseau-fibladi li a {
  text-align: center;
  color: #c2c2c2;
  font-size: 12px;
}
ul#menuar-reseau-fibladi li a img {
  width: 32px !important;
  margin-bottom: 5px;
  display: block;
  margin: auto;
}
ul#menuar-reseau-fibladi li#menuar-item-4965,
ul#menuar-reseau-fibladi li#menuar-item-4972 {
  border-right: none;
  margin-right: 80px;
}
ul#menuar-reseau-fibladi li#menuar-item-4967,
ul#menuar-reseau-fibladi li#menuar-item-4968 {
  border: none;
}

.site-description {
  font-size: 36px !important;
  color: black;
  margin: 0 10px !important;
  font-weight: 600;        
  font-weight: 600;         
  letter-spacing: -0.5px;     
  line-height: 1.2
}

#logo img {
  width: 54px;
  height: 54px;
  margin-left: 3px; 
}

#logo a {
  line-height: 1;
  color: #63636a;
}

.navbar-toggle {
  border-color: #ddd;
  margin: 13px 10px 10px 10px;
  float: left;
}
.langue-head {
  padding-top: 15px;
  text-align: right;
}

/* .navbar-header{
    padding: 10px;
} */

@media (max-width: 991px) {
  /* #logo img{

        max-height: 45px;
        max-width: 45px;
    } */
  div#bs-example-navbar-collapse-1 {
    margin-top: 10px;
  }
}

/* @media(max-width:991px) {
.navbar-toggle{     
    display: block !important;
  }
} */

@media (max-width: 767px) {
  .navbar-header {
    padding: 10px;
  }

  #content-home {
    margin-top: 75px;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    margin-top: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }

  #container {
    border: 2px dashed #444;
    /* height: 125px; */
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    /* just for demo */
    min-width: 612px;
  }

  .navbar-header,
  .navbar-left,
  .langue-head {
    width: 250px;
    /* height: 125px; */
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
}
/* @media (max-width: 376px) {
    .header-left  {
        display: inline-block;
        text-align : center;
    } 
    
} */
/* @media (min-width: 375px) { */
.header-left {
  display: flex;
  text-align: center;
  align-items: center;
  height: 80px;
}

/* } */

ul.connect-list > li > a {
  color: #2d2d2d !important;
  font-size: 12px;
}

#custom_html-7 {
  padding: 5px;
  margin-right: 20px;
}

.anafibladi {
  background-color: #82ae26 !important;
}

.anafibladi:hover {
  background-color: #82ae26 !important;
}
a.send_cv:hover {
  background-color: #82ae26 !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #82ae26 !important;
}

.ruban {
  margin: 1px 0;
  height: 2px;
  background-color: #82ae26;
  margin-bottom: 15px;
  position: fixed;

  margin-top: 108px;

  width: 100%;

  z-index: 100;
}

.nav.navbar-nav.navbar-left.menu-principal a {
  color: rgba(255, 255, 255);
  font-weight: bold;
  font-size: 14px;
  top: 0 !important;
  padding-top: 20px;
  height: 45px;
  line-height: 8px;
}

.nav.navbar-nav.navbar-left.menu-principal a:hover,
.nav.navbar-nav.navbar-left.menu-principal a:focus {
  background: #127387 !important;
}

.nav.navbar-nav.navbar-right.menu-principal a {
  font-weight: bold;
  top: 10px !important;
  padding-top: 0px;
  height: 25px;
  width: 22.8px;
  color: #fff !important;
  display: inline-block;
  background-color: #f30 !important;
  border: 1px solid #fff;
  padding: 0px 5px;
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #FFFFFF !important;
  color: #576b2d !important;
}
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  /* padding-left: 35px; */
  margin-bottom: 12px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input[type="checkbox"] ~ .checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container input[type="checkbox"]:checked ~ .checkmark {
  background-color: #82ae26;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 850px !important;
    margin: 1.75rem auto;
  }
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #576b2d !important;
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

.panel-default {
  padding: 0 !important;
}

col-md-3.panel-info {
  width: 100% !important;
  padding: 0;
}

.panel-body {
  width: 100%;

  padding: 10 !important;
}

.product-image {
  width: 100;
  padding: 0px;
}

.product-info div a {
  padding-left: 0;
}

@media (max-width: 575.98px) {
  #content-home {
    margin-top: 75px;
  }

  .modal-dialog {
    max-width: 350px !important;
    margin: 1.75rem auto;
  }
}

.float-my-children > * {
  margin-right: 5px !important;
}

/* this is called a clearfix. it makes sure that the container's children floats are cleared, without using extra markup */

.clearfix {
  *zoom: 1 !important; /* for IE */
}

.clearfix:before,
.clearfix:after {
  content: " " !important;
  display: table !important;
}

.clearfix:after {
  clear: both !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-dialog {
    max-width: 450px !important;
    margin: 1.75rem auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-dialog {
    max-width: 550px !important;
    margin: 1.75rem auto;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .modal-dialog {
    max-width: 950px !important;
    margin: 1.75rem auto;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 850px !important;
    margin: 1.75rem auto;
  }
  html.js.flexbox.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths
    body
    div.container
    div.row
    div#menu-activités.col {
    margin-right: 0px !important;
  }
}

.widget .widget-body {
  padding: 15px 15px;
  display: inline-block;
  width: 100%;
}

p#cv-attach-ps {
  font-size: 14px;
  font-weight: bold;
}

.widget .form-group {
  /*display: inline-block;*/
}

.widget label {
  text-align: right;
}

.widget {
  margin: 0px;
  position: static;
  /* border: 1px solid #c1c1c1; */
}

.nav-tabs .nav-link {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border: 0px solid transparent !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #dee2e6 !important;
  /* background-color: #fff; */
  border-color: #dee2e6 #dee2e6 #fff !important;
}

.col {
  padding-top: 40px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #82ae26 #82ae26 #dee2e6;
  color: #dee2e6 !important;
}

div.filtre,
.more-article .k2ItemsBlock {
  width: 100% !important;
  /*margin-top: 10px;*/
}

ul#results {
  padding: 0;
}

/* div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock ul.k2UserBlockActions, div.k2UserBlock ul.k2UserBlockRenderedMenu, div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul, div.k2CategoriesListBlock ul, div.k2UsersBlock ul {

    margin: 0;
    padding: 0 4px;
    list-style: none;

} */
/* 
div.filtre > ul > li.even, div.filtre > ul > li.odd, li.longad {

    background: #fff;
    padding: 10px !important;
    box-shadow: 1px 1px 3px #A2A9AF;
    margin-bottom: 10px !important;

} */

li {
  word-wrap: break-word;
}

li {
  line-height: 21px;
}

ul > li > a {
  background: none;
}

li.even > a > img.img_akhbar,
li.odd > a > img.img_akhbar {
  display: block;
  width: 100%;
  padding: 0%;
  margin: 0 auto;
}

.b-lazy {
  opacity: 1;
  background-image: linear-gradient(
    to left,
    #f6f7f8 0,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-repeat: no-repeat;
  background-color: #f6f7f8;
  background-size: 450px 700px;
  -webkit-animation: lazyloadeffect 1s infinite linear forwards;
  animation: lazyloadeffect 1s infinite linear forwards;
}

h2.moduleItemTitlefr.auto {
  direction: ltr;
  text-align: left;
  padding-right: 0%;
  padding-left: 0%;
}

h2.moduleItemTitlefr {
  direction: ltr;
  text-align: left;
}

h2.moduleItemTitle,
h2.moduleItemTitlefr {
  font-size: 24px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1.5em;
  font-family: "Droid Arabic Kufi", Arial, serif !important;
  color: #333;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0px;
}

p.cat_datefr.auto {
  padding-left: 0% !important;
}

p.cat_datefr {
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 0px;
  padding-left: 0px;
}

.fibladi-date {
  text-align: right;
  color: #888;
}

p.cat_datefr {
  text-align: left;
  color: #888;
  font-size: 11px;
}

p.moduleItemIntrotextfr.auto {
  padding-right: 0% !important;
  padding-left: 0% !important;
}

p.moduleItemIntrotextfr {
  color: #000000;
  text-align: left;
  direction: ltr;
  line-height: 1.7em;
  font-size: 15px;
  font-family: "HelveticaNeue", "Droid Arabic Kufi", Arial, serif !important;
  margin-bottom: 20px;
  padding: 0px !important;
  padding-right: 0px;
  padding-left: 0px;
}

.fibladi-fb-bottom {
  overflow: hidden;
  padding: 3px 0px;
  border-top: 1px solid #ddd;
  clear: both;
  width: 100%;
  height: 40px;
}

#partage {
  position: absolute;

  display: flex;
}
#fb_image {
  background-image: url("https://elbi3.com/images/silver_fb.gif");
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}
#fb_image:hover {
  background-image: url("https://elbi3.com/images/fb.gif");
}

#tw_image {
  background-image: url("https://elbi3.com/images/silver_tw.gif");
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}
#tw_image:hover {
  background-image: url("https://elbi3.com/images/tw.gif");
}

#gp_image {
  background-image: url("https://elbi3.com/images/silver_gp.gif");
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}

#gp_image:hover {
  background-image: url("https://elbi3.com/images/gp.gif");
}

#lk_image {
  background-image: url("https://elbi3.com/images/silver_lk.gif");
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}

#lk_image:hover {
  background-image: url("https://elbi3.com/images/lk.gif");
}

a:link {
  color: #333;
  text-decoration: none !important;
}

div.filtre > ul > li.racine {
  background: #fff;
  padding: 10px !important;
  box-shadow: 1px 1px 3px #a2a9af;
  margin-bottom: 10px !important;
  position: relative;
}

div.filtre,
.more-article .k2ItemsBlock {
  width: 100% !important;
  /*margin-top: 10px;*/
}

ul#results {
  padding-bottom: 30px;
}

div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  margin: 0;
  padding: 0 4px;
  list-style: none;
}

div.filtre > ul > li.even,
div.filtre > ul > li.odd,
li.longad {
  background: #fff;
  padding: 10px !important;
  box-shadow: 1px 1px 3px #a2a9af;
  margin-bottom: 20px !important;
  position: relative;
}

p {
  margin: 0 0 0px !important;
}

li {
  line-height: 23px;
}
ul > li > a {
  background: none;
}
/*a {

    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;

}*/
li.even > a > img.img_akhbar,
li.odd > a > img.img_akhbar {
  display: block;
  width: 100%;
  padding: 0%;
  margin: 0 auto;
}

.b-lazy {
  opacity: 1;
  background-image: linear-gradient(
    to left,
    #f6f7f8 0,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-repeat: no-repeat;
  background-color: #f6f7f8;
  background-size: 450px 700px;
  -webkit-animation: lazyloadeffect 1s infinite linear forwards;
  animation: lazyloadeffect 1s infinite linear forwards;
}

img {
  vertical-align: middle;
  border-style: none;
}
h2.moduleItemTitlefr.auto {
  direction: ltr;
  text-align: left;
  padding-right: 0%;
  padding-left: 0%;
}
h2.moduleItemTitle,
h2.moduleItemTitlefr {
  font-size: 20px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1.5em;
  font-family: "Droid Arabic Kufi", Arial, serif !important;
  color: #333;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0px;
}
h2.moduleItemTitlefr {
  direction: ltr;
  text-align: left;
}
li {
  word-wrap: break-word;
}
p.cat_datefr.auto {
  padding-left: 0% !important;
}
p.cat_datefr {
  text-align: left;
  color: #888;
  font-size: 8px;
}

p.cat_datefr {
  text-align: left;
  color: #888;
  font-size: 8px;
  padding: 0px;
  padding-left: 0px;
  padding-left: 0px;
}
p.moduleItemIntrotextfr.auto {
  padding-right: 0% !important;
  padding-left: 0% !important;
}

p.moduleItemIntrotextfr {
  color: #000000;
  text-align: left;
  direction: ltr;
  line-height: 1.7em;
  font-size: 12px;
  font-family: "HelveticaNeue", "Droid Arabic Kufi", Arial, serif !important;
  margin-bottom: 20px;
  padding: 0px !important;
  padding-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-tabs > li > a:hover {
  border-color: #333333 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #dee2e6 !important;
  background-color: #576b2d !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
}
body {
  background-color: white !important ;
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.col-6 {
  padding-top: 35px;
}

.list-group {
  margin-bottom: 0px !important;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0px !important;
  font-size: 18px;
  line-height: 20px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #333333 !important;
  color: white !important;
}

.navbar {
  padding: 0;
  margin-bottom: -2px !important;
  border: 0px solid transparent !important;
}
nav #myspace a {
  color: #dee2e6 !important;
  padding: 0 3px;
  display: block;
  line-height: 40px;
}

.dropdown-toggle img {
  position: absolute;
  left: 1.8em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: none;
}

.widget .widget-head {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f8f8f8, #ededed);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f8f8f8),
    to(#ededed)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #ededed);
  background-image: -o-linear-gradient(top, #f8f8f8, #ededed);
  background-image: linear-gradient(to bottom, #f8f8f8, #ededed);
  background-repeat: repeat-x;
  border-bottom: 1px solid #c1c1c1;
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  height: 40px;
  line-height: 40px;
  position: relative;
  padding: 0 15px 0 0;
}

.widget .widget-head .heading {
  margin: 0;
  color: #45484d;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  float: left;
  font-weight: bold;
}

#extended-nav {
  padding: 0 30px;
  background: #283e4a;
  border-top: none;
  box-shadow: none;
  /*height: 52px;*/
}

.list-group-item {
  border: 0px !important;
}

.btn-outline-success {
  color: #82ae26 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #82ae26 !important;
}
.btn-outline-success:hover {
  color: #fff !important;
  background-color: #82ae26 !important;
  border-color: #82ae26 !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #82ae26 !important;
  border-color: #82ae26 !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #6a8c22 !important;
  border-color: #6a8c22 !important;
}

.btn-fibladi {
  color: #fff !important;
  background-color: #127387 !important;
  border-color: #127387 !important;
}

.btn-fibladi:hover {
  color: #fff !important;
  background-color: #127387 !important;
  border-color: #127387 !important;
}

.container > .row > .col > div > #AnnoncesMenu > .card-header > b {
  font-size: 20px;
  font-family: inherit;
  color: #ff6600 !important;
  border-bottom: 0px solid #557e8d !important;
}

.container > .row > .col > div > #ActualitesMenu > .card-header > b {
  font-size: 20px;
  font-family: inherit;
  color: #82ae26 !important;
  border-bottom: 0px solid #557e8d !important;
}

.container > .row > .col > div > #EmploiMenu > .card-header > b {
  font-size: 20px;
  font-family: inherit;
  color: #992e79 !important;
  border-bottom: 0px solid #992e79 !important;
}

.container > .row > .col > div > #EmploiMenu > .card-header {
  padding-left: 0px;
}

.container > .row > .col > div > #ActualitesMenu > .card-header {
  padding-left: 0px;
}

.container > .row > .col > div > #AnnoncesMenu > .card-header {
  padding-left: 0px;
}

.card-header {
  border-bottom: 0px solid #557e8d !important;
}

fieldset > .card > .card-header {
  font-size: 20px;
  font-family: inherit;
  background-color: #FFFFFF;
}

fieldset > .widget > .card > .card-header {
  font-size: 20px;
  font-family: inherit;
  background-color: #FFFFFF;
}

.container > .row > .col > div > .card > ul > li {
  font-size: 16px;
  padding: 5px;
  /* font-family: Castledown,Arial,"sans-serif"; */
  border-bottom: 1px solid #000 !important;
  /* z-index: 1; */
}

.container > .row > .col > div > .card > ul > li:focus,
.container > .row > .col > div > .card > ul > li:hover {
  z-index: 0;
  text-decoration: none;
}

.container > .row > .col > div > .card > ul > div > div > ul > li > a {
  font-size: 15px;
  /* font-family: Castledown,Arial,"sans-serif"; */
  color: #3997ba;
}

#adForm .well {
  min-height: 20px;
  padding: 0 20px;
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); */
  box-shadow: none;
}

.input-group .form-control {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/*
.submit-container  > .col-sm-4{
margin-left:20px;
}


.col-6 > .col-sm-12{
    background: #fff!important;
    box-shadow: 1px 1px 3px #A2A9AF;
border: 1px solid rgba(0,0,0,.2);
}*/

/* @font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.ttf) format('truetype');
} */

@font-face {
  font-family: "Droid Arabic Kufi";
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.woff2)
      format("woff2"),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.woff)
      format("woff"),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.ttf)
      format("truetype");
}

@font-face {
  font-family: "Droid Arabic Kufi";
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff2)
      format("woff2"),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff)
      format("woff"),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.ttf)
      format("truetype");
}

.container > .row > .col > div > .card > ul > li:focus,
.container > .row > .col > div > .card > ul > li:hover {
  z-index: 0;
  text-decoration: none;
}
.container > .row > .col > div > .card > ul > li:focus,
.container > .row > .col > div > .card > ul > li {
  list-style-type: none;
}

.profile.dropdown .dropdown-menu {
  display: block;
  max-height: 0;
  overflow: hidden;

  -webkit-transition: max-height 0.4s ease-in;
  transition: max-height 0.4s ease-in;
}
.profile.dropdown:hover .dropdown-menu {
  max-height: 700px;
}

.dropdown-menu {
  width: 250px;
}
.profile a {
  text-decoration: none;
  color: black;
}

.profile .ActualitesMenu .card-header b {
  color: #82ae26 !important;
  /* border-bottom: 0px solid #557e8d!important; */
}
.profile .AnnoncesMenu .card-header b {
  color: #ff6600 !important;
  /* border-bottom: 0px solid #557e8d!important; */
}
.profile .EmploiMenu .card-header b {
  color: #992e79 !important;
  /* border-bottom: 0px solid #557e8d!important; */
}

#dropdown_nav_menu .list-group li:hover {
  background-color: #f5f5f5;
  color: black;
}
#dropdown_nav_menu .list-group li:hover a {
  color: black;
}
#dropdown_nav_menu {
  /* padding: 10px; */
}
#dropdown_nav_menu .News a,
#dropdown_nav_menu .Annonces a,
#dropdown_nav_menu .Emploi a,
#dropdown_nav_menu .Profile a {
  background-color: #e5e5e5;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
}

#dropdown_nav_menu .News a,
#dropdown_nav_menu .news-child:hover a {
  color: #82ae26;
}
#dropdown_nav_menu .Annonces a,
#dropdown_nav_menu .annonces-child:hover a {
  color: #ff6600 !important;
}
#dropdown_nav_menu .Emploi a,
#dropdown_nav_menu .emploi-child:hover a {
  color: #992e79 !important;
}
#dropdown_nav_menu .Profile a,
#dropdown_nav_menu .profile-child:hover a {
  color: black;
}
/* 
#dropdown_nav_menu .news-child:hover a{
    color: #82ae26;
}
#dropdown_nav_menu .annonces-child:hover a{
color: #ff6600!important;
}
#dropdown_nav_menu .emploi-child:hover a{
    color: #992e79!important;
} */

/* .profile .dropdown .dropdown-menu{
    display: none;
} */

#mobile-nav div a {
  color: #ccc;
  font-size: 22px;
}
#mobile-nav div a.home:hover {
  color: #fff !important;
}
#mobile-nav div a.news:hover {
  color: #82ae26 !important;
}
#mobile-nav div a.annonces:hover {
  color: #ff6600 !important;
}
#mobile-nav div a.emploi:hover {
  color: #b52088 !important;
}
#mobile-nav div a.favorites:hover {
  color: gold !important;
}

.btn-annonces,
.btn-emploi,
.btn-pro {
  color: white !important;
  font-size: 15px;
  padding: 7px 10px;
  text-decoration: none !important;
  border-radius: 5px;
}
.btn-annonces {
  background: #ff6600;
  border: #ff6600;
}
.btn-emploi {
  background: #b52088 !important;
  border: #b52088 !important;
}
.btn-pro {
  background: #82ae26 !important;
  border: #82ae26 !important;
}
.btn-annonces:hover,
.btn-annonces:focus {
  background: #ff6600cc;
}
.btn-emploi:hover,
.btn-emploi:focus {
  background: #b52088cc !important;
}
.btn-pro:hover,
.btn-pro:focus {
  background: #82ae26cc !important;
}
/* 
.btn-annonces{
    color: #333;
    text-decoration: none !important;
} */

#scroll-top {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 50px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  background-color: #90c445;
  /* Add a dark-grey background on hover */

  visibility: hidden;
}
