::-webkit-scrollbar {
  display: none;
}

a:hover {
  text-decoration: none !important;
}

#mobile_wrap {
  background-color: #F5F7FA;
  min-height: 100vh;
  width: 100%;
  top: 7px;
  margin: auto;
}


body.rtl .navbar__col--title a div {
  float: right;
}

.panel-left,
.panel-right,
.pagepanel {
  /* background-color: #fff; */
  background-color: #F5F7FA;
  top: 60px;
  height: 90%;
  z-index: 9999;
  width: 300px;
}


.views {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}



ul.features_list_detailed li.col-6 {
  padding: 0;
}

ul.features_list_detailed li {
  padding: 20px 2%;
  margin: 0;
  display: block;
  /* width: 43%; */
  float: left;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin-bottom: 10px !important;
  /* border-bottom:1px #ddd solid; */
}

/*===============================================*/
/* 8. POPUPS */
/*===============================================*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100000;
  background: #fff;
  box-sizing: border-box;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: #ffffff;
}

.popup.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


#filter {
  padding: 15px 5px 0 0px;
  border-radius: 5px;
  line-height: 20px;
  font-size: 12px !important;
  /* box-shadow: 1px 1px 3px #a2a9af; */
  /* box-shadow: 1px 1px 3px #A2A9AF; */
}

body.rtl #filter {
  padding: 15px 0px 0 5px;
}

#filter li {
  display: block;
  padding: 5px 0px 0 0;
  color: #666;
  line-height: 17px;
  border-bottom: 1px solid #d0d0d0 !important;
}

/*border-bottom:1px solid #c2c2c2 !important;}*/

#filter a.cross {
  /* float: left; */
  margin-top: 3px;
  margin-right: 3px;
  display: inline-block;
  width: 11px;
  height: 18px;
  text-decoration: none;
  background: url("/assets/images/crosses.png") 0px -3px no-repeat;
}

#filter a.cross:hover {
  background: url("/assets/images/crosses.png") -11px -3px no-repeat;
}

a.retract {
  /* float: right; */
  margin-right: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  /*background:url('/assets/images/crosses.png') -40px 0px no-repeat #666;*/
}

.page_single>ul>li.even.Annonces {
  padding: 10px 0 !important;
  margin-bottom: 10px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  background-color: rgb(255, 255, 255);
  text-align: start;
  /* box-shadow: 1px 1px 3px #a2a9af; */
  box-shadow: 1px 1px 5px 1px #a2a9af;
  border-radius: 5px;
}


@media (min-width: 1200px) {
  .container {
    /* width: 1260px !important; */
    max-width: 1260px !important;
  }
}

.panel.panel-left.panel-reveal,
.panel.panel-right.panel-reveal,
#pages_maincontent {
  /* display: none; */
}

.view-list {
  border-radius: 5px;
}

.shop-page-title {
  width: 100% !important;
  margin-top: 8px;
  margin-left: 0px;
  margin-right: 0px;
}

.shop-page-title h1 {
  font-size: 22px;
  display: inline-block;
  padding: 5px 5px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
  white-space: nowrap;
  margin: 0;
}

.shop-page-title a.btn {
  width: 40%;
  font-size: medium;
  float: right;
  margin-bottom: -4px !important;
}

.rtl .shop-page-title a.btn {
  float: left;
}

#ad_detail iframe {
  width: 100%;
  height: 425px;
  border: none;
}

li.even.Annonces.view-grid-2.col-6:nth-child(odd) {
  padding-left: 0px !important;
}

li.even.Annonces.view-grid-2.col-6:nth-child(even) {
  padding-right: 0px !important;
}

.rtl .professionnel .contact-btns .col-md:nth-child(odd) {
  padding-left: 5px !important;
}

.rtl .professionnel .contact-btns .col-md:nth-child(even) {
  padding-right: 5px !important;
}

.ltr .professionnel .contact-btns .col-md:nth-child(odd) {
  padding-right: 5px !important;
}

.ltr .professionnel .contact-btns .col-md:nth-child(even) {
  padding-left: 5px !important;
}


.row.action-btns {
  margin: 0 -1px;
}

ul.nav-pills a.nav-link {
  padding: 7px 10px;
  color: #666666;
  font-size: 14px;
}

#color-primary-btn {
  background-color: #0251B6 !important;
  color: white !important;
}
























/* ajouter 13/10/2024 */

