


/* Decalage de site and font size */

#homepagesectionfooter .wpb_column.bs-vc-column.vc_column_container.vc_col-sm-9 {
  width: 66%;
}

@media (max-width: 800px) {
    #homepagesectionfooter .wpb_column.bs-vc-column.vc_column_container.vc_col-sm-9 {
        width: 100%;
    }
}

.listing-thumbnail.listing-tb-1 .listing-item-tb-1 .title {
  font-size: 17px!important;
  line-height: 21px!important;
}
 
.listing-item-grid-1 .title a { 
  font-size: 18px!important;
}

.listing-mg-type-1 .title { 
  font-size: 20px !important;
  line-height: 32px !important;
}

.listing-mg-4-item .title { 
  font-size: 22px!important;
}

.listing-item-tb-1 .title a { 
  font-size: 17px !important;
}
/* --End Decalage de site and font size */

/* change icon of twitter to X in footer */

/* --End change icon of twitter to X in footer */

/* change icon of twitter to X */
.rtl .fa-twitter::before {
  content: "X";
  font-weight:bold;
}

.rtl .bsfi-twitter::before {
content: "X";
font-weight: bold;
}

.fa-twitter:before {
   content: "X";
   font-weight: bold;
}
/* --End change icon of twitter to X */

/* code CSS pour Affichage de la plugin comment facebook*/
.fb_iframe_widget_lift {
    width: 100% !important;
}
/* --End code CSS pour Affichage de la plugin comment facebook*/
