@font-face
{
  font-family: "pangeabasic-bold";
  src: url("../fonts/PangeaBasic-Bold.woff2");


}

@font-face
{
  font-family: "pangeabasic-regular";
  src: url("../fonts/PangeaBasic-Regular.woff2");
}


body
{
  background-color: #FFFFFF;
  font-family: "pangeabasic-regular", sans-serif;
}

h1
{
  color: var(--color-second);
  font-family: "pangeabasic-bold", sans-serif;
  font-size: 23px;
}

h2
{
  color: var(--color-second);
  font-family: "pangeabasic-bold", sans-serif;
  font-size: 18px;
}

h3
{
  color: var(--color-second);
  font-family: "pangeabasic-bold", sans-serif;
}

a, b, .bold
{
  font-family: "pangeabasic-bold", sans-serif;
}

#back-button
{
  margin: 0px;
}

#back-button a, #back-button i
{
  color: var(--color-second);
  font-family: "pangeabasic-bold", sans-serif;
  padding-left: 0;
}

#back-button i
{
  -webkit-text-stroke: 2px;
}

.menu-lang-button .bi-chevron-down
{
  -webkit-text-stroke: 2px;
}

.menu-lang-button .bi-globe
{
  margin-right: 2px;
}

#current-lang
{
  color: var(--color-button-secondary);
  font-family: "pangeabasic-bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 2px;
}

.menu-lang-button
{
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fefefe;
  margin-top: 0px;
}

.menu-lang-content
{
  border: 0;
  background-color: #fefefe;

}

.lang-card
{
  align-items: var(--align-lang-back-button);
}

.lang-card-element
{
  min-width: 0;
  width: fit-content;
  height: fit-content;
  min-height: 13px;
  align-self: flex-start;
}

.header_separator
{
  margin: auto;
  width: 60vw;
  height: 1px;
  background-color: #aaaaaa;
}