.menu {
  list-style-type: none;
  padding: 0;
}

.menu>li {
  margin-bottom: 5px;
}

.menu>li>a {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  border-bottom: 1px solid #d0d0d0 !important;
  font-weight: normal;

}

.filtre {
  position: relative;
  display: inline-block !important;
  margin-right: 10px;
}

.submenu {
  list-style-type: none;
  padding-left: 20px;
  display: none;
}

.submenu li a {
  background-color: #ffffff;
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  line-height: 1.5;
  padding: 7px 12px;
  border-bottom: 1px solid #d0d0d0 !important;
  font-weight: normal;

}



.navbar-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #23202b;
  padding: 19px 0px 23px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 22px 15px 25px 17px;
  margin: -46px -21px 10px -31px;
}

.navbar-links a {
  color: white;
  text-decoration: none;
  padding: 0 15px;
}



.navbar-links i {
  display: inline-block;
  vertical-align: middle;
}

.navbar-links .col {
  flex-grow: 0;
}

#text-orange {
  color: #f56526;
}



.offcanvas-right {
  position: fixed;
  top: 0;
  right: -300px;
  /* Masqué par défaut à droite de l'écran pour LTR */
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  transition: all 0.3s ease;
  /* Animation sur toutes les propriétés */
  z-index: 1000;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}

.offcanvas-right.open {
  right: 0;
  /* Affiche le offcanvas en le déplaçant à droite pour LTR */
}

/* Mode RTL : positionnement à gauche */
html[dir="rtl"] .offcanvas-right {
  left: -300px;
  /* Masqué par défaut à gauche */
  right: auto;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}

html[dir="rtl"] .offcanvas-right.open {
  left: 0;
  /* Affiche le offcanvas en le déplaçant à gauche pour RTL */
}


.user-nav ul li span {
  position: relative;
  top: 7px;
}












.ana_link1 li {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 12px 10px;
  border-bottom: 1px solid #d0d0d0 !important;
  font-weight: normal;

}

.ana_link1 li a {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}





.offcanvas {
  position: fixed;
  top: 0;
  left: -100%;
  /* Offcanvas hors de l'écran par défaut en mode LTR */
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  color: #333;
  padding: 20px;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  /* Animation sur toutes les propriétés */
  overflow-y: auto;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  font-family: "Droid Arabic Kufi", Arial, serif !important;
}

/* Lorsque le offcanvas est ouvert, déplace-le à gauche : 0 */
.offcanvas.open {
  left: 0;
}

/* Lorsque la langue est arabe (RTL), le offcanvas doit apparaître à droite */
html[dir="rtl"] .offcanvas {
  right: -100%;
  /* Masqué par défaut à droite */
  left: auto;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}

html[dir="rtl"] .offcanvas.open {
  right: 0;
  /* Affiche le offcanvas à droite */
}


.close-btn {
  display: none !important;
}




@media (max-width: 1200px) {

  #add_ads,
  #dropdawn-user,
  #mobile-nav,
  #left-sidebar,
  #right-sidebar,
  .slide-menu,
  .ana-links,
  .panel {
    display: none !important;
  }

  #pages_main_ads {
    width: 100% !important;
    /* inset-inline-start: -16px !important; Remplace 'left' par 'inset-inline-start' */
  }

  #pages_maincontent {
    width: 97% !important;
    inset-inline-start: -13px !important;
  }


  #myCarousel-mobile {
    display: block !important;
  }

  #myCarousel {
    display: none !important;
  }

}





@media (min-width: 1200px) {

  /* #openOffcanvasRight{
        display: none;
    } */
  .open-btn {
    /* display: none; */
  }

  #myCarousel-mobile {
    display: none !important;
  }

  :dir(rtl) .navbar__col--title {
    margin-right: 0px;
    /* En arabe */
  }

  :dir(ltr) .navbar__col--title {
    margin-left: 0px;
    /* En français */
  }

}

.user_login_info {
  padding: 0px;
  margin: -34px -20px;
}

.user_details {
  position: absolute;
  bottom: 20px;
  left: 87px;
  width: 100%;
  z-index: 888;
}

:dir(rtl) .user_details {
  position: absolute;
  bottom: 20px;
  left: 102px;
}

.user_details p {
  padding: 0 0 0 10px;
  text-align: start;
  font-size: 14px;
  color: #060043;
}

