@media (max-width: 768px) {
  #hero .intro {
    overflow-x: hidden;
  }

  #a-la-une .slider-homepage .lnr-chevron-right {
    right: 0;
  }
}

@media (max-width: 768px) {
  #rechercheannonces-form #edit-save-search--2 {
    display: inline-block;
    width: 100%;
  }
  #rechercheannonces-form .js-form-submit {
    width: 55%;
    margin: 0 26%;
  }
}

/* Forum*/
.table-responsive table td {
  white-space: nowrap;
}

.forum-list__forum {
  padding-right: 40px !important;
}

/* Version Mobile */

@media (max-width: 767px) {
  /*  #hero .cta a {
    width: 70px;
  } */
  #hero .cta a.btn-annonce {
    background-position-x: 50%;
  }
  #a-la-une .slider-homepage .lnr-chevron-left {
    left: 0;
  }
  #a-la-une .slider-homepage .slick-slide img {
    max-height: 240px;
    object-fit: cover;
  }
}

#hero .cta a.btn-annonce {
  background-image: url(/themes/batsmart/assets/images/edit-solid.svg);
  background-size: 25px;
}

#a-la-une .slider-homepage .lnr-chevron-left {
  z-index: 100;
}

@media (max-width: 768px) {
  #hero .slider-home h1 {
    margin-left: unset !important;
    text-align: center;
    font-size: 26px;
  }

  .block--adressefooterblock {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .block--adressefooterblock img {
    max-width: 100%;
  }
  .block--liensutiles {
    max-width: 50%;
    margin-top: 20px;
  }
}

form.webform-submission-contact-form .form-item-url,
form.user-register-form .form-item-url {
  display: none;
}

.navbar #search-block-form .form-item {
  width: 100%;
}
.navbar #search-block-form input.form-control {
  width: 75% !important;
}
.navbar #search-block-form span {
  width: 10%;
}

.btn-orange.focus,.btn-orange:focus,.btn-orange:hover {
  background-color: #ea5b0c;
  border-color: #ea5b0c;
  color: #fff
}