/* Favorite button */



/* sliding profile ( slide de contact ) */

.sliding-profile{
  position: fixed;
  right: 0;
  top: 0;
  width: 280px;
  z-index: 10;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  box-shadow: 0px 1px 6px 0px #9b9b9b;
  transform: translateX(100%);
  transition: .3s ease-in-out;
}
.sliding-profile.active{
  transform: translatex(0px);
}
.sliding-profile-brand,
.sliding-profile-phone,
.sliding-profile-email
{
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sliding-profile-brand{
  margin-right: 10px;
}
.sliding-profile-email span {
  word-break: break-word;
}

.sliding-profile-brand img {
  max-width: 205px;
  max-height: 205px;
  /* border-radius: 50%; */
  margin-bottom: 20px;
}

.sliding-profile h3{
  color: #C1C1C1;
  font-weight: 400;
  line-height: 0;
  font-size: 1.5em;
}
.sliding-profile h2{
  font-weight: 600;
  /* line-height: 0; */
  margin: 0;
}
.sliding-profile a{
  margin: 20px 0px;

}
.icon-close{
  background-image: url('../img/icons/icon-close.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
}
.sliding-profile-close{
  padding-left: 23px;
  margin-bottom: 25px;
}
@media(max-width: 768px){
  .sliding-profile{
    width: 230px;
  }
}

/* Section membres */

@media(min-width: 1240px){
  .categories-mb-span{
    display: none;
  }

}

/* Page Profil Agence ( checkbox ) */
.settings-notification-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body:not(.side-minify) .site-title.min-logo{
    display: none;
  }
body.side-minify .site-title.active{
  display: none;
}