.user_details p span {
  display: block;
  font-size: 18px;
  padding: 5px 0 0 0;
  color: #fe7e27;
  font-weight: 400;
}

.user_avatar {
  z-index: 999;
  position: absolute;
  bottom: 22px;
  right: 203px;
  width: 30%;
}

.user_avatar img {
  display: block;
  max-width: 100%;
  margin: 0px 0 -2px 21px;
  border-radius: 50%;
}

.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 {
  display: inline-block;
  max-width: 2%;
  float: left;
}

.user-nav ul li span {
  display: block;
  float: left;
  text-align: start;
  padding: 0 0 0 20px;
}

.user-nav ul li strong {
  display: block;
  float: right;
  text-align: start;
  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: #fe7e27;
  color: #fff;
  font-size: 11px;
}

.user-nav ul li a {
  font-size: 23px;
  font-weight: 300;
  color: #060043;
}

.user-nav ul li img {
  max-width: 8%;
}

.user-nav ul li strong {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.user-nav ul li a {
  font-size: 13px;
}

.user_thumb {
  height: 150px;
}



.always-visible {
  display: inline-block;
  /* Affiche l'icône sur la page spécifique */
}

/* ajouter le 24/10/2024 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

ul.features_list_detailed {
  padding: 0px 0px 0px 7px !important;
}


@media (max-width: 800px) {

  /* .mx-auto {
  width: 150 !important; 
  height: 200px !important; 
  object-fit: cover !important; 
  display: block !important;
}

.carousel-item{
  height: 200px !important;
} */

  /* #pages_maincontent img {
  width: 100% !important;
} */


  /* #pages_maincontent img {
  height: 200px !important;
} */


  .shop-page-title {
    width: 97% !important;
    margin-top: 6px;
    margin-left: 7px;
    margin-right: 8px;
  }

  .carousel {
    position: relative;
    margin: 0.57rem;
  }



  #container {
    margin-top: 88px !important;
  }

  .row.action-btns {
    margin: 5px 13px 14px 5px !important;
  }

  .professionnel .row.action-btns {
    margin: 5px 12px 18px 5px !important;
  }


  :dir(rtl).row.action-btns {
    margin: 5px 4px 19px 12px !important;
  }

  :dir(rtl).row.action-btns-2 {
    margin: 5px 0px 19px 12px !important;
  }

  .row.action-btns-2 {
    margin: 5px 12px 18px 5px !important;
  }

  /* .professionnel .mx-0 {
  margin-right: 0.48rem !important;
  margin-left: 0.56rem !important;

} */

  /* :dir(rtl) .professionnel .mx-0 {
  margin-right: 0.2rem !important;
  margin-left: 0.5rem !important;
} */


  :dir(rtl).professionnel .mx-0 {}

  #mobile_wrap {
    top: -21px !important;

  }

  #pages_maincontent {
    top: 1px !important;
    margin-left: 19px !important;

  }

  #pages_main_ads {
    padding-left: 0px;
    padding-right: 8px;
  }


  [dir="rtl"] #container-home ul.features_list_detailed {
    padding: 0px 0px 0px 8px !important;
  }



}

:dir(rtl) .navbar__col--icon-right {
  /* margin-left: -5px !important; */
}



#ana-left {
  margin-left: -11em !important;
}

html[dir="rtl"] #ana-left {
  margin-left: 0 !important;
  margin-right: -13.3em !important;
}



.navbar-links a {
  display: flex;
  align-items: center;
  text-decoration: none;
}


.navbar-links a:hover i {
  filter: invert(100%);
}


.navbar-links a.home:hover i {
  filter: invert(100%);
}

.navbar-links a.news:hover i {
  filter: invert(86%) sepia(19%) saturate(3040%) hue-rotate(25deg) brightness(80%) contrast(70%);
}

.navbar-links a.annonces:hover i {
  filter: invert(49%) sepia(70%) saturate(4319%) hue-rotate(1deg) brightness(104%) contrast(105%);
}

.navbar-links a.job:hover i {
  filter: invert(20%) sepia(100%) saturate(2114%) hue-rotate(298deg) brightness(86%) contrast(96%);
}

.navbar-links a.favorites:hover i {
  filter: invert(75%) sepia(96%) saturate(1882%) hue-rotate(358deg) brightness(107%) contrast(106%);
}



.col.favorites:hover .sr-text {
  color: gold;
}

.col.home:hover .sr-text {
  color: #ffffff;
}

