@charset "UTF-8";
/** transition sur plusieurs propriétés :
 * exemple :  @include transition-multiple(z-index 3s linear, background 2s linear, ... );
 */
#landing_mobile {
  display: none;
  padding: 40px;
  position: relative;
  z-index: 101; }
  #landing_mobile .logo_clip {
    max-width: 300px;
    padding: 50px 30px; }
  #landing_mobile .footer_landing ul li {
    padding: 10px;
    box-sizing: border-box; }

@media screen and (max-width: 767px) {
  #landing, #wrapper, #sign_in_up, .footer {
    display: none !important; }

  #landing_mobile {
    display: block; } }
@media screen and (orientation: landscape) {
  #landing_mobile .footer_landing {
    position: relative;
    margin-top: 50px; } }

/*# sourceMappingURL=mobile.css.map */