#header-logo
{
  margin: auto;
  height: 165px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  background-image: url("../images/montreuxriviera/mrc-logo.png"),
    linear-gradient(to top, white, transparent),
    url("../images/montreuxriviera/MRC-patterns2.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 15%, 100% 100%, 50%;
  background-position-y: center, center, center;
}


#header-logo-mobile
{
  display: none;
}


.header-title
{
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 40px;
  font-family: "pangeabasic-bold", sans-serif;
  min-width: 0;
}

.header-title-mobile
{
  display: none;
}

.header-title-desktop
{
  display: var(--card-image-title-header);
  font-size: 30px;
  color: #000000;
  line-height: 43px;
  width: 100%;
}

.header-body
{
  margin-top: 40px;
  margin-bottom: 40px;
  width: 60vw;
  min-width: 0px;
  display: var(--page-header);
  flex-direction: row-reverse;
  justify-content: space-between;
}

.header-body-element
{
  margin: 0px;
}

.breadcrumb_separator
{
  margin-top: 5px;
}


.card-and-discount-en
{
  background-image: url("../images/montreuxriviera/card_and_discount_without_resort.png");
}

.card-and-discount-fr
{
  background-image: url("../images/montreuxriviera/card_and_discount_without_resort.png");
}

.card-and-discount-de
{
  background-image: url("../images/montreuxriviera/card_and_discount_without_resort.png");
}

#card-and-discount
{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/montreuxriviera/mrc-logo.png");
  margin: auto;
  width: 150%;
  height: 100px;
}


.body-content
{
  width: 60vw;
  justify-content: space-between;
  min-width: 0px;

}

.left-body-panel
{
  margin-right: 60px;
  width: 50%;
}

#available-card-management
{
  border-bottom: 0px;
  align-items: center;
}

#available-card-text
{
  padding-left: 25px;
  font-family: "pangeabasic-bold", sans-serif;
  font-size: 20px;
}

#available-card-quantity
{
  font-family: "pangeabasic-bold", sans-serif;
}

#children-management
{
  background-color: #ffffff;
  border-radius: 0 0 25px 25px;
  flex-direction: column;
  box-shadow: 0px 5px 20px #0D447B33;
}

#children-count-management
{
  display: var(--children-management-count);
  padding: 15px;
  align-items: center;
}

#children-count-management p
{
  color: var(--color-main);
  font-family: "pangeabasic-bold", sans-serif;
  font-size: var(--font-size-16);
  line-height: 24px;
  max-width: 70%;
}

.number-children-text
{
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;

}

#children-management-info-block
{
  display: var(--children-management-info);
  width: 90%;
  background-color: #E5F0EC;
  border-radius: 5px;
  padding: 10px;
}

#children-management-info-block p
{
  margin: 0;
  margin-left: 15px;
}

#children-management-info-block i
{
  font-size: 16px;
}


.info-children-text
{
  font-size: 14px;
}

#traveler-segmentation
{
  background-color: #FFFFFF;
}

#traveler-type
{
  display: var(--create-card);
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

#children-activation
{
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content: space-between
}

.children-radio-buttons, .traveler-type-radio-buttons
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: "pangeabasic-bold", sans-serif;
  margin-right: 20px;
}

.traveler-type-radio-buttons
{
  margin-top: 15px;
}

#additional-infos
{
  display: flex;
}

select
{
  appearance: none;
  width: 85%;
  margin: 0px;
  max-width: 100%;
  margin-bottom: 20px;
}


#segmentation-management
{
  position: relative;
  width: 95%;
  display: var(--create-card);

}


#segmentation-management::after
{
  content: "<";
  font-size: 1.5rem;
  rotate: -90deg;
  transform: translate(-50%);
  position: absolute;
  bottom: 35%;
  right: 9%;
}

.children-radio-buttons label, .traveler-type-radio-buttons label
{
  margin-left: 5px;
  margin-bottom: 0px;
  font-size: 16px;
}

.children-buttons
{
  height: 40px;
  justify-content: space-around;
  width: auto;
}


.children-quantity
{
  border-left: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  margin: 0;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 15px;
  justify-content: center;
}

#removeChildButton i, #addChildButton i
{
  color: var(--color-main);
  padding-left: 10px;
  padding-right: 10px;
}


#removeChildButton, #addChildButton
{
  display: flex;
  justify-content: center;
}

input[type="date"]
{
  vertical-align: middle;
}

input[type='radio']
{
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: small-caption;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-button-primary);
  border-radius: 50%;
  display: grid;
  place-content: center;
  outline: none;

}

input[type="radio"]::before
{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-button-primary);
  outline: 0px;
}

input[type="radio"]:focus
{
  outline: 0px;
}

input[type="radio"]:checked:focus
{
  outline: 0px;
}

input[type="radio"]:checked::before
{
  transform: scale(1);
}

.child-radio-button, .traveler-type-radio-button
{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  min-width: 100px;
}


.children-text, .traveler-text
{
  font-family: "pangeabasic-bold", sans-serif;
  color: #000000;
  font-size: 23px;
  line-height: 24px;
}


.children-text
{
  padding-left: 0px;
}

#no-children-managment-block
{
  width: 90%;
}

.text-button
{
  display: block;
  width: fit-content;
  padding: .5em;

  color: var(--color-button-primary);
  background-color: transparent;
  border: none;

  font-size: 16px;
}

.text-button:hover
{
  text-decoration: underline;
}

.action-button
{
  background-color: var(--color-button-primary);
  color: white;
  font-family: "pangeabasic-bold", sans-serif;
  border: 0;
  width: 100%;
  height: 42px;
  border-radius: 50px;
  font-size: 16px;
}

.action-button:hover
{
  background-color: var(--color-button-hover);
  color: var(--color-button-primary)
}

.enabled-action-button
{
  background-color: var(--color-button-primary);
  color: white;
  font-family: "pangeabasic-bold", sans-serif;
  border: 0;
  width: 100%;
  height: 42px;
  border-radius: 50px;
  font-size: 16px;
}


.enabled-action-button#subscribe-newsletter-button
{
  background-color: white;
  color: var(--color-button-primary);
}

.enabled-action-button:hover
{
  background-color: #ffffff !important;
  color: #282828;
  border: 1px solid #282828;
  font-family: "pangeabasic-bold", sans-serif;
}