.col.annonces:hover .sr-text {
  color: #eb5809;
}

.col.job:hover .sr-text {
  color: #983d78;
}

.col.news:hover .sr-text {
  color: #82ae26;
}



#icons-nav a:hover i {
  filter: invert(100%);
}



#icons-nav a.home:hover i {
  filter: invert(100%);
}


#icons-nav a.news:hover i {
  filter: invert(86%) sepia(19%) saturate(3040%) hue-rotate(25deg) brightness(80%) contrast(70%);
}


#icons-nav a.annonces:hover i {
  filter: invert(49%) sepia(70%) saturate(4319%) hue-rotate(1deg) brightness(104%) contrast(105%);
}


#icons-nav a.job:hover i {
  filter: invert(20%) sepia(100%) saturate(2114%) hue-rotate(298deg) brightness(86%) contrast(96%);
}


#icons-nav a.favorites:hover i {
  filter: invert(75%) sepia(96%) saturate(1882%) hue-rotate(358deg) brightness(107%) contrast(106%);
}






@media (max-width: 386px) {

  ul.features_list_detailed li .feat_small_details {
    width: 100% !important;
  }

}



#col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 80px;
  /* Ajustez cette valeur si nécessaire */
  margin: 0 -10px;
  /* Pour espacer les éléments horizontalement */
}

#col i {
  order: 1;
  /* Place l'icône en premier */
  font-size: 22px;
  /* Ajustez la taille de l'icône si nécessaire */
  margin-bottom: 5px;
  /* Espace entre l'icône et le texte */
}

.sr-text {
  order: 2;
  display: block;
  font-size: 11px;
  /* padding-bottom: 22px; */
  margin-bottom: -11px;
  padding-top: 5px;
  color: #c9cdce;
  font-weight: 1000;
  white-space: nowrap;
}

.ana-left,
.ana-right {
  display: flex;
}




@media (max-width: 992px) {

  #barre_recherche {
    max-width: 92.666667%;
    margin-top: 4px;
  }

  #bloc_span strong {
    display: inline-block !important;
    vertical-align: top;
    color: #f56526 !important;
    font-size: 0.9em !important;
  }
}

@media screen and (max-width: 780px) {
  .navbar__col--icon {
    width: 32px;
  }

  #top-navbar {
    height: 56px !important;
  }

  #logo {
    max-height: 40px !important;
  }

  .menu-icon {
    max-height: 30px !important;
  }

  #col {
    margin: -4px -10px;
  }

  #bloc_span {
    display: inline-block !important;
    font-size: 0.9em !important;
    margin-top: 12px !important;
  }




}


#logo {
  max-height: 48px;
}




.navbar__col--icon-right {
  margin-bottom: 6px;
}


#barre_recherche {
  margin-top: 2px;
  margin-bottom: -13px !important;
}


#container {
  margin-top: 70px;
}

#container-home {
  margin-top: 77px;
}

.mb-1,
.my-1 {
  margin-bottom: 6px !important;
  margin-top: 10px !important;
}

.shop-page-title {
  width: 100%;
  margin-top: 6px;
}

.shop-page-title h1 {
  margin-top: 17px;
}


ul.features_list_detailed {

  margin-top: 0px !important;
  /* margin-bottom: 14px; */

}



.custom-control {
  margin-top: 10px;
}

.carousel-caption h5:first-child {
  color: white;
  font-weight: bolder;
}


.carousel-caption {

  bottom: 1px !important;

}


.submenu li a {
  margin-right: -1px;
  margin-left: -29px;
}


span.item-count {
  right: 21px !important;
}



:dir(rtl) span.item-count {
  right: auto !important;
  left: 20px !important;
}



.btn.btn-premary2 {
  width: 99% !important;
  margin-left: 1px !important;
}



:dir(rtl) .btn.btn-premary2 {
  width: 101% !important;
  /* margin-left: 1px !important; */
  margin-right: -1px !important;


}

.user_thumb {
  width: 100%;
  height: 119px;
  margin: auto;
  position: relative;
  background-color: #23202b;
  /* background-image: url('/assets/images/shutterstock_1503135881.jpg') !important;  */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.user_details p span {

  /* font-family: 'Courier New', monospace;
    font-size: 19px; 
    font-weight: 1000; */
}


.user-nav {
  padding: 20px 5% 0 1%;
  width: 100%;
}


#version_center {
  margin-left: 75px;
}



