<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #f8820d !important;
}
.bg-info {
  background-color: #595a5c !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f9051c !important;
  border-color: #f9051c !important;
  color: #ffffff !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: #a40312 !important;
  border-color: #a40312 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a40312 !important;
  border-color: #a40312 !important;
}
.btn-info,
.btn-info:active {
  background-color: #595a5c !important;
  border-color: #595a5c !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: #2e2f30 !important;
  border-color: #2e2f30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2e2f30 !important;
  border-color: #2e2f30 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8820d !important;
  border-color: #f8820d !important;
  color: #ffffff !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: #a95705 !important;
  border-color: #a95705 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a95705 !important;
  border-color: #a95705 !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: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9051c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a40312 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9051c !important;
  border-color: #f9051c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #595a5c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2e2f30 !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: #595a5c !important;
  border-color: #595a5c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8820d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a95705 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f8820d !important;
  border-color: #f8820d !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: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #f9051c !important;
}
.text-success {
  color: #f8820d !important;
}
.text-info {
  color: #595a5c !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #950311 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9b4f04 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #272728 !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: #ff5500 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #595a5c;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fee8d3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #999a9c;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #ffffff !important;
  background: #f9051c !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='%236592e6' %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-uhDW73YaHr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhDW73YaHr .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uhDW73YaHr .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uhDW73YaHr .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uhDW73YaHr .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uhDW73YaHr .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #6592e6;
  z-index: -1;
}
.cid-uhDW73YaHr nav.navbar {
  position: fixed;
}
.cid-uhDW73YaHr .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uhDW73YaHr .nav-item {
  border-left: 1px solid BLACK;
  border-right: 1px solid BLACK;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uhDW73YaHr .nav-item {
    border: 0;
  }
}
.cid-uhDW73YaHr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhDW73YaHr .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uhDW73YaHr .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uhDW73YaHr .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uhDW73YaHr .title-wrap:hover span {
  color: white;
}
.cid-uhDW73YaHr .title-wrap:hover:before {
  height: 100%;
}
.cid-uhDW73YaHr .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-uhDW73YaHr .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-uhDW73YaHr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhDW73YaHr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhDW73YaHr .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uhDW73YaHr .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uhDW73YaHr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhDW73YaHr .nav-link {
  position: relative;
}
.cid-uhDW73YaHr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhDW73YaHr .container {
    flex-wrap: nowrap;
  }
}
.cid-uhDW73YaHr .dropdown-menu,
.cid-uhDW73YaHr .navbar.opened {
  background: #d7e3f7 !important;
}
.cid-uhDW73YaHr .nav-item:focus,
.cid-uhDW73YaHr .nav-link:focus {
  outline: none;
}
.cid-uhDW73YaHr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhDW73YaHr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhDW73YaHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhDW73YaHr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhDW73YaHr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhDW73YaHr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhDW73YaHr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #d7e3f7;
}
.cid-uhDW73YaHr .navbar.opened {
  transition: all 0.3s;
}
.cid-uhDW73YaHr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhDW73YaHr .navbar .navbar-logo img {
  width: auto;
}
.cid-uhDW73YaHr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhDW73YaHr .navbar.collapsed {
  justify-content: center;
}
.cid-uhDW73YaHr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhDW73YaHr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhDW73YaHr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uhDW73YaHr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhDW73YaHr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhDW73YaHr .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-uhDW73YaHr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhDW73YaHr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhDW73YaHr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhDW73YaHr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhDW73YaHr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhDW73YaHr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhDW73YaHr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhDW73YaHr .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-uhDW73YaHr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhDW73YaHr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhDW73YaHr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhDW73YaHr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhDW73YaHr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhDW73YaHr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhDW73YaHr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhDW73YaHr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhDW73YaHr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhDW73YaHr .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-uhDW73YaHr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhDW73YaHr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhDW73YaHr .dropdown-item.active,
.cid-uhDW73YaHr .dropdown-item:active {
  background-color: transparent;
}
.cid-uhDW73YaHr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhDW73YaHr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhDW73YaHr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhDW73YaHr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e3f7;
}
.cid-uhDW73YaHr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhDW73YaHr .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uhDW73YaHr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhDW73YaHr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhDW73YaHr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhDW73YaHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uhDW73YaHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhDW73YaHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDW73YaHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhDW73YaHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhDW73YaHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDW73YaHr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhDW73YaHr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhDW73YaHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhDW73YaHr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhDW73YaHr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhDW73YaHr .navbar {
    height: 70px;
  }
  .cid-uhDW73YaHr .navbar.opened {
    height: auto;
  }
  .cid-uhDW73YaHr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhDW73YaHr .navbar-caption-wrap,
.cid-uhDW73YaHr .title-wrap {
  color: #272727;
}
.cid-uqBAI45hbN {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/fond.jpg");
}
.cid-uqBAI45hbN .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uqBAI45hbN .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-uqBAI45hbN .align-center {
    text-align: center;
  }
}
.cid-uqBAI45hbN H1 {
  color: #bed3f9;
}
.cid-uqBAI45hbN .mbr-text,
.cid-uqBAI45hbN .mbr-section-btn {
  color: #ffffff;
}
.cid-uqBAI45hbN .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-uqBAI45hbN H3 {
  color: #ffe161;
}
.cid-urmbMxZ8uI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urmbMxZ8uI .row {
  align-items: center;
}
.cid-urmbMxZ8uI .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-urmbMxZ8uI .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-urmbMxZ8uI .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-urmbMxZ8uI .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-urmbMxZ8uI .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-urmbMxZ8uI .col-text {
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 992px) {
  .cid-urmbMxZ8uI .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urmbMxZ8uI .col-text {
    text-align: center;
  }
}
.cid-urmbMxZ8uI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urmbMxZ8uI .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-urmbMxZ8uI .label-text {
    text-align: center !important;
  }
}
.cid-urmbMxZ8uI .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-urmbMxZ8uI .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-urmbMxZ8uI .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urmbMxZ8uI .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-urmbMxZ8uI .lists-container {
    justify-content: center;
  }
}
.cid-urmbMxZ8uI .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-urmbMxZ8uI .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-urmbMxZ8uI .list {
    align-items: center;
  }
}
.cid-urmbMxZ8uI .list-item {
  display: flex;
  align-items: center;
}
.cid-urmbMxZ8uI .icon-wrapper {
  margin-right: 5px;
}
.cid-urmbMxZ8uI .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-urmbMxZ8uI .list-item-text {
  flex-grow: 1;
}
.cid-urmbMxZ8uI .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urmbMxZ8uI .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-urmbMxZ8uI .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urmbMxZ8uI .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urmbMxZ8uI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmbMxZ8uI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDW8UFJ3g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d7e3f7;
}
.cid-uhDW8UFJ3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDW8UFJ3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDW8UFJ3g .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uhDW8UFJ3g .container {
    max-width: 1400px;
  }
}
.cid-uhDW8UFJ3g .card {
  margin: auto;
}
.cid-uhDW8UFJ3g .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uhDW8UFJ3g .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhDW8UFJ3g .row {
  justify-content: center;
}
.cid-uhDW8UFJ3g .card-title,
.cid-uhDW8UFJ3g .card-box {
  color: #4479d9;
}
.cid-uryCjcpbu6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryCjcpbu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryCjcpbu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryCjcpbu6 .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-uryCjcpbu6 .mbr-section-title {
  color: #000000;
}
.cid-uryCjcpbu6 .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-uryCjcpbu6 .card-row {
  align-items: stretch;
}
.cid-uryCjcpbu6 .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uryCjcpbu6 .item {
    width: 20% !important;
  }
}
.cid-uryCjcpbu6 .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-uryCjcpbu6 .item-wrapper {
    min-height: 360px;
  }
}
.cid-uryCjcpbu6 .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-uryCjcpbu6 .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-uryCjcpbu6 .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-uryCjcpbu6 .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-uryCjcpbu6 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-uryCjcpbu6 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uryCjcpbu6 .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-uryCjcpbu6 .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-uryCjcpbu6 .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-uryCjcpbu6 .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-uryCjcpbu6 .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-uryCjcpbu6 .iconfont-wrapper {
  margin-right: 18px;
}
.cid-uryCjcpbu6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-uryCjcpbu6 .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-uryCjcpbu6 .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-uryCjcpbu6 .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-uryCjcpbu6 .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uryCjcpbu6 .mbr-section-btn {
    width: auto;
  }
  .cid-uryCjcpbu6 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uhDW9QLlo7 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/paysage.jpg");
}
.cid-uhDW9QLlo7 .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-uhDW9QLlo7 .form-control,
.cid-uhDW9QLlo7 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhDW9QLlo7 .form-control::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .field-input::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .form-control::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uhDW9QLlo7 .form-control:-moz-placeholder,
.cid-uhDW9QLlo7 .field-input:-moz-placeholder,
.cid-uhDW9QLlo7 .form-control:-moz-placeholder,
.cid-uhDW9QLlo7 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uhDW9QLlo7 .form-control:hover,
.cid-uhDW9QLlo7 .field-input:hover,
.cid-uhDW9QLlo7 .form-control:focus,
.cid-uhDW9QLlo7 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uhDW9QLlo7 .form-control:hover::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .field-input:hover::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .form-control:focus::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .field-input:focus::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .form-control:hover::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .field-input:hover::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .form-control:focus::-webkit-input-placeholder,
.cid-uhDW9QLlo7 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uhDW9QLlo7 .form-control:hover:-moz-placeholder,
.cid-uhDW9QLlo7 .field-input:hover:-moz-placeholder,
.cid-uhDW9QLlo7 .form-control:focus:-moz-placeholder,
.cid-uhDW9QLlo7 .field-input:focus:-moz-placeholder,
.cid-uhDW9QLlo7 .form-control:hover:-moz-placeholder,
.cid-uhDW9QLlo7 .field-input:hover:-moz-placeholder,
.cid-uhDW9QLlo7 .form-control:focus:-moz-placeholder,
.cid-uhDW9QLlo7 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uhDW9QLlo7 .jq-number__spin:hover,
.cid-uhDW9QLlo7 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uhDW9QLlo7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhDW9QLlo7 .jq-selectbox li,
.cid-uhDW9QLlo7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uhDW9QLlo7 .jq-selectbox li:hover,
.cid-uhDW9QLlo7 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uhDW9QLlo7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uhDW9QLlo7 .jq-number__spin.minus:hover:after,
.cid-uhDW9QLlo7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uhDW9QLlo7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uhDW9QLlo7 .jq-number__spin.minus:after,
.cid-uhDW9QLlo7 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uhDW9QLlo7 input::-webkit-clear-button {
  display: none;
}
.cid-uhDW9QLlo7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uhDW9QLlo7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uhDW9QLlo7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uhDW9QLlo7 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uhDWakJUfq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhDWakJUfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDWakJUfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDWakJUfq .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uhDWakJUfq .row &gt; [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uhDWakJUfq .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uhDWakJUfq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhDWakJUfq .navbar-brand .navbar-logo img {
  width: AUTO;
  height: AUTO;
}
.cid-uhDWakJUfq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uhDWakJUfq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uhDWakJUfq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uhDWakJUfq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uhDWakJUfq .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uhDWakJUfq .mbr-text {
  color: #1b1818;
}
.cid-uhDWakJUfq .list-box {
  width: 100%;
}
.cid-uhDWakJUfq .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uhDWakJUfq .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uhDWakJUfq .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uhDWakJUfq .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uhDWakJUfq .list a:hover:before {
  background-position: left !important;
}
.cid-uhDWakJUfq .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uhDWakJUfq .news-item {
  width: 100%;
}
.cid-uhDWakJUfq .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uhDWakJUfq .news-title {
  color: #303030;
}
.cid-uhEhhMIEr5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1b1818;
}
.cid-uhEhhMIEr5 .mbr-text {
  color: #ffffff;
}
.cid-urmrwB6n4M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urmrwB6n4M .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-urmrwB6n4M .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-urmrwB6n4M .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-urmrwB6n4M .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-urmrwB6n4M .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #6592e6;
  z-index: -1;
}
.cid-urmrwB6n4M nav.navbar {
  position: fixed;
}
.cid-urmrwB6n4M .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-urmrwB6n4M .nav-item {
  border-left: 1px solid BLACK;
  border-right: 1px solid BLACK;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-urmrwB6n4M .nav-item {
    border: 0;
  }
}
.cid-urmrwB6n4M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urmrwB6n4M .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-urmrwB6n4M .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-urmrwB6n4M .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-urmrwB6n4M .title-wrap:hover span {
  color: white;
}
.cid-urmrwB6n4M .title-wrap:hover:before {
  height: 100%;
}
.cid-urmrwB6n4M .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-urmrwB6n4M .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-urmrwB6n4M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urmrwB6n4M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urmrwB6n4M .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-urmrwB6n4M .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-urmrwB6n4M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urmrwB6n4M .nav-link {
  position: relative;
}
.cid-urmrwB6n4M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urmrwB6n4M .container {
    flex-wrap: nowrap;
  }
}
.cid-urmrwB6n4M .dropdown-menu,
.cid-urmrwB6n4M .navbar.opened {
  background: #d7e3f7 !important;
}
.cid-urmrwB6n4M .nav-item:focus,
.cid-urmrwB6n4M .nav-link:focus {
  outline: none;
}
.cid-urmrwB6n4M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urmrwB6n4M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urmrwB6n4M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urmrwB6n4M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urmrwB6n4M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urmrwB6n4M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urmrwB6n4M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #d7e3f7;
}
.cid-urmrwB6n4M .navbar.opened {
  transition: all 0.3s;
}
.cid-urmrwB6n4M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urmrwB6n4M .navbar .navbar-logo img {
  width: auto;
}
.cid-urmrwB6n4M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urmrwB6n4M .navbar.collapsed {
  justify-content: center;
}
.cid-urmrwB6n4M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urmrwB6n4M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urmrwB6n4M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-urmrwB6n4M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urmrwB6n4M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urmrwB6n4M .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-urmrwB6n4M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urmrwB6n4M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urmrwB6n4M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urmrwB6n4M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urmrwB6n4M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urmrwB6n4M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urmrwB6n4M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urmrwB6n4M .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-urmrwB6n4M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urmrwB6n4M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urmrwB6n4M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urmrwB6n4M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urmrwB6n4M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urmrwB6n4M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urmrwB6n4M .navbar.navbar-short {
  min-height: 60px;
}
.cid-urmrwB6n4M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urmrwB6n4M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urmrwB6n4M .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-urmrwB6n4M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urmrwB6n4M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urmrwB6n4M .dropdown-item.active,
.cid-urmrwB6n4M .dropdown-item:active {
  background-color: transparent;
}
.cid-urmrwB6n4M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urmrwB6n4M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urmrwB6n4M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urmrwB6n4M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e3f7;
}
.cid-urmrwB6n4M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urmrwB6n4M .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-urmrwB6n4M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urmrwB6n4M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urmrwB6n4M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urmrwB6n4M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urmrwB6n4M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urmrwB6n4M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urmrwB6n4M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urmrwB6n4M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urmrwB6n4M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urmrwB6n4M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urmrwB6n4M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urmrwB6n4M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urmrwB6n4M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urmrwB6n4M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urmrwB6n4M .navbar {
    height: 70px;
  }
  .cid-urmrwB6n4M .navbar.opened {
    height: auto;
  }
  .cid-urmrwB6n4M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urmrwB6n4M .navbar-caption-wrap,