#discover-resort-pass-button:hover
{
  background-color: var(--color-button-hover) !important;
}

#discover-resort-pass-button:active
{
  background-color: #282828 !important;
  color: white;
}


#discover-resort-pass-button-2:active
{
  background-color: #282828 !important;
  color: white;
}

.disabled-action-button
{
  background-color: #A8A8A8;
  color: white;
  height: 42px;
  border-radius: 50px;
  font-family: "pangeabasic-bold", sans-serif;
  font-size: 16px;
}

#start-button-section
{
  margin-bottom: 20px;
}


.right-body-panel
{
  width: 50%;
}

.right-body-panel-content
{
  background-color: #fefefe;
  border-radius: 25px;
  color: #000000;
  padding: 15px 20px 20px 20px;
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
}

.right-block-side-image p
{
  margin: 0;
}

.right-block-side-image img
{
  max-width: 80%;
  float: right;
}

.left-body-panel-desc
{
  color: #282828;
  padding-right: 20px;
  padding-top: 5px;
  min-width: auto;
  font-size: 16px;
  line-height: 24px;
}

.moreinfo-button, .lessinfo-button
{
  color: var(--color-button-secondary);
  padding-left: 0px;
  border: 0;
  background: none;
  font-family: "pangeabasic-bold", sans-serif;
  font-size: 16px;
  text-align: left;
}

.moreinfo-button:hover, .lessinfo-button:hover
{
  background: none;
}

.moreinfo-button i, .lessinfo-button i
{
  padding-right: 10px;
  font-family: "pangeabasic-bold", sans-serif;
  -webkit-text-stroke: 2px;
}


#modal-more-info
{
  margin: 0;
  background-color: #fefefe;
  border-radius: 0 0 25px 25px;
  position: relative;
  top: -32px;
  box-shadow: none;
  padding: 0;
  padding: 20px;
  border: 0px;
  width: 100%;
}

#modal-more-info #translation_issued_by
{
  font-size: var(--font-size-12);
}

#modal-more-info p, #modal-more-info h2
{
  font-size: var(--font-size-16);
}

#modal-more-info p
{
  line-height: 24px;
}


#right-block-desc
{
  width: 70%;
}

.card-guest-header
{
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  font-family: "pangeabasic-bold", sans-serif;
  height: 50px;
  padding-right: 15px;
  padding-top: 5px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

/***Wallet-related***/

/* Buttons to switch input mode */
.card-guest-method-change
{
  /* flex */
  display: var(--display-input-change);

  align-items: center;
}

.card-guest-method-change button
{
  font-size: 14px;
  font-family: "pangeabasic", sans-serif;
}

/* The "Switch to wallet input" button 
   and the input fields */
.manual-input
{
  display: block;
}

/* Wallet request, waiting and data view, 
   and the "switch to manual input" button */
.wallet-input
{
  display: flex;

  flex-direction: column;
  align-items: center;
}

div.wallet-input
{
  width: 80%;
  margin: auto;
}

/* Displays a spinner while waiting for the request link and QR code */
.wallet-loading
{
  display: flex;

  flex-direction: column;
  align-items: center;
}

.wallet-loading-spinner-container
{
  display: flex;

  flex-direction: column;
  align-items: center;

  padding: 10%;
}

/* Contains a QR Code and a button to open the request in the app */
.wallet-request
{
  display: flex;

  flex-direction: column;
  align-items: center;
}

.wallet-request-qr, .wallet-request-qr-image
{
  width: 100%;
}

/* Displayed when the user has opened the request in the app */
.wallet-waiting
{
  /* flex */
  display: flex;

  flex-direction: column;
  align-items: center;
}

/* Displayed when there is an error processing the wallet data */
.wallet-error
{
  /* flex */
  display: flex;

  flex-direction: column;
  align-items: center;

  color: var(--color-dark-grey);
  font-size: var(--font-size-18);
  font-family: var(--font-family-roboto);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-spacing-25);
  font-style: var(--font-style-normal);
  letter-spacing: var(--character-spacing-0);
  text-align: center;
}