:dir(rtl) #version_center {

  margin-right: 69px;
}



:dir(rtl) li hr {

  margin-right: 22px;
  margin-left: 5px;
}

li hr {
  margin-left: 22px;
  margin-right: 13px;

}

#welcome {
  color: #f56526;
  font-size: 15px;
  font-weight: 900;
}

.py-1 {
  font-size: 10px;
}

/* #ad_detail .mx-0 , .annonceur .mx-0{
    margin-left: 0.19rem !important;
    margin-right: 0.19rem !important;
    margin-top: 0.65rem !important;

  } */

.mt-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* .description {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
   */
/* .description-title {
    margin-left: 0.4rem;
    margin-right: 0.2rem;
  } */

.float-left {
  margin-top: 0.3rem !important;
  margin-left: 0.5rem;
}



.list-group-item {

  background-color: transparent !important;
}

.float-right {
  float: right !important;
  margin-top: 0.3rem;
  margin-right: 0.5rem;
}


:dir(rtl) .annonceur {

  margin-right: -5px;
  padding-left: 0rem !important;

}





:dir(ltr).py-1 {
  padding: 0.5rem !important;
}

.description-title-2 {
  margin-right: 0.3rem;
  margin-left: 0.46rem
}

:dir(rtl)#ad_detail .mx-0 {
  margin-left: 0.5rem !important;
  padding-right: 1.6rem;
}


#ad_detail .mx-0 {
  margin-left: 0.5rem !important;
  padding-right: 0.6rem;
}



@media (min-width: 800px) {

  .row.action-btns {
    margin: 0 5px !important;
  }

  .professionnel .mx-0 {

    padding-bottom: 0.18rem;
    padding-left: 0.5rem;
    padding-right: -0.5rem;
  }

  :dir(rtl).professionnel .mx-0 {

    padding-bottom: 0.18rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

}

#ad_detail .my-1 {
  margin-top: 1.25rem !important;
}



#roundes-picture {

  padding: 5px;

  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0 auto;
  width: 100%;
}



.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  height: auto !important;
}


/* mobile  */


.list-group {
  margin-left: -12px;
}



#pages_maincontent .px-2 {
  padding-left: 0px !important;
  padding-right: 0.6rem !important;
}

:dir(rtl) #pages_maincontent .px-2 {
  padding-left: 20px !important;
  padding-right: 1rem !important;
}

.description-title {
  margin-left: 0.5rem;
}

.px-2 .description {
  /* margin-left: 0.5rem; */
}


#tags-wrap {
  margin-top: -1.3rem;
}

/*
#ana-search-form{
  margin-top: 5px;
  margin-bottom: 2rem !important;
} */

#pages_main_ads .image {
  border-radius: 0.25rem;
}



@media (max-width: 700px) {
  #pages_main_ads .image {
    height: 192px !important;
  }

  .col {
    padding-left: 6px !important;
  }


}


.ml-1,
.mx-1 {
  margin-bottom: 3px !important;

}

.ml-1 b {
  margin-top: 12px !important;
  margin-right: 8px !important;
}


.px-1 {
  margin-bottom: 2px;
}

/* ul.features_list_detailed.mt-2{
  margin-top: -2px !important;
} */

#query-h1 {
  margin-bottom: 7px !important;
  margin-left: -0.3rem;
  margin-right: -3.9px;
}


#pages_maincontent .pt-3,
.py-3 {
  padding-top: 0.6rem !important;
}


.list-group-flush>.list-group-item {

  margin-right: -1.2rem;
}


.row.action-btns-2 {
  margin: 0 3px;
}


@media (min-width: 800px) {
  .single {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }


  #barre_recherche {
    margin-top: 2px;
    margin-bottom: 2px !important;
  }

  #pages_main_ads {
    margin-top: 23px !important;
  }


}


.single-footer {
  margin-right: 9px;
  margin-left: 6px;
}

/* 
.list-group-flush>.list-group-item {
margin-left: 21px;
margin-right: 5px;
padding-left: 0px;
} */

/* 
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-bottom: 20px;
} */

#savoir-plus-black {
  margin-bottom: 20px;
}

/* .navbar__col--title #site-description {
  margin: 0 19px !important;
}

#logo {
  margin-left: 15px;
}
 */

:dir(rtl)#add_ads {
  margin-left: 41rem !important;
  margin-right: 0.6rem !important;
}


