@charset "UTF-8";
/**
 * Sass-Ready media queries
 * Here there are some presets of useful
 * media queries breakpoints for various devices
 * Usage: @media variable-name { }
 * and it will compile to: @media screen width and height { }
 *
 */
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) { /* Styles */ }
/* Large screens ----------- */
@media only screen and (min-width : 1824px) { /* Styles */ }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* Styles */ }
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /* Styles */ }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* Styles */ }
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { /* Styles */ }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles */ }
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) { /* Styles */ }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) { /* Styles */ }
.site-navigation ul.menu li.alt a {
  background-color: #77B9BD;
  color: #FFF;
}
.site-navigation ul.menu li.alt a:hover {
  background-color: var(--e-global-color-primary);
}

.e-accordion .e-accordion-item .e-tab-content {
  height: auto;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.e-accordion .e-accordion-item.e-active .e-tab-content {
  max-height: 2000px;
  visibility: visible;
}

.e-accordion .e-accordion-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.e-accordion .e-accordion-icon, .elementor-widget-accordion .e-accordion-title {
  color: var(--e-global-color-primary);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 68%;
  padding: 10px 5px 15px 35px;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 10px 15px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myAccount-title, .woocommerce-account .woocommerce .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myAccount-title {
  margin-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  margin: 20px 0 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
  text-decoration: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .elementor-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  text-transform: uppercase;
  color: #fff;
  background-color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .elementor-button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .elementor-button:focus, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-button:focus, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:focus {
  background-color: var(--e-global-color-secondary);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .e-accordion-item .woocommerce-button {
  float: right;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Pagination {
  margin-top: 30px;
  text-align: right;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation, .elementor-widget-accountTabs .woocommerce-MyAccount-navigation {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation, .elementor-widget-accountTabs .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 40px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul, .elementor-widget-accountTabs .woocommerce-MyAccount-navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 100px 0px 100px 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li, .elementor-widget-accountTabs .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--e-global-color-primary);
  margin: 5px 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a, .elementor-widget-accountTabs .woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-align: center;
  letter-spacing: 0.55px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child, .elementor-widget-accountTabs .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.elementor-widget-accountTabs .woocommerce-MyAccount-navigation, .elementor-widget-accountDashboard .woocommerce-MyAccount-content {
  width: 100% !important;
}

.woocommerce form.woocommerce-form-register .reg-radios {
  text-align: center;
}
.woocommerce form.woocommerce-form-register .reg-radios label {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.woocommerce form.woocommerce-form-register .reg-radios label input {
  margin-right: 5px;
}
.woocommerce form.woocommerce-form-register .reg-radios label input:focus {
  outline: none;
  border: none;
}
.woocommerce form.woocommerce-form-register .form-row-type_utilisateur input {
  visibility: hidden;
}
.woocommerce form.woocommerce-form-register .form-row-type_utilisateur input:checked + label, .woocommerce form.woocommerce-form-register .form-row-type_utilisateur label:hover {
  border-color: #77B9BD;
  background-color: #77B9BD;
  color: #FFF;
}
.woocommerce form.woocommerce-form-register .form-row-type_utilisateur label {
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #77B9BD;
  background-color: #FFF;
  color: #77B9BD;
}

.woocommerce-account .woocommerce-Address {
  text-align: center;
  margin-top: 10px;
}
.woocommerce-account .woocommerce-Address:first-child {
  border-right: 1px solid var(--e-global-color-primary);
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title h3 {
  float: none !important;
  margin-top: 0;
}

.woocommerce-address-fields .button {
  margin-top: 30px !important;
  float: none;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.woocommerce-EditAccountForm.edit-account .woocommerce-Button {
  margin-top: 30px;
  margin: 30px auto;
  float: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.formule_vignette {
  display: block;
  padding: 25px;
  border: 1px solid #000;
  border-radius: 20px;
  text-decoration: none;
}

.orion_pause_dej_address_div {
  position: relative;
  width: 100%;
  max-width: 400px;
}

#orion_list_address {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.choose-address-block {
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0 0 50px 0;
}
.choose-address-block.open {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

input::-webkit-calendar-picker-indicator {
  display: none; /* remove default arrow */
}

.orion_privateBooking_cursor {
  cursor: pointer;
  border-radius: 3px !important;
  border: 1px solid #8e98a2 !important;
}

#orion_privateBooking_disconnected, #orion_privateBooking_connected {
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0 0 0px 0;
}
#orion_privateBooking_disconnected.open, #orion_privateBooking_connected.open {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.woocommerce form .form-row-flex {
  /* display: flex;
   gap: 40px;*/
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 992px) {
  .woocommerce form .form-row-flex {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 567px) {
  .woocommerce form .form-row-flex {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.woocommerce form .form-row-flex::before {
  display: none !important;
}
.mbe_step1 .woocommerce form .form-row-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.mbe_step1 .woocommerce form .form-row-flex > div {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mbe_step1 .woocommerce form .form-row-flex {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 567px) {
  .mbe_step1 .woocommerce form .form-row-flex {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.mbe_step1 .woocommerce form .form-row-flex::after, .mbe_step1 .woocommerce form .form-row-flex::before {
  display: none !important;
  content: none !important;
}
.mbe_step1 .woocommerce form .form-row-flex > div {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.woocommerce form .form-row-flex > div {
  /*  display: flex;
    width: 0;
    flex: 1 1 0px;*/
}

.choix_produit_footer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 30px;
  width: 100%;
  z-index: 10;
  max-width: none;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.choix_produit_footer.open {
  visibility: visible;
  opacity: 1;
}
.choix_produit_footer .button {
  text-decoration: none;
  border: 0;
  font-size: 18px;
  font-weight: 500 !important;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  background-color: var(--e-global-color-primary);
}
.choix_produit_footer .button:hover, .choix_produit_footer .button:focus {
  background-color: var(--e-global-color-secondary);
}
.choix_produit_footer .supplement_couverts_input {
  margin-right: 20px;
}
.choix_produit_footer .supplement_couverts_input label {
  font-weight: 600;
}

.mdp_oublie {
  color: #3f444b;
}

.mme_booking_engine-page.woocommerce-page {
  margin: 0;
  max-width: none;
}
.mme_booking_engine-page.woocommerce-page .hidden {
  display: none;
}
.mme_booking_engine-page.woocommerce-page h2.formule {
  text-align: center;
  color: var(--e-global-color-secondary);
}
.mme_booking_engine-page.woocommerce-page.mme_carte .products .product {
  padding-bottom: 0px !important;
}
.mme_booking_engine-page.woocommerce-page.mme_carte .categories {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  -ms-grid-columns: minmax(0, 1fr) 25px minmax(0, 1fr) 25px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 967px) {
  .mme_booking_engine-page.woocommerce-page.mme_carte .categories {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 567px) {
  .mme_booking_engine-page.woocommerce-page.mme_carte .categories {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.mme_booking_engine-page.woocommerce-page.mme_carte .categories li {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.mme_booking_engine-page.woocommerce-page.mme_carte .categories li a {
  color: #fff;
  padding: 10px 30px;
  display: block;
}
.mme_booking_engine-page.woocommerce-page.mme_carte .categories li a.active {
  background-color: #d6661d;
}
.mme_booking_engine-page.woocommerce-page.mme_carte .categories li .child-categories {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.mme_booking_engine-page.woocommerce-page.mme_carte .categories li:hover .child-categories {
  opacity: 1;
  visibility: visible;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .hidden {
  display: none;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 967px) {
  .mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 567px) {
  .mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products::before, .mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products::after {
  display: none;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product:hover {
  border-radius: 10px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product > a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product > a:hover .titre {
  color: var(--e-global-color-primary);
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product > a > span {
  display: block;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .photo img {
  float: left;
  width: 100%;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .photo .dlc {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 4px;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .photo .categoryproductset {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .photo .categoryproductset > span {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 2px 4px;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .photo .extraprice {
  color: #54595f;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 4px;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .titre {
  color: #000;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .add_to_cart_bottom {
  text-align: center;
  padding: 5px 0;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product.added {
  border-color: var(--e-global-color-primary);
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product.added .add_to_order {
  text-transform: uppercase;
  background-color: var(--e-global-color-primary);
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product.added .add_to_order::after {
  display: block;
  content: "Sélectionné (Retirer?)";
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .add_to_order {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-primary);
  padding: 10px;
  color: #fff;
  display: inline-block;
  margin: 0;
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .add_to_order::after {
  display: block;
  content: "Ajouter";
}
.mme_booking_engine-page.woocommerce-page .choix_produits_tabs .products .product .add_to_order:hover {
  background-color: var(--e-global-color-secondary);
}

.text-danger {
  color: #e63232;
}

.mme_booking_engine-page ul.categories {
  list-style: none;
  text-align: center;
  margin: 35px auto;
  padding: 0;
}
.mme_booking_engine-page ul.categories li {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  background-color: var(--e-global-color-secondary);
  color: #FFF;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 25px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.mme_booking_engine-page ul.categories li:hover, .mme_booking_engine-page ul.categories li.active {
  color: #fff;
  background-color: #d6661d;
}
.mme_booking_engine-page ul.categories li .qty {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  border: 1px solid #fff;
  background-color: #d6661d;
  padding: 5px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
}
.mme_booking_engine-page ul.categories li.added .qty {
  visibility: visible;
  opacity: 1;
}
.mme_booking_engine-page .recap {
  text-align: center;
  margin-bottom: 60px;
}
.mme_booking_engine-page .recap li {
  list-style: none;
}
.mme_booking_engine-page .recap .recap_order_infos {
  margin-top: 60px;
}
.mme_booking_engine-page .recap .recap_order_infos a {
  text-decoration: none;
  color: #000;
}
.mme_booking_engine-page .recap .recap_order_infos .icon-summary {
  width: 32px;
  margin-right: 6px;
}
.mme_booking_engine-page .recap .recap_order_infos #orion_summary_address_div {
  text-align: left;
}
.mme_booking_engine-page .recap .recap_order_infos #orion_summary_time_div .icon-summary {
  width: 26px;
}
.mme_booking_engine-page .recap .recap_order_infos #orion_summary_cutlery_div .icon-summary {
  width: 26px;
}
.mme_booking_engine-page .selection-quantity-text {
  position: sticky;
  top: 40px;
  z-index: 9;
  background-color: #fff;
  text-align: center;
  padding: 10px;
}

.loading-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}
.loading-overlay .cssloader {
  margin-top: 30px;
  display: -ms-inline-grid;
  display: inline-grid;
  padding: 5px;
  background: #fff;
  -webkit-filter: blur(4px) contrast(12);
          filter: blur(4px) contrast(12);
}
#orion_connection .loading-overlay .cssloader {
  margin-top: 80px;
}
.loading-overlay .cssloader:before {
  opacity: 0.7;
  content: "";
  height: 40px;
  aspect-ratio: 3;
  --c: #0000 64%,#000 66% 98%,#0000 101%;
  background: radial-gradient(35% 146% at 50% 159%, var(--c)) 0 0, radial-gradient(35% 146% at 50% -59%, var(--c)) 100% 100%;
  background-size: 66.6666666667% 50%;
  background-repeat: repeat-x;
  -webkit-animation: l11 0.8s infinite linear;
          animation: l11 0.8s infinite linear;
}

/* HTML: <div class="loader"></div> */
@-webkit-keyframes l11 {
  to {
    background-position: -200% 0, -100% 100%;
  }
}
@keyframes l11 {
  to {
    background-position: -200% 0, -100% 100%;
  }
}
form.mme_booking_engine {
  text-align: center;
  padding: 0px 0 100px;
  position: relative;
  overflow: visible;
  z-index: 9;
}
form.mme_booking_engine .form-row-type_commande {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form.mme_booking_engine .form-row-type_commande input {
  visibility: hidden;
  display: none;
}
form.mme_booking_engine .form-row-type_commande input:checked + label, form.mme_booking_engine .form-row-type_commande label:hover {
  border-color: #77B9BD;
  background-color: #77B9BD;
  color: #FFF;
}
form.mme_booking_engine .form-row-type_commande label {
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #77B9BD;
  background-color: #FFF;
  color: #77B9BD;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form.mme_booking_engine .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form.mme_booking_engine .buttons-container button, form.mme_booking_engine .buttons-container .button {
  text-decoration: none;
  border: 0;
  font-size: 18px;
  font-weight: 500 !important;
  margin-top: 50px;
  color: #fff;
  background-color: var(--e-global-color-primary);
  cursor: pointer;
  padding: 15px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.mbe_steps .mbe_step.hidden {
  display: none;
}

.mme_input {
  width: 100%;
}
.mme_input > .mme_select-button {
  width: 100%;
  font-weight: bold;
}

.mme_select-button {
  width: 100%;
  font-size: 1em;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px 1em;
  border: 1px solid #caced1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  min-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-decoration: none !important;
}
.mme_select-button:hover, .mme_select-button:focus {
  color: #FFF;
  background-color: var(--e-global-color-secondary);
}

a.mme_select-button {
  font-size: 0.9em;
}
a.mme_select-button span {
  display: block;
  width: 100%;
}

.mme_select {
  position: relative;
  max-width: 100%;
  font-size: 1.15rem;
  color: #000;
  text-transform: uppercase;
  /* interactivity */
}
.mme_select .mme_select-button {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.mme_select.selected .mme_select-button {
  font-weight: normal;
}
.mme_select .selected-value {
  text-align: left;
  padding: 0 20px 0 10px;
}
.mme_select .arrow {
  position: absolute;
  top: 22px;
  right: 12px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}
.mme_select .select-dropdown {
  position: absolute;
  list-style: none;
  width: 100%;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 4px;
  padding: 0px;
  margin-top: 0px;
  max-height: 200px;
  overflow-y: auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.mme_select .select-dropdown:focus-within {
  -webkit-box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
          box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}
.mme_select .select-dropdown li {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mme_select .select-dropdown li label {
  color: #000;
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: normal;
}
.mme_select .select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.mme_select .select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.mme_select .select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.mme_select .select-dropdown li:hover,
.mme_select .select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}
.mme_select .select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}
.mme_select .select-dropdown input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.mme_select.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mme_select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.flex-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-cols .flex-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-right: 1px solid var(--e-global-color-primary);
  padding: 8px;
}
.flex-cols .flex-col:last-child {
  border: none;
}
.flex-cols .flex-col .flex-col-3 {
  width: 33%;
  padding: 15px;
}

.qty-input {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 0;
}
.qty-input .quantite,
.qty-input .qty-count {
  background: transparent;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qty-input .quantite:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .quantite {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.qty-input .quantite::-webkit-outer-spin-button, .qty-input .quantite::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
.qty-input .qty-count:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.qty-input .qty-count:hover:before, .qty-input .qty-count:hover:after {
  background-color: #fff;
}
.qty-input .qty-count:focus {
  background-color: #fff;
  color: #000;
}
.qty-input .qty-count:focus:hover {
  color: #000;
  background-color: var(--e-global-color-primary);
}
.qty-input .qty-count:focus:hover:before, .qty-input .qty-count:focus:hover:after {
  background-color: #000;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--add:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.switch_entreprise {
  text-align: left;
  padding-bottom: 20px;
  margin: 20px 0 40px;
  border-bottom: 1px solid var(--e-global-color-primary);
}

.mme_profiles_icone {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
  color: #302929;
}

.mme_profiles_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*! justify-content: space-between; */
}

.mme_profiles_button {
  display: inline-block;
  text-decoration: none !important;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--e-global-color-secondary) !important;
  background-color: #ffffff !important;
  text-transform: uppercase;
  padding: 6px 15px !important;
  border-radius: 3px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  border: 1px solid var(--e-global-color-secondary);
}
.mme_profiles_button:hover {
  color: #fff !important;
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary) !important;
}
.mme_profiles_button.select {
  color: #fff !important;
  border-color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-primary) !important;
}
@media screen and (max-width: 767px) {
  .mme_profiles_button {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  #mme_profiles_0 {
    float: left;
  }
}

#mme_profiles_1 {
  margin: 0px 25px;
}
@media screen and (max-width: 767px) {
  #mme_profiles_1 {
    margin: 0px;
  }
}

.mme_profiles_icone {
  color: #fff !important;
  padding: 5px 0px;
  background-color: #c66422;
  -webkit-box-shadow: 0px 0px 3px black;
          box-shadow: 0px 0px 3px black;
}

.mme_profiles_icone:hover {
  color: #c66422 !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px #ccd0d5;
          box-shadow: 0px 0px 3px #ccd0d5;
}

.elementor-menu-cart__toggle i.fas.fa-shopping-cart {
  width: 15px;
  background: url('data:image/svg+xml,<svg class="e-toggle-cart-custom-icon e-font-icon-svg e-fas-shopping-cart" aria-hidden="true" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z"></path></svg>');
  background-repeat: repeat;
  background-size: auto;
  display: block;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product {
  display: block !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product a {
  color: var(--e-global-color-primary);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product a.modifier_formule {
  color: var(--e-global-color-secondary);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name, .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
  padding-left: 0px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
  color: var(--e-global-color-secondary);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove:after, .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove:before {
  background: #1a3963;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product .variation {
  display: block !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product .variation dt {
  font-weight: 500;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-image {
  display: none;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons {
  display: block !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons > a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-weight: var(--e-global-typography-accent-font-weight) !important;
  display: block !important;
  border-radius: 3px;
  margin-bottom: 15px;
  background-color: var(--e-global-color-primary);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons > a.elementor-button--view-cart {
  background-color: var(--e-global-color-secondary);
}

.woocommerce .shop_table {
  border: none;
}
.woocommerce .shop_table th, .woocommerce .shop_table td {
  border: none !important;
}
.woocommerce .shop_table .quantity .qty {
  padding: 0.5rem 0.5rem;
}
.woocommerce .shop_table .product-remove {
  width: 100px;
}
.woocommerce .shop_table .product-thumbnail {
  width: 160px;
}
.woocommerce .shop_table a.remove {
  font-size: 2.5em;
  line-height: 0.8em;
}
.woocommerce .shop_table .orion_cartlist_presentation_formule {
  width: 100%;
  height: 108px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  background: #d6661c;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table td.product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none !important;
}
@media screen and (max-width: 430px) {
  .woocommerce .shop_table.woocommerce-checkout-review-order-table td.product-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table .orion_cartlist_presentation_formule {
  max-width: 140px;
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 430px) {
  .woocommerce .shop_table.woocommerce-checkout-review-order-table .orion_cartlist_presentation_formule {
    margin-bottom: 15px;
  }
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  text-align: right;
  padding-right: 30px;
}

.wc-block-cart-items .wc-block-components-quantity-selector {
  display: none !important;
}
.wc-block-cart-items thead {
  display: none;
}
.wc-block-cart-items .wc-block-cart-item__image {
  display: none;
}
.wc-block-cart-items .wc-block-components-product-name {
  font-size: 1.2em;
  font-weight: 600;
}
.wc-block-cart-items .wc-block-components-product-metadata {
  font-size: 1em;
}
.wc-block-cart-items a.modifier_formule {
  color: var(--e-global-color-secondary);
  font-weight: normal;
}
.wc-block-cart-items a.text-danger {
  font-weight: normal;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  font-size: 1.2em;
  font-weight: 600;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  font-size: 1em;
}
.wc-block-components-sidebar .wc-block-components-panel__button, .wc-block-components-sidebar .wc-block-components-panel__button:active, .wc-block-components-sidebar .wc-block-components-panel__button:focus, .wc-block-components-sidebar .wc-block-components-panel__button:hover {
  font-family: "Raleway", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}

.wc-block-components-button {
  text-transform: uppercase;
  color: #fff;
  background-color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wc-block-components-button:hover, .wc-block-components-button:focus {
  background-color: var(--e-global-color-secondary);
  color: #fff !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
  font-family: "Libre Baskerville", Sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

.elementor-widget-woocommerce-checkout-page {
  color: #000 !important;
}

#order_billing, #order_details {
  padding: var(--sections-padding, 16px 30px);
  border-color: var(--sections-border-color, #d5d8dc);
  border-radius: var(--sections-border-radius, 3px);
  border-style: var(--sections-border-type, solid);
  border-width: 1px;
}

#order_details .recap {
  margin-bottom: 0;
}
#order_details .recap .recap_order_infos {
  margin-top: 0;
}

.billing-shipping-row {
  gap: 20px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
@media screen and (max-width: 430px) {
  .billing-shipping-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .billing-shipping-row .col-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}

@media screen and (max-width: 308px) {
  #mme_profiles_1 {
    margin-left: 0px;
  }
}
@media screen and (min-width: 309px) and (max-width: 325px) {
  #mme_profiles_1 {
    margin-left: 8px;
  }
}
@media screen and (max-width: 734px) {
  .mme_profiles_icone {
    margin: 0px 0px 10px 12px;
  }
}