@media only screen and (max-width: 800px)  {

  body{

  }

  #header-logo
  {
    background-image: url(../images/geneva_logo_mobile.png);
    max-width: 100vw;
    max-height: 50px;
    background-size: contain;
  }

  .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;
  }


  #qrcode-scanner-block
  {
    padding: 0;
  }


  #coupon-view
{
  flex-direction: column;
}


#validate-coupon-block
{
  padding: 0;
  margin: auto;
  margin-top: 5px;
  width: 80%;
}

#validate-button
{
  margin-bottom: 0;
}

.coupon-data .input-desc
{
  margin-top: 0;
}

#canvas 
{
  padding: 0 20px 10px 20px;
}

#history-block
{
  width: 100%;
}

.big-icon {
  font-size: 50px;
}

  /**
  * =====================================
  * 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;
  }



  /**
  * =====================================
  * Footer
  * =====================================
  * */
  #footer
  {
    width: 90vw;
    font-size: var(--font-size-12);
    line-height: var(--line-spacing-14);
  }





  /**
  * =====================================
  * 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);
  }
}


input[type=number], input[type=text]
{
  margin-top: 0;
}