@media only screen and (max-width: 991px)  {

  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-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
  {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    gap: 20px;
  }

  .body-panel
  {
    width: 100%;
    max-width: 400px;
  }

  .left-body-panel-desc
  {
    font-size: var(--font-size-16);
    line-height: var(--line-spacing-20);
  }
  #back-button a
  {
    padding-left: 0px;
  }

  .right-body-panel
  {
    width: 100%; 
    border-radius: 15px;
  }

  .left-body-panel
  {
    background-color: var(--color-second-light);
    padding: 2rem !important; 
    width: 100%;
    border-radius: 15px;
  }


  /**
  * =====================================
  * 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;
  }

  .mobile-add-button 
  {
    display: flex;
    justify-content: flex-end;
  }

  .btn-round 
  {
    position: absolute;
    right: 0;
    transform: translate(-7%, -100%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    touch-action: manipulation;
    box-shadow:
      0 8px 25px rgba(0, 0, 0, 0.5),
      0 0 10px rgba(255, 255, 255, 0.2);
  }

  .btn-round i 
  {
    color: #999;
    font-size: 2.2rem;
  }

  .btn-round:active 
  {
    background-color: #f3f3f3;
  }



  /**
  * =====================================
  * 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
  * =====================================
  * */

  .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-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;

  }


  /**
  * =====================================
  * Right panel
  * =====================================
  * */
  .adult-quantity,
  .children-quantity,
  .total-text,
  #ordered-cards-text,
  #facturation-adress-text {
    font-size: var(--font-size-1);
    margin-bottom: 8px;
  }

  #info_reception_card {
    font-size: var(--font-size-14);
  }

  #card-customer {
    margin-left: auto!important;
  }


  /**
  * =====================================
  * 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(--theme-font-family-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);
  }
}

@media (min-width: 768px) {
  .left-body-panel {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
    width: 100%; 
  }
}

@media only screen and (max-width: 767px)  {
  #header-logo
  {
    max-height: 100px !important;
    background-position: 50% !important;
  }

  .header-title
  {
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0px;
    align-self: flex-start;
    min-width: 0;
    margin-top: 0px;
    margin-bottom:  0px;
    margin-left: 0px;
  }

  .language-selector
  {
    margin-bottom: 0;
  }
}