body.skin_is_active {
  background-attachment: fixed !important;
  background-position: center top !important;
  overflow-x: hidden;
}

.skin_is_active main {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
	width: 100%;
  transition: width 2s;
}

/* adhesion ad adjustments */
/* move adhesion ad up if the social bar is active */
.gi5-mobile-float-active #IL_INSEARCH {
  bottom: 43.5px !important;
  border-bottom-width: 2px !important;
}

/* move adhesion ad UNDER the hamburger */
#IL_INSEARCH {
  z-index: 99 !important;
}

/* remove the weird border in mobile */
@media only screen and (max-width: 767px) {
  #IL_INSEARCH {
    border-bottom-width: 2px !important;
  }
}
