
@import "/assets/css/reset.css";


body.rtl {
  text-align: right;
  background-color: #F5F7FA;
}

body{
  background-color: #F5F7FA !important;
}

::-webkit-scrollbar {
    display: none;
  }
  a:hover {
    text-decoration: none !important;
  }
  

  
  
  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: 19px 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;
}


/* 
.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:  44rem !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;
}





/* style.css */




.navbar {
  /* width:94%; */
  padding: 0 3%;
  height: 70px;
  display: flex;
  align-items: center;
}
.navbar--bg {
  background-color: #23202b;
  /* border-bottom: 2px solid #fff; */
}
.navbar--fixed {
  position: fixed !important;
  width: 100% !important;
  left: 0;
  z-index: 999999;
}
.navbar--fixed-top {
  top: 0;
}
.navbar--fixed-bottom {
  bottom: 0;
}
.navbar__col {
  flex-grow: 1;
}
.navbar__col--title {
  font-size: 28px;
  font-weight: 900;
}
.navbar__col-subtitle {
  display: block;
  font-size: 10px;
  font-weight: 300;
}
.navbar__col--title-sm {
  font-size: 22px;
}
.navbar__col--title-centered {
  text-align: center;
}
.navbar__col--title a {
  color: #fff;
}

.navbar__col--icon {
  width: 30px;
  flex-grow: 0;
  position: relative;
}
/*ajouter le 22/10/2024*/
.navbar__col--icon img {
  display: block;
  max-width:  89% !important;
}
.navbar__col--icon-left {
  margin-right: 358px;
}
/* ajouter le 17/10/2024 */
.navbar__col--icon-right {
  margin-left: 303px;
}
.navbar__icon-bullet {
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  font-size: 10px;
  width: 15px;
  height: 15px;
  background-color: #445cfd;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  -webkit-box-shadow: 0px 0px 4px 0px #303030;
  -moz-box-shadow: 0px 0px 4px 0px #303030;
  box-shadow: 0px 0px 4px 0px #303030;
}








.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;

}


.fa-bars{
  background-image: url('/assets/images/svg/bars-solid.svg');
}
.fa-caret-left{
  background-image: url('/assets/images/svg/caret-left-solid.svg');
}
.fa-caret-right{
  background-image: url('/assets/images/svg/caret-right-solid.svg');
}
.fa-arrow-left{
  background-image: url('/assets/images/svg/arrow-left-solid.svg');
}
.fa-arrow-right{
  background-image: url('/assets/images/svg/arrow-right-solid.svg');
}
.fa-star{
  background-image: url('/assets/images/svg/star-regular.svg');
}
.fa-star-solid{
  background-image: url('/assets/images/svg/star-solid.svg');
}
.fa-file-alt{
  background-image: url('/assets/images/svg/file-alt-solid.svg');
}
.fa-briefcase{
  background-image: url('/assets/images/svg/briefcase-solid.svg');
}
.fa-home{
  background-image: url('/assets/images/svg/home-solid.svg');
}
.fa-th{
  background-image: url('/assets/images/svg/th-solid.svg');
}

.fa-shopping-cart{
  background-image: url('/assets/images/svg/shopping-cart-solid.svg');
}

.content-block {
  padding: 75px 10% 0 10%;
}


.close_popup_button {
  display: block;
}
.close_popup_button a {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0px;
}
.close_popup_button a img {
  display: block;
  max-width: 60%;
  width: 20px;
  height: 20px;
  margin: auto;
}


.search-popup {
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0px 0px 15px 0px;
  letter-spacing: -0.5px;
}



.loginform {
  width: 100%;
  padding: 10px;
}
.loginform label.error {
  padding: 0 0 20px 0;
  margin: 0px;
  line-height: 10px;
  width: 100%;
  text-align: start;
  font-size: 14px;
  color: #f65821;
  font-weight: 400;
  clear: both;
  float: left;
}
.loginform input.form_input {
  padding: 5px 3%;
  width: 100%;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #d5d5d5;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: #ffffff;
  color: #000000;
  -webkit-appearance: none;
}
.loginform input.form_input:focus {
  background-color: #f5f5f5;
}
.loginform .form_select {
  padding: 2% 3%;
  width: 100%;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #d5d5d5;
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-appearance: none;
  color: #000000;
  background: url(/assets/images/dropdown.png) no-repeat right;
}
.loginform .form_select option {
  padding: 3px;
}