.cid-urmrwB6n4M .title-wrap {
  color: #272727;
}
.cid-urmrwCKDTK {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/91ecc694-74c4-4d7c-8a9b-8f37a4120bec.jpg");
}
.cid-urmrwCKDTK .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-urmrwCKDTK .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-urmrwCKDTK .align-center {
    text-align: center;
  }
}
.cid-urmrwCKDTK H1 {
  color: #bed3f9;
}
.cid-urmrwCKDTK .mbr-text,
.cid-urmrwCKDTK .mbr-section-btn {
  color: #ffffff;
}
.cid-urmrwCKDTK .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-urmrwCKDTK H3 {
  color: #ffe161;
}
.cid-urmrwHPUCC {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #d7e3f7;
}
.cid-urmrwHPUCC .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-urmrwHPUCC .form-control,
.cid-urmrwHPUCC .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urmrwHPUCC .form-control::-webkit-input-placeholder,
.cid-urmrwHPUCC .field-input::-webkit-input-placeholder,
.cid-urmrwHPUCC .form-control::-webkit-input-placeholder,
.cid-urmrwHPUCC .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-urmrwHPUCC .form-control:-moz-placeholder,
.cid-urmrwHPUCC .field-input:-moz-placeholder,
.cid-urmrwHPUCC .form-control:-moz-placeholder,
.cid-urmrwHPUCC .field-input:-moz-placeholder {
  color: #000000;
}
.cid-urmrwHPUCC .form-control:hover,
.cid-urmrwHPUCC .field-input:hover,
.cid-urmrwHPUCC .form-control:focus,
.cid-urmrwHPUCC .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-urmrwHPUCC .form-control:hover::-webkit-input-placeholder,
.cid-urmrwHPUCC .field-input:hover::-webkit-input-placeholder,
.cid-urmrwHPUCC .form-control:focus::-webkit-input-placeholder,
.cid-urmrwHPUCC .field-input:focus::-webkit-input-placeholder,
.cid-urmrwHPUCC .form-control:hover::-webkit-input-placeholder,
.cid-urmrwHPUCC .field-input:hover::-webkit-input-placeholder,
.cid-urmrwHPUCC .form-control:focus::-webkit-input-placeholder,
.cid-urmrwHPUCC .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-urmrwHPUCC .form-control:hover:-moz-placeholder,
.cid-urmrwHPUCC .field-input:hover:-moz-placeholder,
.cid-urmrwHPUCC .form-control:focus:-moz-placeholder,
.cid-urmrwHPUCC .field-input:focus:-moz-placeholder,
.cid-urmrwHPUCC .form-control:hover:-moz-placeholder,
.cid-urmrwHPUCC .field-input:hover:-moz-placeholder,
.cid-urmrwHPUCC .form-control:focus:-moz-placeholder,
.cid-urmrwHPUCC .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-urmrwHPUCC .jq-number__spin:hover,
.cid-urmrwHPUCC .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-urmrwHPUCC .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urmrwHPUCC .jq-selectbox li,
.cid-urmrwHPUCC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-urmrwHPUCC .jq-selectbox li:hover,
.cid-urmrwHPUCC .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-urmrwHPUCC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-urmrwHPUCC .jq-number__spin.minus:hover:after,
.cid-urmrwHPUCC .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-urmrwHPUCC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-urmrwHPUCC .jq-number__spin.minus:after,
.cid-urmrwHPUCC .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-urmrwHPUCC input::-webkit-clear-button {
  display: none;
}
.cid-urmrwHPUCC input::-webkit-inner-spin-button {
  display: none;
}
.cid-urmrwHPUCC input::-webkit-outer-spin-button {
  display: none;
}
.cid-urmrwHPUCC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-urmrwHPUCC H4 {
  color: #000000;
  text-align: center;
}
.cid-urmrwGuelG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urmrwGuelG .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmrwGuelG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmrwGuelG .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-urmrwGuelG .mbr-section-title {
  color: #000000;
}
.cid-urmrwGuelG .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-urmrwGuelG .card-row {
  align-items: stretch;
}
.cid-urmrwGuelG .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-urmrwGuelG .item {
    width: 20% !important;
  }
}
.cid-urmrwGuelG .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-urmrwGuelG .item-wrapper {
    min-height: 360px;
  }
}
.cid-urmrwGuelG .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-urmrwGuelG .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-urmrwGuelG .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-urmrwGuelG .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-urmrwGuelG .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-urmrwGuelG .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urmrwGuelG .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-urmrwGuelG .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-urmrwGuelG .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-urmrwGuelG .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-urmrwGuelG .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-urmrwGuelG .iconfont-wrapper {
  margin-right: 18px;
}
.cid-urmrwGuelG .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-urmrwGuelG .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-urmrwGuelG .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-urmrwGuelG .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-urmrwGuelG .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-urmrwGuelG .mbr-section-btn {
    width: auto;
  }
  .cid-urmrwGuelG .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-urmrwIZYZg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urmrwIZYZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmrwIZYZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmrwIZYZg .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-urmrwIZYZg .row &gt; [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-urmrwIZYZg .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-urmrwIZYZg .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urmrwIZYZg .navbar-brand .navbar-logo img {
  width: AUTO;
  height: AUTO;
}
.cid-urmrwIZYZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-urmrwIZYZg .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-urmrwIZYZg .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urmrwIZYZg .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-urmrwIZYZg .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-urmrwIZYZg .mbr-text {
  color: #1b1818;
}
.cid-urmrwIZYZg .list-box {
  width: 100%;
}
.cid-urmrwIZYZg .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-urmrwIZYZg .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-urmrwIZYZg .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urmrwIZYZg .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-urmrwIZYZg .list a:hover:before {
  background-position: left !important;
}
.cid-urmrwIZYZg .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-urmrwIZYZg .news-item {
  width: 100%;
}
.cid-urmrwIZYZg .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-urmrwIZYZg .news-title {
  color: #303030;
}
.cid-urmrwKt4MP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1b1818;
}
.cid-urmrwKt4MP .mbr-text {
  color: #ffffff;
}
.cid-uryD8dIOOP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uryD8dIOOP .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uryD8dIOOP .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uryD8dIOOP .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uryD8dIOOP .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uryD8dIOOP .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #6592e6;
  z-index: -1;
}
.cid-uryD8dIOOP nav.navbar {
  position: fixed;
}
.cid-uryD8dIOOP .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uryD8dIOOP .nav-item {
  border-left: 1px solid BLACK;
  border-right: 1px solid BLACK;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uryD8dIOOP .nav-item {
    border: 0;
  }
}
.cid-uryD8dIOOP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uryD8dIOOP .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uryD8dIOOP .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uryD8dIOOP .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uryD8dIOOP .title-wrap:hover span {
  color: white;
}
.cid-uryD8dIOOP .title-wrap:hover:before {
  height: 100%;
}
.cid-uryD8dIOOP .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-uryD8dIOOP .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-uryD8dIOOP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uryD8dIOOP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uryD8dIOOP .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uryD8dIOOP .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uryD8dIOOP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uryD8dIOOP .nav-link {
  position: relative;
}
.cid-uryD8dIOOP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uryD8dIOOP .container {
    flex-wrap: nowrap;
  }
}
.cid-uryD8dIOOP .dropdown-menu,
.cid-uryD8dIOOP .navbar.opened {
  background: #d7e3f7 !important;
}
.cid-uryD8dIOOP .nav-item:focus,
.cid-uryD8dIOOP .nav-link:focus {
  outline: none;
}
.cid-uryD8dIOOP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uryD8dIOOP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uryD8dIOOP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uryD8dIOOP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uryD8dIOOP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uryD8dIOOP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uryD8dIOOP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #d7e3f7;
}
.cid-uryD8dIOOP .navbar.opened {
  transition: all 0.3s;
}
.cid-uryD8dIOOP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uryD8dIOOP .navbar .navbar-logo img {
  width: auto;
}
.cid-uryD8dIOOP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uryD8dIOOP .navbar.collapsed {
  justify-content: center;
}
.cid-uryD8dIOOP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uryD8dIOOP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uryD8dIOOP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uryD8dIOOP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uryD8dIOOP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uryD8dIOOP .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-uryD8dIOOP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uryD8dIOOP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uryD8dIOOP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uryD8dIOOP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uryD8dIOOP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uryD8dIOOP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uryD8dIOOP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uryD8dIOOP .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-uryD8dIOOP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uryD8dIOOP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uryD8dIOOP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uryD8dIOOP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uryD8dIOOP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uryD8dIOOP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uryD8dIOOP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uryD8dIOOP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uryD8dIOOP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uryD8dIOOP .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-uryD8dIOOP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uryD8dIOOP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uryD8dIOOP .dropdown-item.active,
.cid-uryD8dIOOP .dropdown-item:active {
  background-color: transparent;
}
.cid-uryD8dIOOP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uryD8dIOOP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uryD8dIOOP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uryD8dIOOP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e3f7;
}
.cid-uryD8dIOOP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uryD8dIOOP .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uryD8dIOOP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uryD8dIOOP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uryD8dIOOP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uryD8dIOOP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uryD8dIOOP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uryD8dIOOP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uryD8dIOOP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uryD8dIOOP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uryD8dIOOP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uryD8dIOOP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uryD8dIOOP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uryD8dIOOP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uryD8dIOOP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uryD8dIOOP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uryD8dIOOP .navbar {
    height: 70px;
  }
  .cid-uryD8dIOOP .navbar.opened {
    height: auto;
  }
  .cid-uryD8dIOOP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uryD8dIOOP .navbar-caption-wrap,
