@media only screen and (max-width: 800px) {

  body {}

  .breadcrumb_text,
  .breadcrumb_dot {
    display: none;
  }

  #breadcrumb {
    width: 70vw;
    min-width: 100px;
    max-width: 85vw;
  }


  .breadcrumb_text_desktop {
    display: none;
  }

  .breadcrumb_active .breadcrumb_text_mobile {
    display: inline;
  }



  .breadcrumb_active .breadcrumb_number {
    display: none;
  }

  .breadcrumb_text,
  .breadcrumb_step p {
    font-size: 12px;
  }


  .breadcrumb_separator img {
    height: 18px;
  }


  .breadcrumb_step p {
    margin-top: 5px;
  }

  .breadcrumb_step img {
    height: 35px;

  }


  #header-logo {
    background-image: url(../images/geneva_logo_mobile.png);
    max-width: 100vw;
    background-size: cover;
  }

  .header-body {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 90vw;
    margin: auto;
    min-width: 0;
  }


  .header-title-your {
    display: none;
  }


  .lang-card {
    flex-direction: var(--display-type-header);
    justify-content: space-between;
  }


  .lang-card-element {
    width: 140px;
    min-width: 0;
  }


  #card-and-discount {
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    align-self: flex-end;
  }


  .card-and-discount-en {
    background-image: url("../images/card_and_discount_without_resort.png");
    /* card_and_discount_mobile_en */
  }

  .card-and-discount-fr {
    background-image: url("../images/card_and_discount_without_resort.png");
    /* card_and_discount_mobile_fr */
  }

  .card-and-discount-de {
    background-image: url("../images/card_and_discount_without_resort.png");
    /* card_and_discount_mobile_de */
  }

  .language-selector {
    align-self: flex-end;
    text-align: right;
    margin-bottom: 15px;
  }

  .header-title {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0px;
    align-self: flex-start;
    min-width: 0;
    margin-top: 53px;
    margin-bottom: 25px;
    margin-left: 0px;
  }




  /**
* =====================================
* Content Home Page
* =====================================
* */

  .body-content {
    flex-direction: column;
    width: 90vw;
    min-width: 0;
  }

  .body-panel {
    width: 100%;
    max-width: 400px;
  }



  .body-content {
    padding-top: 0px;
  }

  .left-body-panel-desc {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-20);
  }

  #back-button a {
    padding-left: 0px;
  }




  /**
  * =====================================
  * HEADER with back button and more button + language menu
  * =====================================
  * */

  .header-body-buttons {
    flex-direction: column-reverse;
    width: 90vw;
  }

  .more-lang-buttons {
    justify-content: space-between;
  }




  /**
  * =====================================
  * Card guest
  * =====================================
  * */

  #content-create-card {
    width: 90vw;
  }

  #content-create-card-label {
    margin-left: 0.5em;
  }


  /**
  * =====================================
  * Processing card
  * =====================================
  * */

  #content-process-card {
    width: 90vw;
  }

  .content-process-card-body {
    flex-direction: column;
  }

  .process-pdf-loading-block {
    width: auto;
  }

  .process-pdf-loading-block p {
    font-size: var(--font-size-14);
    line-height: var(--line-spacing-18);
    margin-bottom: 0;
  }

  .process-pdf-loading-block img {
    margin-top: 0;
  }


  #pdf-sending-img {
    display: none;
  }

  .processing-blue-text {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-20);

  }

  .processing-green-text {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-20);
  }


  /**
  * =====================================
  * Newsletter
  * =====================================
  * */

  #content-newsletter {
    width: 90vw;
  }

  .newsletter-blue-text {
    font-size: var(--font-size-16);
  }

  .content-newsletter-body {
    flex-direction: column;
  }

  .newsletter-left-body-panel {
    height: auto;
  }

  .newsletter-right-body-panel {

    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    height: 270px;
  }

  .newsletter-right-body-panel img {
    margin: auto;
    width: 270px;
    height: 270px;
  }

  #subscribe-newsletter-button {
    margin-top: 15px;
  }

  .resort-pass-button-desktop {}


  .resort-pass-button-mobile {
    display: var(--newsletter-subscribing);
  }

  .resort-pass-button-mobile-done {
    display: var(--newsletter-subscribing-done);
  }

  /**
  * =====================================
  * Extend cards
  * =====================================
  * */

  .content-extend-card-body {
    width: 90vw;
    flex-direction: column;
  }

  .extend-card-left-body-panel {
    min-width: 300px;
  }

  .extend-card-right-body-panel {
    width: 90vw;
    min-width: 300px;
  }

  .extend-card-right-body-panel img {
    width: 75vw;
    min-width: 300px;
  }

  /**
  * =====================================
  * Reservation
  * =====================================
  * */

  .reservation-element {
    width: 90vw;
  }


  .reservation-item {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-19);
    padding-top: 9px;

  }


  /**
  * =====================================
  * Footer
  * =====================================
  * */
  #footer {
    width: 90vw;
    font-size: var(--font-size-12);
    line-height: var(--line-spacing-14);
  }



  /**
  * =====================================
  * Modal more info
  * =====================================
  * */

  #modal-more-info {
    width: 360px;
    max-width: 80vw;
    top: 5%;
    padding: 18px;

  }

  #modal-more-info p {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-20);
  }

  .geneva-resort-pass-img,
  .geneva-resort-pass-img-de,
  .geneva-resort-pass-img-fr,
  .geneva-resort-pass-img-en {
    width: 300px
  }

  /**
  * =====================================
  * Modal help
  * =====================================
  * */
  #modal-help {
    margin: auto;
    width: 360px;
    max-width: 80vw;
    background-color: white;
    border-radius: 7px;
    position: absolute;
    z-index: 1;
    /* Sit on top */
    left: 0%;
    top: 0%;
    box-shadow: 0px 3px 30px #00000029;
    border: 1px solid #DDDDDD;
    padding: 25px;
  }


  /**
  * =====================================
  * Button
  * =====================================
  * */

  .action-button {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-19);
  }

  .disabled-action-button {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-19);
  }



  .enabled-action-button {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-19);
  }






  /**
  * =====================================
  * Titles
  * =====================================
  * */


  h1 {
    font-size: var(--font-size-20);
    font-family: var(--font-family-roboto-medium);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-spacing-25);
    font-style: var(--font-style-normal);
  }

  h2 {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-20);
  }


  h3 {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-19);
  }
}