.loginform input.form_submit {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  color: #fff;
  background-color: #ff6600;
  /* background: -webkit-linear-gradient(60deg, #4f40f1, #6100bc);
background: linear-gradient(60deg, #4f40f1, #6100bc); */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 0px;
}















































/* amp */

      @font-face {
            font-family: 'Droid Arabic Kufi';
            src: url('/assets/font/Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        html[lang="ar"] body,
        html[lang="ar"] button,
        html[lang="ar"] input,
        html[lang="ar"] textarea,
        html[lang="ar"] select,
        html[lang="ar"] a {
            direction: rtl;
            font-family: "Droid Arabic Kufi", sans-serif;
        }

        html[lang="fr"] body {
            direction: ltr;
            font-family: "Inter", "Droid Arabic Kufi", sans-serif;
        }

        body {
            margin: 0;
            padding: 0;
            background-color: #F5F7FA;
            color: #333;
        }


        main {
            padding: 16px;
            padding-top: 72px;
            max-width: 1270px;
            margin: 0 auto;
        }

        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            /* Permet le retour à la ligne */
            gap: 8px;
            /* Espace entre les éléments */
            row-gap: 12px;
            /* Espace entre les lignes */
            font-size: 10px;
            margin-bottom: 5px;
            background-color: transparent !important;
            /*padding: 12px;*/
            border-radius: 8px;
            padding: .75rem 0rem !important;
        }

        .breadcrumb a {
            color: #e67e22;
            text-decoration: none;
            transition: opacity 0.2s;
            display: flex;
            align-items: center;
            /* Aligner les liens et les séparateurs */
        }

        .breadcrumb a::after {
            content: ">";
            /* Ajouter le séparateur après chaque lien */
            color: #ccc;
            margin-left: 8px;
            /* Espace entre le lien et le séparateur */
        }

        :lang(ar) .breadcrumb a::after {
            content: ">";
            /* Ajouter le séparateur après chaque lien */
            color: #ccc;
            margin-left: 0px;
            margin-right: 8px;
        }


        .breadcrumb a:last-child::after {
            content: "";
            /* Supprimer le séparateur après le dernier lien */
        }

        .breadcrumb a:hover {
            opacity: 0.8;
            color: #D48744FF;
        }

        @media (max-width: 768px) {
            .breadcrumb {
                justify-content: center;
                /* Centrer les éléments sur les petits écrans */
                font-size: 12px;
                /* Taille de police réduite */
            }
        }

        .announcement-details {
            background-color: #ffffff;
            border-radius: 16px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 24px;
            margin-bottom: 24px;
        }

        .announcement-details h2 {
            margin-top: 0;
            font-size: 28px;
            font-weight: 700;
            color: #333;
        }

        .price {
            font-size: 25px;
            color: #e67e22;
            font-weight: 700;
            margin: 16px 0px;
            background: linear-gradient(90deg, #e67e22, #e67e22);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }


        .action-buttons {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .action-buttons button {
            width: 100%;
            /* Largeur maximale */
            padding: 12px 24px;
            /* Même padding que le bouton "Publier une annonce" */
            font-size: 14px;
            /* Même taille de police */
            font-weight: 600;
            /* Même épaisseur de police */
            border: none;
            border-radius: 8px;
            /* Même bordure arrondie */
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .action-buttons {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .action-buttons-savoir-plus button {
            width: 100%;
            /* Largeur maximale */
            padding: 12px 24px;
            /* Même padding que le bouton "Publier une annonce" */
            font-size: 14px;
            /* Même taille de police */
            font-weight: 600;
            /* Même épaisseur de police */
            border: none;
            border-radius: 8px;
            /* Même bordure arrondie */
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-decoration: none;

        }

        .action-buttons-savoir-plus a {
            text-decoration: none;
        }

        .action-buttons-plus button {
            width: 100%;
            /* Largeur maximale */
            padding: 12px 24px;
            /* Même padding que le bouton "Publier une annonce" */
            font-size: 14px;
            /* Même taille de police */
            font-weight: 600;
            /* Même épaisseur de police */
            border: none;
            border-radius: 8px;
            /* Même bordure arrondie */
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-decoration: none;
            margin-top: 17px;
            font-family: "Droid Arabic Kufi", sans-serif;
        }

        .action-buttons-plus a {
            text-decoration: none;
        }

        .action-buttons a {
            text-decoration: none;
        }

        .action-buttons-savoir-plus button.call {
            text-decoration: none;
        }



        .action-buttons button.call {
            background: linear-gradient(135deg, #2ecc71, #1abc9c);
            color: white;
        }

        .action-buttons button.order {
            background: linear-gradient(135deg, #e67e22, #d35400);
            color: white;
        }

        .action-buttons button.message {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
        }

        .action-buttons button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .action-buttons-savoir-plus button.message {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
        }

        .action-buttons button.black {
            background: linear-gradient(135deg, #383434A6, #000000FF);
            color: white;
        }

        .action-buttons-plus button {
            background: linear-gradient(135deg, #e67e22, #d35400);
            color: white;
        }

        .action-buttons-savoir-plus button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .action-buttons-plus button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .icon-buttons {
            display: flex;
            justify-content: flex-end;
            gap: 16px;
            margin-bottom: 24px;
        }


        .social-share {
            display: flex;
            justify-content: center;
            gap: 16px;
            margin-top: 24px;
        }

        .social-share amp-social-share {
            color: white;
            border-radius: 22%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.2s;
        }

        .social-share amp-social-share:hover {
            transform: scale(1.1);
        }

        .similar-announcements {
            margin-top: 40px;
        }

        .similar-announcements h3 {
            font-size: 24px;
            font-weight: 700;
            color: #333;
            margin-bottom: 16px;
        }

        .similar-announcements .cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 16px;
        }

        .similar-announcements .card {
            background-color: transparent;
            border-radius: 8px;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
        }

        {{-- .similar-announcements .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        } --}} .similar-announcements .card amp-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px 8px 0 0;
        }

        .similar-announcements .card-content {
            padding: 16px;
            flex: 1;
        }

        .similar-announcements .card-title {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            margin-top: 0;
            line-height: 1.4;
        }

        .similar-announcements .card-description {
            font-size: 14px;
            color: #666;
            margin-bottom: 8px;
        }

        .similar-announcements .card-price {
            font-size: 16px;
            font-weight: 700;
            color: #e67e22;
        }

        .similar-announcements .badge {
            display: inline-block;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .similar-announcements .badge.premium {
            background-color: #ffcc00;
            color: #000;
        }

        .similar-announcements .badge.pro {
            background-color: #ff8c42;
            color: #fff;
        }

        .similar-announcements .badge.normal {
            background-color: #3498db;
            color: #fff;
        }

        footer {
            background-color: #ffffff;
            color: black;
            text-align: center;
            padding: 16px;
            position: fixed;
            bottom: 0;
            width: 100%;
            box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
        }



        .search-bar {
            border-radius: 8px;
            margin: 24px auto;
            max-width: 1200px;
            padding-left: 21px;
            padding-right: 21px;
        }

        .search-container {
            position: relative;
            display: flex;
            align-items: center;
        }

        .search-bar input[type="text"] {
            flex: 1;
            padding: 12px 48px 12px 16px;
            font-size: 16px;
            border: 1px solid #ddd;
            border-radius: 8px;
            background-color: #f8f9fa;
            transition: border-color 0.3s, box-shadow 0.3s;
            font-family: "Droid Arabic Kufi", sans-serif;
        }

        .search-bar input[type="text"]:focus {
            border-color: #e67e22;
            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);
            outline: none;
        }

        .search-button {
            position: absolute;
            right: 1px;
            top: 50%;
            transform: translateY(-50%);
            padding: 10px;
            border: none;
            border-radius: 8px;
            background: linear-gradient(135deg, #e67e22, #d35400);
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .search-button:hover {
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .tags-section {
            margin: 24px auto;
            max-width: 1250px;
        }

        .tags-section h3 {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-bottom: 16px;
        }

        .tags-container {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .tag {
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 500;
            color: black;
            background-color: #d4e4f3;
            border-radius: 20px;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s, transform 0.2s;
            text-decoration: none;
        }

        .tag:hover {
            background-color: #e67e22;
            color: white;
            transform: translateY(-2px);
        }

        .announcement-info {
            margin: 16px 0;
            padding: 16px;
            background-color: #f8f9fa;
            border-radius: 8px;
            font-size: 14px;
            color: #666;
        }

        .announcement-info .info-item {
            margin-bottom: 8px;
        }

        .announcement-info .info-item:last-child {
            margin-bottom: 0;
        }

        .announcement-info strong {
            color: #333;
            font-weight: 600;
        }

        .card-details {
            display: flex;
            justify-content: space-between;
            margin-top: 8px;
            font-size: 12px;
            color: #666;
        }

        .card-region {
            font-weight: 500;
        }

        .card-state {
            font-style: italic;
        }

        .title-with-icons {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
        }

        .title-with-icons h2 {
            margin: 0;
            font-size: 28px;
            font-weight: 700;
            color: #333;
        }

        .icon-buttons {
            display: flex;
            gap: 12px;
        }

        .icon-button {
            background: none;
            border: none;
            padding: 8px;
            cursor: pointer;
            transition: transform 0.2s, opacity 0.2s;
            color: inherit;
        }

        .icon-button:hover {
            transform: scale(1.1);
            opacity: 0.8;
            color: inherit;
        }

        .icon-button i {
            font-size: 24px;
        }


        /* Nouveau style inspiré de Leboncoin */
        .main-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .announcement-container {
            display: grid;
            grid-template-columns: 2fr 0.7fr;
            gap: 30px;
            margin-top: 10px;
        }

        /* Colonne de gauche */
        .left-column {
            border-radius: 8px;
        }

        /* Colonne de droite */
        .right-column {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            height: fit-content;
            position: sticky;
            top: 80px;
        }

        /* Section titre et prix */
        .title-section {
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
            margin-bottom: 15px;
            padding-top: 15px;
        }

        .article-title {
            font-size: 24px;
            margin: 0;
            color: #333;
        }


        .date-location {
            color: #666;
            font-size: 14px;
            margin-bottom: 15px;
        }

        /* Section description */
        .description-section {
            margin: 25px 0;
        }

        .description-title {
            font-size: 20px;
            color: #333;
            margin-bottom: 15px;
        }

        /* Section vendeur */
        .seller-section {
            padding-top: 20px;
        }

        .seller-name {
            font-size: 18px;
            margin: 0 0 -6px 0;
        }

        /* Adaptation responsive */
        @media (max-width: 768px) {
            .announcement-container {
                grid-template-columns: 1fr;
            }

            .right-column {
                position: static;
            }
        }

        .image-block {
            flex: 1;
            /* Prend 50% de l'espace */
        }

        .details-block {
            flex: 1;
            /* Prend 50% de l'espace */
        }


        /* Dans <style amp-custom> */
        .description {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 24px;
            /* Supprimer max-height/overflow qui force un reflow */
            will-change: contents;
            /* Optimise le rendu */
            hyphens: auto;
            word-break: break-word;
        }

        /* Responsive : empiler les blocs sur mobile */
        @media (max-width: 768px) {
            .announcement-container {
                flex-direction: column;
                /* Les blocs sont empilés verticalement */
            }

            .image-block,
            .details-block {
                flex: 1 1 100%;
                /* Les blocs occupent toute la largeur */
            }
        }


        .see-more-button {
            display: inline-block;
            margin-top: 16px;
            padding: 12px 24px;
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .see-more-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }


        .announcement-info {
            background-color: #ffffff;
            border-radius: 12px;
            padding: 20px;
            margin: 24px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border: 1px solid #e0e0e0;
        }

        .announcement-info .info-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px solid #e0e0e0;
            font-size: 14px;
            color: #555;
        }

        .announcement-info .info-item:last-child {
            border-bottom: none;
        }

        .announcement-info strong {
            color: #333;
            font-weight: 600;
            min-width: 120px;
            /* Pour aligner les labels */
        }

        .announcement-info .info-item span {
            color: #777;
            flex: 1;
            text-align: right;
        }

        :lang(ar) .announcement-info .info-item span {
            text-align: left;
        }


        .subscriber-section {
            background-color: #ffffff;
            border-radius: 12px;
            padding: 16px;
            margin: 24px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border: 1px solid #e0e0e0;
        }

        .subscriber-info {
            margin-bottom: 16px;
        }

        .subscriber-name {
            font-size: 16px;
            color: #333;
            margin-bottom: 8px;
        }

        .subscriber-fidelity {
            font-size: 16px;
            color: #333;
        }

        .stars {
            color: #f1c40f;
            /* Couleur des étoiles */
            margin-top: 4px;
        }

        .subscriber-actions {
            display: flex;
            gap: 12px;
        }

        .subscriber-actions button {
            flex: 1;
            padding: 12px;
            font-size: 14px;
            font-weight: 600;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .subscriber-actions button.call {
            background: linear-gradient(135deg, #2ecc71, #1abc9c);
            color: white;
        }

        .subscriber-actions button.message {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
        }

        .subscriber-actions button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        /* Style pour les badges */
        .badge {
            display: inline-block;
            padding: 4px 8px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 12px;
            margin-bottom: 8px;
        }

        /* Badge pour abonné pro */
        .badge.pro {
            background-color: #ff8c42;
            /* Orange */
            color: #fff;
            /* Texte blanc */
        }

        /* Badge pour abonné supérieur */
        .badge.premium {
            background-color: #ffcc00;
            /* Jaune */
            color: #000;
        }

        /* Badge pour abonné normal */
        .badge.normal {
            background-color: #3498db;
            /* Bleu */
            color: #fff;
        }

        .card.normal {
            transition: transform 0.2s, box-shadow 0.2s;
        }

        /* Style pour les cartes des abonnés pro */
        .card.pro {
            transition: transform 0.2s, box-shadow 0.2s;
        }

        /* Style pour les cartes des abonnés supérieurs */
        .card.premium {

            transition: transform 0.2s, box-shadow 0.2s;
        }

        /* Effet de survol pour les cartes des abonnés pro */
        .card.pro:hover {
            transform: translateY(-4px);
        }

        .card.normal:hover {
            transform: translateY(-4px);
        }

        /* Effet de survol pour les cartes des abonnés supérieurs */
        .card.premium:hover {
            transform: translateY(-4px);
        }

        .seller-section {
            display: flex;
            align-items: center;
            /* Aligner verticalement */
            gap: 12px;
            /* Espace entre l'image et le nom */
            margin-bottom: 16px;
            /* Espace avant les boutons */
        }

        .seller-avatar {
            width: 50px;
            /* Taille de l'image */
            height: 50px;
            /* Taille de l'image */
            border-radius: 50%;
            /* Rendre l'image circulaire */
            background-color: #e67e22;
            /* Couleur de fond (orange comme Leboncoin) */
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            /* Taille du texte */
            font-weight: 600;
            /* Épaisseur du texte */
            color: white;
            /* Couleur du texte */
            text-transform: uppercase;
            /* Convertir en majuscules */
        }

        .seller-info {
            display: flex;
            flex-direction: column;
            /* Aligner le nom et la note verticalement */
            gap: 3px;
            /* Espace entre le nom et la note */
        }

        .seller-name a {
            margin: 0;
            /* Supprimer la marge par défaut */
            font-size: 18px;
            /* Taille du texte */
            font-weight: 600;
            /* Épaisseur du texte */
            color: #333;
            /* Couleur du texte */
            text-decoration: none;
        }


        .stars {
            color: #f1c40f;
            /* Couleur des étoiles (jaune) */
            font-size: 16px;
            /* Taille des étoiles */
        }

        .rating-count {
            font-size: 14px;
            /* Taille du texte */
            color: #666;
            /* Couleur du texte */
        }



        /* Boutons sticky (pour desktop et mobile) */

        /* Conteneur des boutons */
        /* Masquer les boutons par défaut sur desktop */


        .sticky-action-buttons {
            position: fixed;
            display: none;
            bottom: 0;
            left: 0;
            right: 0;
            justify-content: space-between;
            align-items: center;
            background-color: #fff;
            padding: 10px;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }

        .sticky-action-buttons .action-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        /* Style de base pour tous les boutons */
        .action-button {
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #fff;
            font-weight: 600;
            font-size: 9px;
            padding: 10px;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        /* Bouton "Appeler" */
        .action-button.call {
            background: linear-gradient(135deg, #2ecc71, #1abc9c);
            flex: 1;
            color: white;
        }

        /* Bouton "Envoyer un message" */
        .action-button.message {
            background: linear-gradient(135deg, #3498db, #2980b9);
            flex: 1;
            color: white;
        }

        .action-button.cv {
            background: linear-gradient(135deg, #3498db, #2980b9);
            flex: 1;
            color: white;
        }

        /* Bouton "Commander" */
        .action-button.order {
            background: linear-gradient(135deg, #e67e22, #d35400);
            flex: 6;
            color: white;
            gap: 8px;
        }

        /* Style lorsque le bouton est désactivé */

        .action-button.order.disabled {
            background: linear-gradient(135deg, #bdc3c7, #95a5a6);
            opacity: 0.7;
            cursor: not-allowed;
            pointer-events: none;
        }

        /* Icônes SVG */
        .action-button svg {
            margin-right: 5px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .sticky-action-buttons {
                flex-direction: row;
                display: flex;
                /* Afficher les boutons sur mobile */
                padding: 5px;
                gap: 8px;
            }

            .action-button {
                padding: 8px;
            }

            .action-button.order {
                flex: 6;
            }

            .action-button.call,
            .action-button.message {
                flex: 1;
            }
        }

        .see-more-button {
            display: inline-block;
            margin-top: 16px;
            padding: 10px 20px;
            /* Ajoutez un padding pour donner une apparence de bouton */
            color: white;
            /* Couleur du texte (blanc) */
            background-color: #3498db;
            /* Couleur de fond (bleu) */
            text-decoration: none;
            /* Supprimer le soulignement */
            font-weight: 600;
            /* Texte en gras */
            border-radius: 5px;
            /* Coins arrondis */
            transition: background-color 0.3s, color 0.3s;
            /* Animation au survol */
            border: none;
            /* Supprimer la bordure */
            cursor: pointer;
            /* Curseur en forme de main */
        }

        .see-more-button:hover {
            background-color: #e67e22;
            /* Changement de couleur de fond au survol (orange) */
            color: white;
            /* Changement de couleur du texte au survol (blanc) */
        }

        .order-link {
            text-decoration: none;
            /* Supprime le soulignement du lien */
        }




        /* Conteneur pour le titre et les boutons */
        .title-buttons-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0px;
        }

        /* Conteneur pour les boutons */
        .buttons-container {
            display: flex;
            gap: 5px;
        }

        /* Style des boutons icônes */
        .icon-button {
            background: rgba(255, 255, 255, 0.8);
            border: none;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            text-decoration: none;
            /* Supprime le soulignement du lien */
            color: inherit;
            /* Hérite la couleur du texte */
        }



        /* Style du titre de l'article */
        .article-title {
            margin: 0;
            font-size: 1.5em;
            color: #000;
            hyphens: auto;
            word-break: break-word;
        }

        .carousel-container {
            max-width: 500px;
            /* Largeur maximale du conteneur */
            margin: 0 auto;
            /* Centrer le conteneur */
            border-radius: 12px;
            overflow: hidden;
            padding: 8px;
        }


        .sticky-action-buttons a {
            text-decoration: none;
            /* Supprimer le soulignement des liens */
        }


        #similar-announcements-right {
            height: fit-content;
            position: sticky;
            top: 80px;
        }

        #cards-right {
            margin-bottom: 10px;
        }

        .bi-patch-check-fill,
        .bi-plus-circle-fill {
            position: relative;
            top: 4px;
        }

        .bi-chevron-right {
            position: absolute;
            top: 67px;
            /* Appliqué pour les écrans non mobiles */
            right: 16px;
        }

        .bi-chevron-left {
            position: absolute;
            top: 67px;
            /* Appliqué pour les écrans non mobiles */
            left: 16px;
        }

        @media (max-width: 768px) {
            .bi-chevron-right {
                position: absolute;
                right: 94px;
                top: auto;
                /* Réinitialise top pour ne pas appliquer 48px en mobile */
            }

            .bi-chevron-left {
                position: absolute;
                top: auto;
                /* Appliqué pour les écrans non mobiles */
                left: 94px;
            }

        }


        .bi-plus-circle-fill {
            position: relative;
            top: 3px;
        }



        .search-icon-container {
            display: flex;
            align-items: center;
            margin-left: 16px;
        }

        :lang(ar) .search-icon-container {
            margin-right: 16px;
        }


        .search-icon-container .icon-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 40px;
            border-radius: 50%;
            color: #c9cdce;
            text-decoration: none;
            transition: background-color 0.3s, color 0.3s;
        }

        /* Effet au survol */
        .search-icon-container .icon-link:hover {
            color: #e67e22;
        }


        .search-icon-container .icon-link svg {
            width: 20px;
            height: 20px;
        }


        /* Style pour le modal */
        .custom-modal {
            background: white;
            width: 100%;
            height: 100vh;
            /* Hauteur du modal */
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            animation: slide-up 0.3s ease-out;
            padding: 10px;
            box-sizing: border-box;
            justify-content: center;
            /* Centre le contenu horizontalement */
            align-items: center;
            /* Centre le contenu verticalement */
            max-height: 90vh;
            overflow: auto;
        }

        /* Style pour le modal */
        .custom-modal-signaler {
            background: white;
            width: 100%;
            height: 100vh;
            /* Hauteur du modal */
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            animation: slide-up 0.3s ease-out;
            padding: 10px;
            box-sizing: border-box;
            max-height: 90vh;
            overflow: auto;
        }


        /* Animation pour faire apparaître le modal de bas en haut */
        @keyframes slide-up {
            from {
                transform: translateY(100%);
            }

            to {
                transform: translateY(0);
            }
        }

        /* Style pour le bouton de fermeture */
        .close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
        }

        /* Style pour le formulaire */
        .search-form {
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding: 10%;
        }

        .search-form input,
        .search-form select {
            /* padding: 10px; */
            border: none;
            border-bottom: 2px solid #ccc;
            /* Ajout d'une bordure uniquement en bas */
            border-radius: 0;
            /* Supprime les bordures arrondies */
            font-size: 16px;
            outline: none;
            /* Empêche l'effet de bord bleu lors du focus */
            background: transparent;
            /* Assure que l'arrière-plan reste propre */
        }

        .search-form input:focus,
        .search-form select:focus {
            border-bottom: 2px solid #007bff;
            /* Change la couleur au focus */
        }

        .search-form .checkbox-label {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .prix-min-max input {
            width: 48%;
            /* Pour éviter qu'un champ soit trop grand */
        }

        .search-form button {
            padding: 10px;
            background-color: #e67e22;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 24px;
            cursor: pointer;
            border-radius: 24px;
        }

        .search-form button:hover {
            background-color: #DF6A1CFF;
        }

        .prix-min-max {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .search-form h2 {
            display: flex;
            align-items: center;
            justify-content: center;
        }



        .card-image {
            width: 100%;
            height: 237px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 12px;
        }



        /* Styles pour le formulaire */

        .form-group {
            margin-bottom: 15px;
        }

        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

        select,
        textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 16px;
            box-sizing: border-box;
        }


        .submit-button {
            background-color: #e67e22;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }

        .submit-button:hover {
            background-color: #d35400;
        }

        .form-signaler {
            padding: 10%;
        }


        .vertical-bar {
            display: inline-block;
            width: 1px;
            height: 30px;
            background-color: rgb(201, 205, 206);
            margin: 0 10px;
        }

        @media (max-width: 768px) {
            .vertical-bar {
                display: none;
            }

            .action-buttons button.black {
                display: none;
            }
        }


        /* Style pour les messages de réponse */
        [submit-success] {
            position: fixed;
            top: 72%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: green;
            color: white;
            border-radius: 8px;
            text-align: center;
            z-index: 1000;
            display: none;
            /* Masqué par défaut */
        }


        [submit-error] {
            position: fixed;
            top: 72%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #dc3c3c;
            color: white;
            border-radius: 8px;
            text-align: center;
            z-index: 1000;
            display: none;
            /* Masqué par défaut */
        }

  

        .responsive-image {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .pro {
            color: #C0C0C0;
            font-weight: 800;

        }

        .seller-link {
            text-decoration: none;
            color: inherit;
            display: inline-flex;
            align-items: center;
            {{-- gap: 5px; --}}
        }

        .seller-link:hover {
            cursor: pointer;
        }






        .custom-swiper {
            position: relative;
            overflow: hidden;
            max-width: 890px;
            aspect-ratio: 16 / 9;
            margin: auto;
        }

        .slides {
            display: flex;
            transition: transform 0.3s ease;
            height: 100%;
        }

        .slide {
            flex: 0 0 100%;
            box-sizing: border-box;
            text-align: center;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .slide img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            border-radius: 8px;
            box-shadow: 0 8px 19px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease !important;
        }

        .custom-swiper button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #00000080;
            color: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
        }

        .custom-swiper .prev {
            left: 10px;
        }

        .custom-swiper .next {
            right: 10px;
        }

        [dir="rtl"] .custom-swiper .prev {
            right: 10px;
            left: auto;
        }

        [dir="rtl"] .custom-swiper .next {
            left: 10px;
            right: auto;
        }

        [dir="rtl"] .slides {
            direction: ltr;
        }


        .card {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: transparent;
            background-clip: border-box;
            border: 0px solid rgba(0, 0, 0, .125) !important;
            border-radius: .25rem;
        }












        