.cid-uryD8dIOOP .title-wrap {
  color: #272727;
}
.cid-uryD8fh5st {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/r.jpg");
}
.cid-uryD8fh5st .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uryD8fh5st .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-uryD8fh5st .align-center {
    text-align: center;
  }
}
.cid-uryD8fh5st H1 {
  color: #bed3f9;
}
.cid-uryD8fh5st .mbr-text,
.cid-uryD8fh5st .mbr-section-btn {
  color: #ffffff;
}
.cid-uryD8fh5st .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-uryD8fh5st H3 {
  color: #ffe161;
}
.cid-uryD8g8gYu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryD8g8gYu .row {
  align-items: center;
}
.cid-uryD8g8gYu .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uryD8g8gYu .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-uryD8g8gYu .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-uryD8g8gYu .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-uryD8g8gYu .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uryD8g8gYu .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uryD8g8gYu .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uryD8g8gYu .col-text {
    text-align: center;
  }
}
.cid-uryD8g8gYu .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uryD8g8gYu .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-uryD8g8gYu .label-text {
    text-align: center !important;
  }
}
.cid-uryD8g8gYu .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uryD8g8gYu .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uryD8g8gYu .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryD8g8gYu .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uryD8g8gYu .lists-container {
    justify-content: center;
  }
}
.cid-uryD8g8gYu .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uryD8g8gYu .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uryD8g8gYu .list {
    align-items: center;
  }
}
.cid-uryD8g8gYu .list-item {
  display: flex;
  align-items: center;
}
.cid-uryD8g8gYu .icon-wrapper {
  margin-right: 5px;
}
.cid-uryD8g8gYu .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-uryD8g8gYu .list-item-text {
  flex-grow: 1;
}
.cid-uryD8g8gYu .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryD8g8gYu .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uryD8g8gYu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uryD8g8gYu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uryD8g8gYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryD8g8gYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryT3RgPIh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uryT3RgPIh .row {
  flex-direction: row-reverse;
}
.cid-uryT3RgPIh .row {
  align-items: center;
}
.cid-uryT3RgPIh .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uryT3RgPIh .image-wrapper {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
.cid-uryT3RgPIh .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-uryT3RgPIh .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-uryT3RgPIh .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uryT3RgPIh .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uryT3RgPIh .col-text {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uryT3RgPIh .col-text {
    text-align: center;
  }
}
.cid-uryT3RgPIh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uryT3RgPIh .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-uryT3RgPIh .label-text {
    text-align: center !important;
  }
}
.cid-uryT3RgPIh .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uryT3RgPIh .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uryT3RgPIh .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryT3RgPIh .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uryT3RgPIh .lists-container {
    justify-content: center;
  }
}
.cid-uryT3RgPIh .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uryT3RgPIh .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uryT3RgPIh .list {
    align-items: center;
  }
}
.cid-uryT3RgPIh .list-item {
  display: flex;
  align-items: center;
}
.cid-uryT3RgPIh .icon-wrapper {
  margin-right: 5px;
}
.cid-uryT3RgPIh .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-uryT3RgPIh .list-item-text {
  flex-grow: 1;
}
.cid-uryT3RgPIh .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uryT3RgPIh .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uryT3RgPIh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uryT3RgPIh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uryT3RgPIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryT3RgPIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryUjPf2mX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryUjPf2mX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryUjPf2mX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryUjPf2mX .item {
  padding-bottom: 2rem;
}
.cid-uryUjPf2mX .item-wrapper {
  position: relative;
}
.cid-uryUjPf2mX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uryUjPf2mX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uryUjPf2mX .carousel-control,
.cid-uryUjPf2mX .close {
  background: #1b1b1b;
}
.cid-uryUjPf2mX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uryUjPf2mX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uryUjPf2mX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uryUjPf2mX .carousel-control-next span {
  margin-left: 5px;
}
.cid-uryUjPf2mX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uryUjPf2mX .close::before {
  content: '\e91a';
}
.cid-uryUjPf2mX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uryUjPf2mX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uryUjPf2mX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uryUjPf2mX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uryUjPf2mX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uryUjPf2mX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uryUjPf2mX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uryUjPf2mX .carousel-indicators li.active,
.cid-uryUjPf2mX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uryUjPf2mX .carousel-indicators li::after,
.cid-uryUjPf2mX .carousel-indicators li::before {
  content: none;
}
.cid-uryUjPf2mX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uryUjPf2mX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uryUjPf2mX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uryUjPf2mX .carousel-indicators {
    display: none;
  }
}
.cid-uryUjPf2mX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uryUjPf2mX .carousel-inner &gt; .active {
  display: block;
}
.cid-uryUjPf2mX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uryUjPf2mX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uryUjPf2mX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uryUjPf2mX .carousel-control,
  .cid-uryUjPf2mX .carousel-indicators,
  .cid-uryUjPf2mX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uryUjPf2mX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uryUjPf2mX .mbr-slider &gt; .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uryUjPf2mX .carousel-indicators .active,
.cid-uryUjPf2mX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uryUjPf2mX .carousel-indicators .active {
  background: #fff;
}
.cid-uryUjPf2mX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uryUjPf2mX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uryUjPf2mX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uryUjPf2mX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uryUjPf2mX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uryUjPf2mX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uryUjPf2mX .carousel {
  width: 100%;
}
.cid-uryUjPf2mX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uryUjPf2mX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uryUjPf2mX .modal.fade .modal-dialog,
.cid-uryUjPf2mX .modal.in .modal-dialog {
  transform: none;
}
.cid-uryUjPf2mX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uryUjPf2mX H6 {
  text-align: center;
}
.cid-uryUjPf2mX H3 {
  text-align: left;
  color: #595a5c;
}
.cid-uryD8hAKal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d7e3f7;
}
.cid-uryD8hAKal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryD8hAKal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryD8hAKal .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uryD8hAKal .container {
    max-width: 1400px;
  }
}
.cid-uryD8hAKal .card {
  margin: auto;
}
.cid-uryD8hAKal .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uryD8hAKal .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uryD8hAKal .row {
  justify-content: center;
}
.cid-uryD8hAKal .card-title,
.cid-uryD8hAKal .card-box {
  color: #4479d9;
}
.cid-uryD8iF3fM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uryD8iF3fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryD8iF3fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryD8iF3fM .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-uryD8iF3fM .mbr-section-title {
  color: #000000;
}
.cid-uryD8iF3fM .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-uryD8iF3fM .card-row {
  align-items: stretch;
}
.cid-uryD8iF3fM .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uryD8iF3fM .item {
    width: 20% !important;
  }
}
.cid-uryD8iF3fM .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-uryD8iF3fM .item-wrapper {
    min-height: 360px;
  }
}
.cid-uryD8iF3fM .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-uryD8iF3fM .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-uryD8iF3fM .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-uryD8iF3fM .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-uryD8iF3fM .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-uryD8iF3fM .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uryD8iF3fM .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-uryD8iF3fM .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-uryD8iF3fM .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-uryD8iF3fM .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-uryD8iF3fM .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-uryD8iF3fM .iconfont-wrapper {
  margin-right: 18px;
}
.cid-uryD8iF3fM .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-uryD8iF3fM .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-uryD8iF3fM .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-uryD8iF3fM .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-uryD8iF3fM .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uryD8iF3fM .mbr-section-btn {
    width: auto;
  }
  .cid-uryD8iF3fM .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uryD8k4L1X {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/paysage.jpg");
}
.cid-uryD8k4L1X .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-uryD8k4L1X .form-control,
.cid-uryD8k4L1X .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uryD8k4L1X .form-control::-webkit-input-placeholder,
.cid-uryD8k4L1X .field-input::-webkit-input-placeholder,
.cid-uryD8k4L1X .form-control::-webkit-input-placeholder,
.cid-uryD8k4L1X .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uryD8k4L1X .form-control:-moz-placeholder,
.cid-uryD8k4L1X .field-input:-moz-placeholder,
.cid-uryD8k4L1X .form-control:-moz-placeholder,
.cid-uryD8k4L1X .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uryD8k4L1X .form-control:hover,
.cid-uryD8k4L1X .field-input:hover,
.cid-uryD8k4L1X .form-control:focus,
.cid-uryD8k4L1X .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uryD8k4L1X .form-control:hover::-webkit-input-placeholder,
.cid-uryD8k4L1X .field-input:hover::-webkit-input-placeholder,
.cid-uryD8k4L1X .form-control:focus::-webkit-input-placeholder,
.cid-uryD8k4L1X .field-input:focus::-webkit-input-placeholder,
.cid-uryD8k4L1X .form-control:hover::-webkit-input-placeholder,
.cid-uryD8k4L1X .field-input:hover::-webkit-input-placeholder,
.cid-uryD8k4L1X .form-control:focus::-webkit-input-placeholder,
.cid-uryD8k4L1X .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uryD8k4L1X .form-control:hover:-moz-placeholder,
.cid-uryD8k4L1X .field-input:hover:-moz-placeholder,
.cid-uryD8k4L1X .form-control:focus:-moz-placeholder,
.cid-uryD8k4L1X .field-input:focus:-moz-placeholder,
.cid-uryD8k4L1X .form-control:hover:-moz-placeholder,
.cid-uryD8k4L1X .field-input:hover:-moz-placeholder,
.cid-uryD8k4L1X .form-control:focus:-moz-placeholder,
.cid-uryD8k4L1X .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uryD8k4L1X .jq-number__spin:hover,
.cid-uryD8k4L1X .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uryD8k4L1X .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uryD8k4L1X .jq-selectbox li,
.cid-uryD8k4L1X .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uryD8k4L1X .jq-selectbox li:hover,
.cid-uryD8k4L1X .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uryD8k4L1X .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uryD8k4L1X .jq-number__spin.minus:hover:after,
.cid-uryD8k4L1X .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uryD8k4L1X .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uryD8k4L1X .jq-number__spin.minus:after,
.cid-uryD8k4L1X .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uryD8k4L1X input::-webkit-clear-button {
  display: none;
}
.cid-uryD8k4L1X input::-webkit-inner-spin-button {
  display: none;
}
.cid-uryD8k4L1X input::-webkit-outer-spin-button {
  display: none;
}
.cid-uryD8k4L1X input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uryD8k4L1X H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uryD8l5JGv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uryD8l5JGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryD8l5JGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryD8l5JGv .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uryD8l5JGv .row &gt; [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uryD8l5JGv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uryD8l5JGv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uryD8l5JGv .navbar-brand .navbar-logo img {
  width: AUTO;
  height: AUTO;
}
.cid-uryD8l5JGv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uryD8l5JGv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uryD8l5JGv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uryD8l5JGv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uryD8l5JGv .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uryD8l5JGv .mbr-text {
  color: #1b1818;
}
.cid-uryD8l5JGv .list-box {
  width: 100%;
}
.cid-uryD8l5JGv .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uryD8l5JGv .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uryD8l5JGv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uryD8l5JGv .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uryD8l5JGv .list a:hover:before {
  background-position: left !important;
}
.cid-uryD8l5JGv .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uryD8l5JGv .news-item {
  width: 100%;
}
.cid-uryD8l5JGv .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uryD8l5JGv .news-title {
  color: #303030;
}
.cid-uryD8mn0AW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1b1818;
}
.cid-uryD8mn0AW .mbr-text {
  color: #ffffff;
}
.cid-urUOLSC6w1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urUOLSC6w1 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-urUOLSC6w1 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-urUOLSC6w1 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-urUOLSC6w1 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-urUOLSC6w1 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #6592e6;
  z-index: -1;
}
.cid-urUOLSC6w1 nav.navbar {
  position: fixed;
}
.cid-urUOLSC6w1 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-urUOLSC6w1 .nav-item {
  border-left: 1px solid BLACK;
  border-right: 1px solid BLACK;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-urUOLSC6w1 .nav-item {
    border: 0;
  }
}
.cid-urUOLSC6w1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urUOLSC6w1 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-urUOLSC6w1 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-urUOLSC6w1 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-urUOLSC6w1 .title-wrap:hover span {
  color: white;
}
.cid-urUOLSC6w1 .title-wrap:hover:before {
  height: 100%;
}
.cid-urUOLSC6w1 .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-urUOLSC6w1 .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-urUOLSC6w1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urUOLSC6w1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urUOLSC6w1 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-urUOLSC6w1 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-urUOLSC6w1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urUOLSC6w1 .nav-link {
  position: relative;
}
.cid-urUOLSC6w1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urUOLSC6w1 .container {
    flex-wrap: nowrap;
  }
}
.cid-urUOLSC6w1 .dropdown-menu,
.cid-urUOLSC6w1 .navbar.opened {
  background: #d7e3f7 !important;
}
.cid-urUOLSC6w1 .nav-item:focus,
.cid-urUOLSC6w1 .nav-link:focus {
  outline: none;
}
.cid-urUOLSC6w1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urUOLSC6w1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urUOLSC6w1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urUOLSC6w1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urUOLSC6w1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urUOLSC6w1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urUOLSC6w1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #d7e3f7;
}
.cid-urUOLSC6w1 .navbar.opened {
  transition: all 0.3s;
}
.cid-urUOLSC6w1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urUOLSC6w1 .navbar .navbar-logo img {
  width: auto;
}
.cid-urUOLSC6w1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urUOLSC6w1 .navbar.collapsed {
  justify-content: center;
}
.cid-urUOLSC6w1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urUOLSC6w1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urUOLSC6w1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-urUOLSC6w1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urUOLSC6w1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urUOLSC6w1 .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-urUOLSC6w1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urUOLSC6w1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urUOLSC6w1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urUOLSC6w1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urUOLSC6w1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urUOLSC6w1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urUOLSC6w1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urUOLSC6w1 .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-urUOLSC6w1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urUOLSC6w1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urUOLSC6w1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urUOLSC6w1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urUOLSC6w1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urUOLSC6w1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urUOLSC6w1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-urUOLSC6w1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urUOLSC6w1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urUOLSC6w1 .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-urUOLSC6w1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urUOLSC6w1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urUOLSC6w1 .dropdown-item.active,
.cid-urUOLSC6w1 .dropdown-item:active {
  background-color: transparent;
}
.cid-urUOLSC6w1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urUOLSC6w1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urUOLSC6w1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urUOLSC6w1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e3f7;
}
.cid-urUOLSC6w1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urUOLSC6w1 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-urUOLSC6w1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urUOLSC6w1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urUOLSC6w1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urUOLSC6w1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urUOLSC6w1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urUOLSC6w1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urUOLSC6w1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urUOLSC6w1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urUOLSC6w1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urUOLSC6w1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urUOLSC6w1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urUOLSC6w1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urUOLSC6w1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urUOLSC6w1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urUOLSC6w1 .navbar {
    height: 70px;
  }
  .cid-urUOLSC6w1 .navbar.opened {
    height: auto;
  }
  .cid-urUOLSC6w1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urUOLSC6w1 .navbar-caption-wrap,