.wallet-error img
{
  width: 100px;
  margin-top: 30px;
}

/* Displayed when data has been submitted with the wallet */
.wallet-data
{
  /* block */
  display: var(--display-wallet-data);

  width: 100%;
}

.wallet-input-data
{
  margin-bottom: 10px;
  font-size: 16px;
}

.wallet-input-data .label-style
{
  color: #727272;
  font-weight: bold;
  font-size: 14px;
}

.wallet-change-identity
{
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 10px;
}

/********************/

.card-guest-body
{
  border-radius: 0 0 20px 20px;
}

.card-guest-header p
{
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
}

#translation_all_infos_correct
{
  font-size: 16px;
}

.guest-number
{
  padding-left: 5px;
}

input[type=text], input[type=email], input[type=date]
{
  border-radius: 15px;
  margin-bottom: 5px;
  color: black;

}

#create-card-postal-address
{
  margin: 0;
}

#address-field
{
  box-sizing: content-box;
  height: 42px;

  width: 80%;
  max-width: 250px;

  margin: 5%;
  margin-top: -10px;
  margin-left: 15px;
  margin-bottom: 10px;

  padding: 1px 5%;
  /* space for the icon */
  padding-left: 40px;

  color: black;
  border: 2px solid #dddddd;
  border-radius: 15px;

  color: var(--color-dark-grey);
  font-size: var(--font-size-16);
  font-family: var(--font-family-roboto);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-spacing-20);
  font-style: var(--font-style-normal);
  letter-spacing: var(--character-spacing-0);
}

#mail-to-send-all-cards
{
  border-radius: 10px;
  padding: 15px;
  border: 0px;
  color: black;
}

.send-card-to, .send-card-to-name
{
  color: black;
  font-family: "pangeabasic-bold", sans-serif;

}

.content-card
{
  width: 60vw;
  padding-left: 0;
}


.send-all-guest-card-to-one-mail
{
  max-width: 100%;
}


.processing-blue-text
{
  color: var(--color-second);
  font-family: "pangeabasic-bold", sans-serif;
}

.processing-green-text
{
  color: var(--color-main);
  font-family: "pangeabasic-bold", sans-serif;
}


.process-pdf-loading-block, .process-pdf-fail-block
{
  border-radius: 15px;
}

#translation_fail_processing_cards_info, #translation_processing_cards_info
{
  color: #727272;
}

#newsletter-header
{
  display: var(--newsletter-subscribing);
  margin-top: 100px;
  width: 80%;
  max-width: 600px;
  min-width: 300px;
}

.newsletter-right-body-panel img
{
  width: 20vw !important;

}

.newsletter-right-body-panel
{
  justify-content: center;
}

#newsletter-box
{
  display: var(--newsletter-subscribing);
  background-color: var(--color-button-primary);
  ;
  padding: 30px 20px;
  border-radius: 20px;
  left: -20px;
  position: relative;
  width: 100%;
}


#newsletter-right-image
{
  margin-top: 100px;
  margin-left: 50px;
}

#newsletter-right-image img
{
  max-width: 300px;
}


#translation_wish_you_great_time
{
  color: var(--color-second);
  font-family: "pangeabasic-bold", sans-serif;
  font-size: 20px;
}

.newsletter-left-body-panel
{
  width: 100%;
  max-width: 90%;
}

.newsletter-left-body-panel .title-checkspam
{
  color: var(--color-second);
  font-size: 20px;
  margin-top: 0;
}

.content-newsletter-body
{
  width: 65vw;
}

.title-newsletter, .newsletter-right-body-panel
{
  margin-bottom: 22px;
  margin-top: 0px;
}

#subscribe-newsletter-button
{
  max-width: 250px;
}

#translation_checkbox_newsletter_text, #translation_checkbox_specialoffer_text
{
  font-family: "pangeabasic-bold", sans-serif;
}

#mail-subscribe
{
  border: 0px;
  color: black;
  height: 42px;
  width: 80%;
  max-width: unset;
  margin-top: 0px;
}