#add_ads {
  margin-left: 0rem !important;
  margin-right: 37.6rem !important;
}



#premary-navbar {
  margin-left: 21px !important;
  margin-right: 21px !important;
}



:dir(rtl).col {
  left: 12.5px;
}

:dir(rtl).row {
  margin-right: -10px !important;
  margin-left: -22px !important;
}



:dir(rtl).row.action-btns {
  margin-right: 11px !important;
  margin-left: 3px !important;
}

.row.action-btns {
  margin-right: 6px !important;
  margin-left: 4px !important;
}

:dir(rtl).row.action-btns-2 {
  margin-right: -5px !important;
  margin-left: -18px !important;
}

.row.action-btns-2 {
  margin-right: 3px !important;
}



@media (max-width: 800px) {

  :dir(rtl)#ad_detail .mx-0 {
    margin-left: 0.7rem !important;
    padding-right: 1.1rem;
  }

  :dir(rtl)#ad_detail .row.action-btns {
    margin-right: 4px !important;
    margin-left: 15px !important;
  }

  :dir(rtl) .professionnel .mx-0 {
    margin-right: 0.2rem !important;
    margin-left: -0.6rem !important;
  }


  :dir(rtl).row.action-btns-2 {
    margin-right: -1px !important;
    margin-left: -5px !important;
  }

  .row.action-btns-2 {
    margin-right: 5px !important;
    /* margin-left: -5px !important; */
  }

  .professionnel .mx-0 {
    margin-right: 0.1rem !important;
    margin-left: 0.56rem !important;
  }


  #ad_detail .row.action-btns {
    margin-right: 13px !important;
    margin-left: 4px !important;
  }

  #roundes-picture {
    /* border: 0px solid white !important;
  padding: 0px !important; */
  }


  #pages_main_ads {
    margin-top: 10px !important;
  }

  .carousel-item img {

    height: 200px !important;

  }



}





div#recommendations .px-1 {
  margin-right: 7px;
  margin-left: 5px;
}




#roundes-picture {
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
    border-radius: 7px; */
}



.single .view-list div.feat_small_icon {
  width: 14% !important;
}


#ad_detail iframe {
  padding: 9px;
  border-radius: 17px !important;
}


.slider {
  width: 100%;
}

#share-element {
  /* display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; */
  margin-top: 12px;

}


.carousel-item img {
  border-radius: 7px;
  margin-bottom: 12px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}


.single .carousel-control-next {
  border: solid rgb(255, 255, 255);
}

.single .carousel-control-prev {
  border: solid rgb(255, 255, 255);
}



.single .carousel-control-next,
.single .carousel-control-prev {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6% !important;
  height: 57px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;

}


@media (max-width: 800px) {

  .single .carousel-control-next,
  .single .carousel-control-prev {
    width: 10% !important;
    height: 35px;
  }

  .professionnel {
    margin-bottom: 17px !important;
  }
}




.single .carousel-control-next:hover,
.single .carousel-control-prev:hover {
  opacity: 1;
  /* Augmenter la visibilité au survol */
}


#my-favorits {

  text-decoration: none;
  color: #000000;
}



.navbar__col--icon-left {
  margin-right: 269px;
  margin-bottom: 6px;
}

.ana-right {
  margin-right: 7.8rem !important;
}


@media screen and (min-width: 1200px) {
  :dir(rtl) #d1 {
    margin-right: -11px !important;
  }
}

svg.bi.bi-bookmark-fill,
svg.bi-file-earmark-play {
  vertical-align: -4px;
}

a#video_link {
  margin-left: 8px;
  margin-right: 0px !important;
  margin-top: 4px;
}


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

ul.features_list_detailed li #feat_small_details {
  width: 100%;
  /* float: left; */
  padding: 0px 10px 5px 20% !important;
  position: relative;
  /* left: 9px; */
}


ul.features_list_detailed li .feat_small_details {
  width: 100%;
  /* float: left; */
  padding: 0px 0px 0px 24%;
  position: relative;
  /* left: 9px; */
}




#pages_maincontent p {
  /* padding:0 0 15px 0; */
  margin: 0px;
  /* clear: both; */
}

/* 
  .professionnel {
    margin-top: -55px;
  } */


a#check-url {
  margin-top: -16px !important;
}

ul.row.list-unstyled.my-0 {
  margin-top: -9px !important;
}