.cid-urUOLSC6w1 .title-wrap {
  color: #272727;
}
.cid-urUOLU3FL4 {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/fond-etanchiete.jpg");
}
.cid-urUOLU3FL4 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-urUOLU3FL4 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-urUOLU3FL4 .align-center {
    text-align: center;
  }
}
.cid-urUOLU3FL4 H1 {
  color: #bed3f9;
}
.cid-urUOLU3FL4 .mbr-text,
.cid-urUOLU3FL4 .mbr-section-btn {
  color: #ffffff;
}
.cid-urUOLU3FL4 .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-urUOLU3FL4 H3 {
  color: #ffe161;
}
.cid-urUOLUMwtH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urUOLUMwtH .row {
  align-items: center;
}
.cid-urUOLUMwtH .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-urUOLUMwtH .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-urUOLUMwtH .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-urUOLUMwtH .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-urUOLUMwtH .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-urUOLUMwtH .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-urUOLUMwtH .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urUOLUMwtH .col-text {
    text-align: center;
  }
}
.cid-urUOLUMwtH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urUOLUMwtH .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-urUOLUMwtH .label-text {
    text-align: center !important;
  }
}
.cid-urUOLUMwtH .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-urUOLUMwtH .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-urUOLUMwtH .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUOLUMwtH .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-urUOLUMwtH .lists-container {
    justify-content: center;
  }
}
.cid-urUOLUMwtH .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-urUOLUMwtH .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-urUOLUMwtH .list {
    align-items: center;
  }
}
.cid-urUOLUMwtH .list-item {
  display: flex;
  align-items: center;
}
.cid-urUOLUMwtH .icon-wrapper {
  margin-right: 5px;
}
.cid-urUOLUMwtH .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-urUOLUMwtH .list-item-text {
  flex-grow: 1;
}
.cid-urUOLUMwtH .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUOLUMwtH .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-urUOLUMwtH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urUOLUMwtH .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urUOLUMwtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUOLUMwtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUOLVYuZV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urUOLVYuZV .row {
  flex-direction: row-reverse;
}
.cid-urUOLVYuZV .row {
  align-items: center;
}
.cid-urUOLVYuZV .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-urUOLVYuZV .image-wrapper {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
.cid-urUOLVYuZV .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-urUOLVYuZV .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-urUOLVYuZV .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-urUOLVYuZV .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-urUOLVYuZV .col-text {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urUOLVYuZV .col-text {
    text-align: center;
  }
}
.cid-urUOLVYuZV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urUOLVYuZV .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-urUOLVYuZV .label-text {
    text-align: center !important;
  }
}
.cid-urUOLVYuZV .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-urUOLVYuZV .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-urUOLVYuZV .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUOLVYuZV .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-urUOLVYuZV .lists-container {
    justify-content: center;
  }
}
.cid-urUOLVYuZV .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-urUOLVYuZV .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-urUOLVYuZV .list {
    align-items: center;
  }
}
.cid-urUOLVYuZV .list-item {
  display: flex;
  align-items: center;
}
.cid-urUOLVYuZV .icon-wrapper {
  margin-right: 5px;
}
.cid-urUOLVYuZV .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-urUOLVYuZV .list-item-text {
  flex-grow: 1;
}
.cid-urUOLVYuZV .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUOLVYuZV .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-urUOLVYuZV .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urUOLVYuZV .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urUOLVYuZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUOLVYuZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUOLXfsGz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urUOLXfsGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUOLXfsGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUOLXfsGz .item {
  padding-bottom: 2rem;
}
.cid-urUOLXfsGz .item-wrapper {
  position: relative;
}
.cid-urUOLXfsGz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-urUOLXfsGz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urUOLXfsGz .carousel-control,
.cid-urUOLXfsGz .close {
  background: #1b1b1b;
}
.cid-urUOLXfsGz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urUOLXfsGz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urUOLXfsGz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urUOLXfsGz .carousel-control-next span {
  margin-left: 5px;
}
.cid-urUOLXfsGz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urUOLXfsGz .close::before {
  content: '\e91a';
}
.cid-urUOLXfsGz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urUOLXfsGz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-urUOLXfsGz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urUOLXfsGz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urUOLXfsGz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urUOLXfsGz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urUOLXfsGz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-urUOLXfsGz .carousel-indicators li.active,
.cid-urUOLXfsGz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urUOLXfsGz .carousel-indicators li::after,
.cid-urUOLXfsGz .carousel-indicators li::before {
  content: none;
}
.cid-urUOLXfsGz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urUOLXfsGz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urUOLXfsGz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urUOLXfsGz .carousel-indicators {
    display: none;
  }
}
.cid-urUOLXfsGz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urUOLXfsGz .carousel-inner &gt; .active {
  display: block;
}
.cid-urUOLXfsGz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urUOLXfsGz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urUOLXfsGz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urUOLXfsGz .carousel-control,
  .cid-urUOLXfsGz .carousel-indicators,
  .cid-urUOLXfsGz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urUOLXfsGz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urUOLXfsGz .mbr-slider &gt; .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urUOLXfsGz .carousel-indicators .active,