#translation_checkbox_newsletter_subtext, #translation_checkbox_newsletter_text
{
  font-size: 16px;
}

#discover-resort-pass-button
{
  color: var(--color-second);
  border: 2px solid var(--color-second);
  font-family: "pangeabasic-bold", sans-serif;
  height: 48px;
  max-width: 360px;
}

#content-newsletter
{
  width: 60vw;
}



input[type=checkbox]
{
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 20px;
  height: 20px;
}

input[type=checkbox]:before
{
  font-family: initial;
  content: normal;
  font-size: 15px;
  color: black;
  display: block;
  margin-right: 0px;
  border: 2px solid var(--color-second);
  border-radius: 3px;
  width: 20px;
  height: 20px;
}


.reservation-element
{
  display: flex;
}

.reservation-left
{
  width: 100%;
}


#translation_your_reservation
{
  font-family: "pangeabasic-bold", sans-serif;
  color: #000000;
}

.reservation-item
{
  color: #000000;
  padding-bottom: 0px;
}

#translation_copyright
{
  font-size: 10px;
}

#footer
{
  width: 60vw;
}

#footer-links a
{
  font-family: "pangeabasic-regular", sans-serif;
}


.content-process-card-body
{
  width: 100%;
}

#subscribeNews, #subscribeSpecialOffer
{
  background-color: white;
  border: 0px;
  border-radius: 7px;

}

#newsletter-left-panel
{
  min-width: 50%;
}

#subscribeNews::before, #subscribeSpecialOffer::before
{
  border: 0px;
  width: 25px;
  height: 25px;
  margin: 0;
}


.newsletter-right-body-panel-done
{
  margin-top: 40px;
  text-align: center;
}


.newsletter-blue-text
{
  font-family: "pangeabasic-bold", sans-serif;
  font-size: 20px;
}

#newsletter-first-block
{
  display: flex;
  align-items: center;
}

#newsletter-first-blocks
{
  width: 60%;
}

.title-newsletter, #translation_well_done, .newsletter-left-body-panel h3
{
  width: 100%;
}

#newsletter-second-block
{
  display: var(--newsletter-subscribing);
}

.image-desktop
{
  display: inline;
  height: fit-content;
}

.image-mobile
{
  display: none;
}


#discover-resort-pass-button-2
{
  padding: 0 20px;
  max-width: fit-content;
}


#footer img
{
  margin-bottom: 47px;
  height: 57px;
  width: fit-content;

}






@media (max-width: 1700px)
{
  .header-title-desktop
  {
    width: 100%;
  }
}


@media (max-width: 1200px)
{
  #header-logo
  {
    height: 90px;
  }

  .header-title-desktop
  {
    width: 100%;
  }


  #process-right-body-panel
  {
    display: none;
  }
}