#subscribe_information {
  margin-top: -28px !important;
}

ul#subscribe_information li .feat_small_details {
  width: 100%;
  float: left;
  padding: 0px 0px 6px 2%;

}

:dir(rtl) ul#subscribe_information li .feat_small_details {
  width: 100%;
  float: left;
  padding: 0px 8px 6px 0%;

}



.list-group-flush>.list-group-item {
  margin-left: 1px;
  margin-right: -14px;
  padding-left: 0px;
}


ul#subscribe_information li .feat_small_details .list-group.list-group-flush {

  margin-top: -13px;
  margin-bottom: -8px;
}



ul#subscribe_information li .feat_small_details a {
  font-weight: bolder;
}




ul#subscribe_information li .feat_small_details .list-group.list-group-flush .list-group-item {
  margin-bottom: -7px;
}


ul#subscribe_information li .feat_small_details .list-group.list-group-flush .user-name {
  margin-bottom: 4px;
  margin-top: 10px;
  font-weight: bolder;
}

.professionnel {
  margin-top: -16px;
  margin-bottom: 23px !important;
}

@media (max-width: 800px) {

  .professionnel {
    margin-top: -8px;
    margin-bottom: 26px !important;
  }
}


ul#annonces_first li,
ul#annonces_last li {
  border-left: 5px solid #f56526;
}

@media (max-width: 400px) {
  #d1 {
    margin-right: 10px !important;
    margin-left: 14px;
  }

  .navbar__col.navbar__col--icon.navbar__col--icon-right {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  :dir(rtl)#d1 {
    margin-right: -6px !important;
  }

  :dir(rtl).navbar__col.navbar__col--icon.navbar__col--icon-right {
    margin-right: 1px !important;
    margin-left: -4px !important;
  }

  :dir(rtl)#d2 {
    margin-right: 3px !important;
  }



}


#signaler-ad {
  color: #ffffff;
  background-color: #f56526;
  border-color: #f56526;
}





.description {
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
}

.description.expanded {
  white-space: normal;
  /* Permet au texte de s'étendre */
}

.show-more {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
}

.show-more:hover {
  color: #0056b3;
}


/* arabe */
:dir(rtl).user-nav ul li img {
  display: inline-block;
  float: right;
}

:dir(rtl).user-nav ul li span {
  display: block;
  float: right;
  text-align: start;
  padding: 1px 13px 3px 20px;
}


:dir(rtl).user-nav ul {
  padding-right: 3px;
}

.list-inline-item:not(:last-child) {
  margin-right: 0rem !important;
}



#mobile-nav div a.home i:hover {
  filter: invert(100%);
}

#mobile-nav div a.news i:hover {
  filter: invert(86%) sepia(19%) saturate(3040%) hue-rotate(25deg) brightness(80%) contrast(70%);
}

#mobile-nav div a.annonces i:hover {
  filter: invert(49%) sepia(70%) saturate(4319%) hue-rotate(1deg) brightness(104%) contrast(105%);
}

#mobile-nav div a.job i:hover {
  filter: invert(20%) sepia(100%) saturate(2114%) hue-rotate(298deg) brightness(86%) contrast(96%);
}

#mobile-nav div a.favorites i:hover {
  filter: invert(75%) sepia(96%) saturate(1882%) hue-rotate(358deg) brightness(107%) contrast(106%);
}

.navbar {
  padding-top: 5px;
  line-height: 6px;
}

#site-description {
  font-size: 36px !important;
  font-weight: initial;
  margin: 0 6px !important;
}

.svg-white {
  filter: invert(86%) sepia(3%) saturate(22%) hue-rotate(325deg) brightness(94%) contrast(93%);
}

.ml-5-left {
  margin-left: 2rem !important;
}

.ml-5-right {
  margin-right: 1rem !important;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.btn.btn-premary2 {
  background: #f56526 !important;
  border: #f56526 !important;
  color: white;
  font-size: 13px;
  padding: 7px 0px;

}

.ana-left {
  margin-left: 3em;
}

.ana-right {
  margin-right: 7em;
}



.select-wrapper {
  position: relative;
  width: 250px;
  /* Augmenté de 200px à 250px pour plus d'espace */
  top: 9px;
  margin-bottom: 20px;
}

#pet-select-desktop {
  /* Taille et espacement */
  padding: 8px 30px 8px 30px;
  /* Réduit légèrement le padding-left de 35px à 30px */
  width: 100%;
  height: 40px;
  /* Hauteur fixe pour mieux voir le texte */

  /* Apparence */
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  -moz-appearance: none;

  /* Police */
  font-size: 14px;
  font-family: Arial, sans-serif;

  /* Empêche le texte d'être tronqué */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Ajoute "..." si le texte est trop long */

  /* Effet au survol */
  cursor: pointer;
}