.cid-urUOLXfsGz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urUOLXfsGz .carousel-indicators .active {
  background: #fff;
}
.cid-urUOLXfsGz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urUOLXfsGz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urUOLXfsGz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urUOLXfsGz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urUOLXfsGz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urUOLXfsGz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urUOLXfsGz .carousel {
  width: 100%;
}
.cid-urUOLXfsGz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urUOLXfsGz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urUOLXfsGz .modal.fade .modal-dialog,
.cid-urUOLXfsGz .modal.in .modal-dialog {
  transform: none;
}
.cid-urUOLXfsGz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urUOLXfsGz H6 {
  text-align: center;
}
.cid-urUOLXfsGz H3 {
  text-align: left;
  color: #595a5c;
}
.cid-urUOLYzOVj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d7e3f7;
}
.cid-urUOLYzOVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUOLYzOVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUOLYzOVj .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-urUOLYzOVj .container {
    max-width: 1400px;
  }
}
.cid-urUOLYzOVj .card {
  margin: auto;
}
.cid-urUOLYzOVj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-urUOLYzOVj .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urUOLYzOVj .row {
  justify-content: center;
}
.cid-urUOLYzOVj .card-title,
.cid-urUOLYzOVj .card-box {
  color: #4479d9;
}
.cid-urUOLZD3h9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urUOLZD3h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUOLZD3h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUOLZD3h9 .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-urUOLZD3h9 .mbr-section-title {
  color: #000000;
}
.cid-urUOLZD3h9 .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-urUOLZD3h9 .card-row {
  align-items: stretch;
}
.cid-urUOLZD3h9 .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-urUOLZD3h9 .item {
    width: 20% !important;
  }
}
.cid-urUOLZD3h9 .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-urUOLZD3h9 .item-wrapper {
    min-height: 360px;
  }
}
.cid-urUOLZD3h9 .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-urUOLZD3h9 .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-urUOLZD3h9 .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-urUOLZD3h9 .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-urUOLZD3h9 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-urUOLZD3h9 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urUOLZD3h9 .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-urUOLZD3h9 .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-urUOLZD3h9 .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-urUOLZD3h9 .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-urUOLZD3h9 .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-urUOLZD3h9 .iconfont-wrapper {
  margin-right: 18px;
}
.cid-urUOLZD3h9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-urUOLZD3h9 .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-urUOLZD3h9 .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-urUOLZD3h9 .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-urUOLZD3h9 .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-urUOLZD3h9 .mbr-section-btn {
    width: auto;
  }
  .cid-urUOLZD3h9 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-urUOM11rZZ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/paysage.jpg");
}
.cid-urUOM11rZZ .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-urUOM11rZZ .form-control,
.cid-urUOM11rZZ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urUOM11rZZ .form-control::-webkit-input-placeholder,
.cid-urUOM11rZZ .field-input::-webkit-input-placeholder,
.cid-urUOM11rZZ .form-control::-webkit-input-placeholder,
.cid-urUOM11rZZ .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-urUOM11rZZ .form-control:-moz-placeholder,
.cid-urUOM11rZZ .field-input:-moz-placeholder,
.cid-urUOM11rZZ .form-control:-moz-placeholder,
.cid-urUOM11rZZ .field-input:-moz-placeholder {
  color: #000000;
}
.cid-urUOM11rZZ .form-control:hover,
.cid-urUOM11rZZ .field-input:hover,
.cid-urUOM11rZZ .form-control:focus,
.cid-urUOM11rZZ .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-urUOM11rZZ .form-control:hover::-webkit-input-placeholder,
.cid-urUOM11rZZ .field-input:hover::-webkit-input-placeholder,
.cid-urUOM11rZZ .form-control:focus::-webkit-input-placeholder,
.cid-urUOM11rZZ .field-input:focus::-webkit-input-placeholder,
.cid-urUOM11rZZ .form-control:hover::-webkit-input-placeholder,
.cid-urUOM11rZZ .field-input:hover::-webkit-input-placeholder,
.cid-urUOM11rZZ .form-control:focus::-webkit-input-placeholder,
.cid-urUOM11rZZ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-urUOM11rZZ .form-control:hover:-moz-placeholder,
.cid-urUOM11rZZ .field-input:hover:-moz-placeholder,
.cid-urUOM11rZZ .form-control:focus:-moz-placeholder,
.cid-urUOM11rZZ .field-input:focus:-moz-placeholder,
.cid-urUOM11rZZ .form-control:hover:-moz-placeholder,
.cid-urUOM11rZZ .field-input:hover:-moz-placeholder,
.cid-urUOM11rZZ .form-control:focus:-moz-placeholder,
.cid-urUOM11rZZ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-urUOM11rZZ .jq-number__spin:hover,
.cid-urUOM11rZZ .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-urUOM11rZZ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urUOM11rZZ .jq-selectbox li,
.cid-urUOM11rZZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-urUOM11rZZ .jq-selectbox li:hover,
.cid-urUOM11rZZ .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-urUOM11rZZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-urUOM11rZZ .jq-number__spin.minus:hover:after,
.cid-urUOM11rZZ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-urUOM11rZZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-urUOM11rZZ .jq-number__spin.minus:after,
.cid-urUOM11rZZ .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-urUOM11rZZ input::-webkit-clear-button {
  display: none;
}
.cid-urUOM11rZZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-urUOM11rZZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-urUOM11rZZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-urUOM11rZZ H4 {
  color: #ffffff;
  text-align: center;
}
.cid-urUOM23hgJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urUOM23hgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUOM23hgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUOM23hgJ .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-urUOM23hgJ .row &gt; [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-urUOM23hgJ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-urUOM23hgJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urUOM23hgJ .navbar-brand .navbar-logo img {
  width: AUTO;
  height: AUTO;
}
.cid-urUOM23hgJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-urUOM23hgJ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-urUOM23hgJ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urUOM23hgJ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-urUOM23hgJ .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-urUOM23hgJ .mbr-text {
  color: #1b1818;
}
.cid-urUOM23hgJ .list-box {
  width: 100%;
}
.cid-urUOM23hgJ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-urUOM23hgJ .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-urUOM23hgJ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urUOM23hgJ .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-urUOM23hgJ .list a:hover:before {
  background-position: left !important;
}
.cid-urUOM23hgJ .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-urUOM23hgJ .news-item {
  width: 100%;
}
.cid-urUOM23hgJ .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-urUOM23hgJ .news-title {
  color: #303030;
}
.cid-urUOM3pSHL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1b1818;
}
.cid-urUOM3pSHL .mbr-text {
  color: #ffffff;
}
.cid-urUX5CruTr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urUX5CruTr .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-urUX5CruTr .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-urUX5CruTr .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-urUX5CruTr .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-urUX5CruTr .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #6592e6;
  z-index: -1;
}
.cid-urUX5CruTr nav.navbar {
  position: fixed;
}
.cid-urUX5CruTr .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-urUX5CruTr .nav-item {
  border-left: 1px solid BLACK;
  border-right: 1px solid BLACK;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-urUX5CruTr .nav-item {
    border: 0;
  }
}
.cid-urUX5CruTr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urUX5CruTr .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-urUX5CruTr .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-urUX5CruTr .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-urUX5CruTr .title-wrap:hover span {
  color: white;
}
.cid-urUX5CruTr .title-wrap:hover:before {
  height: 100%;
}
.cid-urUX5CruTr .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-urUX5CruTr .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-urUX5CruTr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urUX5CruTr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urUX5CruTr .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-urUX5CruTr .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-urUX5CruTr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urUX5CruTr .nav-link {
  position: relative;
}
.cid-urUX5CruTr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urUX5CruTr .container {
    flex-wrap: nowrap;
  }
}
.cid-urUX5CruTr .dropdown-menu,
.cid-urUX5CruTr .navbar.opened {
  background: #d7e3f7 !important;
}
.cid-urUX5CruTr .nav-item:focus,
.cid-urUX5CruTr .nav-link:focus {
  outline: none;
}
.cid-urUX5CruTr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urUX5CruTr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urUX5CruTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urUX5CruTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urUX5CruTr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urUX5CruTr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urUX5CruTr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #d7e3f7;
}
.cid-urUX5CruTr .navbar.opened {
  transition: all 0.3s;
}
.cid-urUX5CruTr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urUX5CruTr .navbar .navbar-logo img {
  width: auto;
}
.cid-urUX5CruTr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urUX5CruTr .navbar.collapsed {
  justify-content: center;
}
.cid-urUX5CruTr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urUX5CruTr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urUX5CruTr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-urUX5CruTr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urUX5CruTr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urUX5CruTr .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-urUX5CruTr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urUX5CruTr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urUX5CruTr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urUX5CruTr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urUX5CruTr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urUX5CruTr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urUX5CruTr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urUX5CruTr .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-urUX5CruTr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urUX5CruTr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urUX5CruTr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urUX5CruTr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urUX5CruTr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urUX5CruTr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urUX5CruTr .navbar.navbar-short {
  min-height: 60px;
}
.cid-urUX5CruTr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urUX5CruTr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urUX5CruTr .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-urUX5CruTr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urUX5CruTr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urUX5CruTr .dropdown-item.active,
.cid-urUX5CruTr .dropdown-item:active {
  background-color: transparent;
}
.cid-urUX5CruTr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urUX5CruTr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urUX5CruTr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urUX5CruTr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e3f7;
}
.cid-urUX5CruTr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urUX5CruTr .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-urUX5CruTr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urUX5CruTr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urUX5CruTr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urUX5CruTr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urUX5CruTr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urUX5CruTr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urUX5CruTr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urUX5CruTr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urUX5CruTr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urUX5CruTr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urUX5CruTr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urUX5CruTr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urUX5CruTr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urUX5CruTr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urUX5CruTr .navbar {
    height: 70px;
  }
  .cid-urUX5CruTr .navbar.opened {
    height: auto;
  }
  .cid-urUX5CruTr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urUX5CruTr .navbar-caption-wrap,
.cid-urUX5CruTr .title-wrap {
  color: #272727;
}
.cid-urUX5E46rH {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/nettoyage-toit.jpg");
}
.cid-urUX5E46rH .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-urUX5E46rH .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-urUX5E46rH .align-center {
    text-align: center;
  }
}
.cid-urUX5E46rH H1 {
  color: #bed3f9;
}
.cid-urUX5E46rH .mbr-text,
.cid-urUX5E46rH .mbr-section-btn {
  color: #ffffff;
}
.cid-urUX5E46rH .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-urUX5E46rH H3 {
  color: #ffe161;
}
.cid-urUX5F1EdT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urUX5F1EdT .row {
  align-items: center;
}
.cid-urUX5F1EdT .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-urUX5F1EdT .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-urUX5F1EdT .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-urUX5F1EdT .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-urUX5F1EdT .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-urUX5F1EdT .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-urUX5F1EdT .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urUX5F1EdT .col-text {
    text-align: center;
  }
}
.cid-urUX5F1EdT .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urUX5F1EdT .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-urUX5F1EdT .label-text {
    text-align: center !important;
  }
}
.cid-urUX5F1EdT .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-urUX5F1EdT .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-urUX5F1EdT .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUX5F1EdT .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-urUX5F1EdT .lists-container {
    justify-content: center;
  }
}
.cid-urUX5F1EdT .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-urUX5F1EdT .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-urUX5F1EdT .list {
    align-items: center;
  }
}
.cid-urUX5F1EdT .list-item {
  display: flex;
  align-items: center;
}
.cid-urUX5F1EdT .icon-wrapper {
  margin-right: 5px;
}
.cid-urUX5F1EdT .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-urUX5F1EdT .list-item-text {
  flex-grow: 1;
}
.cid-urUX5F1EdT .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUX5F1EdT .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-urUX5F1EdT .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urUX5F1EdT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urUX5F1EdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUX5F1EdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUX5GLbhr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urUX5GLbhr .row {
  flex-direction: row-reverse;
}
.cid-urUX5GLbhr .row {
  align-items: center;
}
.cid-urUX5GLbhr .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-urUX5GLbhr .image-wrapper {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
.cid-urUX5GLbhr .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-urUX5GLbhr .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-urUX5GLbhr .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-urUX5GLbhr .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-urUX5GLbhr .col-text {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urUX5GLbhr .col-text {
    text-align: center;
  }
}
.cid-urUX5GLbhr .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urUX5GLbhr .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-urUX5GLbhr .label-text {
    text-align: center !important;
  }
}
.cid-urUX5GLbhr .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-urUX5GLbhr .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-urUX5GLbhr .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUX5GLbhr .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-urUX5GLbhr .lists-container {
    justify-content: center;
  }
}
.cid-urUX5GLbhr .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-urUX5GLbhr .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-urUX5GLbhr .list {
    align-items: center;
  }
}
.cid-urUX5GLbhr .list-item {
  display: flex;
  align-items: center;
}
.cid-urUX5GLbhr .icon-wrapper {
  margin-right: 5px;
}
.cid-urUX5GLbhr .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-urUX5GLbhr .list-item-text {
  flex-grow: 1;
}
.cid-urUX5GLbhr .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urUX5GLbhr .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-urUX5GLbhr .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urUX5GLbhr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urUX5GLbhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUX5GLbhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUX5I5eLM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urUX5I5eLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUX5I5eLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUX5I5eLM .item {
  padding-bottom: 2rem;
}
.cid-urUX5I5eLM .item-wrapper {
  position: relative;
}
.cid-urUX5I5eLM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-urUX5I5eLM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urUX5I5eLM .carousel-control,
.cid-urUX5I5eLM .close {
  background: #1b1b1b;
}
.cid-urUX5I5eLM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urUX5I5eLM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urUX5I5eLM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urUX5I5eLM .carousel-control-next span {
  margin-left: 5px;
}
.cid-urUX5I5eLM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urUX5I5eLM .close::before {
  content: '\e91a';
}
.cid-urUX5I5eLM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urUX5I5eLM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-urUX5I5eLM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urUX5I5eLM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urUX5I5eLM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urUX5I5eLM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urUX5I5eLM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-urUX5I5eLM .carousel-indicators li.active,
.cid-urUX5I5eLM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urUX5I5eLM .carousel-indicators li::after,
.cid-urUX5I5eLM .carousel-indicators li::before {
  content: none;
}
.cid-urUX5I5eLM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urUX5I5eLM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urUX5I5eLM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urUX5I5eLM .carousel-indicators {
    display: none;
  }
}
.cid-urUX5I5eLM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urUX5I5eLM .carousel-inner &gt; .active {
  display: block;
}
.cid-urUX5I5eLM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urUX5I5eLM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urUX5I5eLM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urUX5I5eLM .carousel-control,
  .cid-urUX5I5eLM .carousel-indicators,
  .cid-urUX5I5eLM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urUX5I5eLM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urUX5I5eLM .mbr-slider &gt; .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urUX5I5eLM .carousel-indicators .active,
