body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #435780 !important;
}
.bg-success {
  background-color: #a1e6ef !important;
}
.bg-info {
  background-color: #153c83 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #b73d00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #435780 !important;
  border-color: #435780 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #253047 !important;
  border-color: #253047 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #253047 !important;
  border-color: #253047 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b4dfe5 !important;
  border-color: #b4dfe5 !important;
  color: #286972 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #74c4cf !important;
  border-color: #74c4cf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #286972 !important;
  background-color: #74c4cf !important;
  border-color: #74c4cf !important;
}
.btn-info,
.btn-info:active {
  background-color: #153c83 !important;
  border-color: #153c83 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #091a38 !important;
  border-color: #091a38 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #091a38 !important;
  border-color: #091a38 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a1e6ef !important;
  border-color: #a1e6ef !important;
  color: #15707c !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #57d2e2 !important;
  border-color: #57d2e2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #15707c !important;
  background-color: #57d2e2 !important;
  border-color: #57d2e2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b73d00 !important;
  border-color: #b73d00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #602000 !important;
  border-color: #602000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #602000 !important;
  border-color: #602000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #435780;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #253047 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #435780 !important;
  border-color: #435780 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b4dfe5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #74c4cf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #286972 !important;
  background-color: #b4dfe5 !important;
  border-color: #b4dfe5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #153c83;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #091a38 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #153c83 !important;
  border-color: #153c83 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a1e6ef;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #57d2e2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #15707c !important;
  background-color: #a1e6ef !important;
  border-color: #a1e6ef !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b73d00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #602000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b73d00 !important;
  border-color: #b73d00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #435780 !important;
}
.text-secondary {
  color: #b4dfe5 !important;
}
.text-success {
  color: #a1e6ef !important;
}
.text-info {
  color: #153c83 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #b73d00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #20293d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #68bfcb !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4acfe0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07142b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #511b00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #435780;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #153c83;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #b73d00;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #435780;
  border-color: #435780;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #435780;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8497bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3873df;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff7a38;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #435780 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #435780;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #435780;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #435780;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #435780;
  border-bottom-color: #435780;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #435780 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b4dfe5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23435780' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u5M6XsqBU8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5M6XsqBU8 nav.navbar {
  position: fixed;
}
.cid-u5M6XsqBU8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5M6XsqBU8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5M6XsqBU8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5M6XsqBU8 .dropdown-item:hover,
.cid-u5M6XsqBU8 .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-u5M6XsqBU8 .dropdown-item:hover span {
  color: white;
}
.cid-u5M6XsqBU8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5M6XsqBU8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5M6XsqBU8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5M6XsqBU8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5M6XsqBU8 .nav-link {
  position: relative;
}
.cid-u5M6XsqBU8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5M6XsqBU8 .container {
    flex-wrap: wrap;
  }
}
.cid-u5M6XsqBU8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5M6XsqBU8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5M6XsqBU8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5M6XsqBU8 .dropdown-menu,
.cid-u5M6XsqBU8 .navbar.opened {
  background: #084617 !important;
}
.cid-u5M6XsqBU8 .nav-item:focus,
.cid-u5M6XsqBU8 .nav-link:focus {
  outline: none;
}
.cid-u5M6XsqBU8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5M6XsqBU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5M6XsqBU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5M6XsqBU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5M6XsqBU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5M6XsqBU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5M6XsqBU8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-u5M6XsqBU8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5M6XsqBU8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5M6XsqBU8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5M6XsqBU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5M6XsqBU8 .navbar.collapsed {
  justify-content: center;
}
.cid-u5M6XsqBU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5M6XsqBU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5M6XsqBU8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-u5M6XsqBU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5M6XsqBU8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5M6XsqBU8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5M6XsqBU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5M6XsqBU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5M6XsqBU8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5M6XsqBU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5M6XsqBU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5M6XsqBU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5M6XsqBU8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5M6XsqBU8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5M6XsqBU8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5M6XsqBU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5M6XsqBU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5M6XsqBU8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5M6XsqBU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5M6XsqBU8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5M6XsqBU8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5M6XsqBU8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5M6XsqBU8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5M6XsqBU8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5M6XsqBU8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5M6XsqBU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5M6XsqBU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5M6XsqBU8 .dropdown-item.active,
.cid-u5M6XsqBU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5M6XsqBU8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5M6XsqBU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5M6XsqBU8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5M6XsqBU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-u5M6XsqBU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5M6XsqBU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5M6XsqBU8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5M6XsqBU8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5M6XsqBU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5M6XsqBU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-u5M6XsqBU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5M6XsqBU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5M6XsqBU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5M6XsqBU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5M6XsqBU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5M6XsqBU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5M6XsqBU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5M6XsqBU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5M6XsqBU8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5M6XsqBU8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5M6XsqBU8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5M6XsqBU8 .navbar {
    height: 70px;
  }
  .cid-u5M6XsqBU8 .navbar.opened {
    height: auto;
  }
  .cid-u5M6XsqBU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFHoAfPmXB {
  background-image: url("../../../assets/images/varbike-location-de-velo-electrique-dans-le-var.jpg-1024x576.jpg");
}
.cid-sFHoAfPmXB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFHoAfPmXB .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-sFHoAfPmXB .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sFHoAfPmXB .mbr-text,
.cid-sFHoAfPmXB .mbr-section-btn {
  text-align: center;
}
.cid-u6QQz7Qxgo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #084617;
}
.cid-u6QQz7Qxgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6QQz7Qxgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6QQz7Qxgo .mbr-text,
.cid-u6QQz7Qxgo .mbr-section-btn {
  color: #232323;
}
.cid-u6QQz7Qxgo .card-title,
.cid-u6QQz7Qxgo .card-box {
  color: #ffffff;
}
.cid-u6QQz7Qxgo .mbr-text,
.cid-u6QQz7Qxgo .link-wrap {
  color: #ffffff;
}
.cid-uSx8Ps6RaW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSx8Ps6RaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx8Ps6RaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSx8Ps6RaW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSx8Ps6RaW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSx8Ps6RaW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSx8Ps6RaW .mbr-section-title {
  text-align: left;
}
.cid-uQ0hloh0np {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3d2a6;
}
.cid-uQ0hloh0np .image-wrapper {
  padding: 0 2rem;
}
.cid-uQ0hloh0np .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uQ0hloh0np .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uQ0hloh0np .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uQ0hloh0np .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uQ0hloh0np .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uQ0hloh0np .text-wrapper,
  .cid-uQ0hloh0np .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uQ0hloh0np .text-wrapper,
  .cid-uQ0hloh0np .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uQ0hloh0np .text-wrapper,
  .cid-uQ0hloh0np .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uQ0hloh0np .text-wrapper,
  .cid-uQ0hloh0np .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uQ0hloh0np .text-wrapper,
  .cid-uQ0hloh0np .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uQ0hloh0np .content {
    text-align: center;
  }
}
.cid-uQ0hloh0np .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uQ0hloh0np .mbr-card-title {
    text-align: start;
  }
}
.cid-uQ0hloh0np .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uQ0hloh0np .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uQ0hloh0np .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uQ0hloh0np .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ0hloh0np .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uQ0hloh0np .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uQ0hloh0np .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uQ0hloh0np .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uQ0hloh0np .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uQ0hloh0np .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uQ0hloh0np .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uQ0hloh0np .nutrition-wrap {
    width: 100%;
  }
}
.cid-uQ0hloh0np .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uQ0hloh0np .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uQ0hloh0np .tile-text-wrap {
  display: flex;
}
.cid-uQ0hloh0np svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uQ0hloh0np svg path {
  fill: #cd8ad1;
}
.cid-uQ0hloh0np .numbers {
  display: flex;
  align-self: center;
}
.cid-uQ0hloh0np .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uQ0hloh0np .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uQ0hloh0np .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uQ0hloh0np .mbr-tile-text {
    text-align: start;
  }
}
.cid-uQ0hloh0np .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uQ0hloh0np .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uQ0hloh0np .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uQ0hloh0np .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uQ0hloh0np .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uQ0hloh0np .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uQ0hloh0np .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uQ0hloh0np .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uQ0hloh0np .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uQ0hloh0np div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uQ0hloh0np .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uvYPMrU2Uz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1a17a;
}
.cid-uvYPMrU2Uz .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uLsqAn2SAj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3d2a6;
}
.cid-uLsqAn2SAj .image-wrapper {
  padding: 0 2rem;
}
.cid-uLsqAn2SAj .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLsqAn2SAj .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLsqAn2SAj .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLsqAn2SAj .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLsqAn2SAj .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLsqAn2SAj .text-wrapper,
  .cid-uLsqAn2SAj .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsqAn2SAj .text-wrapper,
  .cid-uLsqAn2SAj .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLsqAn2SAj .text-wrapper,
  .cid-uLsqAn2SAj .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLsqAn2SAj .text-wrapper,
  .cid-uLsqAn2SAj .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLsqAn2SAj .text-wrapper,
  .cid-uLsqAn2SAj .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLsqAn2SAj .content {
    text-align: center;
  }
}
.cid-uLsqAn2SAj .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLsqAn2SAj .mbr-card-title {
    text-align: start;
  }
}
.cid-uLsqAn2SAj .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLsqAn2SAj .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLsqAn2SAj .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLsqAn2SAj .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLsqAn2SAj .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLsqAn2SAj .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLsqAn2SAj .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLsqAn2SAj .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLsqAn2SAj .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLsqAn2SAj .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLsqAn2SAj .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLsqAn2SAj .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLsqAn2SAj .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLsqAn2SAj .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLsqAn2SAj .tile-text-wrap {
  display: flex;
}
.cid-uLsqAn2SAj svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLsqAn2SAj svg path {
  fill: #cd8ad1;
}
.cid-uLsqAn2SAj .numbers {
  display: flex;
  align-self: center;
}
.cid-uLsqAn2SAj .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLsqAn2SAj .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLsqAn2SAj .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsqAn2SAj .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLsqAn2SAj .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLsqAn2SAj .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLsqAn2SAj .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsqAn2SAj .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uLsqAn2SAj .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLsqAn2SAj .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsqAn2SAj .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsqAn2SAj .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsqAn2SAj .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsqAn2SAj div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLsqAn2SAj .mbr-section-btn {
  display: flex;
}
.cid-uLsqAn2SAj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u5Lt7tdfni {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f8e3c7;
}
.cid-u5Lt7tdfni .image-wrapper {
  padding: 0 2rem;
}
.cid-u5Lt7tdfni .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u5Lt7tdfni .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u5Lt7tdfni .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u5Lt7tdfni .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-u5Lt7tdfni .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u5Lt7tdfni .text-wrapper,
  .cid-u5Lt7tdfni .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u5Lt7tdfni .text-wrapper,
  .cid-u5Lt7tdfni .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u5Lt7tdfni .text-wrapper,
  .cid-u5Lt7tdfni .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u5Lt7tdfni .text-wrapper,
  .cid-u5Lt7tdfni .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u5Lt7tdfni .text-wrapper,
  .cid-u5Lt7tdfni .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u5Lt7tdfni .content {
    text-align: center;
  }
}
.cid-u5Lt7tdfni .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u5Lt7tdfni .mbr-card-title {
    text-align: start;
  }
}
.cid-u5Lt7tdfni .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-u5Lt7tdfni .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u5Lt7tdfni .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u5Lt7tdfni .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u5Lt7tdfni .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u5Lt7tdfni .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u5Lt7tdfni .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u5Lt7tdfni .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u5Lt7tdfni .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u5Lt7tdfni .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u5Lt7tdfni .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u5Lt7tdfni .nutrition-wrap {
    width: 100%;
  }
}
.cid-u5Lt7tdfni .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u5Lt7tdfni .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u5Lt7tdfni .tile-text-wrap {
  display: flex;
}
.cid-u5Lt7tdfni svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u5Lt7tdfni svg path {
  fill: #cd8ad1;
}
.cid-u5Lt7tdfni .numbers {
  display: flex;
  align-self: center;
}
.cid-u5Lt7tdfni .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u5Lt7tdfni .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u5Lt7tdfni .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u5Lt7tdfni .mbr-tile-text {
    text-align: start;
  }
}
.cid-u5Lt7tdfni .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u5Lt7tdfni .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u5Lt7tdfni .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u5Lt7tdfni .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-u5Lt7tdfni .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-u5Lt7tdfni .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u5Lt7tdfni .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u5Lt7tdfni .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u5Lt7tdfni .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u5Lt7tdfni div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u5Lt7tdfni .mbr-section-btn {
  display: flex;
}
.cid-u5Lt7tdfni .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLsqBbEECV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd9a7;
}
.cid-uLsqBbEECV .image-wrapper {
  padding: 0 2rem;
}
.cid-uLsqBbEECV .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLsqBbEECV .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLsqBbEECV .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLsqBbEECV .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLsqBbEECV .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLsqBbEECV .text-wrapper,
  .cid-uLsqBbEECV .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsqBbEECV .text-wrapper,
  .cid-uLsqBbEECV .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLsqBbEECV .text-wrapper,
  .cid-uLsqBbEECV .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLsqBbEECV .text-wrapper,
  .cid-uLsqBbEECV .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLsqBbEECV .text-wrapper,
  .cid-uLsqBbEECV .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLsqBbEECV .content {
    text-align: center;
  }
}
.cid-uLsqBbEECV .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLsqBbEECV .mbr-card-title {
    text-align: start;
  }
}
.cid-uLsqBbEECV .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLsqBbEECV .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLsqBbEECV .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLsqBbEECV .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLsqBbEECV .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLsqBbEECV .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLsqBbEECV .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLsqBbEECV .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLsqBbEECV .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLsqBbEECV .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLsqBbEECV .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLsqBbEECV .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLsqBbEECV .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLsqBbEECV .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLsqBbEECV .tile-text-wrap {
  display: flex;
}
.cid-uLsqBbEECV svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLsqBbEECV svg path {
  fill: #cd8ad1;
}
.cid-uLsqBbEECV .numbers {
  display: flex;
  align-self: center;
}
.cid-uLsqBbEECV .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLsqBbEECV .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLsqBbEECV .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsqBbEECV .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLsqBbEECV .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLsqBbEECV .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLsqBbEECV .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsqBbEECV .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uLsqBbEECV .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLsqBbEECV .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsqBbEECV .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsqBbEECV .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsqBbEECV .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsqBbEECV div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLsqBbEECV .mbr-section-btn {
  display: flex;
}
.cid-uLsqBbEECV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLJkcfCZWX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLJkcfCZWX .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLUI5x4AnN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f6d4af;
}
.cid-uLUI5x4AnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUI5x4AnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUI5x4AnN .row {
  justify-content: space-between;
}
.cid-uLUI5x4AnN .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uLUI5x4AnN .content-wrapper {
    padding: 0;
  }
}
.cid-uLUI5x4AnN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLUI5x4AnN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLUI5x4AnN .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLUI5x4AnN .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uLUI5x4AnN .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLUI5x4AnN .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uLUI5x4AnN .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uLUI5x4AnN .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLUI5x4AnN .mbr-section-title {
  color: #000000;
}
.cid-uLUI5x4AnN .mbr-desc {
  color: #000000;
}
.cid-uLUI5x4AnN .mbr-text {
  color: #000000;
}
.cid-uLUI9hizHM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLUI9hizHM .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLUNylhXVa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8fae3;
}
.cid-uLUNylhXVa .mbr-text {
  text-align: center;
}
.cid-u5LtAKGbnQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-u5LtAKGbnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5LtAKGbnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5LtAKGbnQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5LtAKGbnQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u5LtAKGbnQ .row {
    text-align: center;
  }
  .cid-u5LtAKGbnQ .row > div {
    margin: auto;
  }
  .cid-u5LtAKGbnQ .social-row {
    justify-content: center;
  }
}
.cid-u5LtAKGbnQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5LtAKGbnQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u5LtAKGbnQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5LtAKGbnQ .list {
    margin-bottom: 0rem;
  }
}
.cid-u5LtAKGbnQ .mbr-text {
  color: #ffffff;
}
.cid-u5LtAKGbnQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u5LtAKGbnQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u5LtAKGbnQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6JBGLUzSU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6JBGLUzSU nav.navbar {
  position: fixed;
}
.cid-u6JBGLUzSU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6JBGLUzSU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6JBGLUzSU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6JBGLUzSU .dropdown-item:hover,
.cid-u6JBGLUzSU .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-u6JBGLUzSU .dropdown-item:hover span {
  color: white;
}
.cid-u6JBGLUzSU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6JBGLUzSU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6JBGLUzSU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6JBGLUzSU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6JBGLUzSU .nav-link {
  position: relative;
}
.cid-u6JBGLUzSU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6JBGLUzSU .container {
    flex-wrap: wrap;
  }
}
.cid-u6JBGLUzSU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6JBGLUzSU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6JBGLUzSU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6JBGLUzSU .dropdown-menu,
.cid-u6JBGLUzSU .navbar.opened {
  background: #084617 !important;
}
.cid-u6JBGLUzSU .nav-item:focus,
.cid-u6JBGLUzSU .nav-link:focus {
  outline: none;
}
.cid-u6JBGLUzSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6JBGLUzSU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6JBGLUzSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6JBGLUzSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6JBGLUzSU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6JBGLUzSU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6JBGLUzSU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-u6JBGLUzSU .navbar.opened {
  transition: all 0.3s;
}
.cid-u6JBGLUzSU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6JBGLUzSU .navbar .navbar-logo img {
  width: auto;
}
.cid-u6JBGLUzSU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6JBGLUzSU .navbar.collapsed {
  justify-content: center;
}
.cid-u6JBGLUzSU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6JBGLUzSU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6JBGLUzSU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-u6JBGLUzSU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6JBGLUzSU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6JBGLUzSU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6JBGLUzSU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6JBGLUzSU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6JBGLUzSU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6JBGLUzSU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6JBGLUzSU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6JBGLUzSU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6JBGLUzSU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6JBGLUzSU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6JBGLUzSU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6JBGLUzSU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6JBGLUzSU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6JBGLUzSU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6JBGLUzSU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6JBGLUzSU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6JBGLUzSU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6JBGLUzSU .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6JBGLUzSU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6JBGLUzSU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6JBGLUzSU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6JBGLUzSU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6JBGLUzSU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6JBGLUzSU .dropdown-item.active,
.cid-u6JBGLUzSU .dropdown-item:active {
  background-color: transparent;
}
.cid-u6JBGLUzSU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6JBGLUzSU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6JBGLUzSU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6JBGLUzSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-u6JBGLUzSU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6JBGLUzSU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6JBGLUzSU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6JBGLUzSU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6JBGLUzSU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6JBGLUzSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-u6JBGLUzSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6JBGLUzSU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6JBGLUzSU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6JBGLUzSU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6JBGLUzSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6JBGLUzSU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6JBGLUzSU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6JBGLUzSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6JBGLUzSU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6JBGLUzSU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6JBGLUzSU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6JBGLUzSU .navbar {
    height: 70px;
  }
  .cid-u6JBGLUzSU .navbar.opened {
    height: auto;
  }
  .cid-u6JBGLUzSU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLxt0T4NKL {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mentions-legales.jpg-900x600.jpg");
}
.cid-uLxt0T4NKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxt0T4NKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxt0T4NKL .mbr-text,
.cid-uLxt0T4NKL .mbr-section-btn {
  color: #232323;
}
.cid-uLxt0T4NKL .card-title,
.cid-uLxt0T4NKL .card-box {
  color: #ffffff;
}
.cid-uLxt0T4NKL .mbr-text,
.cid-uLxt0T4NKL .link-wrap {
  color: #ffffff;
}
.cid-uLz7BLlVJZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz7BLlVJZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u6JCzEu5Pu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6JCzEu5Pu .mbr-text {
  color: #000000;
}
.cid-uLz7AsGGYe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz7AsGGYe .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLEAxGsrjy {
  background-color: #ffffff;
}
.cid-uLEAxGsrjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEAxGsrjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEAxGsrjy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEAxGsrjy .row {
  flex-direction: row-reverse;
}
.cid-uLEAxGsrjy img {
  width: 100%;
}
.cid-u6JBGMZIoG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-u6JBGMZIoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JBGMZIoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JBGMZIoG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6JBGMZIoG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u6JBGMZIoG .row {
    text-align: center;
  }
  .cid-u6JBGMZIoG .row > div {
    margin: auto;
  }
  .cid-u6JBGMZIoG .social-row {
    justify-content: center;
  }
}
.cid-u6JBGMZIoG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6JBGMZIoG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6JBGMZIoG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JBGMZIoG .list {
    margin-bottom: 0rem;
  }
}
.cid-u6JBGMZIoG .mbr-text {
  color: #ffffff;
}
.cid-u6JBGMZIoG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6JBGMZIoG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6JBGMZIoG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6OOKbW2lF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6OOKbW2lF nav.navbar {
  position: fixed;
}
.cid-u6OOKbW2lF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6OOKbW2lF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6OOKbW2lF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6OOKbW2lF .dropdown-item:hover,
.cid-u6OOKbW2lF .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-u6OOKbW2lF .dropdown-item:hover span {
  color: white;
}
.cid-u6OOKbW2lF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6OOKbW2lF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6OOKbW2lF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6OOKbW2lF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6OOKbW2lF .nav-link {
  position: relative;
}
.cid-u6OOKbW2lF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6OOKbW2lF .container {
    flex-wrap: wrap;
  }
}
.cid-u6OOKbW2lF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6OOKbW2lF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6OOKbW2lF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6OOKbW2lF .dropdown-menu,
.cid-u6OOKbW2lF .navbar.opened {
  background: #084617 !important;
}
.cid-u6OOKbW2lF .nav-item:focus,
.cid-u6OOKbW2lF .nav-link:focus {
  outline: none;
}
.cid-u6OOKbW2lF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6OOKbW2lF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6OOKbW2lF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6OOKbW2lF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6OOKbW2lF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6OOKbW2lF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6OOKbW2lF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-u6OOKbW2lF .navbar.opened {
  transition: all 0.3s;
}
.cid-u6OOKbW2lF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6OOKbW2lF .navbar .navbar-logo img {
  width: auto;
}
.cid-u6OOKbW2lF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6OOKbW2lF .navbar.collapsed {
  justify-content: center;
}
.cid-u6OOKbW2lF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6OOKbW2lF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6OOKbW2lF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-u6OOKbW2lF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6OOKbW2lF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6OOKbW2lF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6OOKbW2lF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6OOKbW2lF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6OOKbW2lF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6OOKbW2lF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6OOKbW2lF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6OOKbW2lF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6OOKbW2lF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6OOKbW2lF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6OOKbW2lF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6OOKbW2lF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6OOKbW2lF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6OOKbW2lF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6OOKbW2lF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6OOKbW2lF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6OOKbW2lF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6OOKbW2lF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6OOKbW2lF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6OOKbW2lF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6OOKbW2lF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6OOKbW2lF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6OOKbW2lF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6OOKbW2lF .dropdown-item.active,
.cid-u6OOKbW2lF .dropdown-item:active {
  background-color: transparent;
}
.cid-u6OOKbW2lF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6OOKbW2lF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6OOKbW2lF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6OOKbW2lF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-u6OOKbW2lF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6OOKbW2lF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6OOKbW2lF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6OOKbW2lF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6OOKbW2lF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6OOKbW2lF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-u6OOKbW2lF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6OOKbW2lF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6OOKbW2lF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6OOKbW2lF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6OOKbW2lF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6OOKbW2lF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6OOKbW2lF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6OOKbW2lF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6OOKbW2lF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6OOKbW2lF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6OOKbW2lF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6OOKbW2lF .navbar {
    height: 70px;
  }
  .cid-u6OOKbW2lF .navbar.opened {
    height: auto;
  }
  .cid-u6OOKbW2lF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6OOKcngE9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/header-varbike.jpg-1280x496.jpg");
}
.cid-u6OOKcngE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6OOKcngE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6OOKcngE9 .mbr-text,
.cid-u6OOKcngE9 .mbr-section-btn {
  color: #232323;
}
.cid-u6OOKcngE9 .card-title,
.cid-u6OOKcngE9 .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-u6OOKcngE9 .mbr-text,
.cid-u6OOKcngE9 .link-wrap {
  color: #ffffff;
}
.cid-uLz7JXGBHY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz7JXGBHY .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u6OOKcEaLF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edd2c4;
}
.cid-u6OOKcEaLF .mbr-text {
  color: #000000;
}
.cid-uLz7LhBD4B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz7LhBD4B .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u6OOKd6vnM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-u6OOKd6vnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6OOKd6vnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6OOKd6vnM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6OOKd6vnM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u6OOKd6vnM .row {
    text-align: center;
  }
  .cid-u6OOKd6vnM .row > div {
    margin: auto;
  }
  .cid-u6OOKd6vnM .social-row {
    justify-content: center;
  }
}
.cid-u6OOKd6vnM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6OOKd6vnM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6OOKd6vnM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6OOKd6vnM .list {
    margin-bottom: 0rem;
  }
}
.cid-u6OOKd6vnM .mbr-text {
  color: #ffffff;
}
.cid-u6OOKd6vnM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6OOKd6vnM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6OOKd6vnM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utU3oHSGkf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utU3oHSGkf nav.navbar {
  position: fixed;
}
.cid-utU3oHSGkf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utU3oHSGkf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utU3oHSGkf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utU3oHSGkf .dropdown-item:hover,
.cid-utU3oHSGkf .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-utU3oHSGkf .dropdown-item:hover span {
  color: white;
}
.cid-utU3oHSGkf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utU3oHSGkf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utU3oHSGkf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utU3oHSGkf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utU3oHSGkf .nav-link {
  position: relative;
}
.cid-utU3oHSGkf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utU3oHSGkf .container {
    flex-wrap: wrap;
  }
}
.cid-utU3oHSGkf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utU3oHSGkf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-utU3oHSGkf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utU3oHSGkf .dropdown-menu,
.cid-utU3oHSGkf .navbar.opened {
  background: #084617 !important;
}
.cid-utU3oHSGkf .nav-item:focus,
.cid-utU3oHSGkf .nav-link:focus {
  outline: none;
}
.cid-utU3oHSGkf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utU3oHSGkf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utU3oHSGkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utU3oHSGkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utU3oHSGkf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utU3oHSGkf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utU3oHSGkf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-utU3oHSGkf .navbar.opened {
  transition: all 0.3s;
}
.cid-utU3oHSGkf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utU3oHSGkf .navbar .navbar-logo img {
  width: auto;
}
.cid-utU3oHSGkf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utU3oHSGkf .navbar.collapsed {
  justify-content: center;
}
.cid-utU3oHSGkf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utU3oHSGkf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utU3oHSGkf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-utU3oHSGkf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utU3oHSGkf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utU3oHSGkf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utU3oHSGkf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utU3oHSGkf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utU3oHSGkf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utU3oHSGkf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utU3oHSGkf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utU3oHSGkf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utU3oHSGkf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utU3oHSGkf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utU3oHSGkf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utU3oHSGkf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utU3oHSGkf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utU3oHSGkf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utU3oHSGkf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utU3oHSGkf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utU3oHSGkf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utU3oHSGkf .navbar.navbar-short {
  min-height: 60px;
}
.cid-utU3oHSGkf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utU3oHSGkf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utU3oHSGkf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utU3oHSGkf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utU3oHSGkf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utU3oHSGkf .dropdown-item.active,
.cid-utU3oHSGkf .dropdown-item:active {
  background-color: transparent;
}
.cid-utU3oHSGkf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utU3oHSGkf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utU3oHSGkf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utU3oHSGkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-utU3oHSGkf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utU3oHSGkf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utU3oHSGkf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utU3oHSGkf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utU3oHSGkf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utU3oHSGkf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-utU3oHSGkf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utU3oHSGkf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utU3oHSGkf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utU3oHSGkf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utU3oHSGkf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utU3oHSGkf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utU3oHSGkf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utU3oHSGkf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utU3oHSGkf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utU3oHSGkf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utU3oHSGkf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utU3oHSGkf .navbar {
    height: 70px;
  }
  .cid-utU3oHSGkf .navbar.opened {
    height: auto;
  }
  .cid-utU3oHSGkf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utU3oIl1tE {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/varbike-dans-le-collines-du-var.jpg-1024x686.jpg");
}
.cid-utU3oIl1tE .mbr-fallback-image.disabled {
  display: none;
}
.cid-utU3oIl1tE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utU3oIl1tE .mbr-text,
.cid-utU3oIl1tE .mbr-section-btn {
  color: #232323;
}
.cid-utU3oIl1tE .card-title,
.cid-utU3oIl1tE .card-box {
  color: #ffffff;
}
.cid-utU3oIl1tE .mbr-text,
.cid-utU3oIl1tE .link-wrap {
  color: #ffffff;
}
.cid-utU3oIXJ1A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #084617;
}
.cid-utU3oIXJ1A .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLz8ckY0vi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz8ckY0vi .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-utU3oKtwb0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8e3c7;
}
.cid-uLsKbyvEDO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8e3c7;
}
.cid-uLsKbyvEDO .image-wrapper {
  padding: 0 2rem;
}
.cid-uLsKbyvEDO .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLsKbyvEDO .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLsKbyvEDO .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLsKbyvEDO .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLsKbyvEDO .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLsKbyvEDO .text-wrapper,
  .cid-uLsKbyvEDO .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsKbyvEDO .text-wrapper,
  .cid-uLsKbyvEDO .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLsKbyvEDO .text-wrapper,
  .cid-uLsKbyvEDO .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLsKbyvEDO .text-wrapper,
  .cid-uLsKbyvEDO .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLsKbyvEDO .text-wrapper,
  .cid-uLsKbyvEDO .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLsKbyvEDO .content {
    text-align: center;
  }
}
.cid-uLsKbyvEDO .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLsKbyvEDO .mbr-card-title {
    text-align: start;
  }
}
.cid-uLsKbyvEDO .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLsKbyvEDO .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLsKbyvEDO .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLsKbyvEDO .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLsKbyvEDO .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLsKbyvEDO .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLsKbyvEDO .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLsKbyvEDO .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLsKbyvEDO .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLsKbyvEDO .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLsKbyvEDO .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLsKbyvEDO .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLsKbyvEDO .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLsKbyvEDO .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLsKbyvEDO .tile-text-wrap {
  display: flex;
}
.cid-uLsKbyvEDO svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLsKbyvEDO svg path {
  fill: #cd8ad1;
}
.cid-uLsKbyvEDO .numbers {
  display: flex;
  align-self: center;
}
.cid-uLsKbyvEDO .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLsKbyvEDO .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLsKbyvEDO .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsKbyvEDO .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLsKbyvEDO .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLsKbyvEDO .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLsKbyvEDO .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsKbyvEDO .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uLsKbyvEDO .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLsKbyvEDO .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKbyvEDO .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKbyvEDO .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKbyvEDO .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsKbyvEDO div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLsKbyvEDO .mbr-section-btn {
  display: flex;
}
.cid-uLsKbyvEDO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLsKciY2lU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd7a1;
}
.cid-uLsKciY2lU .image-wrapper {
  padding: 0 2rem;
}
.cid-uLsKciY2lU .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLsKciY2lU .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLsKciY2lU .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLsKciY2lU .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLsKciY2lU .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLsKciY2lU .text-wrapper,
  .cid-uLsKciY2lU .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsKciY2lU .text-wrapper,
  .cid-uLsKciY2lU .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLsKciY2lU .text-wrapper,
  .cid-uLsKciY2lU .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLsKciY2lU .text-wrapper,
  .cid-uLsKciY2lU .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLsKciY2lU .text-wrapper,
  .cid-uLsKciY2lU .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLsKciY2lU .content {
    text-align: center;
  }
}
.cid-uLsKciY2lU .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLsKciY2lU .mbr-card-title {
    text-align: start;
  }
}
.cid-uLsKciY2lU .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLsKciY2lU .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLsKciY2lU .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLsKciY2lU .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLsKciY2lU .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLsKciY2lU .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLsKciY2lU .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLsKciY2lU .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLsKciY2lU .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLsKciY2lU .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLsKciY2lU .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLsKciY2lU .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLsKciY2lU .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLsKciY2lU .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLsKciY2lU .tile-text-wrap {
  display: flex;
}
.cid-uLsKciY2lU svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLsKciY2lU svg path {
  fill: #cd8ad1;
}
.cid-uLsKciY2lU .numbers {
  display: flex;
  align-self: center;
}
.cid-uLsKciY2lU .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLsKciY2lU .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLsKciY2lU .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsKciY2lU .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLsKciY2lU .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLsKciY2lU .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLsKciY2lU .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsKciY2lU .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uLsKciY2lU .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLsKciY2lU .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKciY2lU .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKciY2lU .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKciY2lU .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsKciY2lU div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLsKciY2lU .mbr-section-btn {
  display: flex;
}
.cid-uLsKciY2lU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLsKcV3ZbX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8e3c7;
}
.cid-uLsKcV3ZbX .image-wrapper {
  padding: 0 2rem;
}
.cid-uLsKcV3ZbX .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLsKcV3ZbX .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLsKcV3ZbX .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLsKcV3ZbX .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLsKcV3ZbX .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLsKcV3ZbX .text-wrapper,
  .cid-uLsKcV3ZbX .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsKcV3ZbX .text-wrapper,
  .cid-uLsKcV3ZbX .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLsKcV3ZbX .text-wrapper,
  .cid-uLsKcV3ZbX .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLsKcV3ZbX .text-wrapper,
  .cid-uLsKcV3ZbX .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLsKcV3ZbX .text-wrapper,
  .cid-uLsKcV3ZbX .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLsKcV3ZbX .content {
    text-align: center;
  }
}
.cid-uLsKcV3ZbX .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLsKcV3ZbX .mbr-card-title {
    text-align: start;
  }
}
.cid-uLsKcV3ZbX .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLsKcV3ZbX .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLsKcV3ZbX .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLsKcV3ZbX .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLsKcV3ZbX .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLsKcV3ZbX .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLsKcV3ZbX .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLsKcV3ZbX .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLsKcV3ZbX .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLsKcV3ZbX .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLsKcV3ZbX .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLsKcV3ZbX .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLsKcV3ZbX .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLsKcV3ZbX .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLsKcV3ZbX .tile-text-wrap {
  display: flex;
}
.cid-uLsKcV3ZbX svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLsKcV3ZbX svg path {
  fill: #cd8ad1;
}
.cid-uLsKcV3ZbX .numbers {
  display: flex;
  align-self: center;
}
.cid-uLsKcV3ZbX .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLsKcV3ZbX .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLsKcV3ZbX .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsKcV3ZbX .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLsKcV3ZbX .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLsKcV3ZbX .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLsKcV3ZbX .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsKcV3ZbX .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uLsKcV3ZbX .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLsKcV3ZbX .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKcV3ZbX .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKcV3ZbX .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKcV3ZbX .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsKcV3ZbX div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLsKcV3ZbX .mbr-section-btn {
  display: flex;
}
.cid-uLsKcV3ZbX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLsKds5anB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd7a1;
}
.cid-uLsKds5anB .image-wrapper {
  padding: 0 2rem;
}
.cid-uLsKds5anB .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLsKds5anB .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLsKds5anB .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLsKds5anB .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLsKds5anB .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLsKds5anB .text-wrapper,
  .cid-uLsKds5anB .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsKds5anB .text-wrapper,
  .cid-uLsKds5anB .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLsKds5anB .text-wrapper,
  .cid-uLsKds5anB .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLsKds5anB .text-wrapper,
  .cid-uLsKds5anB .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLsKds5anB .text-wrapper,
  .cid-uLsKds5anB .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLsKds5anB .content {
    text-align: center;
  }
}
.cid-uLsKds5anB .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLsKds5anB .mbr-card-title {
    text-align: start;
  }
}
.cid-uLsKds5anB .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLsKds5anB .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLsKds5anB .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLsKds5anB .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLsKds5anB .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLsKds5anB .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLsKds5anB .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLsKds5anB .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLsKds5anB .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLsKds5anB .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLsKds5anB .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLsKds5anB .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLsKds5anB .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLsKds5anB .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLsKds5anB .tile-text-wrap {
  display: flex;
}
.cid-uLsKds5anB svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLsKds5anB svg path {
  fill: #cd8ad1;
}
.cid-uLsKds5anB .numbers {
  display: flex;
  align-self: center;
}
.cid-uLsKds5anB .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLsKds5anB .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLsKds5anB .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsKds5anB .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLsKds5anB .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLsKds5anB .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLsKds5anB .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLsKds5anB .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uLsKds5anB .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLsKds5anB .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKds5anB .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKds5anB .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLsKds5anB .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLsKds5anB div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLsKds5anB .mbr-section-btn {
  display: flex;
}
.cid-uLsKds5anB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLz8hwhcCL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz8hwhcCL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-utU3oN2DYX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-utU3oN2DYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-utU3oN2DYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utU3oN2DYX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utU3oN2DYX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utU3oN2DYX .row {
    text-align: center;
  }
  .cid-utU3oN2DYX .row > div {
    margin: auto;
  }
  .cid-utU3oN2DYX .social-row {
    justify-content: center;
  }
}
.cid-utU3oN2DYX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utU3oN2DYX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-utU3oN2DYX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utU3oN2DYX .list {
    margin-bottom: 0rem;
  }
}
.cid-utU3oN2DYX .mbr-text {
  color: #ffffff;
}
.cid-utU3oN2DYX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utU3oN2DYX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utU3oN2DYX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLxaaAIt6N {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLxaaAIt6N nav.navbar {
  position: fixed;
}
.cid-uLxaaAIt6N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxaaAIt6N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLxaaAIt6N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLxaaAIt6N .dropdown-item:hover,
.cid-uLxaaAIt6N .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uLxaaAIt6N .dropdown-item:hover span {
  color: white;
}
.cid-uLxaaAIt6N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLxaaAIt6N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLxaaAIt6N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLxaaAIt6N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLxaaAIt6N .nav-link {
  position: relative;
}
.cid-uLxaaAIt6N .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxaaAIt6N .container {
    flex-wrap: wrap;
  }
}
.cid-uLxaaAIt6N .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxaaAIt6N .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLxaaAIt6N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLxaaAIt6N .dropdown-menu,
.cid-uLxaaAIt6N .navbar.opened {
  background: #084617 !important;
}
.cid-uLxaaAIt6N .nav-item:focus,
.cid-uLxaaAIt6N .nav-link:focus {
  outline: none;
}
.cid-uLxaaAIt6N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLxaaAIt6N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLxaaAIt6N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLxaaAIt6N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxaaAIt6N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLxaaAIt6N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLxaaAIt6N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uLxaaAIt6N .navbar.opened {
  transition: all 0.3s;
}
.cid-uLxaaAIt6N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLxaaAIt6N .navbar .navbar-logo img {
  width: auto;
}
.cid-uLxaaAIt6N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLxaaAIt6N .navbar.collapsed {
  justify-content: center;
}
.cid-uLxaaAIt6N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLxaaAIt6N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLxaaAIt6N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uLxaaAIt6N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLxaaAIt6N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLxaaAIt6N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLxaaAIt6N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLxaaAIt6N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLxaaAIt6N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLxaaAIt6N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLxaaAIt6N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLxaaAIt6N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLxaaAIt6N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLxaaAIt6N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLxaaAIt6N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLxaaAIt6N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLxaaAIt6N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLxaaAIt6N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLxaaAIt6N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLxaaAIt6N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLxaaAIt6N .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLxaaAIt6N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLxaaAIt6N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLxaaAIt6N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLxaaAIt6N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLxaaAIt6N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLxaaAIt6N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLxaaAIt6N .dropdown-item.active,
.cid-uLxaaAIt6N .dropdown-item:active {
  background-color: transparent;
}
.cid-uLxaaAIt6N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLxaaAIt6N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLxaaAIt6N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLxaaAIt6N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uLxaaAIt6N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLxaaAIt6N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLxaaAIt6N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLxaaAIt6N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLxaaAIt6N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLxaaAIt6N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uLxaaAIt6N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLxaaAIt6N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxaaAIt6N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxaaAIt6N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLxaaAIt6N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxaaAIt6N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLxaaAIt6N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLxaaAIt6N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxaaAIt6N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLxaaAIt6N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLxaaAIt6N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLxaaAIt6N .navbar {
    height: 70px;
  }
  .cid-uLxaaAIt6N .navbar.opened {
    height: auto;
  }
  .cid-uLxaaAIt6N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLxaaB0hxh {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/balade-varbike-au-domaine-de-la-bgude.jpg-1024x438.jpg");
}
.cid-uLxaaB0hxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxaaB0hxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxaaB0hxh .mbr-text,
.cid-uLxaaB0hxh .mbr-section-btn {
  color: #232323;
}
.cid-uLxaaB0hxh .card-title,
.cid-uLxaaB0hxh .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uLxaaB0hxh .mbr-text,
.cid-uLxaaB0hxh .link-wrap {
  color: #ffffff;
}
.cid-uLz86kWfQe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz86kWfQe .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxd0NSkUI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fff1e2;
}
.cid-uLxd0NSkUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxd0NSkUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxd0NSkUI .items-wrapper {
  margin: 0 -10px;
}
.cid-uLxd0NSkUI .card {
  padding: 0 10px;
}
.cid-uLxd0NSkUI .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8e7d2;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLxd0NSkUI .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLxd0NSkUI .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLxd0NSkUI .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLxd0NSkUI .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLxd0NSkUI .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLxd0NSkUI .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLxd0NSkUI .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLxd0NSkUI .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uLxd0NSkUI .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLxd0NSkUI .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLxd0NSkUI .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLxd0NSkUI .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLxd0NSkUI .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLxd0NSkUI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLxd0NSkUI .embla__slide .slide-content {
  width: 100%;
}
.cid-uLxd0NSkUI .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLxd0NSkUI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLxd0NSkUI .embla__button--next,
.cid-uLxd0NSkUI .embla__button--prev {
  display: flex;
}
.cid-uLxd0NSkUI .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLxd0NSkUI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLxd0NSkUI .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uLxd0NSkUI .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLxd0NSkUI .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLxd0NSkUI .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uLxd0NSkUI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLxd0NSkUI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLxd0NSkUI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLxd0NSkUI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLxd0NSkUI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLxd0NSkUI .mbr-section-title {
  color: #404349;
}
.cid-uLxd0NSkUI .mbr-text {
  color: #404349;
}
.cid-uLxd0NSkUI .mbr-desc {
  color: #404349;
}
.cid-uLz86OEhwK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz86OEhwK .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxaaCeB2Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uLxaaCeB2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxaaCeB2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxaaCeB2Y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLxaaCeB2Y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLxaaCeB2Y .row {
    text-align: center;
  }
  .cid-uLxaaCeB2Y .row > div {
    margin: auto;
  }
  .cid-uLxaaCeB2Y .social-row {
    justify-content: center;
  }
}
.cid-uLxaaCeB2Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLxaaCeB2Y .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLxaaCeB2Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLxaaCeB2Y .list {
    margin-bottom: 0rem;
  }
}
.cid-uLxaaCeB2Y .mbr-text {
  color: #ffffff;
}
.cid-uLxaaCeB2Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLxaaCeB2Y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLxaaCeB2Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLxufapJ3T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLxufapJ3T nav.navbar {
  position: fixed;
}
.cid-uLxufapJ3T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxufapJ3T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLxufapJ3T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLxufapJ3T .dropdown-item:hover,
.cid-uLxufapJ3T .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uLxufapJ3T .dropdown-item:hover span {
  color: white;
}
.cid-uLxufapJ3T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLxufapJ3T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLxufapJ3T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLxufapJ3T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLxufapJ3T .nav-link {
  position: relative;
}
.cid-uLxufapJ3T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxufapJ3T .container {
    flex-wrap: wrap;
  }
}
.cid-uLxufapJ3T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxufapJ3T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLxufapJ3T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLxufapJ3T .dropdown-menu,
.cid-uLxufapJ3T .navbar.opened {
  background: #084617 !important;
}
.cid-uLxufapJ3T .nav-item:focus,
.cid-uLxufapJ3T .nav-link:focus {
  outline: none;
}
.cid-uLxufapJ3T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLxufapJ3T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLxufapJ3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLxufapJ3T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxufapJ3T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLxufapJ3T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLxufapJ3T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uLxufapJ3T .navbar.opened {
  transition: all 0.3s;
}
.cid-uLxufapJ3T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLxufapJ3T .navbar .navbar-logo img {
  width: auto;
}
.cid-uLxufapJ3T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLxufapJ3T .navbar.collapsed {
  justify-content: center;
}
.cid-uLxufapJ3T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLxufapJ3T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLxufapJ3T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uLxufapJ3T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLxufapJ3T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLxufapJ3T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLxufapJ3T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLxufapJ3T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLxufapJ3T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLxufapJ3T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLxufapJ3T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLxufapJ3T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLxufapJ3T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLxufapJ3T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLxufapJ3T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLxufapJ3T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLxufapJ3T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLxufapJ3T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLxufapJ3T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLxufapJ3T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLxufapJ3T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLxufapJ3T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLxufapJ3T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLxufapJ3T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLxufapJ3T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLxufapJ3T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLxufapJ3T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLxufapJ3T .dropdown-item.active,
.cid-uLxufapJ3T .dropdown-item:active {
  background-color: transparent;
}
.cid-uLxufapJ3T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLxufapJ3T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLxufapJ3T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLxufapJ3T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uLxufapJ3T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLxufapJ3T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLxufapJ3T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLxufapJ3T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLxufapJ3T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLxufapJ3T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uLxufapJ3T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLxufapJ3T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxufapJ3T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxufapJ3T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLxufapJ3T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxufapJ3T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLxufapJ3T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLxufapJ3T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxufapJ3T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLxufapJ3T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLxufapJ3T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLxufapJ3T .navbar {
    height: 70px;
  }
  .cid-uLxufapJ3T .navbar.opened {
    height: auto;
  }
  .cid-uLxufapJ3T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLxufaTu4y {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/varbike-balade-brasserie-de-noules.jpg-1024x683.jpg");
}
.cid-uLxufaTu4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxufaTu4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxufaTu4y .mbr-text,
.cid-uLxufaTu4y .mbr-section-btn {
  color: #232323;
}
.cid-uLxufaTu4y .card-title,
.cid-uLxufaTu4y .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uLxufaTu4y .mbr-text,
.cid-uLxufaTu4y .link-wrap {
  color: #ffffff;
}
.cid-uLz82nnnhU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz82nnnhU .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxufbufbX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uLxufbufbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxufbufbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxufbufbX .items-wrapper {
  margin: 0 -10px;
}
.cid-uLxufbufbX .card {
  padding: 0 10px;
}
.cid-uLxufbufbX .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8e7d2;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLxufbufbX .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLxufbufbX .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLxufbufbX .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLxufbufbX .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLxufbufbX .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLxufbufbX .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLxufbufbX .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLxufbufbX .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uLxufbufbX .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLxufbufbX .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLxufbufbX .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLxufbufbX .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLxufbufbX .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLxufbufbX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLxufbufbX .embla__slide .slide-content {
  width: 100%;
}
.cid-uLxufbufbX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLxufbufbX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLxufbufbX .embla__button--next,
.cid-uLxufbufbX .embla__button--prev {
  display: flex;
}
.cid-uLxufbufbX .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLxufbufbX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLxufbufbX .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uLxufbufbX .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLxufbufbX .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLxufbufbX .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uLxufbufbX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLxufbufbX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLxufbufbX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLxufbufbX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLxufbufbX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLxufbufbX .mbr-section-title {
  color: #404349;
}
.cid-uLxufbufbX .mbr-text {
  color: #404349;
}
.cid-uLxufbufbX .mbr-desc {
  color: #404349;
}
.cid-uLz82VaNk9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz82VaNk9 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxufc9rdT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uLxufc9rdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxufc9rdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxufc9rdT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLxufc9rdT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLxufc9rdT .row {
    text-align: center;
  }
  .cid-uLxufc9rdT .row > div {
    margin: auto;
  }
  .cid-uLxufc9rdT .social-row {
    justify-content: center;
  }
}
.cid-uLxufc9rdT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLxufc9rdT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLxufc9rdT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLxufc9rdT .list {
    margin-bottom: 0rem;
  }
}
.cid-uLxufc9rdT .mbr-text {
  color: #ffffff;
}
.cid-uLxufc9rdT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLxufc9rdT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLxufc9rdT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLxB8U6qPP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLxB8U6qPP nav.navbar {
  position: fixed;
}
.cid-uLxB8U6qPP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxB8U6qPP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLxB8U6qPP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLxB8U6qPP .dropdown-item:hover,
.cid-uLxB8U6qPP .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uLxB8U6qPP .dropdown-item:hover span {
  color: white;
}
.cid-uLxB8U6qPP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLxB8U6qPP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLxB8U6qPP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLxB8U6qPP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLxB8U6qPP .nav-link {
  position: relative;
}
.cid-uLxB8U6qPP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxB8U6qPP .container {
    flex-wrap: wrap;
  }
}
.cid-uLxB8U6qPP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxB8U6qPP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLxB8U6qPP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLxB8U6qPP .dropdown-menu,
.cid-uLxB8U6qPP .navbar.opened {
  background: #084617 !important;
}
.cid-uLxB8U6qPP .nav-item:focus,
.cid-uLxB8U6qPP .nav-link:focus {
  outline: none;
}
.cid-uLxB8U6qPP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLxB8U6qPP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLxB8U6qPP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLxB8U6qPP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxB8U6qPP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLxB8U6qPP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLxB8U6qPP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uLxB8U6qPP .navbar.opened {
  transition: all 0.3s;
}
.cid-uLxB8U6qPP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLxB8U6qPP .navbar .navbar-logo img {
  width: auto;
}
.cid-uLxB8U6qPP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLxB8U6qPP .navbar.collapsed {
  justify-content: center;
}
.cid-uLxB8U6qPP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLxB8U6qPP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLxB8U6qPP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uLxB8U6qPP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLxB8U6qPP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLxB8U6qPP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLxB8U6qPP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLxB8U6qPP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLxB8U6qPP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLxB8U6qPP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLxB8U6qPP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLxB8U6qPP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLxB8U6qPP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLxB8U6qPP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLxB8U6qPP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLxB8U6qPP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLxB8U6qPP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLxB8U6qPP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLxB8U6qPP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLxB8U6qPP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLxB8U6qPP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLxB8U6qPP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLxB8U6qPP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLxB8U6qPP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLxB8U6qPP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLxB8U6qPP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLxB8U6qPP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLxB8U6qPP .dropdown-item.active,
.cid-uLxB8U6qPP .dropdown-item:active {
  background-color: transparent;
}
.cid-uLxB8U6qPP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLxB8U6qPP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLxB8U6qPP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLxB8U6qPP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uLxB8U6qPP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLxB8U6qPP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLxB8U6qPP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLxB8U6qPP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLxB8U6qPP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLxB8U6qPP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uLxB8U6qPP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLxB8U6qPP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxB8U6qPP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxB8U6qPP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLxB8U6qPP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxB8U6qPP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLxB8U6qPP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLxB8U6qPP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxB8U6qPP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLxB8U6qPP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLxB8U6qPP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLxB8U6qPP .navbar {
    height: 70px;
  }
  .cid-uLxB8U6qPP .navbar.opened {
    height: auto;
  }
  .cid-uLxB8U6qPP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLxB8UsAjI {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/varbike-le-grand-laoucien.jpg-1600x900.jpg");
}
.cid-uLxB8UsAjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxB8UsAjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxB8UsAjI .mbr-text,
.cid-uLxB8UsAjI .mbr-section-btn {
  color: #232323;
}
.cid-uLxB8UsAjI .card-title,
.cid-uLxB8UsAjI .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uLxB8UsAjI .mbr-text,
.cid-uLxB8UsAjI .link-wrap {
  color: #ffffff;
}
.cid-uLz7VFN4RR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz7VFN4RR .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxB8UL7G9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uLxB8UL7G9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxB8UL7G9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxB8UL7G9 .items-wrapper {
  margin: 0 -10px;
}
.cid-uLxB8UL7G9 .card {
  padding: 0 10px;
}
.cid-uLxB8UL7G9 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8e7d2;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLxB8UL7G9 .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLxB8UL7G9 .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLxB8UL7G9 .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLxB8UL7G9 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLxB8UL7G9 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLxB8UL7G9 .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLxB8UL7G9 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLxB8UL7G9 .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uLxB8UL7G9 .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLxB8UL7G9 .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLxB8UL7G9 .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLxB8UL7G9 .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLxB8UL7G9 .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLxB8UL7G9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLxB8UL7G9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLxB8UL7G9 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLxB8UL7G9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLxB8UL7G9 .embla__button--next,
.cid-uLxB8UL7G9 .embla__button--prev {
  display: flex;
}
.cid-uLxB8UL7G9 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLxB8UL7G9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLxB8UL7G9 .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uLxB8UL7G9 .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLxB8UL7G9 .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLxB8UL7G9 .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uLxB8UL7G9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLxB8UL7G9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLxB8UL7G9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLxB8UL7G9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLxB8UL7G9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLxB8UL7G9 .mbr-section-title {
  color: #404349;
}
.cid-uLxB8UL7G9 .mbr-text {
  color: #404349;
}
.cid-uLxB8UL7G9 .mbr-desc {
  color: #404349;
}
.cid-uLz7ZNEShz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz7ZNEShz .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxB8V8ejf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uLxB8V8ejf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxB8V8ejf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxB8V8ejf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLxB8V8ejf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLxB8V8ejf .row {
    text-align: center;
  }
  .cid-uLxB8V8ejf .row > div {
    margin: auto;
  }
  .cid-uLxB8V8ejf .social-row {
    justify-content: center;
  }
}
.cid-uLxB8V8ejf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLxB8V8ejf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLxB8V8ejf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLxB8V8ejf .list {
    margin-bottom: 0rem;
  }
}
.cid-uLxB8V8ejf .mbr-text {
  color: #ffffff;
}
.cid-uLxB8V8ejf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLxB8V8ejf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLxB8V8ejf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLxImIRO7Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLxImIRO7Y nav.navbar {
  position: fixed;
}
.cid-uLxImIRO7Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxImIRO7Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLxImIRO7Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLxImIRO7Y .dropdown-item:hover,
.cid-uLxImIRO7Y .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uLxImIRO7Y .dropdown-item:hover span {
  color: white;
}
.cid-uLxImIRO7Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLxImIRO7Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLxImIRO7Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLxImIRO7Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLxImIRO7Y .nav-link {
  position: relative;
}
.cid-uLxImIRO7Y .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxImIRO7Y .container {
    flex-wrap: wrap;
  }
}
.cid-uLxImIRO7Y .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxImIRO7Y .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLxImIRO7Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLxImIRO7Y .dropdown-menu,
.cid-uLxImIRO7Y .navbar.opened {
  background: #084617 !important;
}
.cid-uLxImIRO7Y .nav-item:focus,
.cid-uLxImIRO7Y .nav-link:focus {
  outline: none;
}
.cid-uLxImIRO7Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLxImIRO7Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLxImIRO7Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLxImIRO7Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxImIRO7Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLxImIRO7Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLxImIRO7Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uLxImIRO7Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uLxImIRO7Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLxImIRO7Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uLxImIRO7Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLxImIRO7Y .navbar.collapsed {
  justify-content: center;
}
.cid-uLxImIRO7Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLxImIRO7Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLxImIRO7Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uLxImIRO7Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLxImIRO7Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLxImIRO7Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLxImIRO7Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLxImIRO7Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLxImIRO7Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLxImIRO7Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLxImIRO7Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLxImIRO7Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLxImIRO7Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLxImIRO7Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLxImIRO7Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLxImIRO7Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLxImIRO7Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLxImIRO7Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLxImIRO7Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLxImIRO7Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLxImIRO7Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLxImIRO7Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLxImIRO7Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLxImIRO7Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLxImIRO7Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLxImIRO7Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLxImIRO7Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLxImIRO7Y .dropdown-item.active,
.cid-uLxImIRO7Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uLxImIRO7Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLxImIRO7Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLxImIRO7Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLxImIRO7Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uLxImIRO7Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLxImIRO7Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLxImIRO7Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLxImIRO7Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLxImIRO7Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLxImIRO7Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uLxImIRO7Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLxImIRO7Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxImIRO7Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxImIRO7Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLxImIRO7Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxImIRO7Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLxImIRO7Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLxImIRO7Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxImIRO7Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLxImIRO7Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLxImIRO7Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLxImIRO7Y .navbar {
    height: 70px;
  }
  .cid-uLxImIRO7Y .navbar.opened {
    height: auto;
  }
  .cid-uLxImIRO7Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLxImJqrBC {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/varbike-dans-le-collines-du-var.jpg-1024x686.jpg");
}
.cid-uLxImJqrBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxImJqrBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxImJqrBC .mbr-text,
.cid-uLxImJqrBC .mbr-section-btn {
  color: #232323;
}
.cid-uLxImJqrBC .card-title,
.cid-uLxImJqrBC .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uLxImJqrBC .mbr-text,
.cid-uLxImJqrBC .link-wrap {
  color: #ffffff;
}
.cid-uLz7RNpKLf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz7RNpKLf .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxImJRPwP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uLxImJRPwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxImJRPwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxImJRPwP .items-wrapper {
  margin: 0 -10px;
}
.cid-uLxImJRPwP .card {
  padding: 0 10px;
}
.cid-uLxImJRPwP .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8e7d2;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLxImJRPwP .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLxImJRPwP .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLxImJRPwP .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLxImJRPwP .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLxImJRPwP .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLxImJRPwP .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLxImJRPwP .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLxImJRPwP .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uLxImJRPwP .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLxImJRPwP .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLxImJRPwP .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLxImJRPwP .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLxImJRPwP .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLxImJRPwP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLxImJRPwP .embla__slide .slide-content {
  width: 100%;
}
.cid-uLxImJRPwP .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLxImJRPwP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLxImJRPwP .embla__button--next,
.cid-uLxImJRPwP .embla__button--prev {
  display: flex;
}
.cid-uLxImJRPwP .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLxImJRPwP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLxImJRPwP .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uLxImJRPwP .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLxImJRPwP .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLxImJRPwP .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uLxImJRPwP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLxImJRPwP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLxImJRPwP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLxImJRPwP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLxImJRPwP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLxImJRPwP .mbr-section-title {
  color: #404349;
}
.cid-uLxImJRPwP .mbr-text {
  color: #404349;
}
.cid-uLxImJRPwP .mbr-desc {
  color: #404349;
}
.cid-uLz7Su2KIk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz7Su2KIk .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxImKCcn2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uLxImKCcn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxImKCcn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxImKCcn2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLxImKCcn2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLxImKCcn2 .row {
    text-align: center;
  }
  .cid-uLxImKCcn2 .row > div {
    margin: auto;
  }
  .cid-uLxImKCcn2 .social-row {
    justify-content: center;
  }
}
.cid-uLxImKCcn2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLxImKCcn2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLxImKCcn2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLxImKCcn2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLxImKCcn2 .mbr-text {
  color: #ffffff;
}
.cid-uLxImKCcn2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLxImKCcn2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLxImKCcn2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLxNGGWniq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLxNGGWniq nav.navbar {
  position: fixed;
}
.cid-uLxNGGWniq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxNGGWniq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLxNGGWniq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLxNGGWniq .dropdown-item:hover,
.cid-uLxNGGWniq .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uLxNGGWniq .dropdown-item:hover span {
  color: white;
}
.cid-uLxNGGWniq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLxNGGWniq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLxNGGWniq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLxNGGWniq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLxNGGWniq .nav-link {
  position: relative;
}
.cid-uLxNGGWniq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxNGGWniq .container {
    flex-wrap: wrap;
  }
}
.cid-uLxNGGWniq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLxNGGWniq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLxNGGWniq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLxNGGWniq .dropdown-menu,
.cid-uLxNGGWniq .navbar.opened {
  background: #084617 !important;
}
.cid-uLxNGGWniq .nav-item:focus,
.cid-uLxNGGWniq .nav-link:focus {
  outline: none;
}
.cid-uLxNGGWniq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLxNGGWniq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLxNGGWniq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLxNGGWniq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLxNGGWniq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLxNGGWniq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLxNGGWniq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uLxNGGWniq .navbar.opened {
  transition: all 0.3s;
}
.cid-uLxNGGWniq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLxNGGWniq .navbar .navbar-logo img {
  width: auto;
}
.cid-uLxNGGWniq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLxNGGWniq .navbar.collapsed {
  justify-content: center;
}
.cid-uLxNGGWniq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLxNGGWniq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLxNGGWniq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uLxNGGWniq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLxNGGWniq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLxNGGWniq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLxNGGWniq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLxNGGWniq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLxNGGWniq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLxNGGWniq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLxNGGWniq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLxNGGWniq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLxNGGWniq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLxNGGWniq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLxNGGWniq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLxNGGWniq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLxNGGWniq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLxNGGWniq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLxNGGWniq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLxNGGWniq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLxNGGWniq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLxNGGWniq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLxNGGWniq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLxNGGWniq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLxNGGWniq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLxNGGWniq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLxNGGWniq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLxNGGWniq .dropdown-item.active,
.cid-uLxNGGWniq .dropdown-item:active {
  background-color: transparent;
}
.cid-uLxNGGWniq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLxNGGWniq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLxNGGWniq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLxNGGWniq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uLxNGGWniq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLxNGGWniq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLxNGGWniq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLxNGGWniq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLxNGGWniq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLxNGGWniq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uLxNGGWniq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLxNGGWniq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxNGGWniq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLxNGGWniq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLxNGGWniq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxNGGWniq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLxNGGWniq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLxNGGWniq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLxNGGWniq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLxNGGWniq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLxNGGWniq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLxNGGWniq .navbar {
    height: 70px;
  }
  .cid-uLxNGGWniq .navbar.opened {
    height: auto;
  }
  .cid-uLxNGGWniq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLxNGHtCsl {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/varbike-dans-le-collines-du-var.jpg-1024x686.jpg");
}
.cid-uLxNGHtCsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxNGHtCsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxNGHtCsl .mbr-text,
.cid-uLxNGHtCsl .mbr-section-btn {
  color: #232323;
}
.cid-uLxNGHtCsl .card-title,
.cid-uLxNGHtCsl .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uLxNGHtCsl .mbr-text,
.cid-uLxNGHtCsl .link-wrap {
  color: #ffffff;
}
.cid-uLz8lBgC6s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz8lBgC6s .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxNGHSf3s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uLxNGHSf3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxNGHSf3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxNGHSf3s .items-wrapper {
  margin: 0 -10px;
}
.cid-uLxNGHSf3s .card {
  padding: 0 10px;
}
.cid-uLxNGHSf3s .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8e7d2;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLxNGHSf3s .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLxNGHSf3s .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLxNGHSf3s .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLxNGHSf3s .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLxNGHSf3s .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLxNGHSf3s .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLxNGHSf3s .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLxNGHSf3s .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uLxNGHSf3s .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLxNGHSf3s .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLxNGHSf3s .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLxNGHSf3s .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLxNGHSf3s .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLxNGHSf3s .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLxNGHSf3s .embla__slide .slide-content {
  width: 100%;
}
.cid-uLxNGHSf3s .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLxNGHSf3s .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLxNGHSf3s .embla__button--next,
.cid-uLxNGHSf3s .embla__button--prev {
  display: flex;
}
.cid-uLxNGHSf3s .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLxNGHSf3s .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLxNGHSf3s .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uLxNGHSf3s .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLxNGHSf3s .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLxNGHSf3s .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uLxNGHSf3s .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLxNGHSf3s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLxNGHSf3s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLxNGHSf3s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLxNGHSf3s .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLxNGHSf3s .mbr-section-title {
  color: #404349;
}
.cid-uLxNGHSf3s .mbr-text {
  color: #404349;
}
.cid-uLxNGHSf3s .mbr-desc {
  color: #404349;
}
.cid-uLz8mlyqkL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz8mlyqkL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLxNGIu8bK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uLxNGIu8bK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxNGIu8bK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxNGIu8bK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLxNGIu8bK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLxNGIu8bK .row {
    text-align: center;
  }
  .cid-uLxNGIu8bK .row > div {
    margin: auto;
  }
  .cid-uLxNGIu8bK .social-row {
    justify-content: center;
  }
}
.cid-uLxNGIu8bK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLxNGIu8bK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLxNGIu8bK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLxNGIu8bK .list {
    margin-bottom: 0rem;
  }
}
.cid-uLxNGIu8bK .mbr-text {
  color: #ffffff;
}
.cid-uLxNGIu8bK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLxNGIu8bK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLxNGIu8bK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLyUuuw7i7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLyUuuw7i7 nav.navbar {
  position: fixed;
}
.cid-uLyUuuw7i7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLyUuuw7i7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLyUuuw7i7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLyUuuw7i7 .dropdown-item:hover,
.cid-uLyUuuw7i7 .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uLyUuuw7i7 .dropdown-item:hover span {
  color: white;
}
.cid-uLyUuuw7i7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLyUuuw7i7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLyUuuw7i7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLyUuuw7i7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLyUuuw7i7 .nav-link {
  position: relative;
}
.cid-uLyUuuw7i7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLyUuuw7i7 .container {
    flex-wrap: wrap;
  }
}
.cid-uLyUuuw7i7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLyUuuw7i7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLyUuuw7i7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLyUuuw7i7 .dropdown-menu,
.cid-uLyUuuw7i7 .navbar.opened {
  background: #084617 !important;
}
.cid-uLyUuuw7i7 .nav-item:focus,
.cid-uLyUuuw7i7 .nav-link:focus {
  outline: none;
}
.cid-uLyUuuw7i7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLyUuuw7i7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLyUuuw7i7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLyUuuw7i7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLyUuuw7i7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLyUuuw7i7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLyUuuw7i7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uLyUuuw7i7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLyUuuw7i7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLyUuuw7i7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLyUuuw7i7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLyUuuw7i7 .navbar.collapsed {
  justify-content: center;
}
.cid-uLyUuuw7i7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLyUuuw7i7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLyUuuw7i7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uLyUuuw7i7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLyUuuw7i7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLyUuuw7i7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLyUuuw7i7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLyUuuw7i7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLyUuuw7i7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLyUuuw7i7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLyUuuw7i7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLyUuuw7i7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLyUuuw7i7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLyUuuw7i7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLyUuuw7i7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLyUuuw7i7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLyUuuw7i7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLyUuuw7i7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLyUuuw7i7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLyUuuw7i7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLyUuuw7i7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLyUuuw7i7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLyUuuw7i7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLyUuuw7i7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLyUuuw7i7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLyUuuw7i7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLyUuuw7i7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLyUuuw7i7 .dropdown-item.active,
.cid-uLyUuuw7i7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLyUuuw7i7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLyUuuw7i7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLyUuuw7i7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLyUuuw7i7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uLyUuuw7i7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLyUuuw7i7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLyUuuw7i7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLyUuuw7i7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLyUuuw7i7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLyUuuw7i7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uLyUuuw7i7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLyUuuw7i7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLyUuuw7i7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLyUuuw7i7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLyUuuw7i7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLyUuuw7i7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLyUuuw7i7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLyUuuw7i7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLyUuuw7i7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLyUuuw7i7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLyUuuw7i7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLyUuuw7i7 .navbar {
    height: 70px;
  }
  .cid-uLyUuuw7i7 .navbar.opened {
    height: auto;
  }
  .cid-uLyUuuw7i7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLyUuuTivw {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/varbike-location-de-velos-electriques-tout-terrain-en-totale-liberte.jpg-1185x616.jpg");
}
.cid-uLyUuuTivw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLyUuuTivw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLyUuuTivw .mbr-text,
.cid-uLyUuuTivw .mbr-section-btn {
  color: #232323;
}
.cid-uLyUuuTivw .card-title,
.cid-uLyUuuTivw .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uLyUuuTivw .mbr-text,
.cid-uLyUuuTivw .link-wrap {
  color: #ffffff;
}
.cid-uLz8oZSOP8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz8oZSOP8 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLyUuv7t6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uLyUuv7t6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLyUuv7t6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLyUuv7t6D .items-wrapper {
  margin: 0 -10px;
}
.cid-uLyUuv7t6D .card {
  padding: 0 10px;
}
.cid-uLyUuv7t6D .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8e7d2;
  padding: 10px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLyUuv7t6D .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLyUuv7t6D .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLyUuv7t6D .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLyUuv7t6D .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLyUuv7t6D .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLyUuv7t6D .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLyUuv7t6D .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLyUuv7t6D .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uLyUuv7t6D .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLyUuv7t6D .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLyUuv7t6D .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLyUuv7t6D .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLyUuv7t6D .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLyUuv7t6D .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLyUuv7t6D .embla__slide .slide-content {
  width: 100%;
}
.cid-uLyUuv7t6D .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLyUuv7t6D .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLyUuv7t6D .embla__button--next,
.cid-uLyUuv7t6D .embla__button--prev {
  display: flex;
}
.cid-uLyUuv7t6D .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLyUuv7t6D .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLyUuv7t6D .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uLyUuv7t6D .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLyUuv7t6D .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLyUuv7t6D .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uLyUuv7t6D .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLyUuv7t6D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLyUuv7t6D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLyUuv7t6D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLyUuv7t6D .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLyUuv7t6D .mbr-section-title {
  color: #404349;
}
.cid-uLyUuv7t6D .mbr-text {
  color: #404349;
}
.cid-uLyUuv7t6D .mbr-desc {
  color: #404349;
}
.cid-uLz8pD6fTF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLz8pD6fTF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLyUuvCBBz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uLyUuvCBBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLyUuvCBBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLyUuvCBBz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLyUuvCBBz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLyUuvCBBz .row {
    text-align: center;
  }
  .cid-uLyUuvCBBz .row > div {
    margin: auto;
  }
  .cid-uLyUuvCBBz .social-row {
    justify-content: center;
  }
}
.cid-uLyUuvCBBz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLyUuvCBBz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLyUuvCBBz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLyUuvCBBz .list {
    margin-bottom: 0rem;
  }
}
.cid-uLyUuvCBBz .mbr-text {
  color: #ffffff;
}
.cid-uLyUuvCBBz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLyUuvCBBz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLyUuvCBBz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLOILX0i7X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLOILX0i7X nav.navbar {
  position: fixed;
}
.cid-uLOILX0i7X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLOILX0i7X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLOILX0i7X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLOILX0i7X .dropdown-item:hover,
.cid-uLOILX0i7X .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uLOILX0i7X .dropdown-item:hover span {
  color: white;
}
.cid-uLOILX0i7X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLOILX0i7X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLOILX0i7X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLOILX0i7X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLOILX0i7X .nav-link {
  position: relative;
}
.cid-uLOILX0i7X .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLOILX0i7X .container {
    flex-wrap: wrap;
  }
}
.cid-uLOILX0i7X .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLOILX0i7X .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLOILX0i7X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLOILX0i7X .dropdown-menu,
.cid-uLOILX0i7X .navbar.opened {
  background: #084617 !important;
}
.cid-uLOILX0i7X .nav-item:focus,
.cid-uLOILX0i7X .nav-link:focus {
  outline: none;
}
.cid-uLOILX0i7X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLOILX0i7X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLOILX0i7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLOILX0i7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLOILX0i7X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLOILX0i7X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLOILX0i7X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uLOILX0i7X .navbar.opened {
  transition: all 0.3s;
}
.cid-uLOILX0i7X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLOILX0i7X .navbar .navbar-logo img {
  width: auto;
}
.cid-uLOILX0i7X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLOILX0i7X .navbar.collapsed {
  justify-content: center;
}
.cid-uLOILX0i7X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLOILX0i7X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLOILX0i7X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uLOILX0i7X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLOILX0i7X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLOILX0i7X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLOILX0i7X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLOILX0i7X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLOILX0i7X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLOILX0i7X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLOILX0i7X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLOILX0i7X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLOILX0i7X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLOILX0i7X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLOILX0i7X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLOILX0i7X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLOILX0i7X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLOILX0i7X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLOILX0i7X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLOILX0i7X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLOILX0i7X .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLOILX0i7X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLOILX0i7X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLOILX0i7X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLOILX0i7X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLOILX0i7X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLOILX0i7X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLOILX0i7X .dropdown-item.active,
.cid-uLOILX0i7X .dropdown-item:active {
  background-color: transparent;
}
.cid-uLOILX0i7X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLOILX0i7X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLOILX0i7X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLOILX0i7X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uLOILX0i7X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLOILX0i7X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLOILX0i7X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLOILX0i7X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLOILX0i7X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLOILX0i7X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uLOILX0i7X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLOILX0i7X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLOILX0i7X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLOILX0i7X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLOILX0i7X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLOILX0i7X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLOILX0i7X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLOILX0i7X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLOILX0i7X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLOILX0i7X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLOILX0i7X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLOILX0i7X .navbar {
    height: 70px;
  }
  .cid-uLOILX0i7X .navbar.opened {
    height: auto;
  }
  .cid-uLOILX0i7X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLOJl7qHaV {
  background-image: url("../../../assets/images/404-error-pont-davignon.jpg-1024x682.jpg");
}
.cid-uLOJl7qHaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOJl7qHaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOILY0SWV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLOILY0SWV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLOILYtC9B {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uLOILYtC9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOILYtC9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOILYtC9B .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLOILYtC9B .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLOILYtC9B .row {
    text-align: center;
  }
  .cid-uLOILYtC9B .row > div {
    margin: auto;
  }
  .cid-uLOILYtC9B .social-row {
    justify-content: center;
  }
}
.cid-uLOILYtC9B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLOILYtC9B .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLOILYtC9B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLOILYtC9B .list {
    margin-bottom: 0rem;
  }
}
.cid-uLOILYtC9B .mbr-text {
  color: #ffffff;
}
.cid-uLOILYtC9B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLOILYtC9B .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLOILYtC9B div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLOOjQVskM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLOOjQVskM nav.navbar {
  position: fixed;
}
.cid-uLOOjQVskM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLOOjQVskM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLOOjQVskM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLOOjQVskM .dropdown-item:hover,
.cid-uLOOjQVskM .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uLOOjQVskM .dropdown-item:hover span {
  color: white;
}
.cid-uLOOjQVskM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLOOjQVskM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLOOjQVskM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLOOjQVskM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLOOjQVskM .nav-link {
  position: relative;
}
.cid-uLOOjQVskM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLOOjQVskM .container {
    flex-wrap: wrap;
  }
}
.cid-uLOOjQVskM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLOOjQVskM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLOOjQVskM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLOOjQVskM .dropdown-menu,
.cid-uLOOjQVskM .navbar.opened {
  background: #084617 !important;
}
.cid-uLOOjQVskM .nav-item:focus,
.cid-uLOOjQVskM .nav-link:focus {
  outline: none;
}
.cid-uLOOjQVskM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLOOjQVskM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLOOjQVskM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLOOjQVskM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLOOjQVskM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLOOjQVskM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLOOjQVskM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uLOOjQVskM .navbar.opened {
  transition: all 0.3s;
}
.cid-uLOOjQVskM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLOOjQVskM .navbar .navbar-logo img {
  width: auto;
}
.cid-uLOOjQVskM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLOOjQVskM .navbar.collapsed {
  justify-content: center;
}
.cid-uLOOjQVskM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLOOjQVskM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLOOjQVskM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uLOOjQVskM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLOOjQVskM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLOOjQVskM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLOOjQVskM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLOOjQVskM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLOOjQVskM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLOOjQVskM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLOOjQVskM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLOOjQVskM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLOOjQVskM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLOOjQVskM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLOOjQVskM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLOOjQVskM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLOOjQVskM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLOOjQVskM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLOOjQVskM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLOOjQVskM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLOOjQVskM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLOOjQVskM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLOOjQVskM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLOOjQVskM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLOOjQVskM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLOOjQVskM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLOOjQVskM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLOOjQVskM .dropdown-item.active,
.cid-uLOOjQVskM .dropdown-item:active {
  background-color: transparent;
}
.cid-uLOOjQVskM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLOOjQVskM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLOOjQVskM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLOOjQVskM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uLOOjQVskM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLOOjQVskM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLOOjQVskM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLOOjQVskM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLOOjQVskM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLOOjQVskM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uLOOjQVskM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLOOjQVskM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLOOjQVskM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLOOjQVskM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLOOjQVskM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLOOjQVskM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLOOjQVskM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLOOjQVskM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLOOjQVskM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLOOjQVskM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLOOjQVskM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLOOjQVskM .navbar {
    height: 70px;
  }
  .cid-uLOOjQVskM .navbar.opened {
    height: auto;
  }
  .cid-uLOOjQVskM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLQ8EBNz0h {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/header-materiel-varbike.jpeg-1024x683.jpg");
}
.cid-uLQ8EBNz0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQ8EBNz0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQ8EBNz0h .mbr-text,
.cid-uLQ8EBNz0h .mbr-section-btn {
  color: #232323;
}
.cid-uLQ8EBNz0h .card-title,
.cid-uLQ8EBNz0h .card-box {
  color: #ffffff;
}
.cid-uLQ8EBNz0h .mbr-text,
.cid-uLQ8EBNz0h .link-wrap {
  color: #ffffff;
}
.cid-uLOOjRyhjE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #084617;
}
.cid-uLOOjRyhjE .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLOOjRM6X4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLOOjRM6X4 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLOOjRZCU9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLOP9B6SKt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #f5efdb;
}
.cid-uLOP9B6SKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOP9B6SKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOP9B6SKt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLOP9B6SKt .team-card:hover {
  transform: translateY(-10px);
}
.cid-uLOP9B6SKt .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uLOP9B6SKt .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLOP9B6SKt .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uLOP9B6SKt .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLOP9B6SKt .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uLOP9B6SKt .social-row {
  text-align: center;
}
.cid-uLOP9B6SKt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uLOP9B6SKt .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uLOP9B6SKt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uLOP9B6SKt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLP4TyUgat {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLOUCRRTi7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8e3c7;
}
.cid-uLOOjSXhVd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLOOjSXhVd .image-wrapper {
  padding: 0 2rem;
}
.cid-uLOOjSXhVd .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLOOjSXhVd .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLOOjSXhVd .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLOOjSXhVd .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLOOjSXhVd .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLOOjSXhVd .text-wrapper,
  .cid-uLOOjSXhVd .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLOOjSXhVd .text-wrapper,
  .cid-uLOOjSXhVd .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLOOjSXhVd .text-wrapper,
  .cid-uLOOjSXhVd .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLOOjSXhVd .text-wrapper,
  .cid-uLOOjSXhVd .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLOOjSXhVd .text-wrapper,
  .cid-uLOOjSXhVd .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLOOjSXhVd .content {
    text-align: center;
  }
}
.cid-uLOOjSXhVd .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLOOjSXhVd .mbr-card-title {
    text-align: start;
  }
}
.cid-uLOOjSXhVd .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLOOjSXhVd .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLOOjSXhVd .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLOOjSXhVd .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOOjSXhVd .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLOOjSXhVd .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLOOjSXhVd .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLOOjSXhVd .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLOOjSXhVd .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLOOjSXhVd .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLOOjSXhVd .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLOOjSXhVd .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLOOjSXhVd .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLOOjSXhVd .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLOOjSXhVd .tile-text-wrap {
  display: flex;
}
.cid-uLOOjSXhVd svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLOOjSXhVd svg path {
  fill: #cd8ad1;
}
.cid-uLOOjSXhVd .numbers {
  display: flex;
  align-self: center;
}
.cid-uLOOjSXhVd .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLOOjSXhVd .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLOOjSXhVd .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLOOjSXhVd .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLOOjSXhVd .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLOOjSXhVd .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLOOjSXhVd .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLOOjSXhVd .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uLOOjSXhVd .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLOOjSXhVd .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOOjSXhVd .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOOjSXhVd .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOOjSXhVd .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLOOjSXhVd div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLOOjSXhVd .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLOOjTkxom {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLOOjTkxom .image-wrapper {
  padding: 0 2rem;
}
.cid-uLOOjTkxom .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLOOjTkxom .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLOOjTkxom .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLOOjTkxom .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLOOjTkxom .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLOOjTkxom .text-wrapper,
  .cid-uLOOjTkxom .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLOOjTkxom .text-wrapper,
  .cid-uLOOjTkxom .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLOOjTkxom .text-wrapper,
  .cid-uLOOjTkxom .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLOOjTkxom .text-wrapper,
  .cid-uLOOjTkxom .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLOOjTkxom .text-wrapper,
  .cid-uLOOjTkxom .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLOOjTkxom .content {
    text-align: center;
  }
}
.cid-uLOOjTkxom .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLOOjTkxom .mbr-card-title {
    text-align: start;
  }
}
.cid-uLOOjTkxom .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLOOjTkxom .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLOOjTkxom .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLOOjTkxom .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOOjTkxom .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLOOjTkxom .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLOOjTkxom .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLOOjTkxom .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLOOjTkxom .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLOOjTkxom .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLOOjTkxom .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLOOjTkxom .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLOOjTkxom .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLOOjTkxom .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLOOjTkxom .tile-text-wrap {
  display: flex;
}
.cid-uLOOjTkxom svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLOOjTkxom svg path {
  fill: #cd8ad1;
}
.cid-uLOOjTkxom .numbers {
  display: flex;
  align-self: center;
}
.cid-uLOOjTkxom .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLOOjTkxom .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLOOjTkxom .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLOOjTkxom .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLOOjTkxom .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLOOjTkxom .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLOOjTkxom .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLOOjTkxom .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uLOOjTkxom .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLOOjTkxom .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOOjTkxom .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOOjTkxom .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOOjTkxom .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLOOjTkxom div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLOOjTkxom .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLOXUsfF9B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLOXUsfF9B .image-wrapper {
  padding: 0 2rem;
}
.cid-uLOXUsfF9B .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLOXUsfF9B .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLOXUsfF9B .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLOXUsfF9B .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLOXUsfF9B .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLOXUsfF9B .text-wrapper,
  .cid-uLOXUsfF9B .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLOXUsfF9B .text-wrapper,
  .cid-uLOXUsfF9B .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLOXUsfF9B .text-wrapper,
  .cid-uLOXUsfF9B .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLOXUsfF9B .text-wrapper,
  .cid-uLOXUsfF9B .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLOXUsfF9B .text-wrapper,
  .cid-uLOXUsfF9B .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLOXUsfF9B .content {
    text-align: center;
  }
}
.cid-uLOXUsfF9B .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLOXUsfF9B .mbr-card-title {
    text-align: start;
  }
}
.cid-uLOXUsfF9B .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLOXUsfF9B .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLOXUsfF9B .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLOXUsfF9B .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOXUsfF9B .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLOXUsfF9B .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLOXUsfF9B .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLOXUsfF9B .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLOXUsfF9B .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLOXUsfF9B .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLOXUsfF9B .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLOXUsfF9B .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLOXUsfF9B .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLOXUsfF9B .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLOXUsfF9B .tile-text-wrap {
  display: flex;
}
.cid-uLOXUsfF9B svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLOXUsfF9B svg path {
  fill: #cd8ad1;
}
.cid-uLOXUsfF9B .numbers {
  display: flex;
  align-self: center;
}
.cid-uLOXUsfF9B .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLOXUsfF9B .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLOXUsfF9B .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLOXUsfF9B .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLOXUsfF9B .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLOXUsfF9B .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLOXUsfF9B .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLOXUsfF9B .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uLOXUsfF9B .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLOXUsfF9B .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOXUsfF9B .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOXUsfF9B .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOXUsfF9B .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLOXUsfF9B div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLOXUsfF9B .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLOYvtUxlY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLOYvtUxlY .image-wrapper {
  padding: 0 2rem;
}
.cid-uLOYvtUxlY .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uLOYvtUxlY .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uLOYvtUxlY .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uLOYvtUxlY .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uLOYvtUxlY .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uLOYvtUxlY .text-wrapper,
  .cid-uLOYvtUxlY .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLOYvtUxlY .text-wrapper,
  .cid-uLOYvtUxlY .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uLOYvtUxlY .text-wrapper,
  .cid-uLOYvtUxlY .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uLOYvtUxlY .text-wrapper,
  .cid-uLOYvtUxlY .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uLOYvtUxlY .text-wrapper,
  .cid-uLOYvtUxlY .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLOYvtUxlY .content {
    text-align: center;
  }
}
.cid-uLOYvtUxlY .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uLOYvtUxlY .mbr-card-title {
    text-align: start;
  }
}
.cid-uLOYvtUxlY .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uLOYvtUxlY .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uLOYvtUxlY .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uLOYvtUxlY .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uLOYvtUxlY .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uLOYvtUxlY .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uLOYvtUxlY .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uLOYvtUxlY .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uLOYvtUxlY .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uLOYvtUxlY .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uLOYvtUxlY .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uLOYvtUxlY .nutrition-wrap {
    width: 100%;
  }
}
.cid-uLOYvtUxlY .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uLOYvtUxlY .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uLOYvtUxlY .tile-text-wrap {
  display: flex;
}
.cid-uLOYvtUxlY svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uLOYvtUxlY svg path {
  fill: #cd8ad1;
}
.cid-uLOYvtUxlY .numbers {
  display: flex;
  align-self: center;
}
.cid-uLOYvtUxlY .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uLOYvtUxlY .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uLOYvtUxlY .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uLOYvtUxlY .mbr-tile-text {
    text-align: start;
  }
}
.cid-uLOYvtUxlY .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLOYvtUxlY .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uLOYvtUxlY .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uLOYvtUxlY .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uLOYvtUxlY .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uLOYvtUxlY .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOYvtUxlY .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOYvtUxlY .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uLOYvtUxlY .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uLOYvtUxlY div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uLOYvtUxlY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uLOOjTJsmC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uLOOjTJsmC .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uLOOjU0YqZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uLOOjU0YqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOOjU0YqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOOjU0YqZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLOOjU0YqZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLOOjU0YqZ .row {
    text-align: center;
  }
  .cid-uLOOjU0YqZ .row > div {
    margin: auto;
  }
  .cid-uLOOjU0YqZ .social-row {
    justify-content: center;
  }
}
.cid-uLOOjU0YqZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLOOjU0YqZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLOOjU0YqZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLOOjU0YqZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uLOOjU0YqZ .mbr-text {
  color: #ffffff;
}
.cid-uLOOjU0YqZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLOOjU0YqZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLOOjU0YqZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMD04xAQOy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMD04xAQOy nav.navbar {
  position: fixed;
}
.cid-uMD04xAQOy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMD04xAQOy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMD04xAQOy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMD04xAQOy .dropdown-item:hover,
.cid-uMD04xAQOy .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uMD04xAQOy .dropdown-item:hover span {
  color: white;
}
.cid-uMD04xAQOy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMD04xAQOy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMD04xAQOy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMD04xAQOy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMD04xAQOy .nav-link {
  position: relative;
}
.cid-uMD04xAQOy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMD04xAQOy .container {
    flex-wrap: wrap;
  }
}
.cid-uMD04xAQOy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMD04xAQOy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uMD04xAQOy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMD04xAQOy .dropdown-menu,
.cid-uMD04xAQOy .navbar.opened {
  background: #084617 !important;
}
.cid-uMD04xAQOy .nav-item:focus,
.cid-uMD04xAQOy .nav-link:focus {
  outline: none;
}
.cid-uMD04xAQOy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMD04xAQOy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMD04xAQOy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMD04xAQOy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMD04xAQOy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMD04xAQOy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMD04xAQOy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uMD04xAQOy .navbar.opened {
  transition: all 0.3s;
}
.cid-uMD04xAQOy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMD04xAQOy .navbar .navbar-logo img {
  width: auto;
}
.cid-uMD04xAQOy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMD04xAQOy .navbar.collapsed {
  justify-content: center;
}
.cid-uMD04xAQOy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMD04xAQOy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMD04xAQOy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uMD04xAQOy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMD04xAQOy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMD04xAQOy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMD04xAQOy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMD04xAQOy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMD04xAQOy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMD04xAQOy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMD04xAQOy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMD04xAQOy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMD04xAQOy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMD04xAQOy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMD04xAQOy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMD04xAQOy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMD04xAQOy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMD04xAQOy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMD04xAQOy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMD04xAQOy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMD04xAQOy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMD04xAQOy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMD04xAQOy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMD04xAQOy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMD04xAQOy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMD04xAQOy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMD04xAQOy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMD04xAQOy .dropdown-item.active,
.cid-uMD04xAQOy .dropdown-item:active {
  background-color: transparent;
}
.cid-uMD04xAQOy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMD04xAQOy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMD04xAQOy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMD04xAQOy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uMD04xAQOy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMD04xAQOy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMD04xAQOy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMD04xAQOy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMD04xAQOy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMD04xAQOy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uMD04xAQOy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMD04xAQOy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMD04xAQOy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMD04xAQOy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMD04xAQOy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMD04xAQOy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMD04xAQOy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMD04xAQOy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMD04xAQOy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMD04xAQOy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMD04xAQOy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMD04xAQOy .navbar {
    height: 70px;
  }
  .cid-uMD04xAQOy .navbar.opened {
    height: auto;
  }
  .cid-uMD04xAQOy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMD04y8ZDG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uMD04y8ZDG .mbr-text {
  text-align: center;
  color: #ffffff;
}
#custom-html-cn {
  /* Type valid CSS here */
}
#custom-html-cn div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-cn p {
  font-size: 60px;
  color: #777;
}
.cid-uMD04ylRDV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uMD04ylRDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMD04ylRDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMD04ylRDV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMD04ylRDV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMD04ylRDV .row {
    text-align: center;
  }
  .cid-uMD04ylRDV .row > div {
    margin: auto;
  }
  .cid-uMD04ylRDV .social-row {
    justify-content: center;
  }
}
.cid-uMD04ylRDV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMD04ylRDV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uMD04ylRDV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMD04ylRDV .list {
    margin-bottom: 0rem;
  }
}
.cid-uMD04ylRDV .mbr-text {
  color: #ffffff;
}
.cid-uMD04ylRDV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uMD04ylRDV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMD04ylRDV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uN4hsPgWGj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uN4hsPgWGj nav.navbar {
  position: fixed;
}
.cid-uN4hsPgWGj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN4hsPgWGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN4hsPgWGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN4hsPgWGj .dropdown-item:hover,
.cid-uN4hsPgWGj .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uN4hsPgWGj .dropdown-item:hover span {
  color: white;
}
.cid-uN4hsPgWGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN4hsPgWGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN4hsPgWGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN4hsPgWGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN4hsPgWGj .nav-link {
  position: relative;
}
.cid-uN4hsPgWGj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uN4hsPgWGj .container {
    flex-wrap: wrap;
  }
}
.cid-uN4hsPgWGj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uN4hsPgWGj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uN4hsPgWGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN4hsPgWGj .dropdown-menu,
.cid-uN4hsPgWGj .navbar.opened {
  background: #084617 !important;
}
.cid-uN4hsPgWGj .nav-item:focus,
.cid-uN4hsPgWGj .nav-link:focus {
  outline: none;
}
.cid-uN4hsPgWGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN4hsPgWGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN4hsPgWGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN4hsPgWGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN4hsPgWGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN4hsPgWGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN4hsPgWGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uN4hsPgWGj .navbar.opened {
  transition: all 0.3s;
}
.cid-uN4hsPgWGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN4hsPgWGj .navbar .navbar-logo img {
  width: auto;
}
.cid-uN4hsPgWGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN4hsPgWGj .navbar.collapsed {
  justify-content: center;
}
.cid-uN4hsPgWGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN4hsPgWGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN4hsPgWGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uN4hsPgWGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN4hsPgWGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN4hsPgWGj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uN4hsPgWGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN4hsPgWGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN4hsPgWGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN4hsPgWGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN4hsPgWGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN4hsPgWGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN4hsPgWGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN4hsPgWGj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uN4hsPgWGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN4hsPgWGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN4hsPgWGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN4hsPgWGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN4hsPgWGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN4hsPgWGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uN4hsPgWGj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uN4hsPgWGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uN4hsPgWGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN4hsPgWGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uN4hsPgWGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN4hsPgWGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN4hsPgWGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN4hsPgWGj .dropdown-item.active,
.cid-uN4hsPgWGj .dropdown-item:active {
  background-color: transparent;
}
.cid-uN4hsPgWGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN4hsPgWGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN4hsPgWGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN4hsPgWGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uN4hsPgWGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN4hsPgWGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN4hsPgWGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN4hsPgWGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN4hsPgWGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN4hsPgWGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uN4hsPgWGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN4hsPgWGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN4hsPgWGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN4hsPgWGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN4hsPgWGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN4hsPgWGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN4hsPgWGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN4hsPgWGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN4hsPgWGj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN4hsPgWGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN4hsPgWGj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN4hsPgWGj .navbar {
    height: 70px;
  }
  .cid-uN4hsPgWGj .navbar.opened {
    height: auto;
  }
  .cid-uN4hsPgWGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN4hsPz3fz {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/balade-varbike-au-domaine-de-la-bgude.jpg-1024x438.jpg");
}
.cid-uN4hsPz3fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN4hsPz3fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN4hsPz3fz .mbr-text,
.cid-uN4hsPz3fz .mbr-section-btn {
  color: #232323;
}
.cid-uN4hsPz3fz .card-title,
.cid-uN4hsPz3fz .card-box {
  color: #ffffff;
}
.cid-uN4hsPz3fz .mbr-text,
.cid-uN4hsPz3fz .link-wrap {
  color: #ffffff;
}
.cid-uN4hsPPQEE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #084617;
}
.cid-uN4hsPPQEE .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uN4hsQ4U8W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uN4hsQ4U8W .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uN4hsQhKVG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8e3c7;
}
.cid-uN4hsQEBQy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8e3c7;
}
.cid-uN4hsQEBQy .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4hsQEBQy .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4hsQEBQy .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4hsQEBQy .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4hsQEBQy .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4hsQEBQy .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4hsQEBQy .text-wrapper,
  .cid-uN4hsQEBQy .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4hsQEBQy .text-wrapper,
  .cid-uN4hsQEBQy .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4hsQEBQy .text-wrapper,
  .cid-uN4hsQEBQy .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4hsQEBQy .text-wrapper,
  .cid-uN4hsQEBQy .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4hsQEBQy .text-wrapper,
  .cid-uN4hsQEBQy .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4hsQEBQy .content {
    text-align: center;
  }
}
.cid-uN4hsQEBQy .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4hsQEBQy .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4hsQEBQy .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4hsQEBQy .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4hsQEBQy .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4hsQEBQy .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4hsQEBQy .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4hsQEBQy .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4hsQEBQy .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4hsQEBQy .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4hsQEBQy .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4hsQEBQy .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4hsQEBQy .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4hsQEBQy .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4hsQEBQy .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4hsQEBQy .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4hsQEBQy .tile-text-wrap {
  display: flex;
}
.cid-uN4hsQEBQy svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4hsQEBQy svg path {
  fill: #cd8ad1;
}
.cid-uN4hsQEBQy .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4hsQEBQy .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4hsQEBQy .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4hsQEBQy .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4hsQEBQy .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4hsQEBQy .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4hsQEBQy .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4hsQEBQy .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4hsQEBQy .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uN4hsQEBQy .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4hsQEBQy .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsQEBQy .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsQEBQy .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsQEBQy .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4hsQEBQy div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4hsQEBQy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4hsR0QoZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd7a1;
}
.cid-uN4hsR0QoZ .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4hsR0QoZ .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4hsR0QoZ .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4hsR0QoZ .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4hsR0QoZ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4hsR0QoZ .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4hsR0QoZ .text-wrapper,
  .cid-uN4hsR0QoZ .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4hsR0QoZ .text-wrapper,
  .cid-uN4hsR0QoZ .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4hsR0QoZ .text-wrapper,
  .cid-uN4hsR0QoZ .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4hsR0QoZ .text-wrapper,
  .cid-uN4hsR0QoZ .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4hsR0QoZ .text-wrapper,
  .cid-uN4hsR0QoZ .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4hsR0QoZ .content {
    text-align: center;
  }
}
.cid-uN4hsR0QoZ .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4hsR0QoZ .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4hsR0QoZ .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4hsR0QoZ .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4hsR0QoZ .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4hsR0QoZ .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4hsR0QoZ .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4hsR0QoZ .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4hsR0QoZ .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4hsR0QoZ .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4hsR0QoZ .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4hsR0QoZ .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4hsR0QoZ .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4hsR0QoZ .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4hsR0QoZ .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4hsR0QoZ .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4hsR0QoZ .tile-text-wrap {
  display: flex;
}
.cid-uN4hsR0QoZ svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4hsR0QoZ svg path {
  fill: #cd8ad1;
}
.cid-uN4hsR0QoZ .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4hsR0QoZ .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4hsR0QoZ .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4hsR0QoZ .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4hsR0QoZ .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4hsR0QoZ .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4hsR0QoZ .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4hsR0QoZ .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4hsR0QoZ .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uN4hsR0QoZ .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4hsR0QoZ .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsR0QoZ .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsR0QoZ .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsR0QoZ .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4hsR0QoZ div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4hsR0QoZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4hsRnNfk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8e3c7;
}
.cid-uN4hsRnNfk .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4hsRnNfk .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4hsRnNfk .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4hsRnNfk .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4hsRnNfk .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4hsRnNfk .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4hsRnNfk .text-wrapper,
  .cid-uN4hsRnNfk .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4hsRnNfk .text-wrapper,
  .cid-uN4hsRnNfk .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4hsRnNfk .text-wrapper,
  .cid-uN4hsRnNfk .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4hsRnNfk .text-wrapper,
  .cid-uN4hsRnNfk .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4hsRnNfk .text-wrapper,
  .cid-uN4hsRnNfk .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4hsRnNfk .content {
    text-align: center;
  }
}
.cid-uN4hsRnNfk .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4hsRnNfk .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4hsRnNfk .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4hsRnNfk .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4hsRnNfk .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4hsRnNfk .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4hsRnNfk .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4hsRnNfk .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4hsRnNfk .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4hsRnNfk .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4hsRnNfk .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4hsRnNfk .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4hsRnNfk .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4hsRnNfk .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4hsRnNfk .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4hsRnNfk .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4hsRnNfk .tile-text-wrap {
  display: flex;
}
.cid-uN4hsRnNfk svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4hsRnNfk svg path {
  fill: #cd8ad1;
}
.cid-uN4hsRnNfk .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4hsRnNfk .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4hsRnNfk .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4hsRnNfk .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4hsRnNfk .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4hsRnNfk .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4hsRnNfk .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4hsRnNfk .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4hsRnNfk .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uN4hsRnNfk .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4hsRnNfk .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsRnNfk .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsRnNfk .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsRnNfk .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4hsRnNfk div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4hsRnNfk .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4hsRJKHV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd7a1;
}
.cid-uN4hsRJKHV .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4hsRJKHV .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4hsRJKHV .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4hsRJKHV .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4hsRJKHV .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4hsRJKHV .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4hsRJKHV .text-wrapper,
  .cid-uN4hsRJKHV .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4hsRJKHV .text-wrapper,
  .cid-uN4hsRJKHV .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4hsRJKHV .text-wrapper,
  .cid-uN4hsRJKHV .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4hsRJKHV .text-wrapper,
  .cid-uN4hsRJKHV .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4hsRJKHV .text-wrapper,
  .cid-uN4hsRJKHV .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4hsRJKHV .content {
    text-align: center;
  }
}
.cid-uN4hsRJKHV .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4hsRJKHV .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4hsRJKHV .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4hsRJKHV .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4hsRJKHV .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4hsRJKHV .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4hsRJKHV .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4hsRJKHV .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4hsRJKHV .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4hsRJKHV .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4hsRJKHV .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4hsRJKHV .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4hsRJKHV .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4hsRJKHV .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4hsRJKHV .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4hsRJKHV .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4hsRJKHV .tile-text-wrap {
  display: flex;
}
.cid-uN4hsRJKHV svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4hsRJKHV svg path {
  fill: #cd8ad1;
}
.cid-uN4hsRJKHV .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4hsRJKHV .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4hsRJKHV .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4hsRJKHV .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4hsRJKHV .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4hsRJKHV .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4hsRJKHV .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4hsRJKHV .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4hsRJKHV .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uN4hsRJKHV .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4hsRJKHV .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsRJKHV .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsRJKHV .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4hsRJKHV .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4hsRJKHV div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4hsRJKHV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4nfpTh1E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8e3c7;
}
.cid-uN4nfpTh1E .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4nfpTh1E .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4nfpTh1E .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4nfpTh1E .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4nfpTh1E .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4nfpTh1E .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4nfpTh1E .text-wrapper,
  .cid-uN4nfpTh1E .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4nfpTh1E .text-wrapper,
  .cid-uN4nfpTh1E .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4nfpTh1E .text-wrapper,
  .cid-uN4nfpTh1E .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4nfpTh1E .text-wrapper,
  .cid-uN4nfpTh1E .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4nfpTh1E .text-wrapper,
  .cid-uN4nfpTh1E .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4nfpTh1E .content {
    text-align: center;
  }
}
.cid-uN4nfpTh1E .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4nfpTh1E .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4nfpTh1E .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4nfpTh1E .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4nfpTh1E .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4nfpTh1E .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4nfpTh1E .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4nfpTh1E .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4nfpTh1E .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4nfpTh1E .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4nfpTh1E .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4nfpTh1E .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4nfpTh1E .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4nfpTh1E .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4nfpTh1E .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4nfpTh1E .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4nfpTh1E .tile-text-wrap {
  display: flex;
}
.cid-uN4nfpTh1E svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4nfpTh1E svg path {
  fill: #cd8ad1;
}
.cid-uN4nfpTh1E .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4nfpTh1E .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4nfpTh1E .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4nfpTh1E .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4nfpTh1E .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4nfpTh1E .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4nfpTh1E .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4nfpTh1E .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4nfpTh1E .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uN4nfpTh1E .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4nfpTh1E .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4nfpTh1E .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4nfpTh1E .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4nfpTh1E .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4nfpTh1E div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4nfpTh1E .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4oIYINXB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd7a1;
}
.cid-uN4oIYINXB .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4oIYINXB .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4oIYINXB .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4oIYINXB .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4oIYINXB .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4oIYINXB .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4oIYINXB .text-wrapper,
  .cid-uN4oIYINXB .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4oIYINXB .text-wrapper,
  .cid-uN4oIYINXB .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4oIYINXB .text-wrapper,
  .cid-uN4oIYINXB .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4oIYINXB .text-wrapper,
  .cid-uN4oIYINXB .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4oIYINXB .text-wrapper,
  .cid-uN4oIYINXB .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4oIYINXB .content {
    text-align: center;
  }
}
.cid-uN4oIYINXB .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4oIYINXB .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4oIYINXB .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4oIYINXB .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4oIYINXB .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4oIYINXB .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4oIYINXB .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4oIYINXB .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4oIYINXB .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4oIYINXB .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4oIYINXB .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4oIYINXB .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4oIYINXB .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4oIYINXB .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4oIYINXB .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4oIYINXB .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4oIYINXB .tile-text-wrap {
  display: flex;
}
.cid-uN4oIYINXB svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4oIYINXB svg path {
  fill: #cd8ad1;
}
.cid-uN4oIYINXB .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4oIYINXB .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4oIYINXB .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4oIYINXB .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4oIYINXB .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4oIYINXB .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4oIYINXB .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4oIYINXB .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4oIYINXB .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uN4oIYINXB .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4oIYINXB .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4oIYINXB .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4oIYINXB .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4oIYINXB .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4oIYINXB div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4oIYINXB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4pkgvSZa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8e3c7;
}
.cid-uN4pkgvSZa .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4pkgvSZa .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4pkgvSZa .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4pkgvSZa .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4pkgvSZa .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4pkgvSZa .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4pkgvSZa .text-wrapper,
  .cid-uN4pkgvSZa .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4pkgvSZa .text-wrapper,
  .cid-uN4pkgvSZa .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4pkgvSZa .text-wrapper,
  .cid-uN4pkgvSZa .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4pkgvSZa .text-wrapper,
  .cid-uN4pkgvSZa .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4pkgvSZa .text-wrapper,
  .cid-uN4pkgvSZa .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4pkgvSZa .content {
    text-align: center;
  }
}
.cid-uN4pkgvSZa .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4pkgvSZa .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4pkgvSZa .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4pkgvSZa .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4pkgvSZa .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4pkgvSZa .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4pkgvSZa .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4pkgvSZa .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4pkgvSZa .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4pkgvSZa .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4pkgvSZa .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4pkgvSZa .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4pkgvSZa .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4pkgvSZa .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4pkgvSZa .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4pkgvSZa .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4pkgvSZa .tile-text-wrap {
  display: flex;
}
.cid-uN4pkgvSZa svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4pkgvSZa svg path {
  fill: #cd8ad1;
}
.cid-uN4pkgvSZa .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4pkgvSZa .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4pkgvSZa .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4pkgvSZa .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4pkgvSZa .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4pkgvSZa .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4pkgvSZa .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4pkgvSZa .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4pkgvSZa .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uN4pkgvSZa .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4pkgvSZa .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4pkgvSZa .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4pkgvSZa .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4pkgvSZa .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4pkgvSZa div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4pkgvSZa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4rjQXIpv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd7a1;
}
.cid-uN4rjQXIpv .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4rjQXIpv .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4rjQXIpv .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4rjQXIpv .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4rjQXIpv .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4rjQXIpv .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4rjQXIpv .text-wrapper,
  .cid-uN4rjQXIpv .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4rjQXIpv .text-wrapper,
  .cid-uN4rjQXIpv .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4rjQXIpv .text-wrapper,
  .cid-uN4rjQXIpv .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4rjQXIpv .text-wrapper,
  .cid-uN4rjQXIpv .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4rjQXIpv .text-wrapper,
  .cid-uN4rjQXIpv .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4rjQXIpv .content {
    text-align: center;
  }
}
.cid-uN4rjQXIpv .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4rjQXIpv .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4rjQXIpv .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4rjQXIpv .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4rjQXIpv .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4rjQXIpv .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4rjQXIpv .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4rjQXIpv .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4rjQXIpv .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4rjQXIpv .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4rjQXIpv .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4rjQXIpv .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4rjQXIpv .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4rjQXIpv .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4rjQXIpv .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4rjQXIpv .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4rjQXIpv .tile-text-wrap {
  display: flex;
}
.cid-uN4rjQXIpv svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4rjQXIpv svg path {
  fill: #cd8ad1;
}
.cid-uN4rjQXIpv .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4rjQXIpv .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4rjQXIpv .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4rjQXIpv .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4rjQXIpv .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4rjQXIpv .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4rjQXIpv .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4rjQXIpv .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4rjQXIpv .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uN4rjQXIpv .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4rjQXIpv .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4rjQXIpv .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4rjQXIpv .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4rjQXIpv .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4rjQXIpv div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4rjQXIpv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4rJJSDe6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8e3c7;
}
.cid-uN4rJJSDe6 .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4rJJSDe6 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4rJJSDe6 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4rJJSDe6 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4rJJSDe6 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4rJJSDe6 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4rJJSDe6 .text-wrapper,
  .cid-uN4rJJSDe6 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4rJJSDe6 .text-wrapper,
  .cid-uN4rJJSDe6 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4rJJSDe6 .text-wrapper,
  .cid-uN4rJJSDe6 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4rJJSDe6 .text-wrapper,
  .cid-uN4rJJSDe6 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4rJJSDe6 .text-wrapper,
  .cid-uN4rJJSDe6 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4rJJSDe6 .content {
    text-align: center;
  }
}
.cid-uN4rJJSDe6 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4rJJSDe6 .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4rJJSDe6 .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4rJJSDe6 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4rJJSDe6 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4rJJSDe6 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4rJJSDe6 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4rJJSDe6 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4rJJSDe6 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4rJJSDe6 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4rJJSDe6 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4rJJSDe6 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4rJJSDe6 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4rJJSDe6 .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4rJJSDe6 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4rJJSDe6 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4rJJSDe6 .tile-text-wrap {
  display: flex;
}
.cid-uN4rJJSDe6 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4rJJSDe6 svg path {
  fill: #cd8ad1;
}
.cid-uN4rJJSDe6 .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4rJJSDe6 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4rJJSDe6 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4rJJSDe6 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4rJJSDe6 .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4rJJSDe6 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4rJJSDe6 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4rJJSDe6 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4rJJSDe6 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uN4rJJSDe6 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4rJJSDe6 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4rJJSDe6 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4rJJSDe6 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4rJJSDe6 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4rJJSDe6 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4rJJSDe6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4s8VL5mo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd7a1;
}
.cid-uN4s8VL5mo .image-wrapper {
  padding: 0 2rem;
}
.cid-uN4s8VL5mo .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uN4s8VL5mo .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uN4s8VL5mo .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uN4s8VL5mo .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uN4s8VL5mo .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uN4s8VL5mo .text-wrapper,
  .cid-uN4s8VL5mo .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4s8VL5mo .text-wrapper,
  .cid-uN4s8VL5mo .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uN4s8VL5mo .text-wrapper,
  .cid-uN4s8VL5mo .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uN4s8VL5mo .text-wrapper,
  .cid-uN4s8VL5mo .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uN4s8VL5mo .text-wrapper,
  .cid-uN4s8VL5mo .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uN4s8VL5mo .content {
    text-align: center;
  }
}
.cid-uN4s8VL5mo .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uN4s8VL5mo .mbr-card-title {
    text-align: start;
  }
}
.cid-uN4s8VL5mo .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uN4s8VL5mo .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uN4s8VL5mo .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uN4s8VL5mo .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uN4s8VL5mo .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uN4s8VL5mo .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uN4s8VL5mo .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uN4s8VL5mo .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uN4s8VL5mo .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uN4s8VL5mo .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uN4s8VL5mo .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uN4s8VL5mo .nutrition-wrap {
    width: 100%;
  }
}
.cid-uN4s8VL5mo .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uN4s8VL5mo .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uN4s8VL5mo .tile-text-wrap {
  display: flex;
}
.cid-uN4s8VL5mo svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uN4s8VL5mo svg path {
  fill: #cd8ad1;
}
.cid-uN4s8VL5mo .numbers {
  display: flex;
  align-self: center;
}
.cid-uN4s8VL5mo .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uN4s8VL5mo .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uN4s8VL5mo .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4s8VL5mo .mbr-tile-text {
    text-align: start;
  }
}
.cid-uN4s8VL5mo .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uN4s8VL5mo .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uN4s8VL5mo .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uN4s8VL5mo .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uN4s8VL5mo .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uN4s8VL5mo .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4s8VL5mo .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4s8VL5mo .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uN4s8VL5mo .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uN4s8VL5mo div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uN4s8VL5mo .mbr-section-btn {
  display: flex;
}
.cid-uN4s8VL5mo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uN4hsS6W4I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uN4hsS6W4I .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uN4hsSpo60 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uN4hsSpo60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN4hsSpo60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN4hsSpo60 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uN4hsSpo60 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uN4hsSpo60 .row {
    text-align: center;
  }
  .cid-uN4hsSpo60 .row > div {
    margin: auto;
  }
  .cid-uN4hsSpo60 .social-row {
    justify-content: center;
  }
}
.cid-uN4hsSpo60 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN4hsSpo60 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uN4hsSpo60 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uN4hsSpo60 .list {
    margin-bottom: 0rem;
  }
}
.cid-uN4hsSpo60 .mbr-text {
  color: #ffffff;
}
.cid-uN4hsSpo60 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uN4hsSpo60 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uN4hsSpo60 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSxcKjAxdp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSxcKjAxdp nav.navbar {
  position: fixed;
}
.cid-uSxcKjAxdp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSxcKjAxdp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSxcKjAxdp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSxcKjAxdp .dropdown-item:hover,
.cid-uSxcKjAxdp .dropdown-item:focus {
  background: #435780 !important;
  color: white !important;
}
.cid-uSxcKjAxdp .dropdown-item:hover span {
  color: white;
}
.cid-uSxcKjAxdp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSxcKjAxdp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSxcKjAxdp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSxcKjAxdp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSxcKjAxdp .nav-link {
  position: relative;
}
.cid-uSxcKjAxdp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSxcKjAxdp .container {
    flex-wrap: wrap;
  }
}
.cid-uSxcKjAxdp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSxcKjAxdp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSxcKjAxdp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSxcKjAxdp .dropdown-menu,
.cid-uSxcKjAxdp .navbar.opened {
  background: #084617 !important;
}
.cid-uSxcKjAxdp .nav-item:focus,
.cid-uSxcKjAxdp .nav-link:focus {
  outline: none;
}
.cid-uSxcKjAxdp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSxcKjAxdp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSxcKjAxdp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSxcKjAxdp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSxcKjAxdp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSxcKjAxdp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSxcKjAxdp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #084617;
}
.cid-uSxcKjAxdp .navbar.opened {
  transition: all 0.3s;
}
.cid-uSxcKjAxdp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSxcKjAxdp .navbar .navbar-logo img {
  width: auto;
}
.cid-uSxcKjAxdp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSxcKjAxdp .navbar.collapsed {
  justify-content: center;
}
.cid-uSxcKjAxdp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSxcKjAxdp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSxcKjAxdp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uSxcKjAxdp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSxcKjAxdp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSxcKjAxdp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSxcKjAxdp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSxcKjAxdp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSxcKjAxdp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSxcKjAxdp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSxcKjAxdp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSxcKjAxdp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSxcKjAxdp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSxcKjAxdp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSxcKjAxdp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSxcKjAxdp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSxcKjAxdp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSxcKjAxdp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSxcKjAxdp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSxcKjAxdp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSxcKjAxdp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSxcKjAxdp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSxcKjAxdp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSxcKjAxdp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSxcKjAxdp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSxcKjAxdp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSxcKjAxdp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSxcKjAxdp .dropdown-item.active,
.cid-uSxcKjAxdp .dropdown-item:active {
  background-color: transparent;
}
.cid-uSxcKjAxdp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSxcKjAxdp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSxcKjAxdp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSxcKjAxdp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #084617;
}
.cid-uSxcKjAxdp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSxcKjAxdp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSxcKjAxdp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSxcKjAxdp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSxcKjAxdp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSxcKjAxdp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eedcb2;
}
.cid-uSxcKjAxdp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSxcKjAxdp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxcKjAxdp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxcKjAxdp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSxcKjAxdp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxcKjAxdp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSxcKjAxdp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSxcKjAxdp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxcKjAxdp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSxcKjAxdp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSxcKjAxdp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSxcKjAxdp .navbar {
    height: 70px;
  }
  .cid-uSxcKjAxdp .navbar.opened {
    height: auto;
  }
  .cid-uSxcKjAxdp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSxcKjYQlP {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/photo-var-matin-pour-varbike-balade-a-velo.jpg-915x531.jpg");
}
.cid-uSxcKjYQlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxcKjYQlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxcKjYQlP .mbr-text,
.cid-uSxcKjYQlP .mbr-section-btn {
  color: #232323;
}
.cid-uSxcKjYQlP .card-title,
.cid-uSxcKjYQlP .card-box {
  color: #ffffff;
}
.cid-uSxcKjYQlP .mbr-text,
.cid-uSxcKjYQlP .link-wrap {
  color: #ffffff;
}
.cid-uSxcKkeiQp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #084617;
}
.cid-uSxcKkeiQp .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uSxcKktxMn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uSxcKktxMn .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uSxcKkJylj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8e3c7;
}
.cid-uSxcKkZhzB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8e3c7;
}
.cid-uSxcKkZhzB .image-wrapper {
  padding: 0 2rem;
}
.cid-uSxcKkZhzB .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uSxcKkZhzB .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uSxcKkZhzB .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uSxcKkZhzB .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: left;
}
.cid-uSxcKkZhzB .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uSxcKkZhzB .text-wrapper,
  .cid-uSxcKkZhzB .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uSxcKkZhzB .text-wrapper,
  .cid-uSxcKkZhzB .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uSxcKkZhzB .text-wrapper,
  .cid-uSxcKkZhzB .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uSxcKkZhzB .text-wrapper,
  .cid-uSxcKkZhzB .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uSxcKkZhzB .text-wrapper,
  .cid-uSxcKkZhzB .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uSxcKkZhzB .content {
    text-align: center;
  }
}
.cid-uSxcKkZhzB .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uSxcKkZhzB .mbr-card-title {
    text-align: start;
  }
}
.cid-uSxcKkZhzB .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uSxcKkZhzB .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uSxcKkZhzB .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uSxcKkZhzB .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uSxcKkZhzB .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uSxcKkZhzB .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uSxcKkZhzB .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uSxcKkZhzB .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uSxcKkZhzB .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uSxcKkZhzB .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uSxcKkZhzB .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uSxcKkZhzB .nutrition-wrap {
    width: 100%;
  }
}
.cid-uSxcKkZhzB .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uSxcKkZhzB .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uSxcKkZhzB .tile-text-wrap {
  display: flex;
}
.cid-uSxcKkZhzB svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uSxcKkZhzB svg path {
  fill: #cd8ad1;
}
.cid-uSxcKkZhzB .numbers {
  display: flex;
  align-self: center;
}
.cid-uSxcKkZhzB .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uSxcKkZhzB .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uSxcKkZhzB .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uSxcKkZhzB .mbr-tile-text {
    text-align: start;
  }
}
.cid-uSxcKkZhzB .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uSxcKkZhzB .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uSxcKkZhzB .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uSxcKkZhzB .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uSxcKkZhzB .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uSxcKkZhzB .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uSxcKkZhzB .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uSxcKkZhzB .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uSxcKkZhzB .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uSxcKkZhzB div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uSxcKkZhzB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSxeYeewed {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8e3c7;
}
.cid-uSxcKpqPJP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0c5b47;
}
.cid-uSxcKpqPJP .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uSxcKpOsk5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #084617;
}
.cid-uSxcKpOsk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxcKpOsk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxcKpOsk5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSxcKpOsk5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSxcKpOsk5 .row {
    text-align: center;
  }
  .cid-uSxcKpOsk5 .row > div {
    margin: auto;
  }
  .cid-uSxcKpOsk5 .social-row {
    justify-content: center;
  }
}
.cid-uSxcKpOsk5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSxcKpOsk5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSxcKpOsk5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxcKpOsk5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uSxcKpOsk5 .mbr-text {
  color: #ffffff;
}
.cid-uSxcKpOsk5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSxcKpOsk5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSxcKpOsk5 div > *:last-child {
    margin-top: 0 !important;
  }
}