@media (max-width: 800px)
{

  h2
  {
    font-size: 16px;
  }

  #header-logo
  {
    display: none;
  }

  #header-logo-mobile
  {
    display: flex;
    margin: auto;
    height: 165px !important;
    margin-bottom: 15px;
    justify-content: center;
    background-image: url("../images/montreuxriviera/mrc-logo.png"),
      linear-gradient(to top, white, transparent),
      url("../images/montreuxriviera/MRC-patterns2.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 60%, 100% 100%, 200%;
    background-position-y: center, center, center;
    background-position-x: center, center, center;
  }

  #header-logo-mobile img
  {
    max-width: 100%;
    width: 100%;
  }

  .header-body
  {
    width: 90vw;
    margin-bottom: 30px;
    margin-top: 0;
    display: var(--page-header);
    margin-top: 10px;
  }

  .header-title-mobile
  {
    display: var(--card-image-title-header);
    ;
    font-size: 19px;
    line-height: 26px;
    width: 100%;
    margin-top: 30px;
  }


  .header-title-desktop
  {
    display: none;
  }

  .header-body-element
  {
    margin-bottom: 0;
  }

  .lang-card
  {
    justify-content: space-between;
    flex-direction: var(--mobile-direction-lang-back-button);
    align-self: flex-center;
    margin-top: 5px;
  }

  .lang-card-element
  {
    width: fit-content;
  }

  .language-selector
  {
    width: fit-content;
  }

  .menu-lang-button
  {
    margin-top: 0px;
  }


  .header_separator
  {
    width: 95vw;
  }


  #available-card-text
  {
    font-size: 16px;
  }

  #available-card-quantity
  {
    margin: 0;
    font-size: 20px
  }



  .children-text
  {
    width: 100%;
  }

  #start-button-section
  {
    width: 90%;
  }


  .right-body-panel img
  {
    width: 100px;
  }

  .right-body-panel-content
  {
    min-width: 0;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  #right-block-desc
  {
    width: 60%;
    padding: 20px 10px 20px 20px;
  }

  .left-body-panel-desc
  {
    min-width: 0;
    padding: 0;
  }


  .moreinfo-button, .lessinfo-button
  {
    font-size: 16px;
  }



  #button-more-info i #button-more-info
  {
    font-size: 18px;
  }


  .content-newsletter-body, #content-newsletter
  {
    width: 100vw;
  }

  #footer img
  {
    max-width: 50%;
    width: auto;
  }

  h1
  {
    font-size: 20px;
  }

  h3
  {
    font-size: 20px;
  }


  .card-guest
  {
    width: 90vw;
    max-width: none;
  }


  #validate-card-button, #send-card-button
  {
    width: 87vw;
  }



  #newsletter-header
  {
    margin-top: 20px;
    width: 100%;
  }

  #subscribe-newsletter-button
  {
    max-width: 90vw;
  }

  .newsletter-right-body-panel
  {
    height: fit-content;
  }

  .newsletter-right-body-panel img
  {
    width: 90vw !important;
    max-width: 90vw !important;
    height: auto;

  }

  #newsletter-right-image
  {
    margin-top: 30px;
    margin-left: 0px;
  }

  #newsletter-first-blocks
  {
    width: 100%;
  }


  #newsletter-second-block
  {
    margin-left: 20px;
    width: 95%;
  }

  #discover-resort-pass-button
  {
    width: 90%;
    min-width: 100px;
  }

  .title-newsletter, .newsletter-right-body-panel
  {
    margin-top: 20px;
    padding: 0 20px;
    width: auto;
    margin-bottom: 0;
  }

  #translation_sending_by_mail_prior_arrival_news, .title-checkspam
  {
    display: inline-block;
    font-size: 16px;
  }

  .title-newsletter
  {
    padding: 0 20px;

  }

  .newsletter-left-body-panel h3
  {
    padding: 5px 20px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .title-checkspam
  {
    padding: 5px 20px;

  }

  #translation_checkspam
  {
    font-size: 16px;
    line-height: 20px;
  }

  #newsletter-box
  {
    width: 100vw;
    position: static;
    left: 0;
    padding: 0;
    border-radius: 0;
    margin-top: 20px;
  }

  #newsletter-box-inner
  {
    padding: 20px;
  }

  .body-panel
  {
    width: 90vw;
  }



  .body-content
  {
    width: 90vw;
    align-items: center;
  }

  .left-body-panel
  {
    margin-right: 0px;
  }

  .right-block-side-image img
  {
    margin-right: 20px;
  }

  #newsletter-first-block
  {
    flex-direction: column;
  }


  .newsletter-left-body-panel h3
  {
    margin-bottom: 0;
  }

  .newsletter-left-body-panel-done
  {
    padding-left: 20px;
  }

  .newsletter-blue-text
  {
    margin-top: 20px;
    margin-right: 20px;
  }

  #translation_sending_by_mail_prior_arrival_news
  {
    padding-top: 0;
  }

  .title-checkspam
  {
    padding-top: 0;
  }


  .newsletter-right-body-panel
  {
    /*  display: none;*/
    margin-left: auto;
  }

  .image-mobile
  {
    display: none;
  }

  .reservation-element, #footer
  {
    width: 85vw;
    display: flex;
    flex-direction: column;

  }

  .reservation-element #card-and-discount
  {
    width: 100%;
  }

  #translation_copyright
  {
    font-size: 12px;
  }
}