.cid-urUX5I5eLM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urUX5I5eLM .carousel-indicators .active {
  background: #fff;
}
.cid-urUX5I5eLM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urUX5I5eLM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urUX5I5eLM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urUX5I5eLM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urUX5I5eLM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urUX5I5eLM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urUX5I5eLM .carousel {
  width: 100%;
}
.cid-urUX5I5eLM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urUX5I5eLM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urUX5I5eLM .modal.fade .modal-dialog,
.cid-urUX5I5eLM .modal.in .modal-dialog {
  transform: none;
}
.cid-urUX5I5eLM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urUX5I5eLM H6 {
  text-align: center;
}
.cid-urUX5I5eLM H3 {
  text-align: left;
  color: #595a5c;
}
.cid-urUX5Jm5Ux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d7e3f7;
}
.cid-urUX5Jm5Ux .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUX5Jm5Ux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUX5Jm5Ux .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-urUX5Jm5Ux .container {
    max-width: 1400px;
  }
}
.cid-urUX5Jm5Ux .card {
  margin: auto;
}
.cid-urUX5Jm5Ux .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-urUX5Jm5Ux .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urUX5Jm5Ux .row {
  justify-content: center;
}
.cid-urUX5Jm5Ux .card-title,
.cid-urUX5Jm5Ux .card-box {
  color: #4479d9;
}
.cid-urUX5KFyKq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urUX5KFyKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUX5KFyKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUX5KFyKq .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-urUX5KFyKq .mbr-section-title {
  color: #000000;
}
.cid-urUX5KFyKq .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-urUX5KFyKq .card-row {
  align-items: stretch;
}
.cid-urUX5KFyKq .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-urUX5KFyKq .item {
    width: 20% !important;
  }
}
.cid-urUX5KFyKq .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-urUX5KFyKq .item-wrapper {
    min-height: 360px;
  }
}
.cid-urUX5KFyKq .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-urUX5KFyKq .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-urUX5KFyKq .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-urUX5KFyKq .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-urUX5KFyKq .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-urUX5KFyKq .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urUX5KFyKq .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-urUX5KFyKq .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-urUX5KFyKq .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-urUX5KFyKq .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-urUX5KFyKq .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-urUX5KFyKq .iconfont-wrapper {
  margin-right: 18px;
}
.cid-urUX5KFyKq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-urUX5KFyKq .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-urUX5KFyKq .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-urUX5KFyKq .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-urUX5KFyKq .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-urUX5KFyKq .mbr-section-btn {
    width: auto;
  }
  .cid-urUX5KFyKq .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-urUX5M9UdR {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/paysage.jpg");
}
.cid-urUX5M9UdR .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-urUX5M9UdR .form-control,
.cid-urUX5M9UdR .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urUX5M9UdR .form-control::-webkit-input-placeholder,
.cid-urUX5M9UdR .field-input::-webkit-input-placeholder,
.cid-urUX5M9UdR .form-control::-webkit-input-placeholder,
.cid-urUX5M9UdR .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-urUX5M9UdR .form-control:-moz-placeholder,
.cid-urUX5M9UdR .field-input:-moz-placeholder,
.cid-urUX5M9UdR .form-control:-moz-placeholder,
.cid-urUX5M9UdR .field-input:-moz-placeholder {
  color: #000000;
}
.cid-urUX5M9UdR .form-control:hover,
.cid-urUX5M9UdR .field-input:hover,
.cid-urUX5M9UdR .form-control:focus,
.cid-urUX5M9UdR .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-urUX5M9UdR .form-control:hover::-webkit-input-placeholder,
.cid-urUX5M9UdR .field-input:hover::-webkit-input-placeholder,
.cid-urUX5M9UdR .form-control:focus::-webkit-input-placeholder,
.cid-urUX5M9UdR .field-input:focus::-webkit-input-placeholder,
.cid-urUX5M9UdR .form-control:hover::-webkit-input-placeholder,
.cid-urUX5M9UdR .field-input:hover::-webkit-input-placeholder,
.cid-urUX5M9UdR .form-control:focus::-webkit-input-placeholder,
.cid-urUX5M9UdR .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-urUX5M9UdR .form-control:hover:-moz-placeholder,
.cid-urUX5M9UdR .field-input:hover:-moz-placeholder,
.cid-urUX5M9UdR .form-control:focus:-moz-placeholder,
.cid-urUX5M9UdR .field-input:focus:-moz-placeholder,
.cid-urUX5M9UdR .form-control:hover:-moz-placeholder,
.cid-urUX5M9UdR .field-input:hover:-moz-placeholder,
.cid-urUX5M9UdR .form-control:focus:-moz-placeholder,
.cid-urUX5M9UdR .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-urUX5M9UdR .jq-number__spin:hover,
.cid-urUX5M9UdR .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-urUX5M9UdR .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-urUX5M9UdR .jq-selectbox li,
.cid-urUX5M9UdR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-urUX5M9UdR .jq-selectbox li:hover,
.cid-urUX5M9UdR .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-urUX5M9UdR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-urUX5M9UdR .jq-number__spin.minus:hover:after,
.cid-urUX5M9UdR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-urUX5M9UdR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-urUX5M9UdR .jq-number__spin.minus:after,
.cid-urUX5M9UdR .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-urUX5M9UdR input::-webkit-clear-button {
  display: none;
}
.cid-urUX5M9UdR input::-webkit-inner-spin-button {
  display: none;
}
.cid-urUX5M9UdR input::-webkit-outer-spin-button {
  display: none;
}
.cid-urUX5M9UdR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-urUX5M9UdR H4 {
  color: #ffffff;
  text-align: center;
}
.cid-urUX5NcC3G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urUX5NcC3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-urUX5NcC3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urUX5NcC3G .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-urUX5NcC3G .row &gt; [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-urUX5NcC3G .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-urUX5NcC3G .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urUX5NcC3G .navbar-brand .navbar-logo img {
  width: AUTO;
  height: AUTO;
}
.cid-urUX5NcC3G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-urUX5NcC3G .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-urUX5NcC3G .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-urUX5NcC3G .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-urUX5NcC3G .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-urUX5NcC3G .mbr-text {
  color: #1b1818;
}
.cid-urUX5NcC3G .list-box {
  width: 100%;
}
.cid-urUX5NcC3G .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-urUX5NcC3G .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-urUX5NcC3G .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-urUX5NcC3G .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-urUX5NcC3G .list a:hover:before {
  background-position: left !important;
}
.cid-urUX5NcC3G .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-urUX5NcC3G .news-item {
  width: 100%;
}
.cid-urUX5NcC3G .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-urUX5NcC3G .news-title {
  color: #303030;
}
.cid-urUX5OPw3S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1b1818;
}
.cid-urUX5OPw3S .mbr-text {
  color: #ffffff;
}
.cid-usNc2hlV11 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNc2hlV11 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-usNc2hlV11 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-usNc2hlV11 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-usNc2hlV11 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-usNc2hlV11 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #6592e6;
  z-index: -1;
}
.cid-usNc2hlV11 nav.navbar {
  position: fixed;
}
.cid-usNc2hlV11 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-usNc2hlV11 .nav-item {
  border-left: 1px solid BLACK;
  border-right: 1px solid BLACK;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-usNc2hlV11 .nav-item {
    border: 0;
  }
}
.cid-usNc2hlV11 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-usNc2hlV11 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-usNc2hlV11 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-usNc2hlV11 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-usNc2hlV11 .title-wrap:hover span {
  color: white;
}
.cid-usNc2hlV11 .title-wrap:hover:before {
  height: 100%;
}
.cid-usNc2hlV11 .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-usNc2hlV11 .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-usNc2hlV11 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNc2hlV11 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNc2hlV11 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-usNc2hlV11 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-usNc2hlV11 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNc2hlV11 .nav-link {
  position: relative;
}
.cid-usNc2hlV11 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNc2hlV11 .container {
    flex-wrap: nowrap;
  }
}
.cid-usNc2hlV11 .dropdown-menu,
.cid-usNc2hlV11 .navbar.opened {
  background: #d7e3f7 !important;
}
.cid-usNc2hlV11 .nav-item:focus,
.cid-usNc2hlV11 .nav-link:focus {
  outline: none;
}
.cid-usNc2hlV11 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNc2hlV11 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNc2hlV11 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNc2hlV11 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNc2hlV11 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNc2hlV11 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNc2hlV11 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #d7e3f7;
}
.cid-usNc2hlV11 .navbar.opened {
  transition: all 0.3s;
}
.cid-usNc2hlV11 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNc2hlV11 .navbar .navbar-logo img {
  width: auto;
}
.cid-usNc2hlV11 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNc2hlV11 .navbar.collapsed {
  justify-content: center;
}
.cid-usNc2hlV11 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNc2hlV11 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNc2hlV11 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-usNc2hlV11 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNc2hlV11 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNc2hlV11 .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-usNc2hlV11 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNc2hlV11 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNc2hlV11 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNc2hlV11 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNc2hlV11 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNc2hlV11 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNc2hlV11 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNc2hlV11 .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-usNc2hlV11 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNc2hlV11 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNc2hlV11 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNc2hlV11 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNc2hlV11 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNc2hlV11 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usNc2hlV11 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNc2hlV11 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNc2hlV11 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNc2hlV11 .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-usNc2hlV11 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNc2hlV11 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNc2hlV11 .dropdown-item.active,
.cid-usNc2hlV11 .dropdown-item:active {
  background-color: transparent;
}
.cid-usNc2hlV11 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNc2hlV11 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNc2hlV11 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNc2hlV11 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e3f7;
}
.cid-usNc2hlV11 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNc2hlV11 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-usNc2hlV11 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNc2hlV11 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNc2hlV11 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNc2hlV11 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNc2hlV11 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNc2hlV11 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNc2hlV11 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNc2hlV11 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNc2hlV11 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNc2hlV11 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNc2hlV11 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNc2hlV11 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNc2hlV11 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNc2hlV11 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usNc2hlV11 .navbar {
    height: 70px;
  }
  .cid-usNc2hlV11 .navbar.opened {
    height: auto;
  }
  .cid-usNc2hlV11 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usNc2hlV11 .navbar-caption-wrap,