.select-icon {
  position: absolute;
  left: 8px;
  right: 8px;
  /* Réduit de 10px à 8px pour gagner un peu d'espace */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}

#pet-select-desktop:hover {
  border-color: #999;
}

#pet-select-desktop:focus {
  outline: none;
  border-color: #f56526;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

/* Flèche personnalisée */

/* Style pour les options déroulantes */
#pet-select-desktop option {
  padding: 8px;
  /* Ajoute du padding dans les options */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.category-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 400px;
  /* Ajustez selon vos besoins */
}

.category-list .category-item {
  margin-bottom: 5px;
}

.category-list .main-category-item a {
  text-decoration: none;
  color: #000000;
  display: flex;
  align-items: center;
  /* Aligner l'icône et le texte */
  font-size: 14px;
  padding: 8px 10px;
  border-bottom: 1px solid #d0d0d0;
  font-weight: normal;
  line-height: 1.5;
}

.category-list .subcategory-item a {
  text-decoration: none;
  color: #666;
  font-size: 13px;
  display: block;
  padding: 7px 12px 7px 30px;
  /* Indentation pour les sous-catégories */
  border-bottom: 1px solid #d0d0d0;
  font-weight: normal;
  line-height: 1.5;
}

.category-list .subcategory-item a.back-link {
  color: #666;
  font-size: 13px;
  padding: 7px 12px;
  /* Moins d'indentation pour le retour */
  font-weight: normal;
}

.category-list .category-item a:hover {
  color: #f28c38;
  /* Orange similaire à votre thème */
  background-color: #f5f5f5;
}

html[lang="ar"] .category-list .category-item a {
  padding-right: 10px;
  padding-left: 8px;
}

html[lang="ar"] .category-list .subcategory-item a {
  padding-right: 30px;
  padding-left: 12px;
}

html[lang="ar"] .category-list .subcategory-item a.back-link {
  padding-right: 12px;
  padding-left: 12px;
}

.category-list .subcategory-item a .count {
  color: #666;
  font-size: 12px;
  margin-left: 5px;
}

html[lang="ar"] .category-list .subcategory-item a .count {
  margin-right: 5px;
  margin-left: 0;
}

.category-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #ff7600;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error {
  color: transparent;
  text-align: center;
  margin: 20px;
}

.icon {
  margin-right: 8px;
  vertical-align: middle;
}

.main-category-link {
  display: flex;
  align-items: center;
}


 #mobile-nav div a.home i:hover {
        filter: invert(100%);
    }

    #mobile-nav div a.news i:hover {
        filter: invert(86%) sepia(19%) saturate(3040%) hue-rotate(25deg) brightness(80%) contrast(70%);
    }

    #mobile-nav div a.annonces i:hover {
        filter: invert(49%) sepia(70%) saturate(4319%) hue-rotate(1deg) brightness(104%) contrast(105%);
    }

    #mobile-nav div a.job i:hover {
        filter: invert(20%) sepia(100%) saturate(2114%) hue-rotate(298deg) brightness(86%) contrast(96%);
    }

    #mobile-nav div a.favorites i:hover {
        filter: invert(75%) sepia(96%) saturate(1882%) hue-rotate(358deg) brightness(107%) contrast(106%);
    }

    .navbar {
        padding-top: 5px;
        line-height: 6px;
    }

    #site-description {
        font-size: 36px !important;
        font-weight: initial;
        margin: 0 6px !important;
    }

    .svg-white {
        filter: invert(86%) sepia(3%) saturate(22%) hue-rotate(325deg) brightness(94%) contrast(93%);
    }

    .ml-5-left {
        margin-left: 2rem !important;
    }

    .ml-5-right {
        margin-right: 1rem !important;
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .btn.btn-premary2 {
        background: #f56526 !important;
        border: #f56526 !important;
        color: white;
        font-size: 13px;
        padding: 7px 0px;

    }

    .ana-left {
        margin-left: 3em;
    }

    .ana-right {
        margin-right: 7em;
    }