@media (min-width: 992px) {
  /**
   * General
   */
  .divider-black-wrapper {
    padding: 0px 40px;
  }

  /**
   * Spectral font size
   */
  .spectral-12 {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Spectral-Regular';
  }

  .spectral-15 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Spectral-Medium';
  }

  .spectral-18 {
    font-size: 24px;
    line-height: 29px;
    font-family: 'Spectral-Regular';
  }

  .spectral-30 {
    font-size: 40px;
    line-height: 45px;
    font-family: 'Spectral-Light';
  }

  /**
   * Gotham font size
   */
  .gotham-15 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'GothamNarrow-Bold';
  }

  /**
   * Logo
   */
  #muzeo-right #muzeo-right-wrapper #muzeo-right-logo-wrapper {
    padding: 40px 40px 0 40px;
    position: relative;
  }

  #muzeo-right #muzeo-right-wrapper #muzeo-right-logo-wrapper #muzeo-right-logo {
    height: 47px;
  }

  #muzeo-right #muzeo-right-wrapper #muzeo-right-logo-wrapper a#muzeo-right-external-link {
    position: absolute;
    top: 40px;
    right: 40px;
    height: 47px;
    font-family: 'Spectral-Medium';
    line-height: 47px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 22px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;
  }

  /**
   * Mobile background
   */
  #muzeo-right #muzeo-right-wrapper #muzeo-right-mobile-background-wrapper {
    display: none;
  }

  /**
   * Title
   */
  #muzeo-right #muzeo-right-wrapper #muzeo-right-title-wrapper {
    padding: 0 40px;
  }

  /**
   * Body
   */
  #muzeo-right #muzeo-right-wrapper #muzeo-right-body-wrapper {
    padding: 0 40px;
  }

  /**
   * Form
   */
  #muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper {
    padding: 0 40px;
  }

  /**
   * Footer
   */
  #muzeo-right #muzeo-right-wrapper #muzeo-right-footer-wrapper {
    position: relative;
    padding: 0 40px;
    padding-bottom: 20px;
  }

  #muzeo-right #muzeo-right-wrapper #muzeo-right-footer-wrapper ul li {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 5px;
  }

  #muzeo-right #muzeo-right-wrapper #muzeo-right-footer-wrapper img#depuis-2003 {
    height: 20px;
    display: block;
    position: absolute;
    top: 0px;
    right: 40px;
  }
}