.cid-usNc2hlV11 .title-wrap {
  color: #272727;
}
.cid-usNc2iE9KK {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/toiturep.jpg");
}
.cid-usNc2iE9KK .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-usNc2iE9KK .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-usNc2iE9KK .align-center {
    text-align: center;
  }
}
.cid-usNc2iE9KK H1 {
  color: #bed3f9;
}
.cid-usNc2iE9KK .mbr-text,
.cid-usNc2iE9KK .mbr-section-btn {
  color: #ffffff;
}
.cid-usNc2iE9KK .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-usNc2iE9KK H3 {
  color: #ffe161;
}
.cid-usNc2jmqQb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usNc2jmqQb .row {
  align-items: center;
}
.cid-usNc2jmqQb .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-usNc2jmqQb .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-usNc2jmqQb .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-usNc2jmqQb .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-usNc2jmqQb .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-usNc2jmqQb .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usNc2jmqQb .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usNc2jmqQb .col-text {
    text-align: center;
  }
}
.cid-usNc2jmqQb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-usNc2jmqQb .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-usNc2jmqQb .label-text {
    text-align: center !important;
  }
}
.cid-usNc2jmqQb .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-usNc2jmqQb .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-usNc2jmqQb .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usNc2jmqQb .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-usNc2jmqQb .lists-container {
    justify-content: center;
  }
}
.cid-usNc2jmqQb .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-usNc2jmqQb .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-usNc2jmqQb .list {
    align-items: center;
  }
}
.cid-usNc2jmqQb .list-item {
  display: flex;
  align-items: center;
}
.cid-usNc2jmqQb .icon-wrapper {
  margin-right: 5px;
}
.cid-usNc2jmqQb .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-usNc2jmqQb .list-item-text {
  flex-grow: 1;
}
.cid-usNc2jmqQb .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usNc2jmqQb .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-usNc2jmqQb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usNc2jmqQb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usNc2jmqQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNc2jmqQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNc2kypIS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usNc2kypIS .row {
  flex-direction: row-reverse;
}
.cid-usNc2kypIS .row {
  align-items: center;
}
.cid-usNc2kypIS .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-usNc2kypIS .image-wrapper {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
.cid-usNc2kypIS .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-usNc2kypIS .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-usNc2kypIS .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-usNc2kypIS .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usNc2kypIS .col-text {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usNc2kypIS .col-text {
    text-align: center;
  }
}
.cid-usNc2kypIS .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-usNc2kypIS .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-usNc2kypIS .label-text {
    text-align: center !important;
  }
}
.cid-usNc2kypIS .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-usNc2kypIS .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-usNc2kypIS .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usNc2kypIS .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-usNc2kypIS .lists-container {
    justify-content: center;
  }
}
.cid-usNc2kypIS .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-usNc2kypIS .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-usNc2kypIS .list {
    align-items: center;
  }
}
.cid-usNc2kypIS .list-item {
  display: flex;
  align-items: center;
}
.cid-usNc2kypIS .icon-wrapper {
  margin-right: 5px;
}
.cid-usNc2kypIS .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-usNc2kypIS .list-item-text {
  flex-grow: 1;
}
.cid-usNc2kypIS .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usNc2kypIS .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-usNc2kypIS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usNc2kypIS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usNc2kypIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNc2kypIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNc2lMO6S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usNc2lMO6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNc2lMO6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNc2lMO6S .item {
  padding-bottom: 2rem;
}
.cid-usNc2lMO6S .item-wrapper {
  position: relative;
}
.cid-usNc2lMO6S .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-usNc2lMO6S .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-usNc2lMO6S .carousel-control,
.cid-usNc2lMO6S .close {
  background: #1b1b1b;
}
.cid-usNc2lMO6S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-usNc2lMO6S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-usNc2lMO6S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-usNc2lMO6S .carousel-control-next span {
  margin-left: 5px;
}
.cid-usNc2lMO6S .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usNc2lMO6S .close::before {
  content: '\e91a';
}
.cid-usNc2lMO6S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usNc2lMO6S .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-usNc2lMO6S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNc2lMO6S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usNc2lMO6S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usNc2lMO6S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-usNc2lMO6S .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-usNc2lMO6S .carousel-indicators li.active,
.cid-usNc2lMO6S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usNc2lMO6S .carousel-indicators li::after,
.cid-usNc2lMO6S .carousel-indicators li::before {
  content: none;
}
.cid-usNc2lMO6S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usNc2lMO6S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-usNc2lMO6S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usNc2lMO6S .carousel-indicators {
    display: none;
  }
}
.cid-usNc2lMO6S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usNc2lMO6S .carousel-inner &gt; .active {
  display: block;
}
.cid-usNc2lMO6S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usNc2lMO6S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usNc2lMO6S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-usNc2lMO6S .carousel-control,
  .cid-usNc2lMO6S .carousel-indicators,
  .cid-usNc2lMO6S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-usNc2lMO6S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-usNc2lMO6S .mbr-slider &gt; .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usNc2lMO6S .carousel-indicators .active,
.cid-usNc2lMO6S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-usNc2lMO6S .carousel-indicators .active {
  background: #fff;
}
.cid-usNc2lMO6S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-usNc2lMO6S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-usNc2lMO6S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usNc2lMO6S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-usNc2lMO6S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-usNc2lMO6S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-usNc2lMO6S .carousel {
  width: 100%;
}
.cid-usNc2lMO6S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-usNc2lMO6S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-usNc2lMO6S .modal.fade .modal-dialog,
.cid-usNc2lMO6S .modal.in .modal-dialog {
  transform: none;
}
.cid-usNc2lMO6S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-usNc2lMO6S H6 {
  text-align: center;
}
.cid-usNc2lMO6S H3 {
  text-align: left;
  color: #595a5c;
}
.cid-usNc2mWg0X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d7e3f7;
}
.cid-usNc2mWg0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNc2mWg0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNc2mWg0X .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-usNc2mWg0X .container {
    max-width: 1400px;
  }
}
.cid-usNc2mWg0X .card {
  margin: auto;
}
.cid-usNc2mWg0X .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-usNc2mWg0X .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNc2mWg0X .row {
  justify-content: center;
}
.cid-usNc2mWg0X .card-title,
.cid-usNc2mWg0X .card-box {
  color: #4479d9;
}
.cid-usNc2o2Psm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usNc2o2Psm .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNc2o2Psm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNc2o2Psm .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-usNc2o2Psm .mbr-section-title {
  color: #000000;
}
.cid-usNc2o2Psm .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-usNc2o2Psm .card-row {
  align-items: stretch;
}
.cid-usNc2o2Psm .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-usNc2o2Psm .item {
    width: 20% !important;
  }
}
.cid-usNc2o2Psm .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-usNc2o2Psm .item-wrapper {
    min-height: 360px;
  }
}
.cid-usNc2o2Psm .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-usNc2o2Psm .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-usNc2o2Psm .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-usNc2o2Psm .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-usNc2o2Psm .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-usNc2o2Psm .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usNc2o2Psm .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-usNc2o2Psm .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-usNc2o2Psm .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-usNc2o2Psm .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-usNc2o2Psm .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-usNc2o2Psm .iconfont-wrapper {
  margin-right: 18px;
}
.cid-usNc2o2Psm .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-usNc2o2Psm .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-usNc2o2Psm .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-usNc2o2Psm .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-usNc2o2Psm .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-usNc2o2Psm .mbr-section-btn {
    width: auto;
  }
  .cid-usNc2o2Psm .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-usNc2pwDxE {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/paysage.jpg");
}
.cid-usNc2pwDxE .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-usNc2pwDxE .form-control,
.cid-usNc2pwDxE .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-usNc2pwDxE .form-control::-webkit-input-placeholder,
.cid-usNc2pwDxE .field-input::-webkit-input-placeholder,
.cid-usNc2pwDxE .form-control::-webkit-input-placeholder,
.cid-usNc2pwDxE .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-usNc2pwDxE .form-control:-moz-placeholder,
.cid-usNc2pwDxE .field-input:-moz-placeholder,
.cid-usNc2pwDxE .form-control:-moz-placeholder,
.cid-usNc2pwDxE .field-input:-moz-placeholder {
  color: #000000;
}
.cid-usNc2pwDxE .form-control:hover,
.cid-usNc2pwDxE .field-input:hover,
.cid-usNc2pwDxE .form-control:focus,
.cid-usNc2pwDxE .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-usNc2pwDxE .form-control:hover::-webkit-input-placeholder,
.cid-usNc2pwDxE .field-input:hover::-webkit-input-placeholder,
.cid-usNc2pwDxE .form-control:focus::-webkit-input-placeholder,
.cid-usNc2pwDxE .field-input:focus::-webkit-input-placeholder,
.cid-usNc2pwDxE .form-control:hover::-webkit-input-placeholder,
.cid-usNc2pwDxE .field-input:hover::-webkit-input-placeholder,
.cid-usNc2pwDxE .form-control:focus::-webkit-input-placeholder,
.cid-usNc2pwDxE .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-usNc2pwDxE .form-control:hover:-moz-placeholder,
.cid-usNc2pwDxE .field-input:hover:-moz-placeholder,
.cid-usNc2pwDxE .form-control:focus:-moz-placeholder,
.cid-usNc2pwDxE .field-input:focus:-moz-placeholder,
.cid-usNc2pwDxE .form-control:hover:-moz-placeholder,
.cid-usNc2pwDxE .field-input:hover:-moz-placeholder,
.cid-usNc2pwDxE .form-control:focus:-moz-placeholder,
.cid-usNc2pwDxE .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-usNc2pwDxE .jq-number__spin:hover,
.cid-usNc2pwDxE .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-usNc2pwDxE .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-usNc2pwDxE .jq-selectbox li,
.cid-usNc2pwDxE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-usNc2pwDxE .jq-selectbox li:hover,
.cid-usNc2pwDxE .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-usNc2pwDxE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-usNc2pwDxE .jq-number__spin.minus:hover:after,
.cid-usNc2pwDxE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-usNc2pwDxE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-usNc2pwDxE .jq-number__spin.minus:after,
.cid-usNc2pwDxE .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-usNc2pwDxE input::-webkit-clear-button {
  display: none;
}
.cid-usNc2pwDxE input::-webkit-inner-spin-button {
  display: none;
}
.cid-usNc2pwDxE input::-webkit-outer-spin-button {
  display: none;
}
.cid-usNc2pwDxE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-usNc2pwDxE H4 {
  color: #ffffff;
  text-align: center;
}
.cid-usNc2qv76B {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usNc2qv76B .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNc2qv76B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNc2qv76B .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-usNc2qv76B .row &gt; [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-usNc2qv76B .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-usNc2qv76B .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-usNc2qv76B .navbar-brand .navbar-logo img {
  width: AUTO;
  height: AUTO;
}
.cid-usNc2qv76B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-usNc2qv76B .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-usNc2qv76B .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-usNc2qv76B .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-usNc2qv76B .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-usNc2qv76B .mbr-text {
  color: #1b1818;
}
.cid-usNc2qv76B .list-box {
  width: 100%;
}
.cid-usNc2qv76B .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-usNc2qv76B .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-usNc2qv76B .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-usNc2qv76B .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-usNc2qv76B .list a:hover:before {
  background-position: left !important;
}
.cid-usNc2qv76B .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-usNc2qv76B .news-item {
  width: 100%;
}
.cid-usNc2qv76B .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-usNc2qv76B .news-title {
  color: #303030;
}
.cid-usNc2rUcGy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1b1818;
}
.cid-usNc2rUcGy .mbr-text {
  color: #ffffff;
}
.cid-usNkh8fIY2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usNkh8fIY2 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-usNkh8fIY2 .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-usNkh8fIY2 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-usNkh8fIY2 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-usNkh8fIY2 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #6592e6;
  z-index: -1;
}
.cid-usNkh8fIY2 nav.navbar {
  position: fixed;
}
.cid-usNkh8fIY2 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-usNkh8fIY2 .nav-item {
  border-left: 1px solid BLACK;
  border-right: 1px solid BLACK;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-usNkh8fIY2 .nav-item {
    border: 0;
  }
}
.cid-usNkh8fIY2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-usNkh8fIY2 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-usNkh8fIY2 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-usNkh8fIY2 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-usNkh8fIY2 .title-wrap:hover span {
  color: white;
}
.cid-usNkh8fIY2 .title-wrap:hover:before {
  height: 100%;
}
.cid-usNkh8fIY2 .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-usNkh8fIY2 .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-usNkh8fIY2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usNkh8fIY2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usNkh8fIY2 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-usNkh8fIY2 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-usNkh8fIY2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usNkh8fIY2 .nav-link {
  position: relative;
}
.cid-usNkh8fIY2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-usNkh8fIY2 .container {
    flex-wrap: nowrap;
  }
}
.cid-usNkh8fIY2 .dropdown-menu,
.cid-usNkh8fIY2 .navbar.opened {
  background: #d7e3f7 !important;
}
.cid-usNkh8fIY2 .nav-item:focus,
.cid-usNkh8fIY2 .nav-link:focus {
  outline: none;
}
.cid-usNkh8fIY2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usNkh8fIY2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usNkh8fIY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usNkh8fIY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usNkh8fIY2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usNkh8fIY2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usNkh8fIY2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #d7e3f7;
}
.cid-usNkh8fIY2 .navbar.opened {
  transition: all 0.3s;
}
.cid-usNkh8fIY2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usNkh8fIY2 .navbar .navbar-logo img {
  width: auto;
}
.cid-usNkh8fIY2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usNkh8fIY2 .navbar.collapsed {
  justify-content: center;
}
.cid-usNkh8fIY2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usNkh8fIY2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usNkh8fIY2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-usNkh8fIY2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usNkh8fIY2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usNkh8fIY2 .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-usNkh8fIY2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usNkh8fIY2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usNkh8fIY2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usNkh8fIY2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usNkh8fIY2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usNkh8fIY2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usNkh8fIY2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usNkh8fIY2 .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-usNkh8fIY2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usNkh8fIY2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usNkh8fIY2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usNkh8fIY2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usNkh8fIY2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usNkh8fIY2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usNkh8fIY2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usNkh8fIY2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usNkh8fIY2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usNkh8fIY2 .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-usNkh8fIY2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usNkh8fIY2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usNkh8fIY2 .dropdown-item.active,
.cid-usNkh8fIY2 .dropdown-item:active {
  background-color: transparent;
}
.cid-usNkh8fIY2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usNkh8fIY2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usNkh8fIY2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usNkh8fIY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7e3f7;
}
.cid-usNkh8fIY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usNkh8fIY2 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-usNkh8fIY2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usNkh8fIY2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usNkh8fIY2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usNkh8fIY2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usNkh8fIY2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usNkh8fIY2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNkh8fIY2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usNkh8fIY2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usNkh8fIY2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNkh8fIY2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usNkh8fIY2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usNkh8fIY2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usNkh8fIY2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usNkh8fIY2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usNkh8fIY2 .navbar {
    height: 70px;
  }
  .cid-usNkh8fIY2 .navbar.opened {
    height: auto;
  }
  .cid-usNkh8fIY2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usNkh8fIY2 .navbar-caption-wrap,
.cid-usNkh8fIY2 .title-wrap {
  color: #272727;
}
.cid-usNkh9t6BI {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/slider-tole-ondulee-tpg.jpg");
}
.cid-usNkh9t6BI .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-usNkh9t6BI .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-usNkh9t6BI .align-center {
    text-align: center;
  }
}
.cid-usNkh9t6BI H1 {
  color: #bed3f9;
}
.cid-usNkh9t6BI .mbr-text,
.cid-usNkh9t6BI .mbr-section-btn {
  color: #ffffff;
}
.cid-usNkh9t6BI .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-usNkh9t6BI H3 {
  color: #ffe161;
}
.cid-usNkha9VgI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usNkha9VgI .row {
  align-items: center;
}
.cid-usNkha9VgI .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-usNkha9VgI .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-usNkha9VgI .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-usNkha9VgI .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-usNkha9VgI .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-usNkha9VgI .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usNkha9VgI .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usNkha9VgI .col-text {
    text-align: center;
  }
}
.cid-usNkha9VgI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-usNkha9VgI .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-usNkha9VgI .label-text {
    text-align: center !important;
  }
}
.cid-usNkha9VgI .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-usNkha9VgI .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-usNkha9VgI .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usNkha9VgI .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-usNkha9VgI .lists-container {
    justify-content: center;
  }
}
.cid-usNkha9VgI .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-usNkha9VgI .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-usNkha9VgI .list {
    align-items: center;
  }
}
.cid-usNkha9VgI .list-item {
  display: flex;
  align-items: center;
}
.cid-usNkha9VgI .icon-wrapper {
  margin-right: 5px;
}
.cid-usNkha9VgI .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-usNkha9VgI .list-item-text {
  flex-grow: 1;
}
.cid-usNkha9VgI .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usNkha9VgI .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-usNkha9VgI .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usNkha9VgI .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usNkha9VgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNkha9VgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNkhbpeY7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usNkhbpeY7 .row {
  flex-direction: row-reverse;
}
.cid-usNkhbpeY7 .row {
  align-items: center;
}
.cid-usNkhbpeY7 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-usNkhbpeY7 .image-wrapper {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
.cid-usNkhbpeY7 .image-wrapper img {
  width: auto;
  max-width: 80%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-usNkhbpeY7 .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: 0%;
}
@media (max-width: 991px) {
  .cid-usNkhbpeY7 .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-usNkhbpeY7 .col-text {
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usNkhbpeY7 .col-text {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usNkhbpeY7 .col-text {
    text-align: center;
  }
}
.cid-usNkhbpeY7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-usNkhbpeY7 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #595a5c;
}
@media (max-width: 767px) {
  .cid-usNkhbpeY7 .label-text {
    text-align: center !important;
  }
}
.cid-usNkhbpeY7 .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-usNkhbpeY7 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-usNkhbpeY7 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usNkhbpeY7 .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-usNkhbpeY7 .lists-container {
    justify-content: center;
  }
}
.cid-usNkhbpeY7 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-usNkhbpeY7 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-usNkhbpeY7 .list {
    align-items: center;
  }
}
.cid-usNkhbpeY7 .list-item {
  display: flex;
  align-items: center;
}
.cid-usNkhbpeY7 .icon-wrapper {
  margin-right: 5px;
}
.cid-usNkhbpeY7 .icon-wrapper span {
  color: #0b4714;
  font-size: 21px;
}
.cid-usNkhbpeY7 .list-item-text {
  flex-grow: 1;
}
.cid-usNkhbpeY7 .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-usNkhbpeY7 .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-usNkhbpeY7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-usNkhbpeY7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-usNkhbpeY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNkhbpeY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNkhe1A3g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d7e3f7;
}
.cid-usNkhe1A3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNkhe1A3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNkhe1A3g .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-usNkhe1A3g .container {
    max-width: 1400px;
  }
}
.cid-usNkhe1A3g .card {
  margin: auto;
}
.cid-usNkhe1A3g .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-usNkhe1A3g .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usNkhe1A3g .row {
  justify-content: center;
}
.cid-usNkhe1A3g .card-title,
.cid-usNkhe1A3g .card-box {
  color: #4479d9;
}
.cid-usNkhfbQhL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usNkhfbQhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNkhfbQhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNkhfbQhL .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-usNkhfbQhL .mbr-section-title {
  color: #000000;
}
.cid-usNkhfbQhL .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-usNkhfbQhL .card-row {
  align-items: stretch;
}
.cid-usNkhfbQhL .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-usNkhfbQhL .item {
    width: 20% !important;
  }
}
.cid-usNkhfbQhL .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-usNkhfbQhL .item-wrapper {
    min-height: 360px;
  }
}
.cid-usNkhfbQhL .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-usNkhfbQhL .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-usNkhfbQhL .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-usNkhfbQhL .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-usNkhfbQhL .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-usNkhfbQhL .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usNkhfbQhL .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-usNkhfbQhL .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-usNkhfbQhL .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-usNkhfbQhL .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-usNkhfbQhL .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-usNkhfbQhL .iconfont-wrapper {
  margin-right: 18px;
}
.cid-usNkhfbQhL .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-usNkhfbQhL .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-usNkhfbQhL .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-usNkhfbQhL .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-usNkhfbQhL .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-usNkhfbQhL .mbr-section-btn {
    width: auto;
  }
  .cid-usNkhfbQhL .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-usNkhgAexF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/paysage.jpg");
}
.cid-usNkhgAexF .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-usNkhgAexF .form-control,
.cid-usNkhgAexF .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-usNkhgAexF .form-control::-webkit-input-placeholder,
.cid-usNkhgAexF .field-input::-webkit-input-placeholder,
.cid-usNkhgAexF .form-control::-webkit-input-placeholder,
.cid-usNkhgAexF .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-usNkhgAexF .form-control:-moz-placeholder,
.cid-usNkhgAexF .field-input:-moz-placeholder,
.cid-usNkhgAexF .form-control:-moz-placeholder,
.cid-usNkhgAexF .field-input:-moz-placeholder {
  color: #000000;
}
.cid-usNkhgAexF .form-control:hover,
.cid-usNkhgAexF .field-input:hover,
.cid-usNkhgAexF .form-control:focus,
.cid-usNkhgAexF .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-usNkhgAexF .form-control:hover::-webkit-input-placeholder,
.cid-usNkhgAexF .field-input:hover::-webkit-input-placeholder,
.cid-usNkhgAexF .form-control:focus::-webkit-input-placeholder,
.cid-usNkhgAexF .field-input:focus::-webkit-input-placeholder,
.cid-usNkhgAexF .form-control:hover::-webkit-input-placeholder,
.cid-usNkhgAexF .field-input:hover::-webkit-input-placeholder,
.cid-usNkhgAexF .form-control:focus::-webkit-input-placeholder,
.cid-usNkhgAexF .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-usNkhgAexF .form-control:hover:-moz-placeholder,
.cid-usNkhgAexF .field-input:hover:-moz-placeholder,
.cid-usNkhgAexF .form-control:focus:-moz-placeholder,
.cid-usNkhgAexF .field-input:focus:-moz-placeholder,
.cid-usNkhgAexF .form-control:hover:-moz-placeholder,
.cid-usNkhgAexF .field-input:hover:-moz-placeholder,
.cid-usNkhgAexF .form-control:focus:-moz-placeholder,
.cid-usNkhgAexF .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-usNkhgAexF .jq-number__spin:hover,
.cid-usNkhgAexF .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-usNkhgAexF .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-usNkhgAexF .jq-selectbox li,
.cid-usNkhgAexF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-usNkhgAexF .jq-selectbox li:hover,
.cid-usNkhgAexF .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-usNkhgAexF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-usNkhgAexF .jq-number__spin.minus:hover:after,
.cid-usNkhgAexF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-usNkhgAexF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-usNkhgAexF .jq-number__spin.minus:after,
.cid-usNkhgAexF .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-usNkhgAexF input::-webkit-clear-button {
  display: none;
}
.cid-usNkhgAexF input::-webkit-inner-spin-button {
  display: none;
}
.cid-usNkhgAexF input::-webkit-outer-spin-button {
  display: none;
}
.cid-usNkhgAexF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-usNkhgAexF H4 {
  color: #ffffff;
  text-align: center;
}
.cid-usNkhhAX75 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usNkhhAX75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNkhhAX75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNkhhAX75 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-usNkhhAX75 .row &gt; [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-usNkhhAX75 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-usNkhhAX75 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-usNkhhAX75 .navbar-brand .navbar-logo img {
  width: AUTO;
  height: AUTO;
}
.cid-usNkhhAX75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-usNkhhAX75 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-usNkhhAX75 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-usNkhhAX75 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-usNkhhAX75 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-usNkhhAX75 .mbr-text {
  color: #1b1818;
}
.cid-usNkhhAX75 .list-box {
  width: 100%;
}
.cid-usNkhhAX75 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-usNkhhAX75 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-usNkhhAX75 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-usNkhhAX75 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-usNkhhAX75 .list a:hover:before {
  background-position: left !important;
}
.cid-usNkhhAX75 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-usNkhhAX75 .news-item {
  width: 100%;
}
.cid-usNkhhAX75 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-usNkhhAX75 .news-title {
  color: #303030;
}
.cid-usNkhj1Qgz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1b1818;
}
.cid-usNkhj1Qgz .mbr-text {
  color: #ffffff;
}
</pre></body></html>