.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 7.8rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'Viga', sans-serif;
  font-size: 3.4rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #0d1b6f !important;
}
.bg-info {
  background-color: #f8b610 !important;
}
.bg-warning {
  background-color: #feb591 !important;
}
.bg-danger {
  background-color: #f0a2fd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c94be !important;
  border-color: #0c94be !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0fb9ee !important;
  border-color: #0fb9ee !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0fb9ee !important;
  border-color: #0fb9ee !important;
}
.btn-info,
.btn-info:active {
  background-color: #f8b610 !important;
  border-color: #f8b610 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f9c542 !important;
  border-color: #f9c542 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f9c542 !important;
  border-color: #f9c542 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0d1b6f !important;
  border-color: #0d1b6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #12269d !important;
  border-color: #12269d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12269d !important;
  border-color: #12269d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #feb591 !important;
  border-color: #feb591 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fed7c4 !important;
  border-color: #fed7c4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fed7c4 !important;
  border-color: #fed7c4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f0a2fd !important;
  border-color: #f0a2fd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f8d4fe !important;
  border-color: #f8d4fe !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f8d4fe !important;
  border-color: #f8d4fe !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c94be;
  color: #0c94be;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #07546c !important;
  background-color: transparent !important;
  border-color: #07546c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c94be !important;
  border-color: #0c94be !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f8b610;
  color: #f8b610;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ac7d05 !important;
  background-color: transparent !important;
  border-color: #ac7d05 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f8b610 !important;
  border-color: #f8b610 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0d1b6f;
  color: #0d1b6f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #040821 !important;
  background-color: transparent !important;
  border-color: #040821 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0d1b6f !important;
  border-color: #0d1b6f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #feb591;
  color: #feb591;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fd7b3b !important;
  background-color: transparent !important;
  border-color: #fd7b3b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #feb591 !important;
  border-color: #feb591 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f0a2fd;
  color: #f0a2fd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e24dfb !important;
  background-color: transparent !important;
  border-color: #e24dfb !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f0a2fd !important;
  border-color: #f0a2fd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #000000 !important;
}
.text-secondary {
  color: #0c94be !important;
}
.text-success {
  color: #0d1b6f !important;
}
.text-info {
  color: #f8b610 !important;
}
.text-warning {
  color: #feb591 !important;
}
.text-danger {
  color: #f0a2fd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #06495e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020514 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9d7205 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fd712c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e03efb !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8b610;
}
.alert-warning {
  background-color: #feb591;
}
.alert-danger {
  background-color: #f0a2fd;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1a37e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fef3d6;
}
.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: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0c94be !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='%23000000' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
img {
  border-radius: 16px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u8jhknuTmv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u8jhknuTmv .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u8jhknuTmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u8jhknuTmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8jhknuTmv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8jhknuTmv .menu_box .navbar.opened,
  .cid-u8jhknuTmv .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8jhknuTmv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u8jhknuTmv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8jhknuTmv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8jhknuTmv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-u8jhknuTmv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8jhknuTmv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8jhknuTmv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8jhknuTmv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8jhknuTmv .offcanvas-body .mbr-text,
  .cid-u8jhknuTmv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8jhknuTmv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c94be;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8jhknuTmv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8jhknuTmv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8jhknuTmv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8jhknuTmv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u8jhknuTmv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8jhknuTmv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8jhknuTmv .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8jhknuTmv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-u8jhknuTmv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .nav-item {
    margin: 0 !important;
  }
}
.cid-u8jhknuTmv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u8jhknuTmv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-u8jhknuTmv .nav-item .nav-link:hover,
.cid-u8jhknuTmv .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-u8jhknuTmv .nav-item .nav-link:hover::before,
.cid-u8jhknuTmv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u8jhknuTmv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8jhknuTmv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8jhknuTmv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u8jhknuTmv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8jhknuTmv .offcanvas_box {
    display: none;
  }
}
.cid-u8jhknuTmv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8jhknuTmv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8jhknuTmv .container {
  display: flex;
  margin: auto;
}
.cid-u8jhknuTmv .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u8jhknuTmv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8jhknuTmv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8jhknuTmv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .navbar-nav {
    margin: 0;
  }
}
.cid-u8jhknuTmv .dropdown-menu,
.cid-u8jhknuTmv .navbar.opened {
  background-color: false !important;
}
.cid-u8jhknuTmv .nav-item:focus,
.cid-u8jhknuTmv .nav-link:focus {
  outline: none;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8jhknuTmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8jhknuTmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8jhknuTmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8jhknuTmv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8jhknuTmv .navbar.opened {
  transition: all 0.3s;
}
.cid-u8jhknuTmv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8jhknuTmv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u8jhknuTmv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8jhknuTmv .navbar.collapsed {
  justify-content: center;
}
.cid-u8jhknuTmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8jhknuTmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8jhknuTmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8jhknuTmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8jhknuTmv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8jhknuTmv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8jhknuTmv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u8jhknuTmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8jhknuTmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8jhknuTmv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8jhknuTmv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8jhknuTmv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8jhknuTmv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8jhknuTmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8jhknuTmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8jhknuTmv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8jhknuTmv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8jhknuTmv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8jhknuTmv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8jhknuTmv .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-u8jhknuTmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u8jhknuTmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8jhknuTmv .dropdown-item.active,
.cid-u8jhknuTmv .dropdown-item:active {
  background-color: transparent;
}
.cid-u8jhknuTmv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8jhknuTmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8jhknuTmv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8jhknuTmv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8jhknuTmv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8jhknuTmv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #252525;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c94be;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8jhknuTmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8jhknuTmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8jhknuTmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8jhknuTmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8jhknuTmv .navbar {
    height: 70px;
  }
  .cid-u8jhknuTmv .navbar.opened {
    height: auto;
  }
  .cid-u8jhknuTmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8jhknuTmv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u8jhknuTmv .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8jhknuTmv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u8jhknuTmv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u8jhknuTmv .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-u8jhknuTmv .navbar-caption:hover {
  color: #f8b610;
}
@media (min-width: 992px) {
  .cid-u8jhknuTmv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8jhknuTmv .text_widget {
  margin-bottom: 32px;
}
.cid-u8jhknuTmv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8jhknuTmv .text_widget a:hover,
.cid-u8jhknuTmv .text_widget a:focus {
  opacity: .8;
}
.cid-u8jhknuTmv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8jhknuTmv .navbar-caption {
  color: #ffffff;
}
.cid-u8jhknuTmv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u8jhknuTmv .mbr-section-subtitle,
.cid-u8jhknuTmv .text_widget,
.cid-u8jhknuTmv .mbr-section-btn {
  text-align: center;
}
.cid-u8jhknuTmv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPmTkYlxqa {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uPmTkYlxqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPmTkYlxqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPmTkYlxqa .container {
    padding: 0 16px;
  }
}
.cid-uPmTkYlxqa .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPmTkYlxqa .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uPmTkYlxqa .mbr-section-title {
  color: #ffffff;
}
.cid-uPmTkYlxqa .mbr-section-title,
.cid-uPmTkYlxqa .mbr-section-btn {
  text-align: center;
}
.cid-v50Z1Vp2n0 {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondheadegti-2000x672.webp");
}
.cid-v50Z1Vp2n0 .animated-element {
  color: #efefef;
}
.cid-v50Z1Vp2n0 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v50Z1Vp2n0 .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v50Z1Vp2n0 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v50Z1Vp2n0 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v50Z1Vp2n0 .img-block {
    padding-bottom: 2rem;
  }
}
.cid-v50Z1Vp2n0 .mbr-section-title {
  text-align: center;
}
.cid-v50Z1Vp2n0 .mbr-text,
.cid-v50Z1Vp2n0 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uTSVwQLHU5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uTSVwQLHU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTSVwQLHU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTSVwQLHU5 .container {
    padding: 0 16px;
  }
}
.cid-uTSVwQLHU5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTSVwQLHU5 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uTSVwQLHU5 .mbr-section-title {
  color: #ffffff;
}
.cid-uTSVwQLHU5 .mbr-section-title,
.cid-uTSVwQLHU5 .mbr-section-btn {
  text-align: center;
}
.cid-uVijGULb1R {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-uVijGULb1R .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVijGULb1R .main-image {
    display: none;
  }
}
.cid-uVijGULb1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVijGULb1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVijGULb1R .container {
    padding: 0 16px;
  }
}
.cid-uVijGULb1R .row {
  position: relative;
  z-index: 1;
}
.cid-uVijGULb1R .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVijGULb1R .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVijGULb1R .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uVijGULb1R .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVijGULb1R .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVijGULb1R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVijGULb1R .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #252525;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uVijGULb1R .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uVijGULb1R .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uVijGULb1R .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #f8b610;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uVijGULb1R .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uVijGULb1R .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uVijGULb1R .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uVijGULb1R .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uVijGULb1R .mbr-section-title {
  color: #000000;
}
.cid-uVijGULb1R .mbr-text {
  color: #000000;
}
.cid-uVijGULb1R .card-title {
  color: #000000;
}
.cid-uVijGULb1R .card-text {
  color: #ffffff;
}
.cid-uVijGULb1R .card-name {
  color: #ffffff;
}
.cid-uVijGULb1R .card-role {
  color: #ffffff;
}
.cid-uVijGULb1R .mbr-section-title,
.cid-uVijGULb1R .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uVijGULb1R .mbr-text,
.cid-uVijGULb1R .text-wrapper {
  text-align: right;
}
.cid-uVijGULb1R .card-title,
.cid-uVijGULb1R .title-wrap {
  color: #252525;
  text-align: center;
}
.cid-uUncsgKQWr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uUncsgKQWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUncsgKQWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUncsgKQWr .container {
    padding: 0 16px;
  }
}
.cid-uUncsgKQWr .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUncsgKQWr .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uUncsgKQWr .mbr-section-title {
  color: #ffffff;
}
.cid-uUncsgKQWr .mbr-section-title,
.cid-uUncsgKQWr .mbr-section-btn {
  text-align: center;
}
.cid-uYkdWB2Rxd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c94be;
  position: relative;
  overflow: hidden;
}
.cid-uYkdWB2Rxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkdWB2Rxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYkdWB2Rxd .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYkdWB2Rxd .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #ffffff;
  background: #252525;
}
.cid-uYkdWB2Rxd .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYkdWB2Rxd .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYkdWB2Rxd .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uYkdWB2Rxd .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYkdWB2Rxd .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYkdWB2Rxd .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .decoration_1 {
    left: -380px;
  }
}
.cid-uYkdWB2Rxd .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uYkdWB2Rxd .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYkdWB2Rxd .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYkdWB2Rxd .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .decoration_2 {
    right: -380px;
  }
}
.cid-uYkdWB2Rxd .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .panel-group .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card {
  position: relative;
  padding: 0;
  background-color: #252525;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header {
  padding: 0;
  background: transparent;
  border: none;
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap {
  display: flex;
  overflow: hidden;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #252525;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px #252525, -1px -1px 1px #252525;
  margin-right: 24px;
  width: 80px;
  height: 80px;
  min-width: 80px;
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .number-wrapper .item-number::before {
  content: '';
  filter: blur(0.75rem);
  width: 4rem;
  height: 4rem;
  position: absolute;
  background-color: #ffffff;
  z-index: -1;
  opacity: .4;
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap {
  width: 300px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap .panel-title-edit {
  margin-bottom: 12px;
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
  position: absolute;
  right: -1rem;
  width: 100%;
  height: 350px;
  object-fit: cover;
  transform: skew(-10deg, 5deg) rotateX(0) rotateY(-25deg) rotateZ(0);
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
    position: static;
    transform: none;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .header-wrap .image-wrapper img {
    height: 250px;
  }
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .panel-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 24px;
  width: 100%;
  border-top: 1px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .panel-title .gradient-wrap {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #ffffff, #ffffff);
  filter: blur(1rem);
  border-radius: 50%;
  width: 90%;
  height: 2rem;
  position: absolute;
  inset: 0 auto auto 50%;
  transform: translate(-50%, -50%);
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper {
  padding: 11px;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .panel-collapse .panel-body {
  padding: 32px;
  padding-top: 0;
  background-color: #252525;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYkdWB2Rxd .panel-group .card-wrapper .card .panel-collapse .panel-body {
    padding: 16px;
    padding-top: 0;
  }
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 24px;
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .panel-collapse .panel-body .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-uYkdWB2Rxd .panel-group .card-wrapper .card .panel-collapse .panel-body .tags-wrapper .list .item-wrap {
  padding: 11px 24px;
  background-color: #0c94be;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #cdcddd;
  margin-bottom: 0;
}
.cid-uYkdWB2Rxd .item-number {
  color: #ffffff;
}
.cid-uYkdWB2Rxd .panel-title-edit {
  color: #ffffff;
  text-align: center;
}
.cid-uYkdWB2Rxd .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYkdWB2Rxd .panel-text {
  color: #54547e;
}
.cid-uYkdWB2Rxd .list {
  color: #54547e;
}
.cid-uYkdWB2Rxd .panel-text,
.cid-uYkdWB2Rxd .panel-body {
  color: #ffffff;
  text-align: center;
}
.cid-uYkdWB2Rxd .item-number,
.cid-uYkdWB2Rxd .number-wrapper {
  text-align: center;
}
.cid-uTSVv35reO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uTSVv35reO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTSVv35reO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTSVv35reO .container {
    padding: 0 16px;
  }
}
.cid-uTSVv35reO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTSVv35reO .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uTSVv35reO .mbr-section-title {
  color: #ffffff;
}
.cid-uTSVv35reO .mbr-section-title,
.cid-uTSVv35reO .mbr-section-btn {
  text-align: center;
}
.cid-uQvnEF6Kuz {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-uQvnEF6Kuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQvnEF6Kuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uQvnEF6Kuz .container {
    padding: 0 24px;
  }
}
.cid-uQvnEF6Kuz .row {
  border-top: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uQvnEF6Kuz .row {
    margin: 0;
  }
}
.cid-uQvnEF6Kuz .row:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-uQvnEF6Kuz .row {
    border: none;
  }
}
.cid-uQvnEF6Kuz .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-uQvnEF6Kuz .row .card:nth-child(2) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uQvnEF6Kuz .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQvnEF6Kuz .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-uQvnEF6Kuz .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQvnEF6Kuz .subtitle-wrap {
    display: block;
  }
}
.cid-uQvnEF6Kuz .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uQvnEF6Kuz .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #ffffff;
    text-align: left;
  }
}
.cid-uQvnEF6Kuz .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uQvnEF6Kuz .content-wrapper {
    padding: 24px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.cid-uQvnEF6Kuz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQvnEF6Kuz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQvnEF6Kuz .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uQvnEF6Kuz .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uQvnEF6Kuz .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uQvnEF6Kuz .mbr-section-title {
  color: #F9F6E0;
}
.cid-uQvnEF6Kuz .mbr-section-subtitle {
  color: #00a7bf;
  text-align: center;
}
.cid-uQvnEF6Kuz .mbr-text {
  color: #F9F6E0;
}
.cid-uYkwWbzd3b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uYkwWbzd3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYkwWbzd3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYkwWbzd3b .container {
    padding: 0 16px;
  }
}
.cid-uYkwWbzd3b .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYkwWbzd3b .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uYkwWbzd3b .mbr-section-title {
  color: #ffffff;
}
.cid-uYkwWbzd3b .mbr-section-title,
.cid-uYkwWbzd3b .mbr-section-btn {
  text-align: center;
}
.cid-uQzXd9B3WF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-uQzXd9B3WF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzXd9B3WF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzXd9B3WF .row {
  justify-content: center;
}
.cid-uQzXd9B3WF .text-wrapper {
  padding: 22px 0;
}
.cid-uQzXd9B3WF .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQzXd9B3WF .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uQzXd9B3WF .image-wrapper img {
  position: absolute;
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uQzXd9B3WF .image-wrapper img {
    position: static;
    width: 250px;
    height: 250px;
  }
}
.cid-uQzXd9B3WF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTSVt5dIyG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uTSVt5dIyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTSVt5dIyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTSVt5dIyG .container {
    padding: 0 16px;
  }
}
.cid-uTSVt5dIyG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTSVt5dIyG .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uTSVt5dIyG .mbr-section-title {
  color: #ffffff;
}
.cid-uTSVt5dIyG .mbr-section-title,
.cid-uTSVt5dIyG .mbr-section-btn {
  text-align: center;
}
.cid-uZ4BBzuqyw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uZ4BBzuqyw .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-uZ4BBzuqyw .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uZ4BBzuqyw .mbr-text {
  color: #444;
}
.cid-uZ4BBzuqyw h5 {
  margin-bottom: 0;
}
.cid-uZ4BBzuqyw .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uZ4BBzuqyw .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4BBzuqyw .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uZ4BBzuqyw .socicon {
  font-size: 1.3rem;
  background: #00a7bf;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ4BBzuqyw .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uZ4BBzuqyw .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uZ4BBzuqyw .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uZ4BBzuqyw .social-list a:hover {
  opacity: .4;
}
.cid-uZ4BBzuqyw .media-container-row > div {
  padding: 0px;
}
.cid-uZ4BBzuqyw .text2 {
  color: #ffffff;
  text-align: center;
}
.cid-uZ4BBzuqyw .group-title {
  text-align: center;
  color: #00a7bf;
}
.cid-uZ4BBzuqyw .group-title SPAN {
  color: #ffffff;
}
.cid-uZ4BBzuqyw .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uZ4BBzuqyw .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZ4BBzuqyw .social-list,
  .cid-uZ4BBzuqyw .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZ4BBzuqyw h3 {
    margin-bottom: 10px;
  }
  .cid-uZ4BBzuqyw .navbar-brand {
    text-align: center;
  }
}
.cid-uZ4BBzuqyw .links SPAN {
  color: #9e9e9e;
}
.cid-uZ4BBzuqyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4BBzuqyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4BBzuqyw .links,
.cid-uZ4BBzuqyw .navbar-brand {
  text-align: center;
}
.cid-uZ4b7atrI6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uZ4b7atrI6 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uZ4b7atrI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uZ4b7atrI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4b7atrI6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ4b7atrI6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ4b7atrI6 .menu_box .navbar.opened,
  .cid-uZ4b7atrI6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ4b7atrI6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZ4b7atrI6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uZ4b7atrI6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ4b7atrI6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZ4b7atrI6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ4b7atrI6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ4b7atrI6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uZ4b7atrI6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ4b7atrI6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ4b7atrI6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ4b7atrI6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ4b7atrI6 .offcanvas-body .mbr-text,
  .cid-uZ4b7atrI6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ4b7atrI6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ4b7atrI6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ4b7atrI6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c94be;
  }
  .cid-uZ4b7atrI6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ4b7atrI6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ4b7atrI6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ4b7atrI6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ4b7atrI6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ4b7atrI6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4b7atrI6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ4b7atrI6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ4b7atrI6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ4b7atrI6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uZ4b7atrI6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uZ4b7atrI6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uZ4b7atrI6 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uZ4b7atrI6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ4b7atrI6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ4b7atrI6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uZ4b7atrI6 .nav-item .nav-link:hover,
.cid-uZ4b7atrI6 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uZ4b7atrI6 .nav-item .nav-link:hover::before,
.cid-uZ4b7atrI6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ4b7atrI6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ4b7atrI6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ4b7atrI6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ4b7atrI6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4b7atrI6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ4b7atrI6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ4b7atrI6 .offcanvas_box {
    display: none;
  }
}
.cid-uZ4b7atrI6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ4b7atrI6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ4b7atrI6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ4b7atrI6 .container {
  display: flex;
  margin: auto;
}
.cid-uZ4b7atrI6 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ4b7atrI6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ4b7atrI6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ4b7atrI6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ4b7atrI6 .navbar-nav {
    margin: 0;
  }
}
.cid-uZ4b7atrI6 .dropdown-menu,
.cid-uZ4b7atrI6 .navbar.opened {
  background-color: false !important;
}
.cid-uZ4b7atrI6 .nav-item:focus,
.cid-uZ4b7atrI6 .nav-link:focus {
  outline: none;
}
.cid-uZ4b7atrI6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4b7atrI6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4b7atrI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ4b7atrI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ4b7atrI6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4b7atrI6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4b7atrI6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ4b7atrI6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ4b7atrI6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ4b7atrI6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ4b7atrI6 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uZ4b7atrI6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uZ4b7atrI6 .navbar.collapsed {
  justify-content: center;
}
.cid-uZ4b7atrI6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4b7atrI6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4b7atrI6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4b7atrI6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4b7atrI6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4b7atrI6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ4b7atrI6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ4b7atrI6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ4b7atrI6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ4b7atrI6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4b7atrI6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4b7atrI6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ4b7atrI6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4b7atrI6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ4b7atrI6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ4b7atrI6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ4b7atrI6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ4b7atrI6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ4b7atrI6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ4b7atrI6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ4b7atrI6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ4b7atrI6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ4b7atrI6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ4b7atrI6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ4b7atrI6 .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-uZ4b7atrI6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZ4b7atrI6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4b7atrI6 .dropdown-item.active,
.cid-uZ4b7atrI6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4b7atrI6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ4b7atrI6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4b7atrI6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4b7atrI6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ4b7atrI6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ4b7atrI6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ4b7atrI6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #252525;
}
.cid-uZ4b7atrI6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c94be;
}
.cid-uZ4b7atrI6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ4b7atrI6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4b7atrI6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4b7atrI6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ4b7atrI6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4b7atrI6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ4b7atrI6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ4b7atrI6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4b7atrI6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ4b7atrI6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4b7atrI6 .navbar {
    height: 70px;
  }
  .cid-uZ4b7atrI6 .navbar.opened {
    height: auto;
  }
  .cid-uZ4b7atrI6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ4b7atrI6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ4b7atrI6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uZ4b7atrI6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZ4b7atrI6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uZ4b7atrI6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uZ4b7atrI6 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uZ4b7atrI6 .navbar-caption:hover {
  color: #f8b610;
}
@media (min-width: 992px) {
  .cid-uZ4b7atrI6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ4b7atrI6 .text_widget {
  margin-bottom: 32px;
}
.cid-uZ4b7atrI6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ4b7atrI6 .text_widget a:hover,
.cid-uZ4b7atrI6 .text_widget a:focus {
  opacity: .8;
}
.cid-uZ4b7atrI6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ4b7atrI6 .navbar-caption {
  color: #ffffff;
}
.cid-uZ4b7atrI6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uZ4b7atrI6 .mbr-section-subtitle,
.cid-uZ4b7atrI6 .text_widget,
.cid-uZ4b7atrI6 .mbr-section-btn {
  text-align: center;
}
.cid-uZ4b7atrI6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ4b79WnQl {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZ4b79WnQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4b79WnQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4b79WnQl .container {
    padding: 0 16px;
  }
}
.cid-uZ4b79WnQl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4b79WnQl .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4b79WnQl .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4b79WnQl .mbr-section-title,
.cid-uZ4b79WnQl .mbr-section-btn {
  text-align: center;
}
.cid-v50ZdWAkLb {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondheadegti-2000x672.webp");
}
.cid-v50ZdWAkLb .animated-element {
  color: #efefef;
}
.cid-v50ZdWAkLb .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v50ZdWAkLb .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v50ZdWAkLb .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v50ZdWAkLb .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v50ZdWAkLb .img-block {
    padding-bottom: 2rem;
  }
}
.cid-v50ZdWAkLb .mbr-section-title {
  text-align: center;
}
.cid-v50ZdWAkLb .mbr-text,
.cid-v50ZdWAkLb .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uZ4b7cuP4G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4b7cuP4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4b7cuP4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4b7cuP4G .container {
    padding: 0 16px;
  }
}
.cid-uZ4b7cuP4G .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4b7cuP4G .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4b7cuP4G .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4b7cuP4G .mbr-section-title,
.cid-uZ4b7cuP4G .mbr-section-btn {
  text-align: center;
}
.cid-v1xjxdHDZj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-v1xjxdHDZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xjxdHDZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xjxdHDZj .mbr-section-title {
  text-align: center;
}
.cid-v1xjxdHDZj .mbr-text,
.cid-v1xjxdHDZj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1xjxdHDZj .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v1xjxdHDZj .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-v1xjxdHDZj .mbr-section-title,
.cid-v1xjxdHDZj .dot {
  color: #ffffff;
  text-align: center;
}
.cid-v1xjxdHDZj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v1xkduFglV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v1xkduFglV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xkduFglV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1xkduFglV .container {
    padding: 0 16px;
  }
}
.cid-v1xkduFglV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1xkduFglV .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v1xkduFglV .mbr-section-title {
  color: #ffffff;
}
.cid-v1xkduFglV .mbr-section-title,
.cid-v1xkduFglV .mbr-section-btn {
  text-align: center;
}
.cid-v198KtBjYu {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #252525;
}
.cid-v198KtBjYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v198KtBjYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v198KtBjYu .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v198KtBjYu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v198KtBjYu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-v198KtBjYu .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v198KtBjYu .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v198KtBjYu .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v198KtBjYu .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #fafafa;
  box-shadow: 0.2rem 0.2rem 1rem #1a3f7c !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #62c1b9;
  color: #000000;
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #ffd84c;
  color: #000000;
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #c6cd00;
  color: #000000;
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #0c94be;
  color: #000000;
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-v198KtBjYu .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v198KtBjYu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v198KtBjYu .card-number {
  color: #000000;
  text-align: justify;
}
.cid-v198KtBjYu .card-title {
  color: #000000;
  text-align: center;
}
.cid-uZ4b7iaGvh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4b7iaGvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4b7iaGvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4b7iaGvh .container {
    padding: 0 16px;
  }
}
.cid-uZ4b7iaGvh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4b7iaGvh .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4b7iaGvh .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4b7iaGvh .mbr-section-title,
.cid-uZ4b7iaGvh .mbr-section-btn {
  text-align: center;
}
.cid-uZ4rsSm90w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uZ4rsSm90w .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-uZ4rsSm90w .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uZ4rsSm90w .mbr-text {
  color: #444;
}
.cid-uZ4rsSm90w h5 {
  margin-bottom: 0;
}
.cid-uZ4rsSm90w .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uZ4rsSm90w .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4rsSm90w .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uZ4rsSm90w .socicon {
  font-size: 1.3rem;
  background: #00a7bf;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ4rsSm90w .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uZ4rsSm90w .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uZ4rsSm90w .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uZ4rsSm90w .social-list a:hover {
  opacity: .4;
}
.cid-uZ4rsSm90w .media-container-row > div {
  padding: 0px;
}
.cid-uZ4rsSm90w .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4rsSm90w .group-title {
  text-align: center;
  color: #00a7bf;
}
.cid-uZ4rsSm90w .group-title SPAN {
  color: #ffffff;
}
.cid-uZ4rsSm90w .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uZ4rsSm90w .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZ4rsSm90w .social-list,
  .cid-uZ4rsSm90w .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZ4rsSm90w h3 {
    margin-bottom: 10px;
  }
  .cid-uZ4rsSm90w .navbar-brand {
    text-align: center;
  }
}
.cid-uZ4rsSm90w .links SPAN {
  color: #9e9e9e;
}
.cid-uZ4rsSm90w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4rsSm90w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4rsSm90w .links,
.cid-uZ4rsSm90w .navbar-brand {
  text-align: center;
}
.cid-uZ4cQaN900 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uZ4cQaN900 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uZ4cQaN900 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uZ4cQaN900 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4cQaN900 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ4cQaN900 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ4cQaN900 .menu_box .navbar.opened,
  .cid-uZ4cQaN900 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ4cQaN900 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZ4cQaN900 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uZ4cQaN900 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ4cQaN900 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZ4cQaN900 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ4cQaN900 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ4cQaN900 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uZ4cQaN900 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ4cQaN900 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ4cQaN900 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ4cQaN900 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ4cQaN900 .offcanvas-body .mbr-text,
  .cid-uZ4cQaN900 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ4cQaN900 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ4cQaN900 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ4cQaN900 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c94be;
  }
  .cid-uZ4cQaN900 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ4cQaN900 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ4cQaN900 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ4cQaN900 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ4cQaN900 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ4cQaN900 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4cQaN900 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ4cQaN900 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ4cQaN900 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ4cQaN900 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uZ4cQaN900 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uZ4cQaN900 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uZ4cQaN900 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uZ4cQaN900 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ4cQaN900 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ4cQaN900 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uZ4cQaN900 .nav-item .nav-link:hover,
.cid-uZ4cQaN900 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uZ4cQaN900 .nav-item .nav-link:hover::before,
.cid-uZ4cQaN900 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ4cQaN900 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ4cQaN900 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ4cQaN900 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ4cQaN900 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4cQaN900 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ4cQaN900 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ4cQaN900 .offcanvas_box {
    display: none;
  }
}
.cid-uZ4cQaN900 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ4cQaN900 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ4cQaN900 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ4cQaN900 .container {
  display: flex;
  margin: auto;
}
.cid-uZ4cQaN900 .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ4cQaN900 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ4cQaN900 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ4cQaN900 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ4cQaN900 .navbar-nav {
    margin: 0;
  }
}
.cid-uZ4cQaN900 .dropdown-menu,
.cid-uZ4cQaN900 .navbar.opened {
  background-color: false !important;
}
.cid-uZ4cQaN900 .nav-item:focus,
.cid-uZ4cQaN900 .nav-link:focus {
  outline: none;
}
.cid-uZ4cQaN900 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4cQaN900 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4cQaN900 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ4cQaN900 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ4cQaN900 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4cQaN900 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4cQaN900 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ4cQaN900 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ4cQaN900 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ4cQaN900 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ4cQaN900 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uZ4cQaN900 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uZ4cQaN900 .navbar.collapsed {
  justify-content: center;
}
.cid-uZ4cQaN900 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4cQaN900 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4cQaN900 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4cQaN900 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4cQaN900 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4cQaN900 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ4cQaN900 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ4cQaN900 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ4cQaN900 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ4cQaN900 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4cQaN900 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4cQaN900 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ4cQaN900 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4cQaN900 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ4cQaN900 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ4cQaN900 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ4cQaN900 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ4cQaN900 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ4cQaN900 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ4cQaN900 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ4cQaN900 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ4cQaN900 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ4cQaN900 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ4cQaN900 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ4cQaN900 .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-uZ4cQaN900 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZ4cQaN900 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4cQaN900 .dropdown-item.active,
.cid-uZ4cQaN900 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4cQaN900 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ4cQaN900 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4cQaN900 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4cQaN900 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ4cQaN900 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ4cQaN900 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ4cQaN900 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #252525;
}
.cid-uZ4cQaN900 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c94be;
}
.cid-uZ4cQaN900 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ4cQaN900 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4cQaN900 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4cQaN900 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ4cQaN900 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4cQaN900 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ4cQaN900 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ4cQaN900 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4cQaN900 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ4cQaN900 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4cQaN900 .navbar {
    height: 70px;
  }
  .cid-uZ4cQaN900 .navbar.opened {
    height: auto;
  }
  .cid-uZ4cQaN900 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ4cQaN900 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ4cQaN900 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uZ4cQaN900 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZ4cQaN900 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uZ4cQaN900 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uZ4cQaN900 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uZ4cQaN900 .navbar-caption:hover {
  color: #f8b610;
}
@media (min-width: 992px) {
  .cid-uZ4cQaN900 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ4cQaN900 .text_widget {
  margin-bottom: 32px;
}
.cid-uZ4cQaN900 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ4cQaN900 .text_widget a:hover,
.cid-uZ4cQaN900 .text_widget a:focus {
  opacity: .8;
}
.cid-uZ4cQaN900 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ4cQaN900 .navbar-caption {
  color: #ffffff;
}
.cid-uZ4cQaN900 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uZ4cQaN900 .mbr-section-subtitle,
.cid-uZ4cQaN900 .text_widget,
.cid-uZ4cQaN900 .mbr-section-btn {
  text-align: center;
}
.cid-uZ4cQaN900 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ4cQafzZv {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZ4cQafzZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4cQafzZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4cQafzZv .container {
    padding: 0 16px;
  }
}
.cid-uZ4cQafzZv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4cQafzZv .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4cQafzZv .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4cQafzZv .mbr-section-title,
.cid-uZ4cQafzZv .mbr-section-btn {
  text-align: center;
}
.cid-v50Zbi7HlF {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondheadegti-2000x672.webp");
}
.cid-v50Zbi7HlF .animated-element {
  color: #efefef;
}
.cid-v50Zbi7HlF .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v50Zbi7HlF .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v50Zbi7HlF .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v50Zbi7HlF .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v50Zbi7HlF .img-block {
    padding-bottom: 2rem;
  }
}
.cid-v50Zbi7HlF .mbr-section-title {
  text-align: center;
}
.cid-v50Zbi7HlF .mbr-text,
.cid-v50Zbi7HlF .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uZ4cQcCeNN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4cQcCeNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4cQcCeNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4cQcCeNN .container {
    padding: 0 16px;
  }
}
.cid-uZ4cQcCeNN .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4cQcCeNN .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4cQcCeNN .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4cQcCeNN .mbr-section-title,
.cid-uZ4cQcCeNN .mbr-section-btn {
  text-align: center;
}
.cid-v1xJF5Rpcy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-v1xJF5Rpcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xJF5Rpcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xJF5Rpcy .mbr-section-title {
  text-align: center;
}
.cid-v1xJF5Rpcy .mbr-text,
.cid-v1xJF5Rpcy .mbr-section-btn {
  text-align: center;
  color: #252525;
}
.cid-v1xJF5Rpcy .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v1xJF5Rpcy .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-v1xJF5Rpcy .mbr-section-title,
.cid-v1xJF5Rpcy .dot {
  color: #ffffff;
  text-align: center;
}
.cid-v1xJF5Rpcy .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uZ4cQdYlCo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4cQdYlCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4cQdYlCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4cQdYlCo .container {
    padding: 0 16px;
  }
}
.cid-uZ4cQdYlCo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4cQdYlCo .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4cQdYlCo .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4cQdYlCo .mbr-section-title,
.cid-uZ4cQdYlCo .mbr-section-btn {
  text-align: center;
}
.cid-v4bJnxTrUJ {
  padding-top: 7rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #0c94be;
}
.cid-v4bJnxTrUJ .row {
  justify-content: center;
}
.cid-v4bJnxTrUJ .col-title {
  margin-bottom: 2.5rem;
}
.cid-v4bJnxTrUJ .mbr-section-title {
  color: #f7b234;
}
.cid-v4bJnxTrUJ .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v4bJnxTrUJ .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4bJnxTrUJ .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v4bJnxTrUJ .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v4bJnxTrUJ .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #000000;
  min-height: 648px;
}
@media (max-width: 991px) {
  .cid-v4bJnxTrUJ .card {
    min-height: 558px;
  }
}
@media (max-width: 639px) {
  .cid-v4bJnxTrUJ .card {
    min-height: 414px;
  }
}
.cid-v4bJnxTrUJ .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v4bJnxTrUJ .card:hover .card-title {
  text-decoration: underline;
}
.cid-v4bJnxTrUJ .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v4bJnxTrUJ .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-v4bJnxTrUJ .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v4bJnxTrUJ .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v4bJnxTrUJ .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-v4bJnxTrUJ .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v4bJnxTrUJ .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v4bJnxTrUJ .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4bJnxTrUJ .card-title-1 {
  color: #f7b234;
}
.cid-v4bKj78vr0 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #0c94be;
}
.cid-v4bKj78vr0 .row {
  justify-content: center;
}
.cid-v4bKj78vr0 .col-title {
  margin-bottom: 2.5rem;
}
.cid-v4bKj78vr0 .mbr-section-title {
  color: #f7b234;
}
.cid-v4bKj78vr0 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v4bKj78vr0 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4bKj78vr0 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v4bKj78vr0 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v4bKj78vr0 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #353535;
  min-height: 648px;
}
@media (max-width: 991px) {
  .cid-v4bKj78vr0 .card {
    min-height: 558px;
  }
}
@media (max-width: 639px) {
  .cid-v4bKj78vr0 .card {
    min-height: 414px;
  }
}
.cid-v4bKj78vr0 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v4bKj78vr0 .card:hover .card-title {
  text-decoration: underline;
}
.cid-v4bKj78vr0 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v4bKj78vr0 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-v4bKj78vr0 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v4bKj78vr0 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v4bKj78vr0 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-v4bKj78vr0 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v4bKj78vr0 .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v4bKj78vr0 .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4bKj78vr0 .card-title-1 {
  color: #f7b234;
}
.cid-v4hicKcRMN {
  padding-top: 7rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f6f7f9;
}
.cid-v4hicKcRMN .row {
  justify-content: center;
}
.cid-v4hicKcRMN .col-title {
  margin-bottom: 2.5rem;
}
.cid-v4hicKcRMN .mbr-section-title {
  color: #f7b234;
}
.cid-v4hicKcRMN .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v4hicKcRMN .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4hicKcRMN .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v4hicKcRMN .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v4hicKcRMN .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #0c94be;
  min-height: 540px;
}
@media (max-width: 991px) {
  .cid-v4hicKcRMN .card {
    min-height: 465px;
  }
}
@media (max-width: 639px) {
  .cid-v4hicKcRMN .card {
    min-height: 345px;
  }
}
.cid-v4hicKcRMN .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v4hicKcRMN .card:hover .card-title {
  text-decoration: underline;
}
.cid-v4hicKcRMN .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v4hicKcRMN .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-v4hicKcRMN .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v4hicKcRMN .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v4hicKcRMN .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-v4hicKcRMN .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v4hicKcRMN .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v4hicKcRMN .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4hicKcRMN .card-title-1 {
  color: #f7b234;
}
.cid-v4hidL7ytj {
  padding-top: 0rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #f6f7f9;
}
.cid-v4hidL7ytj .row {
  justify-content: center;
}
.cid-v4hidL7ytj .col-title {
  margin-bottom: 2.5rem;
}
.cid-v4hidL7ytj .mbr-section-title {
  color: #f7b234;
}
.cid-v4hidL7ytj .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v4hidL7ytj .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4hidL7ytj .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v4hidL7ytj .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v4hidL7ytj .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #0c94be;
  min-height: 540px;
}
@media (max-width: 991px) {
  .cid-v4hidL7ytj .card {
    min-height: 465px;
  }
}
@media (max-width: 639px) {
  .cid-v4hidL7ytj .card {
    min-height: 345px;
  }
}
.cid-v4hidL7ytj .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v4hidL7ytj .card:hover .card-title {
  text-decoration: underline;
}
.cid-v4hidL7ytj .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v4hidL7ytj .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-v4hidL7ytj .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v4hidL7ytj .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v4hidL7ytj .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-v4hidL7ytj .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v4hidL7ytj .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v4hidL7ytj .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4hidL7ytj .card-title-1 {
  color: #f7b234;
}
.cid-v4hnCugSA3 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #0c94be;
}
.cid-v4hnCugSA3 .row {
  justify-content: center;
}
.cid-v4hnCugSA3 .col-title {
  margin-bottom: 2.5rem;
}
.cid-v4hnCugSA3 .mbr-section-title {
  color: #f7b234;
}
.cid-v4hnCugSA3 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v4hnCugSA3 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4hnCugSA3 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v4hnCugSA3 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v4hnCugSA3 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #000000;
  min-height: 648px;
}
@media (max-width: 991px) {
  .cid-v4hnCugSA3 .card {
    min-height: 558px;
  }
}
@media (max-width: 639px) {
  .cid-v4hnCugSA3 .card {
    min-height: 414px;
  }
}
.cid-v4hnCugSA3 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v4hnCugSA3 .card:hover .card-title {
  text-decoration: underline;
}
.cid-v4hnCugSA3 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v4hnCugSA3 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-v4hnCugSA3 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v4hnCugSA3 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v4hnCugSA3 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-v4hnCugSA3 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v4hnCugSA3 .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v4hnCugSA3 .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4hnCugSA3 .card-title-1 {
  color: #f7b234;
}
.cid-v4hnD3632C {
  padding-top: 0rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #0c94be;
}
.cid-v4hnD3632C .row {
  justify-content: center;
}
.cid-v4hnD3632C .col-title {
  margin-bottom: 2.5rem;
}
.cid-v4hnD3632C .mbr-section-title {
  color: #f7b234;
}
.cid-v4hnD3632C .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v4hnD3632C .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4hnD3632C .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v4hnD3632C .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v4hnD3632C .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #353535;
  min-height: 648px;
}
@media (max-width: 991px) {
  .cid-v4hnD3632C .card {
    min-height: 558px;
  }
}
@media (max-width: 639px) {
  .cid-v4hnD3632C .card {
    min-height: 414px;
  }
}
.cid-v4hnD3632C .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v4hnD3632C .card:hover .card-title {
  text-decoration: underline;
}
.cid-v4hnD3632C .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v4hnD3632C .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-v4hnD3632C .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v4hnD3632C .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v4hnD3632C .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-v4hnD3632C .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v4hnD3632C .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v4hnD3632C .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4hnD3632C .card-title-1 {
  color: #f7b234;
}
.cid-v4hnInHWmN {
  padding-top: 7rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f6f7f9;
}
.cid-v4hnInHWmN .row {
  justify-content: center;
}
.cid-v4hnInHWmN .col-title {
  margin-bottom: 2.5rem;
}
.cid-v4hnInHWmN .mbr-section-title {
  color: #f7b234;
}
.cid-v4hnInHWmN .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v4hnInHWmN .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4hnInHWmN .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v4hnInHWmN .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v4hnInHWmN .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #0c94be;
  min-height: 540px;
}
@media (max-width: 991px) {
  .cid-v4hnInHWmN .card {
    min-height: 465px;
  }
}
@media (max-width: 639px) {
  .cid-v4hnInHWmN .card {
    min-height: 345px;
  }
}
.cid-v4hnInHWmN .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v4hnInHWmN .card:hover .card-title {
  text-decoration: underline;
}
.cid-v4hnInHWmN .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v4hnInHWmN .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-v4hnInHWmN .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v4hnInHWmN .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v4hnInHWmN .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-v4hnInHWmN .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v4hnInHWmN .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v4hnInHWmN .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4hnInHWmN .card-title-1 {
  color: #f7b234;
}
.cid-v4hnJ0q0lS {
  padding-top: 0rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #f6f7f9;
}
.cid-v4hnJ0q0lS .row {
  justify-content: center;
}
.cid-v4hnJ0q0lS .col-title {
  margin-bottom: 2.5rem;
}
.cid-v4hnJ0q0lS .mbr-section-title {
  color: #f7b234;
}
.cid-v4hnJ0q0lS .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v4hnJ0q0lS .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4hnJ0q0lS .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v4hnJ0q0lS .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v4hnJ0q0lS .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #0c94be;
  min-height: 540px;
}
@media (max-width: 991px) {
  .cid-v4hnJ0q0lS .card {
    min-height: 465px;
  }
}
@media (max-width: 639px) {
  .cid-v4hnJ0q0lS .card {
    min-height: 345px;
  }
}
.cid-v4hnJ0q0lS .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v4hnJ0q0lS .card:hover .card-title {
  text-decoration: underline;
}
.cid-v4hnJ0q0lS .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v4hnJ0q0lS .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-v4hnJ0q0lS .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v4hnJ0q0lS .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v4hnJ0q0lS .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-v4hnJ0q0lS .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v4hnJ0q0lS .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v4hnJ0q0lS .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4hnJ0q0lS .card-title-1 {
  color: #f7b234;
}
.cid-v2cbCwyWvl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v2cbCwyWvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2cbCwyWvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2cbCwyWvl .container {
    padding: 0 16px;
  }
}
.cid-v2cbCwyWvl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2cbCwyWvl .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v2cbCwyWvl .mbr-section-title {
  color: #ffffff;
}
.cid-v2cbCwyWvl .mbr-section-title,
.cid-v2cbCwyWvl .mbr-section-btn {
  text-align: center;
}
.cid-v2cbBPeqqI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #252525;
}
.cid-v2cbBPeqqI .mbr-text,
.cid-v2cbBPeqqI .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v2cbBPeqqI .mbr-text,
  .cid-v2cbBPeqqI .mbr-section-title {
    text-align: center;
  }
}
.cid-v2cbBPeqqI img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-v2cbBPeqqI .mbr-form {
    padding-right: 1.5rem;
  }
}
.cid-v2cbBPeqqI .btn {
  padding: 1rem 3rem;
  border-radius: 3rem;
}
.cid-v2cbBPeqqI input,
.cid-v2cbBPeqqI textarea {
  background: transparent;
  border: none !important;
  border-bottom: 2px solid white !important;
  box-shadow: none;
  padding: 1rem;
  border-radius: 0;
  color: white;
}
.cid-v2cbBPeqqI input:hover,
.cid-v2cbBPeqqI textarea:hover,
.cid-v2cbBPeqqI input:active,
.cid-v2cbBPeqqI textarea:active,
.cid-v2cbBPeqqI input:focus-within,
.cid-v2cbBPeqqI textarea:focus-within {
  border: none !important;
  box-shadow: none;
  color: white;
  background: transparent;
  border-bottom: 2px solid white !important;
}
.cid-v2cbBPeqqI input::placeholder,
.cid-v2cbBPeqqI textarea::placeholder {
  color: white;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v2cbBPeqqI .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2cbBPeqqI .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v2cbBPeqqI .justify-content-center {
  align-items: center;
}
.cid-v2cbBPeqqI .mbr-section-title {
  color: #ffffff;
}
.cid-v2cbBPeqqI .mbr-section-title DIV {
  text-align: justify;
}
.cid-v1CvpDtjw0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v1CvpDtjw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1CvpDtjw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1CvpDtjw0 .container {
    padding: 0 16px;
  }
}
.cid-v1CvpDtjw0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1CvpDtjw0 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v1CvpDtjw0 .mbr-section-title {
  color: #ffffff;
}
.cid-v1CvpDtjw0 .mbr-section-title,
.cid-v1CvpDtjw0 .mbr-section-btn {
  text-align: center;
}
.cid-uZ4rnKZLnw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uZ4rnKZLnw .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-uZ4rnKZLnw .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uZ4rnKZLnw .mbr-text {
  color: #444;
}
.cid-uZ4rnKZLnw h5 {
  margin-bottom: 0;
}
.cid-uZ4rnKZLnw .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uZ4rnKZLnw .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4rnKZLnw .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uZ4rnKZLnw .socicon {
  font-size: 1.3rem;
  background: #00a7bf;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ4rnKZLnw .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uZ4rnKZLnw .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uZ4rnKZLnw .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uZ4rnKZLnw .social-list a:hover {
  opacity: .4;
}
.cid-uZ4rnKZLnw .media-container-row > div {
  padding: 0px;
}
.cid-uZ4rnKZLnw .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4rnKZLnw .group-title {
  text-align: center;
  color: #00a7bf;
}
.cid-uZ4rnKZLnw .group-title SPAN {
  color: #ffffff;
}
.cid-uZ4rnKZLnw .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uZ4rnKZLnw .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZ4rnKZLnw .social-list,
  .cid-uZ4rnKZLnw .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZ4rnKZLnw h3 {
    margin-bottom: 10px;
  }
  .cid-uZ4rnKZLnw .navbar-brand {
    text-align: center;
  }
}
.cid-uZ4rnKZLnw .links SPAN {
  color: #9e9e9e;
}
.cid-uZ4rnKZLnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4rnKZLnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4rnKZLnw .links,
.cid-uZ4rnKZLnw .navbar-brand {
  text-align: center;
}
.cid-uZ4dfUZsSS {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uZ4dfUZsSS .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uZ4dfUZsSS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uZ4dfUZsSS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4dfUZsSS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ4dfUZsSS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ4dfUZsSS .menu_box .navbar.opened,
  .cid-uZ4dfUZsSS .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ4dfUZsSS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZ4dfUZsSS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uZ4dfUZsSS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ4dfUZsSS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZ4dfUZsSS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ4dfUZsSS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ4dfUZsSS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uZ4dfUZsSS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ4dfUZsSS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ4dfUZsSS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ4dfUZsSS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ4dfUZsSS .offcanvas-body .mbr-text,
  .cid-uZ4dfUZsSS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ4dfUZsSS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ4dfUZsSS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ4dfUZsSS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c94be;
  }
  .cid-uZ4dfUZsSS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ4dfUZsSS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ4dfUZsSS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ4dfUZsSS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ4dfUZsSS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ4dfUZsSS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4dfUZsSS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ4dfUZsSS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ4dfUZsSS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ4dfUZsSS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uZ4dfUZsSS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uZ4dfUZsSS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uZ4dfUZsSS .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uZ4dfUZsSS .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ4dfUZsSS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ4dfUZsSS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uZ4dfUZsSS .nav-item .nav-link:hover,
.cid-uZ4dfUZsSS .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uZ4dfUZsSS .nav-item .nav-link:hover::before,
.cid-uZ4dfUZsSS .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ4dfUZsSS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ4dfUZsSS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ4dfUZsSS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ4dfUZsSS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4dfUZsSS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ4dfUZsSS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ4dfUZsSS .offcanvas_box {
    display: none;
  }
}
.cid-uZ4dfUZsSS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ4dfUZsSS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ4dfUZsSS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ4dfUZsSS .container {
  display: flex;
  margin: auto;
}
.cid-uZ4dfUZsSS .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ4dfUZsSS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ4dfUZsSS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ4dfUZsSS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ4dfUZsSS .navbar-nav {
    margin: 0;
  }
}
.cid-uZ4dfUZsSS .dropdown-menu,
.cid-uZ4dfUZsSS .navbar.opened {
  background-color: false !important;
}
.cid-uZ4dfUZsSS .nav-item:focus,
.cid-uZ4dfUZsSS .nav-link:focus {
  outline: none;
}
.cid-uZ4dfUZsSS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4dfUZsSS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4dfUZsSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ4dfUZsSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ4dfUZsSS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4dfUZsSS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4dfUZsSS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ4dfUZsSS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ4dfUZsSS .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ4dfUZsSS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ4dfUZsSS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uZ4dfUZsSS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uZ4dfUZsSS .navbar.collapsed {
  justify-content: center;
}
.cid-uZ4dfUZsSS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4dfUZsSS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4dfUZsSS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4dfUZsSS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4dfUZsSS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4dfUZsSS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ4dfUZsSS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ4dfUZsSS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ4dfUZsSS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ4dfUZsSS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4dfUZsSS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4dfUZsSS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ4dfUZsSS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4dfUZsSS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ4dfUZsSS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ4dfUZsSS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ4dfUZsSS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ4dfUZsSS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ4dfUZsSS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ4dfUZsSS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ4dfUZsSS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ4dfUZsSS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ4dfUZsSS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ4dfUZsSS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ4dfUZsSS .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-uZ4dfUZsSS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZ4dfUZsSS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4dfUZsSS .dropdown-item.active,
.cid-uZ4dfUZsSS .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4dfUZsSS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ4dfUZsSS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4dfUZsSS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4dfUZsSS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ4dfUZsSS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ4dfUZsSS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ4dfUZsSS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #252525;
}
.cid-uZ4dfUZsSS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c94be;
}
.cid-uZ4dfUZsSS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ4dfUZsSS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4dfUZsSS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4dfUZsSS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ4dfUZsSS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4dfUZsSS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ4dfUZsSS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ4dfUZsSS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4dfUZsSS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ4dfUZsSS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4dfUZsSS .navbar {
    height: 70px;
  }
  .cid-uZ4dfUZsSS .navbar.opened {
    height: auto;
  }
  .cid-uZ4dfUZsSS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ4dfUZsSS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ4dfUZsSS .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uZ4dfUZsSS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZ4dfUZsSS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uZ4dfUZsSS .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uZ4dfUZsSS .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uZ4dfUZsSS .navbar-caption:hover {
  color: #f8b610;
}
@media (min-width: 992px) {
  .cid-uZ4dfUZsSS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ4dfUZsSS .text_widget {
  margin-bottom: 32px;
}
.cid-uZ4dfUZsSS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ4dfUZsSS .text_widget a:hover,
.cid-uZ4dfUZsSS .text_widget a:focus {
  opacity: .8;
}
.cid-uZ4dfUZsSS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ4dfUZsSS .navbar-caption {
  color: #ffffff;
}
.cid-uZ4dfUZsSS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uZ4dfUZsSS .mbr-section-subtitle,
.cid-uZ4dfUZsSS .text_widget,
.cid-uZ4dfUZsSS .mbr-section-btn {
  text-align: center;
}
.cid-uZ4dfUZsSS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ4dfUsMWs {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZ4dfUsMWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4dfUsMWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4dfUsMWs .container {
    padding: 0 16px;
  }
}
.cid-uZ4dfUsMWs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4dfUsMWs .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4dfUsMWs .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4dfUsMWs .mbr-section-title,
.cid-uZ4dfUsMWs .mbr-section-btn {
  text-align: center;
}
.cid-v50ZfZXAYP {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondheadegti-2000x672.webp");
}
.cid-v50ZfZXAYP .animated-element {
  color: #efefef;
}
.cid-v50ZfZXAYP .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v50ZfZXAYP .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v50ZfZXAYP .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v50ZfZXAYP .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v50ZfZXAYP .img-block {
    padding-bottom: 2rem;
  }
}
.cid-v50ZfZXAYP .mbr-section-title {
  text-align: center;
}
.cid-v50ZfZXAYP .mbr-text,
.cid-v50ZfZXAYP .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uZ4dfWT1Os {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4dfWT1Os .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4dfWT1Os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4dfWT1Os .container {
    padding: 0 16px;
  }
}
.cid-uZ4dfWT1Os .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4dfWT1Os .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4dfWT1Os .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4dfWT1Os .mbr-section-title,
.cid-uZ4dfWT1Os .mbr-section-btn {
  text-align: center;
}
.cid-v1xmdoKVN9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-v1xmdoKVN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xmdoKVN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xmdoKVN9 .mbr-section-title {
  text-align: center;
}
.cid-v1xmdoKVN9 .mbr-text,
.cid-v1xmdoKVN9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1xmdoKVN9 .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v1xmdoKVN9 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-v1xmdoKVN9 .mbr-section-title,
.cid-v1xmdoKVN9 .dot {
  color: #ffffff;
  text-align: center;
}
.cid-v1xmdoKVN9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v1xmezM2TI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v1xmezM2TI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xmezM2TI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1xmezM2TI .container {
    padding: 0 16px;
  }
}
.cid-v1xmezM2TI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1xmezM2TI .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v1xmezM2TI .mbr-section-title {
  color: #ffffff;
}
.cid-v1xmezM2TI .mbr-section-title,
.cid-v1xmezM2TI .mbr-section-btn {
  text-align: center;
}
.cid-uZ4fLNc3oz {
  padding-top: 120px;
  padding-bottom: 0px;
  position: relative;
  background-color: #0c94be;
}
.cid-uZ4fLNc3oz p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uZ4fLNc3oz .panel-title {
  border-bottom: 2px solid #ffffff;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uZ4fLNc3oz .collapsed {
  border: none;
}
.cid-uZ4fLNc3oz .collapsed span {
  transform: rotate(0deg);
}
.cid-uZ4fLNc3oz span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #0c94be, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uZ4fLNc3oz .panel-body {
  padding-top: 0.5rem;
}
.cid-uZ4fLNc3oz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uZ4fLNc3oz .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #252525;
  padding: 0;
}
.cid-uZ4fLNc3oz .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uZ4fLNc3oz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uZ4fLNc3oz .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uZ4fLNc3oz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uZ4fLNc3oz .panel-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ4fLNc3oz H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4fLNc3oz H2 {
  color: #ffffff;
}
.cid-uZ4fLNc3oz .mbr-section-text {
  color: #121212;
}
.cid-uZ4j1GxLKy {
  padding-top: 0px;
  padding-bottom: 135px;
  position: relative;
  background-color: #0c94be;
}
.cid-uZ4j1GxLKy p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uZ4j1GxLKy .panel-title {
  border-bottom: 2px solid #ffffff;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uZ4j1GxLKy .collapsed {
  border: none;
}
.cid-uZ4j1GxLKy .collapsed span {
  transform: rotate(0deg);
}
.cid-uZ4j1GxLKy span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #0c94be, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uZ4j1GxLKy .panel-body {
  padding-top: 0.5rem;
}
.cid-uZ4j1GxLKy .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uZ4j1GxLKy .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #252525;
  padding: 0;
}
.cid-uZ4j1GxLKy .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uZ4j1GxLKy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uZ4j1GxLKy .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uZ4j1GxLKy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uZ4j1GxLKy .panel-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ4j1GxLKy H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4j1GxLKy H2 {
  color: #ffffff;
}
.cid-uZ4j1GxLKy .mbr-section-text {
  color: #121212;
}
.cid-uZ4dfYayjp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4dfYayjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4dfYayjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4dfYayjp .container {
    padding: 0 16px;
  }
}
.cid-uZ4dfYayjp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4dfYayjp .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4dfYayjp .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4dfYayjp .mbr-section-title,
.cid-uZ4dfYayjp .mbr-section-btn {
  text-align: center;
}
.cid-uZ4rxXn7rY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uZ4rxXn7rY .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-uZ4rxXn7rY .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uZ4rxXn7rY .mbr-text {
  color: #444;
}
.cid-uZ4rxXn7rY h5 {
  margin-bottom: 0;
}
.cid-uZ4rxXn7rY .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uZ4rxXn7rY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4rxXn7rY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uZ4rxXn7rY .socicon {
  font-size: 1.3rem;
  background: #00a7bf;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ4rxXn7rY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uZ4rxXn7rY .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uZ4rxXn7rY .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uZ4rxXn7rY .social-list a:hover {
  opacity: .4;
}
.cid-uZ4rxXn7rY .media-container-row > div {
  padding: 0px;
}
.cid-uZ4rxXn7rY .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4rxXn7rY .group-title {
  text-align: center;
  color: #00a7bf;
}
.cid-uZ4rxXn7rY .group-title SPAN {
  color: #ffffff;
}
.cid-uZ4rxXn7rY .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uZ4rxXn7rY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZ4rxXn7rY .social-list,
  .cid-uZ4rxXn7rY .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZ4rxXn7rY h3 {
    margin-bottom: 10px;
  }
  .cid-uZ4rxXn7rY .navbar-brand {
    text-align: center;
  }
}
.cid-uZ4rxXn7rY .links SPAN {
  color: #9e9e9e;
}
.cid-uZ4rxXn7rY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4rxXn7rY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4rxXn7rY .links,
.cid-uZ4rxXn7rY .navbar-brand {
  text-align: center;
}
.cid-uZ4dlt4kpT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uZ4dlt4kpT .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uZ4dlt4kpT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uZ4dlt4kpT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4dlt4kpT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ4dlt4kpT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ4dlt4kpT .menu_box .navbar.opened,
  .cid-uZ4dlt4kpT .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ4dlt4kpT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZ4dlt4kpT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uZ4dlt4kpT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ4dlt4kpT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZ4dlt4kpT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ4dlt4kpT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ4dlt4kpT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uZ4dlt4kpT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ4dlt4kpT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ4dlt4kpT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ4dlt4kpT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ4dlt4kpT .offcanvas-body .mbr-text,
  .cid-uZ4dlt4kpT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ4dlt4kpT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ4dlt4kpT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ4dlt4kpT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c94be;
  }
  .cid-uZ4dlt4kpT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ4dlt4kpT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ4dlt4kpT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ4dlt4kpT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ4dlt4kpT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ4dlt4kpT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4dlt4kpT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ4dlt4kpT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ4dlt4kpT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ4dlt4kpT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uZ4dlt4kpT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uZ4dlt4kpT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uZ4dlt4kpT .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uZ4dlt4kpT .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ4dlt4kpT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ4dlt4kpT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uZ4dlt4kpT .nav-item .nav-link:hover,
.cid-uZ4dlt4kpT .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uZ4dlt4kpT .nav-item .nav-link:hover::before,
.cid-uZ4dlt4kpT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ4dlt4kpT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ4dlt4kpT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ4dlt4kpT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ4dlt4kpT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4dlt4kpT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ4dlt4kpT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ4dlt4kpT .offcanvas_box {
    display: none;
  }
}
.cid-uZ4dlt4kpT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ4dlt4kpT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ4dlt4kpT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ4dlt4kpT .container {
  display: flex;
  margin: auto;
}
.cid-uZ4dlt4kpT .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ4dlt4kpT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ4dlt4kpT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ4dlt4kpT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ4dlt4kpT .navbar-nav {
    margin: 0;
  }
}
.cid-uZ4dlt4kpT .dropdown-menu,
.cid-uZ4dlt4kpT .navbar.opened {
  background-color: false !important;
}
.cid-uZ4dlt4kpT .nav-item:focus,
.cid-uZ4dlt4kpT .nav-link:focus {
  outline: none;
}
.cid-uZ4dlt4kpT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4dlt4kpT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4dlt4kpT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ4dlt4kpT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ4dlt4kpT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4dlt4kpT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4dlt4kpT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ4dlt4kpT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ4dlt4kpT .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ4dlt4kpT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ4dlt4kpT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uZ4dlt4kpT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uZ4dlt4kpT .navbar.collapsed {
  justify-content: center;
}
.cid-uZ4dlt4kpT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4dlt4kpT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4dlt4kpT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4dlt4kpT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4dlt4kpT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4dlt4kpT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ4dlt4kpT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ4dlt4kpT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ4dlt4kpT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ4dlt4kpT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4dlt4kpT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4dlt4kpT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ4dlt4kpT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4dlt4kpT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ4dlt4kpT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ4dlt4kpT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ4dlt4kpT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ4dlt4kpT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ4dlt4kpT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ4dlt4kpT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ4dlt4kpT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ4dlt4kpT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ4dlt4kpT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ4dlt4kpT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ4dlt4kpT .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-uZ4dlt4kpT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZ4dlt4kpT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4dlt4kpT .dropdown-item.active,
.cid-uZ4dlt4kpT .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4dlt4kpT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ4dlt4kpT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4dlt4kpT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4dlt4kpT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ4dlt4kpT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ4dlt4kpT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ4dlt4kpT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #252525;
}
.cid-uZ4dlt4kpT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c94be;
}
.cid-uZ4dlt4kpT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ4dlt4kpT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4dlt4kpT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4dlt4kpT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ4dlt4kpT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4dlt4kpT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ4dlt4kpT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ4dlt4kpT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4dlt4kpT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ4dlt4kpT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4dlt4kpT .navbar {
    height: 70px;
  }
  .cid-uZ4dlt4kpT .navbar.opened {
    height: auto;
  }
  .cid-uZ4dlt4kpT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ4dlt4kpT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ4dlt4kpT .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uZ4dlt4kpT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZ4dlt4kpT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uZ4dlt4kpT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uZ4dlt4kpT .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uZ4dlt4kpT .navbar-caption:hover {
  color: #f8b610;
}
@media (min-width: 992px) {
  .cid-uZ4dlt4kpT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ4dlt4kpT .text_widget {
  margin-bottom: 32px;
}
.cid-uZ4dlt4kpT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ4dlt4kpT .text_widget a:hover,
.cid-uZ4dlt4kpT .text_widget a:focus {
  opacity: .8;
}
.cid-uZ4dlt4kpT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ4dlt4kpT .navbar-caption {
  color: #ffffff;
}
.cid-uZ4dlt4kpT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uZ4dlt4kpT .mbr-section-subtitle,
.cid-uZ4dlt4kpT .text_widget,
.cid-uZ4dlt4kpT .mbr-section-btn {
  text-align: center;
}
.cid-uZ4dlt4kpT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ4dlsrSs8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZ4dlsrSs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4dlsrSs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4dlsrSs8 .container {
    padding: 0 16px;
  }
}
.cid-uZ4dlsrSs8 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4dlsrSs8 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4dlsrSs8 .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4dlsrSs8 .mbr-section-title,
.cid-uZ4dlsrSs8 .mbr-section-btn {
  text-align: center;
}
.cid-uZ4dlv0vnS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4dlv0vnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4dlv0vnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4dlv0vnS .container {
    padding: 0 16px;
  }
}
.cid-uZ4dlv0vnS .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4dlv0vnS .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4dlv0vnS .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4dlv0vnS .mbr-section-title,
.cid-uZ4dlv0vnS .mbr-section-btn {
  text-align: center;
}
.cid-uZ4e9Vl4sG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fondheadegti-2000x672.webp");
}
.cid-uZ4e9Vl4sG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4e9Vl4sG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4e9Vl4sG .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ4e9Vl4sG .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uZ4e9Vl4sG .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZ4e9Vl4sG .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #0c94be;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #0c94be;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uZ4e9Vl4sG .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ4e9Vl4sG .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #000000;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #0c94be;
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uZ4e9Vl4sG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #0c94be;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uZ4e9Vl4sG .mbr-section-title {
  color: #404349;
}
.cid-uZ4e9Vl4sG .mbr-desc {
  color: #b19a7c;
}
.cid-uZ4e9Vl4sG .mbr-text {
  color: #404349;
}
.cid-uZ4e9Vl4sG .list {
  color: #404349;
}
.cid-uZ4e9Vl4sG .soc-desc {
  color: #404349;
}
.cid-uZ4e9Vl4sG label {
  color: #404349;
}
.cid-uZ4e9Vl4sG .mbr-desc,
.cid-uZ4e9Vl4sG .desc-wrapper {
  color: #ffffff;
}
.cid-uZ4e9Vl4sG .list,
.cid-uZ4e9Vl4sG .item-wrap {
  color: #ffffff;
}
.cid-uZ4e9Vl4sG .soc-desc,
.cid-uZ4e9Vl4sG .social-wrapper {
  color: #ffffff;
}
.cid-uZ4dlwmF3h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4dlwmF3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4dlwmF3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4dlwmF3h .container {
    padding: 0 16px;
  }
}
.cid-uZ4dlwmF3h .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4dlwmF3h .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4dlwmF3h .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4dlwmF3h .mbr-section-title,
.cid-uZ4dlwmF3h .mbr-section-btn {
  text-align: center;
}
.cid-uZ4rBaoqNj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uZ4rBaoqNj .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-uZ4rBaoqNj .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uZ4rBaoqNj .mbr-text {
  color: #444;
}
.cid-uZ4rBaoqNj h5 {
  margin-bottom: 0;
}
.cid-uZ4rBaoqNj .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uZ4rBaoqNj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4rBaoqNj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uZ4rBaoqNj .socicon {
  font-size: 1.3rem;
  background: #00a7bf;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ4rBaoqNj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uZ4rBaoqNj .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uZ4rBaoqNj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uZ4rBaoqNj .social-list a:hover {
  opacity: .4;
}
.cid-uZ4rBaoqNj .media-container-row > div {
  padding: 0px;
}
.cid-uZ4rBaoqNj .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4rBaoqNj .group-title {
  text-align: center;
  color: #00a7bf;
}
.cid-uZ4rBaoqNj .group-title SPAN {
  color: #ffffff;
}
.cid-uZ4rBaoqNj .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uZ4rBaoqNj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZ4rBaoqNj .social-list,
  .cid-uZ4rBaoqNj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZ4rBaoqNj h3 {
    margin-bottom: 10px;
  }
  .cid-uZ4rBaoqNj .navbar-brand {
    text-align: center;
  }
}
.cid-uZ4rBaoqNj .links SPAN {
  color: #9e9e9e;
}
.cid-uZ4rBaoqNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4rBaoqNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4rBaoqNj .links,
.cid-uZ4rBaoqNj .navbar-brand {
  text-align: center;
}
.cid-v1D6z9tlUu {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v1D6z9tlUu .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-v1D6z9tlUu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-v1D6z9tlUu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1D6z9tlUu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v1D6z9tlUu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v1D6z9tlUu .menu_box .navbar.opened,
  .cid-v1D6z9tlUu .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1D6z9tlUu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v1D6z9tlUu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-v1D6z9tlUu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1D6z9tlUu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v1D6z9tlUu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1D6z9tlUu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1D6z9tlUu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-v1D6z9tlUu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1D6z9tlUu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1D6z9tlUu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1D6z9tlUu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1D6z9tlUu .offcanvas-body .mbr-text,
  .cid-v1D6z9tlUu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v1D6z9tlUu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v1D6z9tlUu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1D6z9tlUu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c94be;
  }
  .cid-v1D6z9tlUu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1D6z9tlUu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1D6z9tlUu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1D6z9tlUu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1D6z9tlUu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1D6z9tlUu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1D6z9tlUu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v1D6z9tlUu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1D6z9tlUu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v1D6z9tlUu .lg_brand {
    margin: 0 1rem;
  }
  .cid-v1D6z9tlUu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-v1D6z9tlUu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-v1D6z9tlUu .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-v1D6z9tlUu .nav-item {
    margin: 0 !important;
  }
}
.cid-v1D6z9tlUu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v1D6z9tlUu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-v1D6z9tlUu .nav-item .nav-link:hover,
.cid-v1D6z9tlUu .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-v1D6z9tlUu .nav-item .nav-link:hover::before,
.cid-v1D6z9tlUu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v1D6z9tlUu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1D6z9tlUu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v1D6z9tlUu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1D6z9tlUu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1D6z9tlUu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v1D6z9tlUu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1D6z9tlUu .offcanvas_box {
    display: none;
  }
}
.cid-v1D6z9tlUu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v1D6z9tlUu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1D6z9tlUu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v1D6z9tlUu .container {
  display: flex;
  margin: auto;
}
.cid-v1D6z9tlUu .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v1D6z9tlUu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1D6z9tlUu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1D6z9tlUu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1D6z9tlUu .navbar-nav {
    margin: 0;
  }
}
.cid-v1D6z9tlUu .dropdown-menu,
.cid-v1D6z9tlUu .navbar.opened {
  background-color: false !important;
}
.cid-v1D6z9tlUu .nav-item:focus,
.cid-v1D6z9tlUu .nav-link:focus {
  outline: none;
}
.cid-v1D6z9tlUu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1D6z9tlUu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1D6z9tlUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1D6z9tlUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1D6z9tlUu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1D6z9tlUu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1D6z9tlUu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v1D6z9tlUu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v1D6z9tlUu .navbar.opened {
  transition: all 0.3s;
}
.cid-v1D6z9tlUu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1D6z9tlUu .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v1D6z9tlUu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v1D6z9tlUu .navbar.collapsed {
  justify-content: center;
}
.cid-v1D6z9tlUu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1D6z9tlUu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1D6z9tlUu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1D6z9tlUu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1D6z9tlUu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1D6z9tlUu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1D6z9tlUu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1D6z9tlUu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1D6z9tlUu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v1D6z9tlUu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1D6z9tlUu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1D6z9tlUu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1D6z9tlUu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1D6z9tlUu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v1D6z9tlUu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1D6z9tlUu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1D6z9tlUu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1D6z9tlUu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1D6z9tlUu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v1D6z9tlUu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1D6z9tlUu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1D6z9tlUu .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1D6z9tlUu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1D6z9tlUu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1D6z9tlUu .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-v1D6z9tlUu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1D6z9tlUu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1D6z9tlUu .dropdown-item.active,
.cid-v1D6z9tlUu .dropdown-item:active {
  background-color: transparent;
}
.cid-v1D6z9tlUu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v1D6z9tlUu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1D6z9tlUu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1D6z9tlUu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1D6z9tlUu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v1D6z9tlUu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1D6z9tlUu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #252525;
}
.cid-v1D6z9tlUu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c94be;
}
.cid-v1D6z9tlUu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1D6z9tlUu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1D6z9tlUu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1D6z9tlUu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1D6z9tlUu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1D6z9tlUu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1D6z9tlUu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1D6z9tlUu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1D6z9tlUu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1D6z9tlUu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1D6z9tlUu .navbar {
    height: 70px;
  }
  .cid-v1D6z9tlUu .navbar.opened {
    height: auto;
  }
  .cid-v1D6z9tlUu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1D6z9tlUu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v1D6z9tlUu .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-v1D6z9tlUu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v1D6z9tlUu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v1D6z9tlUu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v1D6z9tlUu .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-v1D6z9tlUu .navbar-caption:hover {
  color: #f8b610;
}
@media (min-width: 992px) {
  .cid-v1D6z9tlUu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v1D6z9tlUu .text_widget {
  margin-bottom: 32px;
}
.cid-v1D6z9tlUu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v1D6z9tlUu .text_widget a:hover,
.cid-v1D6z9tlUu .text_widget a:focus {
  opacity: .8;
}
.cid-v1D6z9tlUu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1D6z9tlUu .navbar-caption {
  color: #ffffff;
}
.cid-v1D6z9tlUu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v1D6z9tlUu .mbr-section-subtitle,
.cid-v1D6z9tlUu .text_widget,
.cid-v1D6z9tlUu .mbr-section-btn {
  text-align: center;
}
.cid-v1D6z9tlUu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1D6z9IR9u {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v1D6z9IR9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D6z9IR9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1D6z9IR9u .container {
    padding: 0 16px;
  }
}
.cid-v1D6z9IR9u .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1D6z9IR9u .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v1D6z9IR9u .mbr-section-title {
  color: #ffffff;
}
.cid-v1D6z9IR9u .mbr-section-title,
.cid-v1D6z9IR9u .mbr-section-btn {
  text-align: center;
}
.cid-v1D6z9RkqI {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondheadegti-2000x672.webp");
}
.cid-v1D6z9RkqI .animated-element {
  color: #efefef;
}
.cid-v1D6z9RkqI .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1D6z9RkqI .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v1D6z9RkqI .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1D6z9RkqI .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v1D6z9RkqI .img-block {
    padding-bottom: 2rem;
  }
}
.cid-v1D6z9RkqI .mbr-section-title {
  text-align: center;
}
.cid-v1D6z9RkqI .mbr-text,
.cid-v1D6z9RkqI .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-v1D6za70h7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v1D6za70h7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D6za70h7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1D6za70h7 .container {
    padding: 0 16px;
  }
}
.cid-v1D6za70h7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1D6za70h7 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v1D6za70h7 .mbr-section-title {
  color: #ffffff;
}
.cid-v1D6za70h7 .mbr-section-title,
.cid-v1D6za70h7 .mbr-section-btn {
  text-align: center;
}
.cid-v1D6zahqOO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-v1D6zahqOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D6zahqOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D6zahqOO .mbr-section-title {
  text-align: center;
}
.cid-v1D6zahqOO .mbr-text,
.cid-v1D6zahqOO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1D6zahqOO .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v1D6zahqOO .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-v1D6zahqOO .mbr-section-title,
.cid-v1D6zahqOO .dot {
  color: #ffffff;
  text-align: center;
}
.cid-v1D6zahqOO .mbr-section-subtitle {
  text-align: center;
}
.cid-v1D6zaqwpZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v1D6zaqwpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D6zaqwpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1D6zaqwpZ .container {
    padding: 0 16px;
  }
}
.cid-v1D6zaqwpZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1D6zaqwpZ .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v1D6zaqwpZ .mbr-section-title {
  color: #ffffff;
}
.cid-v1D6zaqwpZ .mbr-section-title,
.cid-v1D6zaqwpZ .mbr-section-btn {
  text-align: center;
}
.cid-v3TcTm4gXF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0c94be;
}
.cid-v3TcTm4gXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TcTm4gXF .container-fluid {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v3TcTm4gXF .container-fluid {
    padding: 0 2rem;
  }
}
.cid-v3TcTm4gXF .hero-maison {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: 1.49088542;
  overflow: hidden;
  background-color: #fff;
}
.cid-v3TcTm4gXF .hero-maison img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.cid-v3TcTm4gXF .hero-maison img:nth-child(1) {
  animation: slide1 12s linear infinite;
}
.cid-v3TcTm4gXF .hero-maison img:nth-child(2) {
  animation: slide2 12s linear infinite;
}
.cid-v3TcTm4gXF .hero-maison img:nth-child(3) {
  animation: slide3 12s linear infinite;
}
.cid-v3TcTm4gXF .hero-maison img:nth-child(4) {
  animation: slide4 12s linear infinite;
}
.cid-v3TcTm4gXF .hero-maison img:nth-child(5) {
  animation: slide5 12s linear infinite;
}
.cid-v3TcTm4gXF .hero-maison img:nth-child(6) {
  animation: slide6 12s linear infinite;
}
@keyframes slide1 {
  0% {
    opacity: 1;
  }
  8.33% {
    opacity: 1;
  }
  16.66% {
    opacity: 0;
  }
  91.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide2 {
  0% {
    opacity: 0;
  }
  8.33% {
    opacity: 0;
  }
  16.66% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide4 {
  0% {
    opacity: 0;
  }
  41.66% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  58.33% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide5 {
  0% {
    opacity: 0;
  }
  58.33% {
    opacity: 0;
  }
  66.66% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide6 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  91.66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cid-v3TcTm4gXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3TcTm4gXF .img-card {
  background: #ffffff;
  padding: 5rem;
  border-top-left-radius: 4rem;
}
@media (max-width: 992px) {
  .cid-v3TcTm4gXF .img-card {
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v3TcTm4gXF .img-card {
    padding: 1rem;
  }
}
.cid-v3TcTm4gXF .row {
  justify-content: space-between;
}
.cid-v3TcTm4gXF .img-wrapper {
  border-radius: 3rem;
  position: relative;
}
.cid-v3TcTm4gXF .img-wrapper img {
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-v3TcTm4gXF .img-wrapper img {
    border-radius: 2rem;
  }
}
.cid-v3TcTm4gXF .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .cid-v3TcTm4gXF .image-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-v3TcTm4gXF .dot {
  width: 6px;
  height: 6px;
  background: #252525;
}
.cid-v3TcTm4gXF .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-v3TcTm4gXF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3TcTm4gXF .mbr-text,
.cid-v3TcTm4gXF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v3TcTm4gXF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1TOpnH1Bo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1TOpnH1Bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TOpnH1Bo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TOpnH1Bo .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v1TOpnH1Bo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1TOpnH1Bo .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v1TOpnH1Bo .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #0c94be;
}
.cid-v1TOpnH1Bo .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v1TOpnH1Bo .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v1TOpnH1Bo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #00c3ff, #252525 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v1TOpnH1Bo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v1TOpnH1Bo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1TOpnH1Bo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1TOpnH1Bo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 425px;
  max-width: 425px;
}
@media (max-width: 768px) {
  .cid-v1TOpnH1Bo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1TOpnH1Bo .embla__slide .slide-content {
  width: 100%;
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #252525;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #252525;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-v1TOpnH1Bo .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v1TOpnH1Bo .embla__button--next,
.cid-v1TOpnH1Bo .embla__button--prev {
  display: flex;
}
.cid-v1TOpnH1Bo .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #00c3ff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v1TOpnH1Bo .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-v1TOpnH1Bo .embla__button {
    top: 0;
  }
}
.cid-v1TOpnH1Bo .embla__button:hover {
  background-color: #00c3ff !important;
  color: #000000 !important;
}
.cid-v1TOpnH1Bo .embla__button:disabled {
  background-color: #000000 !important;
  color: #00c3ff !important;
  opacity: .5 !important;
}
.cid-v1TOpnH1Bo .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1TOpnH1Bo .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v1TOpnH1Bo .embla__button.embla__button--next {
  right: 0;
}
.cid-v1TOpnH1Bo .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v1TOpnH1Bo .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v1TOpnH1Bo .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(-90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v1TOpnH1Bo .embla::before {
    display: none;
  }
}
.cid-v1TOpnH1Bo .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v1TOpnH1Bo .embla::after {
    display: none;
  }
}
.cid-v1TOpnH1Bo .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-v1TOpnH1Bo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1TOpnH1Bo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1TOpnH1Bo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1TOpnH1Bo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1TOpnH1Bo .mbr-label,
.cid-v1TOpnH1Bo .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1TOpnH1Bo .mbr-section-title,
.cid-v1TOpnH1Bo .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1TOpnH1Bo .mbr-text,
.cid-v1TOpnH1Bo .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v1TOpnH1Bo .item-name {
  color: #000000;
}
.cid-v1TOpnH1Bo .item-role {
  color: #515151;
  text-align: center;
}
.cid-v1TOpnH1Bo .item-name,
.cid-v1TOpnH1Bo .social-wrapper {
  color: #0c94be;
  text-align: center;
}
.cid-v2cl9rsSvI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v2cl9rsSvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2cl9rsSvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2cl9rsSvI .container {
    padding: 0 16px;
  }
}
.cid-v2cl9rsSvI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2cl9rsSvI .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v2cl9rsSvI .mbr-section-title {
  color: #ffffff;
}
.cid-v2cl9rsSvI .mbr-section-title,
.cid-v2cl9rsSvI .mbr-section-btn {
  text-align: center;
}
.cid-v1TTkCJAhX {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #0c94be;
}
.cid-v1TTkCJAhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TTkCJAhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TTkCJAhX .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1TTkCJAhX .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v1TTkCJAhX .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v1TTkCJAhX .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v1TTkCJAhX .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v1TTkCJAhX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v1TTkCJAhX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1TTkCJAhX .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .card-wrapper {
    padding: 24px;
  }
}
.cid-v1TTkCJAhX .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v1TTkCJAhX .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v1TTkCJAhX .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v1TTkCJAhX .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v1TTkCJAhX .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v1TTkCJAhX .mbr-label,
.cid-v1TTkCJAhX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1TTkCJAhX .mbr-section-title,
.cid-v1TTkCJAhX .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1TTkCJAhX .mbr-text,
.cid-v1TTkCJAhX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1TTkCJAhX .item-number {
  color: #000000;
}
.cid-v1TTkCJAhX .item-title {
  color: #000000;
  text-align: center;
}
.cid-v1TTkCJAhX .item-text {
  color: #515151;
  text-align: center;
}
.cid-v1TTkCJAhX .item-metric {
  color: #000000;
  text-align: center;
}
.cid-v1TTkCJAhX .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v4W2eL7B76 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0c94be;
}
.cid-v4W2eL7B76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4W2eL7B76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4W2eL7B76 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4W2eL7B76 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v4W2eL7B76 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v4W2eL7B76 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v4W2eL7B76 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v4W2eL7B76 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v4W2eL7B76 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4W2eL7B76 .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .card-wrapper {
    padding: 24px;
  }
}
.cid-v4W2eL7B76 .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v4W2eL7B76 .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v4W2eL7B76 .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v4W2eL7B76 .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v4W2eL7B76 .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v4W2eL7B76 .mbr-label,
.cid-v4W2eL7B76 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4W2eL7B76 .mbr-section-title,
.cid-v4W2eL7B76 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4W2eL7B76 .mbr-text,
.cid-v4W2eL7B76 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4W2eL7B76 .item-number {
  color: #000000;
}
.cid-v4W2eL7B76 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4W2eL7B76 .item-text {
  color: #515151;
  text-align: center;
}
.cid-v4W2eL7B76 .item-metric {
  color: #000000;
  text-align: center;
}
.cid-v4W2eL7B76 .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v3dxXdxvAk {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #0c94be;
}
.cid-v3dxXdxvAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dxXdxvAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dxXdxvAk .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3dxXdxvAk .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v3dxXdxvAk .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v3dxXdxvAk .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v3dxXdxvAk .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v3dxXdxvAk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3dxXdxvAk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3dxXdxvAk .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .card-wrapper {
    padding: 24px;
  }
}
.cid-v3dxXdxvAk .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v3dxXdxvAk .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v3dxXdxvAk .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v3dxXdxvAk .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v3dxXdxvAk .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v3dxXdxvAk .mbr-label,
.cid-v3dxXdxvAk .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v3dxXdxvAk .mbr-section-title,
.cid-v3dxXdxvAk .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3dxXdxvAk .mbr-text,
.cid-v3dxXdxvAk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3dxXdxvAk .item-number {
  color: #000000;
}
.cid-v3dxXdxvAk .item-title {
  color: #000000;
  text-align: center;
}
.cid-v3dxXdxvAk .item-text {
  color: #515151;
  text-align: center;
}
.cid-v3dxXdxvAk .item-metric {
  color: #000000;
  text-align: center;
}
.cid-v3dxXdxvAk .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v3O3DFbSpp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v3O3DFbSpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3O3DFbSpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3O3DFbSpp .container {
    padding: 0 16px;
  }
}
.cid-v3O3DFbSpp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3O3DFbSpp .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v3O3DFbSpp .mbr-section-title {
  color: #ffffff;
}
.cid-v3O3DFbSpp .mbr-section-title,
.cid-v3O3DFbSpp .mbr-section-btn {
  text-align: center;
}
.cid-v1D6zbMENq {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-v1D6zbMENq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D6zbMENq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D6zbMENq .row {
  justify-content: space-between;
}
.cid-v1D6zbMENq .mbr-text,
.cid-v1D6zbMENq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v1D6zbMENq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1D6zbMENq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v3O3S0e1dh {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3O3S0e1dh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3O3S0e1dh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3O3S0e1dh .items-wrapper {
  margin: 0 -8px;
}
.cid-v3O3S0e1dh .items-wrapper .item {
  padding: 0 8px;
}
.cid-v3O3S0e1dh .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3O3S0e1dh .item {
    margin-bottom: 12px;
  }
}
.cid-v3O3S0e1dh .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-v3TcV4ahSn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252525;
}
.cid-v3TcV4ahSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TcV4ahSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3TcV4ahSn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3TcV4ahSn .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3TcV4ahSn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3TcV4ahSn .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3TcV4ahSn .container {
    padding: 0 16px;
  }
}
.cid-v3TcV4ahSn .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3TcV4ahSn .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-v3TcV4ahSn .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3TcV4ahSn .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3TcV4ahSn .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #252525;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-v3TcV4ahSn .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-v3TcV4ahSn .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-v3TcV4ahSn .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-v3TcV4ahSn .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-v3TcV4ahSn .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-v3TcV4ahSn .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0c94be;
  border: 1px solid #0c94be;
  border-radius: 100%;
}
.cid-v3TcV4ahSn .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-v3TcV4ahSn .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-v3TcV4ahSn .mbr-section-title {
  color: #0c94be;
  text-align: center;
}
.cid-v3TcV4ahSn .card-title {
  color: #000000;
}
.cid-v3TcV4ahSn .card-text {
  color: #000000;
}
.cid-v3TcV4ahSn .card-text,
.cid-v3TcV4ahSn .item-wrapper {
  text-align: justify;
  color: #ffffff;
}
.cid-v3TcV4ahSn .card-title,
.cid-v3TcV4ahSn .item-wrapper {
  color: #00c3ff;
}
.cid-v3TcW2pqoc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v3TcW2pqoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TcW2pqoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3TcW2pqoc .container {
    padding: 0 16px;
  }
}
.cid-v3TcW2pqoc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3TcW2pqoc .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v3TcW2pqoc .mbr-section-title {
  color: #ffffff;
}
.cid-v3TcW2pqoc .mbr-section-title,
.cid-v3TcW2pqoc .mbr-section-btn {
  text-align: center;
}
.cid-v1D6zcgjgl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c94be;
  overflow: hidden;
  position: relative;
}
.cid-v1D6zcgjgl .row {
  align-items: flex-start;
}
.cid-v1D6zcgjgl .container,
.cid-v1D6zcgjgl .container-fluid {
  position: static;
}
.cid-v1D6zcgjgl .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v1D6zcgjgl .col-text {
  position: relative;
  z-index: 2;
}
.cid-v1D6zcgjgl .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v1D6zcgjgl .toggle-panel,
.cid-v1D6zcgjgl .panel-group {
  width: 100%;
}
.cid-v1D6zcgjgl .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-v1D6zcgjgl .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #333333;
}
.cid-v1D6zcgjgl .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-v1D6zcgjgl .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-v1D6zcgjgl .panel-title {
    padding: 1rem !important;
  }
}
.cid-v1D6zcgjgl .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-v1D6zcgjgl .collapsed .sign {
  transform: rotate(0deg);
}
.cid-v1D6zcgjgl .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-v1D6zcgjgl .sign {
  color: #ffffff;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-v1D6zcgjgl .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-v1D6zcgjgl .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-v1D6zcgjgl .panel-title-edit {
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-v1D6zcgjgl .mbr-text,
.cid-v1D6zcgjgl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v3dQ4QZZlK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v3dQ4QZZlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dQ4QZZlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3dQ4QZZlK .container {
    padding: 0 16px;
  }
}
.cid-v3dQ4QZZlK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3dQ4QZZlK .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v3dQ4QZZlK .mbr-section-title {
  color: #ffffff;
}
.cid-v3dQ4QZZlK .mbr-section-title,
.cid-v3dQ4QZZlK .mbr-section-btn {
  text-align: center;
}
.cid-v3dPOGrVmk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #252525;
}
.cid-v3dPOGrVmk .mbr-text,
.cid-v3dPOGrVmk .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v3dPOGrVmk .mbr-text,
  .cid-v3dPOGrVmk .mbr-section-title {
    text-align: center;
  }
}
.cid-v3dPOGrVmk img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-v3dPOGrVmk .mbr-form {
    padding-right: 1.5rem;
  }
}
.cid-v3dPOGrVmk .btn {
  padding: 1rem 3rem;
  border-radius: 3rem;
}
.cid-v3dPOGrVmk input,
.cid-v3dPOGrVmk textarea {
  background: transparent;
  border: none !important;
  border-bottom: 2px solid white !important;
  box-shadow: none;
  padding: 1rem;
  border-radius: 0;
  color: white;
}
.cid-v3dPOGrVmk input:hover,
.cid-v3dPOGrVmk textarea:hover,
.cid-v3dPOGrVmk input:active,
.cid-v3dPOGrVmk textarea:active,
.cid-v3dPOGrVmk input:focus-within,
.cid-v3dPOGrVmk textarea:focus-within {
  border: none !important;
  box-shadow: none;
  color: white;
  background: transparent;
  border-bottom: 2px solid white !important;
}
.cid-v3dPOGrVmk input::placeholder,
.cid-v3dPOGrVmk textarea::placeholder {
  color: white;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v3dPOGrVmk .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v3dPOGrVmk .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3dPOGrVmk .justify-content-center {
  align-items: center;
}
.cid-v3dPOGrVmk .mbr-section-title {
  color: #ffffff;
}
.cid-v3dPOGrVmk .mbr-section-title DIV {
  text-align: justify;
}
.cid-v1JCJWfRU7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v1JCJWfRU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1JCJWfRU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1JCJWfRU7 .container {
    padding: 0 16px;
  }
}
.cid-v1JCJWfRU7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1JCJWfRU7 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v1JCJWfRU7 .mbr-section-title {
  color: #ffffff;
}
.cid-v1JCJWfRU7 .mbr-section-title,
.cid-v1JCJWfRU7 .mbr-section-btn {
  text-align: center;
}
.cid-v1D6zcueKe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-v1D6zcueKe .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-v1D6zcueKe .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v1D6zcueKe .mbr-text {
  color: #444;
}
.cid-v1D6zcueKe h5 {
  margin-bottom: 0;
}
.cid-v1D6zcueKe .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v1D6zcueKe .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1D6zcueKe .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-v1D6zcueKe .socicon {
  font-size: 1.3rem;
  background: #00a7bf;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1D6zcueKe .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v1D6zcueKe .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v1D6zcueKe .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v1D6zcueKe .social-list a:hover {
  opacity: .4;
}
.cid-v1D6zcueKe .media-container-row > div {
  padding: 0px;
}
.cid-v1D6zcueKe .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v1D6zcueKe .group-title {
  text-align: center;
  color: #00a7bf;
}
.cid-v1D6zcueKe .group-title SPAN {
  color: #ffffff;
}
.cid-v1D6zcueKe .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v1D6zcueKe .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v1D6zcueKe .social-list,
  .cid-v1D6zcueKe .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v1D6zcueKe h3 {
    margin-bottom: 10px;
  }
  .cid-v1D6zcueKe .navbar-brand {
    text-align: center;
  }
}
.cid-v1D6zcueKe .links SPAN {
  color: #9e9e9e;
}
.cid-v1D6zcueKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D6zcueKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D6zcueKe .links,
.cid-v1D6zcueKe .navbar-brand {
  text-align: center;
}
.cid-uZ4d3lSjLT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uZ4d3lSjLT .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uZ4d3lSjLT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uZ4d3lSjLT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4d3lSjLT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ4d3lSjLT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ4d3lSjLT .menu_box .navbar.opened,
  .cid-uZ4d3lSjLT .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ4d3lSjLT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uZ4d3lSjLT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uZ4d3lSjLT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ4d3lSjLT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uZ4d3lSjLT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ4d3lSjLT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ4d3lSjLT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uZ4d3lSjLT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ4d3lSjLT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ4d3lSjLT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ4d3lSjLT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ4d3lSjLT .offcanvas-body .mbr-text,
  .cid-uZ4d3lSjLT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ4d3lSjLT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ4d3lSjLT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ4d3lSjLT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c94be;
  }
  .cid-uZ4d3lSjLT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ4d3lSjLT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ4d3lSjLT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ4d3lSjLT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ4d3lSjLT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ4d3lSjLT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4d3lSjLT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ4d3lSjLT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ4d3lSjLT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ4d3lSjLT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uZ4d3lSjLT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uZ4d3lSjLT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uZ4d3lSjLT .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uZ4d3lSjLT .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ4d3lSjLT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ4d3lSjLT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uZ4d3lSjLT .nav-item .nav-link:hover,
.cid-uZ4d3lSjLT .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uZ4d3lSjLT .nav-item .nav-link:hover::before,
.cid-uZ4d3lSjLT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ4d3lSjLT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ4d3lSjLT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ4d3lSjLT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ4d3lSjLT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4d3lSjLT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ4d3lSjLT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ4d3lSjLT .offcanvas_box {
    display: none;
  }
}
.cid-uZ4d3lSjLT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ4d3lSjLT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ4d3lSjLT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ4d3lSjLT .container {
  display: flex;
  margin: auto;
}
.cid-uZ4d3lSjLT .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ4d3lSjLT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ4d3lSjLT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ4d3lSjLT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ4d3lSjLT .navbar-nav {
    margin: 0;
  }
}
.cid-uZ4d3lSjLT .dropdown-menu,
.cid-uZ4d3lSjLT .navbar.opened {
  background-color: false !important;
}
.cid-uZ4d3lSjLT .nav-item:focus,
.cid-uZ4d3lSjLT .nav-link:focus {
  outline: none;
}
.cid-uZ4d3lSjLT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4d3lSjLT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4d3lSjLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ4d3lSjLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ4d3lSjLT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4d3lSjLT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4d3lSjLT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ4d3lSjLT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ4d3lSjLT .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ4d3lSjLT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ4d3lSjLT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uZ4d3lSjLT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uZ4d3lSjLT .navbar.collapsed {
  justify-content: center;
}
.cid-uZ4d3lSjLT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4d3lSjLT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4d3lSjLT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4d3lSjLT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4d3lSjLT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4d3lSjLT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ4d3lSjLT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ4d3lSjLT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ4d3lSjLT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ4d3lSjLT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4d3lSjLT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4d3lSjLT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ4d3lSjLT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4d3lSjLT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ4d3lSjLT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ4d3lSjLT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ4d3lSjLT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ4d3lSjLT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ4d3lSjLT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ4d3lSjLT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ4d3lSjLT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ4d3lSjLT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ4d3lSjLT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ4d3lSjLT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ4d3lSjLT .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-uZ4d3lSjLT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZ4d3lSjLT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4d3lSjLT .dropdown-item.active,
.cid-uZ4d3lSjLT .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4d3lSjLT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ4d3lSjLT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4d3lSjLT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4d3lSjLT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ4d3lSjLT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ4d3lSjLT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ4d3lSjLT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #252525;
}
.cid-uZ4d3lSjLT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c94be;
}
.cid-uZ4d3lSjLT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ4d3lSjLT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4d3lSjLT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4d3lSjLT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ4d3lSjLT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4d3lSjLT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ4d3lSjLT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ4d3lSjLT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4d3lSjLT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ4d3lSjLT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4d3lSjLT .navbar {
    height: 70px;
  }
  .cid-uZ4d3lSjLT .navbar.opened {
    height: auto;
  }
  .cid-uZ4d3lSjLT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ4d3lSjLT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ4d3lSjLT .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uZ4d3lSjLT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZ4d3lSjLT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uZ4d3lSjLT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uZ4d3lSjLT .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uZ4d3lSjLT .navbar-caption:hover {
  color: #f8b610;
}
@media (min-width: 992px) {
  .cid-uZ4d3lSjLT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ4d3lSjLT .text_widget {
  margin-bottom: 32px;
}
.cid-uZ4d3lSjLT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ4d3lSjLT .text_widget a:hover,
.cid-uZ4d3lSjLT .text_widget a:focus {
  opacity: .8;
}
.cid-uZ4d3lSjLT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ4d3lSjLT .navbar-caption {
  color: #ffffff;
}
.cid-uZ4d3lSjLT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uZ4d3lSjLT .mbr-section-subtitle,
.cid-uZ4d3lSjLT .text_widget,
.cid-uZ4d3lSjLT .mbr-section-btn {
  text-align: center;
}
.cid-uZ4d3lSjLT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ4d3loTP9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZ4d3loTP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4d3loTP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4d3loTP9 .container {
    padding: 0 16px;
  }
}
.cid-uZ4d3loTP9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4d3loTP9 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4d3loTP9 .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4d3loTP9 .mbr-section-title,
.cid-uZ4d3loTP9 .mbr-section-btn {
  text-align: center;
}
.cid-v50Z54YWdu {
  overflow: hidden !important;
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondheadegti-2000x672.webp");
}
.cid-v50Z54YWdu .animated-element {
  color: #efefef;
}
.cid-v50Z54YWdu .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v50Z54YWdu .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v50Z54YWdu .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v50Z54YWdu .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v50Z54YWdu .img-block {
    padding-bottom: 2rem;
  }
}
.cid-v50Z54YWdu .mbr-section-title {
  text-align: center;
}
.cid-v50Z54YWdu .mbr-text,
.cid-v50Z54YWdu .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uZ4d3nDM95 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4d3nDM95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4d3nDM95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4d3nDM95 .container {
    padding: 0 16px;
  }
}
.cid-uZ4d3nDM95 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4d3nDM95 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4d3nDM95 .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4d3nDM95 .mbr-section-title,
.cid-uZ4d3nDM95 .mbr-section-btn {
  text-align: center;
}
.cid-v3dJSwUEym {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-v3dJSwUEym .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dJSwUEym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dJSwUEym .mbr-section-title {
  text-align: center;
}
.cid-v3dJSwUEym .mbr-text,
.cid-v3dJSwUEym .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3dJSwUEym .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v3dJSwUEym .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-v3dJSwUEym .mbr-section-title,
.cid-v3dJSwUEym .dot {
  color: #ffffff;
  text-align: center;
}
.cid-v3dJSwUEym .mbr-section-subtitle {
  text-align: center;
}
.cid-v3dJUWgCxa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v3dJUWgCxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dJUWgCxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3dJUWgCxa .container {
    padding: 0 16px;
  }
}
.cid-v3dJUWgCxa .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3dJUWgCxa .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v3dJUWgCxa .mbr-section-title {
  color: #ffffff;
}
.cid-v3dJUWgCxa .mbr-section-title,
.cid-v3dJUWgCxa .mbr-section-btn {
  text-align: center;
}
.cid-v3dJTP7OO3 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0c94be;
}
.cid-v3dJTP7OO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dJTP7OO3 .container-fluid {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v3dJTP7OO3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-v3dJTP7OO3 .hero-maison {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: 1.49088542;
  overflow: hidden;
  background-color: #fff;
}
.cid-v3dJTP7OO3 .hero-maison img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.cid-v3dJTP7OO3 .hero-maison img:nth-child(1) {
  animation: slide1 6s linear infinite;
}
.cid-v3dJTP7OO3 .hero-maison img:nth-child(2) {
  animation: slide2 6s linear infinite;
}
.cid-v3dJTP7OO3 .hero-maison img:nth-child(3) {
  animation: slide3 6s linear infinite;
}
@keyframes slide1 {
  0%,
  16.66% {
    opacity: 1;
  }
  33.33%,
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide2 {
  0%,
  16.66% {
    opacity: 0;
  }
  33.33%,
  50% {
    opacity: 1;
  }
  66.66%,
  100% {
    opacity: 0;
  }
}
@keyframes slide3 {
  0%,
  50% {
    opacity: 0;
  }
  66.66%,
  83.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cid-v3dJTP7OO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dJTP7OO3 .img-card {
  background: #ffffff;
  padding: 5rem;
  border-top-left-radius: 4rem;
}
@media (max-width: 992px) {
  .cid-v3dJTP7OO3 .img-card {
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v3dJTP7OO3 .img-card {
    padding: 1rem;
  }
}
.cid-v3dJTP7OO3 .row {
  justify-content: space-between;
}
.cid-v3dJTP7OO3 .img-wrapper {
  border-radius: 3rem;
  position: relative;
}
.cid-v3dJTP7OO3 .img-wrapper img {
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-v3dJTP7OO3 .img-wrapper img {
    border-radius: 2rem;
  }
}
.cid-v3dJTP7OO3 .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .cid-v3dJTP7OO3 .image-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-v3dJTP7OO3 .dot {
  width: 6px;
  height: 6px;
  background: #252525;
}
.cid-v3dJTP7OO3 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-v3dJTP7OO3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3dJTP7OO3 .mbr-text,
.cid-v3dJTP7OO3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v3dJTP7OO3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3dJY7NMbZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3dJY7NMbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dJY7NMbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dJY7NMbZ .items-wrapper {
  margin: 0 -8px;
}
.cid-v3dJY7NMbZ .items-wrapper .item {
  padding: 0 8px;
}
.cid-v3dJY7NMbZ .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3dJY7NMbZ .item {
    margin-bottom: 12px;
  }
}
.cid-v3dJY7NMbZ .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-v3O6bBlNPx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3O6bBlNPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3O6bBlNPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3O6bBlNPx .items-wrapper {
  margin: 0 -8px;
}
.cid-v3O6bBlNPx .items-wrapper .item {
  padding: 0 8px;
}
.cid-v3O6bBlNPx .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3O6bBlNPx .item {
    margin-bottom: 12px;
  }
}
.cid-v3O6bBlNPx .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-v3dJZXT9vO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3dJZXT9vO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dJZXT9vO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dJZXT9vO .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v3dJZXT9vO .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-v3dJZXT9vO .container {
    max-width: 1400px;
  }
}
.cid-v3dJZXT9vO .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-v3dJZXT9vO .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-v3dJZXT9vO .row {
  justify-content: center;
}
.cid-v3dJZXT9vO .card-title,
.cid-v3dJZXT9vO .iconfont-wrapper,
.cid-v3dJZXT9vO .dot {
  color: #000000;
}
.cid-v3dJZXT9vO .mbr-section-title {
  color: #0c94be;
}
.cid-v3dK0Ju6O9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3dK0Ju6O9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dK0Ju6O9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dK0Ju6O9 .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v3dK0Ju6O9 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-v3dK0Ju6O9 .container {
    max-width: 1400px;
  }
}
.cid-v3dK0Ju6O9 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-v3dK0Ju6O9 .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-v3dK0Ju6O9 .row {
  justify-content: center;
}
.cid-v3dK0Ju6O9 .card-title,
.cid-v3dK0Ju6O9 .iconfont-wrapper,
.cid-v3dK0Ju6O9 .dot {
  color: #000000;
}
.cid-v3dKtWSeNA {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #0c94be;
}
.cid-v3dKtWSeNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dKtWSeNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dKtWSeNA .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3dKtWSeNA .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v3dKtWSeNA .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v3dKtWSeNA .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v3dKtWSeNA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v3dKtWSeNA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3dKtWSeNA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3dKtWSeNA .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .card-wrapper {
    padding: 24px;
  }
}
.cid-v3dKtWSeNA .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v3dKtWSeNA .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v3dKtWSeNA .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v3dKtWSeNA .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v3dKtWSeNA .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v3dKtWSeNA .mbr-label,
.cid-v3dKtWSeNA .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v3dKtWSeNA .mbr-section-title,
.cid-v3dKtWSeNA .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3dKtWSeNA .mbr-text,
.cid-v3dKtWSeNA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3dKtWSeNA .item-number {
  color: #000000;
}
.cid-v3dKtWSeNA .item-title {
  color: #000000;
  text-align: center;
}
.cid-v3dKtWSeNA .item-text {
  color: #515151;
  text-align: center;
}
.cid-v3dKtWSeNA .item-metric {
  color: #000000;
  text-align: center;
}
.cid-v3dKtWSeNA .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v3dKuKKYrM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0c94be;
}
.cid-v3dKuKKYrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dKuKKYrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dKuKKYrM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3dKuKKYrM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v3dKuKKYrM .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v3dKuKKYrM .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v3dKuKKYrM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v3dKuKKYrM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3dKuKKYrM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3dKuKKYrM .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .card-wrapper {
    padding: 24px;
  }
}
.cid-v3dKuKKYrM .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v3dKuKKYrM .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v3dKuKKYrM .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v3dKuKKYrM .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v3dKuKKYrM .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v3dKuKKYrM .mbr-label,
.cid-v3dKuKKYrM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v3dKuKKYrM .mbr-section-title,
.cid-v3dKuKKYrM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3dKuKKYrM .mbr-text,
.cid-v3dKuKKYrM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3dKuKKYrM .item-number {
  color: #000000;
}
.cid-v3dKuKKYrM .item-title {
  color: #000000;
  text-align: center;
}
.cid-v3dKuKKYrM .item-text {
  color: #515151;
  text-align: center;
}
.cid-v3dKuKKYrM .item-metric {
  color: #000000;
  text-align: center;
}
.cid-v3dKuKKYrM .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v3dKvBIvuI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #0c94be;
}
.cid-v3dKvBIvuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dKvBIvuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dKvBIvuI .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3dKvBIvuI .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v3dKvBIvuI .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v3dKvBIvuI .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v3dKvBIvuI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v3dKvBIvuI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3dKvBIvuI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3dKvBIvuI .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .card-wrapper {
    padding: 24px;
  }
}
.cid-v3dKvBIvuI .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v3dKvBIvuI .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v3dKvBIvuI .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v3dKvBIvuI .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v3dKvBIvuI .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v3dKvBIvuI .mbr-label,
.cid-v3dKvBIvuI .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v3dKvBIvuI .mbr-section-title,
.cid-v3dKvBIvuI .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3dKvBIvuI .mbr-text,
.cid-v3dKvBIvuI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3dKvBIvuI .item-number {
  color: #000000;
}
.cid-v3dKvBIvuI .item-title {
  color: #000000;
  text-align: center;
}
.cid-v3dKvBIvuI .item-text {
  color: #515151;
  text-align: center;
}
.cid-v3dKvBIvuI .item-metric {
  color: #000000;
  text-align: center;
}
.cid-v3dKvBIvuI .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-v3O11ZrSdt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v3O11ZrSdt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3O11ZrSdt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3O11ZrSdt .container {
    padding: 0 16px;
  }
}
.cid-v3O11ZrSdt .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3O11ZrSdt .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v3O11ZrSdt .mbr-section-title {
  color: #ffffff;
}
.cid-v3O11ZrSdt .mbr-section-title,
.cid-v3O11ZrSdt .mbr-section-btn {
  text-align: center;
}
.cid-v1woXdkGmN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-v1woXdkGmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1woXdkGmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1woXdkGmN .mbr-section-title {
  text-align: center;
}
.cid-v1woXdkGmN .mbr-text,
.cid-v1woXdkGmN .mbr-section-btn {
  text-align: center;
  color: #252525;
}
.cid-v1woXdkGmN .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v1woXdkGmN .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-v1woXdkGmN .mbr-section-title,
.cid-v1woXdkGmN .dot {
  color: #ffffff;
  text-align: center;
}
.cid-v1woXdkGmN .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v1wtm63r0B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v1wtm63r0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wtm63r0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1wtm63r0B .container {
    padding: 0 16px;
  }
}
.cid-v1wtm63r0B .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1wtm63r0B .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v1wtm63r0B .mbr-section-title {
  color: #ffffff;
}
.cid-v1wtm63r0B .mbr-section-title,
.cid-v1wtm63r0B .mbr-section-btn {
  text-align: center;
}
.cid-v1woYBtfTo {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0c94be;
}
.cid-v1woYBtfTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1woYBtfTo .container-fluid {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1woYBtfTo .container-fluid {
    padding: 0 2rem;
  }
}
.cid-v1woYBtfTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1woYBtfTo .img-card {
  background: #ffffff;
  padding: 5rem;
  border-top-left-radius: 4rem;
}
@media (max-width: 992px) {
  .cid-v1woYBtfTo .img-card {
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1woYBtfTo .img-card {
    padding: 1rem;
  }
}
.cid-v1woYBtfTo .row {
  justify-content: space-between;
}
.cid-v1woYBtfTo .img-wrapper {
  border-radius: 3rem;
  position: relative;
}
.cid-v1woYBtfTo .img-wrapper img {
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-v1woYBtfTo .img-wrapper img {
    border-radius: 2rem;
  }
}
.cid-v1woYBtfTo .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .cid-v1woYBtfTo .image-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-v1woYBtfTo .dot {
  width: 6px;
  height: 6px;
  background: #000000;
}
.cid-v1woYBtfTo .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-v1woYBtfTo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1woYBtfTo .mbr-text,
.cid-v1woYBtfTo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v1woYBtfTo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1wp5chUcD {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1wp5chUcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wp5chUcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wp5chUcD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1wp5chUcD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v1wp5chUcD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #252525;
}
.cid-v1wp5chUcD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v1wp5chUcD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v1wp5chUcD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wp5chUcD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1wp5chUcD .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v1wp5chUcD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v1wp5chUcD .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f6f7f9;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #454545;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#0c94be 30%, #00c3ff 130%);
  box-shadow: 0 8px 24px -5px #252525;
}
.cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v1wp5chUcD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1wp5chUcD .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v1wp5chUcD .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .card_1 {
    width: 100%;
  }
}
.cid-v1wp5chUcD .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v1wp5chUcD .card_2 {
    width: 100%;
  }
}
.cid-v1wp5chUcD .main-btn {
  margin-top: 12px;
}
.cid-v1wp5chUcD .mbr-label,
.cid-v1wp5chUcD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1wp5chUcD .mbr-section-title,
.cid-v1wp5chUcD .title-wrapper {
  color: #000000;
}
.cid-v1wp5chUcD .mbr-text,
.cid-v1wp5chUcD .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v1wp5chUcD .item-title {
  color: #000000;
}
.cid-v1wp5chUcD .item-text {
  color: #515151;
}
.cid-v1wp5chUcD .mbr-section-title,
.cid-v1wp5chUcD .title-wrapper,
.cid-v1wp5chUcD .main-btn {
  text-align: center;
}
.cid-v1wp0AXX6Y {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #252525;
}
.cid-v1wp0AXX6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wp0AXX6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wp0AXX6Y .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1wp0AXX6Y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1wp0AXX6Y .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v1wp0AXX6Y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1wp0AXX6Y .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1wp0AXX6Y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1wp0AXX6Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1wp0AXX6Y .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-v1wp0AXX6Y .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .card_1 {
  background-color: #0c94be;
  border-color: #000000;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .card_2 {
  background-color: #0c94be;
  border-color: #000000;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .card_3 {
  background-color: #252525;
  border-color: #000000;
}
.cid-v1wp0AXX6Y .items-wrapper .item .item-wrapper .card_4 {
  background-color: #252525;
  border-color: #000000;
}
.cid-v1wp0AXX6Y .btn-wrapper {
  margin-right: 9%;
}
.cid-v1wp0AXX6Y .mbr-label {
  color: #252525;
  text-align: center;
}
.cid-v1wp0AXX6Y .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v1wp0AXX6Y .mbr-section-subtitle {
  color: #0c94be;
  text-align: center;
}
.cid-v1wp0AXX6Y .mbr-text,
.cid-v1wp0AXX6Y .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1wp0AXX6Y .card-title_1 {
  color: #ffffff;
}
.cid-v1wp0AXX6Y .card-title_2 {
  color: #ffffff;
}
.cid-v1wp0AXX6Y .card-title_3 {
  color: #ffffff;
}
.cid-v1wp0AXX6Y .card-title_4 {
  color: #ffffff;
}
.cid-v1wp0AXX6Y .card-text_1 {
  color: #ffffff;
}
.cid-v1wp0AXX6Y .card-text_2 {
  color: #ffffff;
}
.cid-v1wp0AXX6Y .card-text_3 {
  color: #ffffff;
}
.cid-v1wp0AXX6Y .card-text_4 {
  color: #ffffff;
}
.cid-v2cqogVzgC {
  background-image: url("../../../assets/images/revetement-1280x800.webp");
}
.cid-v2cqogVzgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2cqogVzgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2cqogVzgC .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-v2cqogVzgC .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-v2cqogVzgC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2cqogVzgC .mbr-section-title {
  color: #000000;
}
.cid-v2crkSCYko {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #252525;
}
.cid-v2crkSCYko .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2crkSCYko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2crkSCYko .container {
    padding: 0 16px;
  }
}
.cid-v2crkSCYko .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2crkSCYko .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v2crkSCYko .mbr-section-title {
  color: #ffffff;
}
.cid-v2crkSCYko .mbr-section-title,
.cid-v2crkSCYko .mbr-section-btn {
  text-align: center;
}
.cid-v2criPCIGB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v2criPCIGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2criPCIGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2criPCIGB .container {
    padding: 0 16px;
  }
}
.cid-v2criPCIGB .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2criPCIGB .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v2criPCIGB .mbr-section-title {
  color: #ffffff;
}
.cid-v2criPCIGB .mbr-section-title,
.cid-v2criPCIGB .mbr-section-btn {
  text-align: center;
}
.cid-v1xq9bNQNV {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #0c94be;
}
.cid-v1xq9bNQNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xq9bNQNV .container-fluid {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1xq9bNQNV .container-fluid {
    padding: 0 2rem;
  }
}
.cid-v1xq9bNQNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xq9bNQNV .img-card {
  background: #ffffff;
  padding: 5rem;
  border-top-left-radius: 4rem;
}
@media (max-width: 992px) {
  .cid-v1xq9bNQNV .img-card {
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v1xq9bNQNV .img-card {
    padding: 1rem;
  }
}
.cid-v1xq9bNQNV .row {
  justify-content: space-between;
}
.cid-v1xq9bNQNV .img-wrapper {
  border-radius: 3rem;
  position: relative;
}
.cid-v1xq9bNQNV .img-wrapper img {
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-v1xq9bNQNV .img-wrapper img {
    border-radius: 2rem;
  }
}
.cid-v1xq9bNQNV .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .cid-v1xq9bNQNV .image-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-v1xq9bNQNV .dot {
  width: 6px;
  height: 6px;
  background: #000000;
}
.cid-v1xq9bNQNV .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-v1xq9bNQNV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1xq9bNQNV .mbr-text,
.cid-v1xq9bNQNV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v1xq9bNQNV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1wp2O71Re {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1wp2O71Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wp2O71Re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wp2O71Re .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v1wp2O71Re .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-v1wp2O71Re .container {
    max-width: 1400px;
  }
}
.cid-v1wp2O71Re .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-v1wp2O71Re .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-v1wp2O71Re .row {
  justify-content: center;
}
.cid-v1wp2O71Re .card-title,
.cid-v1wp2O71Re .iconfont-wrapper,
.cid-v1wp2O71Re .dot {
  color: #000000;
}
.cid-v1wp2O71Re .mbr-section-title {
  color: #252525;
}
.cid-v1wHXNdqJI {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1wHXNdqJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wHXNdqJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wHXNdqJI .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-v1wHXNdqJI .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-v1wHXNdqJI .container {
    max-width: 1400px;
  }
}
.cid-v1wHXNdqJI .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-v1wHXNdqJI .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-v1wHXNdqJI .row {
  justify-content: center;
}
.cid-v1wHXNdqJI .card-title,
.cid-v1wHXNdqJI .iconfont-wrapper,
.cid-v1wHXNdqJI .dot {
  color: #000000;
}
.cid-v1wHXNdqJI .mbr-section-title {
  color: #0c94be;
}
.cid-v3TGDqYPSx {
  background-image: url("../../../assets/images/fondheadegti-2000x672.webp");
}
.cid-v3TGDqYPSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TGDqYPSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3TGDqYPSx .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-v3TGDqYPSx .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-v3TGDqYPSx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3TGDqYPSx .mbr-section-title {
  color: #000000;
}
.cid-v3TGHPctYH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v3TGHPctYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3TGHPctYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3TGHPctYH .container {
    padding: 0 16px;
  }
}
.cid-v3TGHPctYH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3TGHPctYH .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v3TGHPctYH .mbr-section-title {
  color: #ffffff;
}
.cid-v3TGHPctYH .mbr-section-title,
.cid-v3TGHPctYH .mbr-section-btn {
  text-align: center;
}
.cid-v3dKlgSRtp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252525;
}
.cid-v3dKlgSRtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dKlgSRtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dKlgSRtp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3dKlgSRtp .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3dKlgSRtp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3dKlgSRtp .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3dKlgSRtp .container {
    padding: 0 16px;
  }
}
.cid-v3dKlgSRtp .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3dKlgSRtp .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-v3dKlgSRtp .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3dKlgSRtp .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v3dKlgSRtp .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #252525;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-v3dKlgSRtp .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-v3dKlgSRtp .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-v3dKlgSRtp .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-v3dKlgSRtp .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-v3dKlgSRtp .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-v3dKlgSRtp .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0c94be;
  border: 1px solid #0c94be;
  border-radius: 100%;
}
.cid-v3dKlgSRtp .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-v3dKlgSRtp .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-v3dKlgSRtp .mbr-section-title {
  color: #0c94be;
  text-align: center;
}
.cid-v3dKlgSRtp .card-title {
  color: #000000;
}
.cid-v3dKlgSRtp .card-text {
  color: #000000;
}
.cid-v3dKlgSRtp .card-text,
.cid-v3dKlgSRtp .item-wrapper {
  text-align: justify;
  color: #ffffff;
}
.cid-v3dKlgSRtp .card-title,
.cid-v3dKlgSRtp .item-wrapper {
  color: #00c3ff;
}
.cid-v3O17FoVnx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v3O17FoVnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3O17FoVnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3O17FoVnx .container {
    padding: 0 16px;
  }
}
.cid-v3O17FoVnx .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3O17FoVnx .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v3O17FoVnx .mbr-section-title {
  color: #ffffff;
}
.cid-v3O17FoVnx .mbr-section-title,
.cid-v3O17FoVnx .mbr-section-btn {
  text-align: center;
}
.cid-v3dK4AuJBF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c94be;
  overflow: hidden;
  position: relative;
}
.cid-v3dK4AuJBF .row {
  align-items: flex-start;
}
.cid-v3dK4AuJBF .container,
.cid-v3dK4AuJBF .container-fluid {
  position: static;
}
.cid-v3dK4AuJBF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3dK4AuJBF .col-text {
  position: relative;
  z-index: 2;
}
.cid-v3dK4AuJBF .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v3dK4AuJBF .toggle-panel,
.cid-v3dK4AuJBF .panel-group {
  width: 100%;
}
.cid-v3dK4AuJBF .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-v3dK4AuJBF .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #333333;
}
.cid-v3dK4AuJBF .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-v3dK4AuJBF .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-v3dK4AuJBF .panel-title {
    padding: 1rem !important;
  }
}
.cid-v3dK4AuJBF .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-v3dK4AuJBF .collapsed .sign {
  transform: rotate(0deg);
}
.cid-v3dK4AuJBF .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-v3dK4AuJBF .sign {
  color: #ffffff;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-v3dK4AuJBF .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-v3dK4AuJBF .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-v3dK4AuJBF .panel-title-edit {
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-v3dK4AuJBF .mbr-text,
.cid-v3dK4AuJBF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v3dK5SMjvI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v3dK5SMjvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dK5SMjvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3dK5SMjvI .container {
    padding: 0 16px;
  }
}
.cid-v3dK5SMjvI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3dK5SMjvI .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v3dK5SMjvI .mbr-section-title {
  color: #ffffff;
}
.cid-v3dK5SMjvI .mbr-section-title,
.cid-v3dK5SMjvI .mbr-section-btn {
  text-align: center;
}
.cid-v2cagLROdr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #252525;
}
.cid-v2cagLROdr .mbr-text,
.cid-v2cagLROdr .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v2cagLROdr .mbr-text,
  .cid-v2cagLROdr .mbr-section-title {
    text-align: center;
  }
}
.cid-v2cagLROdr img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-v2cagLROdr .mbr-form {
    padding-right: 1.5rem;
  }
}
.cid-v2cagLROdr .btn {
  padding: 1rem 3rem;
  border-radius: 3rem;
}
.cid-v2cagLROdr input,
.cid-v2cagLROdr textarea {
  background: transparent;
  border: none !important;
  border-bottom: 2px solid white !important;
  box-shadow: none;
  padding: 1rem;
  border-radius: 0;
  color: white;
}
.cid-v2cagLROdr input:hover,
.cid-v2cagLROdr textarea:hover,
.cid-v2cagLROdr input:active,
.cid-v2cagLROdr textarea:active,
.cid-v2cagLROdr input:focus-within,
.cid-v2cagLROdr textarea:focus-within {
  border: none !important;
  box-shadow: none;
  color: white;
  background: transparent;
  border-bottom: 2px solid white !important;
}
.cid-v2cagLROdr input::placeholder,
.cid-v2cagLROdr textarea::placeholder {
  color: white;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v2cagLROdr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2cagLROdr .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v2cagLROdr .justify-content-center {
  align-items: center;
}
.cid-v2cagLROdr .mbr-section-title {
  color: #ffffff;
}
.cid-v2cagLROdr .mbr-section-title DIV {
  text-align: justify;
}
.cid-uZ4d3oNdt5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-uZ4d3oNdt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4d3oNdt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ4d3oNdt5 .container {
    padding: 0 16px;
  }
}
.cid-uZ4d3oNdt5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ4d3oNdt5 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uZ4d3oNdt5 .mbr-section-title {
  color: #ffffff;
}
.cid-uZ4d3oNdt5 .mbr-section-title,
.cid-uZ4d3oNdt5 .mbr-section-btn {
  text-align: center;
}
.cid-uZ4rqm9NTT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uZ4rqm9NTT .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-uZ4rqm9NTT .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uZ4rqm9NTT .mbr-text {
  color: #444;
}
.cid-uZ4rqm9NTT h5 {
  margin-bottom: 0;
}
.cid-uZ4rqm9NTT .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uZ4rqm9NTT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4rqm9NTT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uZ4rqm9NTT .socicon {
  font-size: 1.3rem;
  background: #00a7bf;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ4rqm9NTT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uZ4rqm9NTT .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uZ4rqm9NTT .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uZ4rqm9NTT .social-list a:hover {
  opacity: .4;
}
.cid-uZ4rqm9NTT .media-container-row > div {
  padding: 0px;
}
.cid-uZ4rqm9NTT .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4rqm9NTT .group-title {
  text-align: center;
  color: #00a7bf;
}
.cid-uZ4rqm9NTT .group-title SPAN {
  color: #ffffff;
}
.cid-uZ4rqm9NTT .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uZ4rqm9NTT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZ4rqm9NTT .social-list,
  .cid-uZ4rqm9NTT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZ4rqm9NTT h3 {
    margin-bottom: 10px;
  }
  .cid-uZ4rqm9NTT .navbar-brand {
    text-align: center;
  }
}
.cid-uZ4rqm9NTT .links SPAN {
  color: #9e9e9e;
}
.cid-uZ4rqm9NTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4rqm9NTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4rqm9NTT .links,
.cid-uZ4rqm9NTT .navbar-brand {
  text-align: center;
}
.cid-v4QxDhoA9E {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-v4QxDhoA9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4QxDhoA9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4QxDhoA9E .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v4QxDhoA9E .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4QxDhoA9E .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-v4QxDhoA9E .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4QxDhoA9E .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4QxDhoA9E .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #fafafa;
  box-shadow: 0.2rem 0.2rem 1rem #1a3f7c !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #62c1b9;
  color: #000000;
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #ffd84c;
  color: #000000;
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #c6cd00;
  color: #000000;
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #0c94be;
  color: #000000;
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-v4QxDhoA9E .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v4QxDhoA9E .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4QxDhoA9E .card-number {
  color: #000000;
  text-align: justify;
}
.cid-v4QxDhoA9E .card-title {
  color: #000000;
  text-align: center;
}
.cid-v4WatZZhdl {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v4WatZZhdl .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-v4WatZZhdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-v4WatZZhdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4WatZZhdl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4WatZZhdl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v4WatZZhdl .menu_box .navbar.opened,
  .cid-v4WatZZhdl .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v4WatZZhdl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v4WatZZhdl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-v4WatZZhdl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4WatZZhdl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v4WatZZhdl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v4WatZZhdl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v4WatZZhdl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-v4WatZZhdl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v4WatZZhdl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v4WatZZhdl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v4WatZZhdl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v4WatZZhdl .offcanvas-body .mbr-text,
  .cid-v4WatZZhdl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v4WatZZhdl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v4WatZZhdl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v4WatZZhdl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0c94be;
  }
  .cid-v4WatZZhdl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v4WatZZhdl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v4WatZZhdl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v4WatZZhdl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v4WatZZhdl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v4WatZZhdl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v4WatZZhdl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v4WatZZhdl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v4WatZZhdl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v4WatZZhdl .lg_brand {
    margin: 0 1rem;
  }
  .cid-v4WatZZhdl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-v4WatZZhdl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-v4WatZZhdl .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-v4WatZZhdl .nav-item {
    margin: 0 !important;
  }
}
.cid-v4WatZZhdl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v4WatZZhdl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-v4WatZZhdl .nav-item .nav-link:hover,
.cid-v4WatZZhdl .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-v4WatZZhdl .nav-item .nav-link:hover::before,
.cid-v4WatZZhdl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v4WatZZhdl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v4WatZZhdl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v4WatZZhdl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v4WatZZhdl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v4WatZZhdl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v4WatZZhdl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v4WatZZhdl .offcanvas_box {
    display: none;
  }
}
.cid-v4WatZZhdl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v4WatZZhdl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v4WatZZhdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v4WatZZhdl .container {
  display: flex;
  margin: auto;
}
.cid-v4WatZZhdl .iconfont-wrapper {
  color: #c6f15c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v4WatZZhdl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v4WatZZhdl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4WatZZhdl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v4WatZZhdl .navbar-nav {
    margin: 0;
  }
}
.cid-v4WatZZhdl .dropdown-menu,
.cid-v4WatZZhdl .navbar.opened {
  background-color: false !important;
}
.cid-v4WatZZhdl .nav-item:focus,
.cid-v4WatZZhdl .nav-link:focus {
  outline: none;
}
.cid-v4WatZZhdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4WatZZhdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4WatZZhdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4WatZZhdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4WatZZhdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4WatZZhdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4WatZZhdl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v4WatZZhdl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v4WatZZhdl .navbar.opened {
  transition: all 0.3s;
}
.cid-v4WatZZhdl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v4WatZZhdl .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v4WatZZhdl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v4WatZZhdl .navbar.collapsed {
  justify-content: center;
}
.cid-v4WatZZhdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4WatZZhdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4WatZZhdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4WatZZhdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4WatZZhdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4WatZZhdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v4WatZZhdl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4WatZZhdl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v4WatZZhdl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v4WatZZhdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4WatZZhdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4WatZZhdl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v4WatZZhdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4WatZZhdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v4WatZZhdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4WatZZhdl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v4WatZZhdl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v4WatZZhdl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v4WatZZhdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v4WatZZhdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4WatZZhdl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v4WatZZhdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4WatZZhdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4WatZZhdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4WatZZhdl .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-v4WatZZhdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v4WatZZhdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4WatZZhdl .dropdown-item.active,
.cid-v4WatZZhdl .dropdown-item:active {
  background-color: transparent;
}
.cid-v4WatZZhdl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v4WatZZhdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4WatZZhdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4WatZZhdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4WatZZhdl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v4WatZZhdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4WatZZhdl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #252525;
}
.cid-v4WatZZhdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c94be;
}
.cid-v4WatZZhdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4WatZZhdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4WatZZhdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4WatZZhdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4WatZZhdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4WatZZhdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4WatZZhdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4WatZZhdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4WatZZhdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v4WatZZhdl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4WatZZhdl .navbar {
    height: 70px;
  }
  .cid-v4WatZZhdl .navbar.opened {
    height: auto;
  }
  .cid-v4WatZZhdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4WatZZhdl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v4WatZZhdl .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-v4WatZZhdl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v4WatZZhdl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v4WatZZhdl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v4WatZZhdl .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-v4WatZZhdl .navbar-caption:hover {
  color: #f8b610;
}
@media (min-width: 992px) {
  .cid-v4WatZZhdl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v4WatZZhdl .text_widget {
  margin-bottom: 32px;
}
.cid-v4WatZZhdl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v4WatZZhdl .text_widget a:hover,
.cid-v4WatZZhdl .text_widget a:focus {
  opacity: .8;
}
.cid-v4WatZZhdl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4WatZZhdl .navbar-caption {
  color: #ffffff;
}
.cid-v4WatZZhdl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v4WatZZhdl .mbr-section-subtitle,
.cid-v4WatZZhdl .text_widget,
.cid-v4WatZZhdl .mbr-section-btn {
  text-align: center;
}
.cid-v4WatZZhdl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v4Wau0hqpR {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v4Wau0hqpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Wau0hqpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4Wau0hqpR .container {
    padding: 0 16px;
  }
}
.cid-v4Wau0hqpR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v4Wau0hqpR .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v4Wau0hqpR .mbr-section-title {
  color: #ffffff;
}
.cid-v4Wau0hqpR .mbr-section-title,
.cid-v4Wau0hqpR .mbr-section-btn {
  text-align: center;
}
.cid-v4WlH2Cmc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondnoir-1536x1024.webp");
}
.cid-v4WlH2Cmc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4WlH2Cmc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4WlH2Cmc2 .container {
    padding: 0 16px;
  }
}
.cid-v4WlH2Cmc2 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-v4WlH2Cmc2 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-v4WlH2Cmc2 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #ffffff;
}
.cid-v4WlH2Cmc2 .item .item-wrapper {
  height: 100%;
}
.cid-v4WlH2Cmc2 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v4WlH2Cmc2 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-v4WlH2Cmc2 .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-v4WlH2Cmc2 .item .item-wrapper .card-box .item-title_1,
.cid-v4WlH2Cmc2 .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 8px;
}
.cid-v4WlH2Cmc2 .item .item-wrapper .card-box .item-text_2,
.cid-v4WlH2Cmc2 .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 8px;
}
.cid-v4WlH2Cmc2 .mbr-section-btn {
  margin-top: 12px;
}
.cid-v4WlH2Cmc2 .item-emoji {
  color: #000000;
  text-align: center;
}
.cid-v4WlH2Cmc2 .item-title_1 {
  color: #000000;
}
.cid-v4WlH2Cmc2 .item-title_2 {
  color: #000000;
}
.cid-v4WlH2Cmc2 .item-text_1 {
  color: #000000;
  text-align: center;
}
.cid-v4WlH2Cmc2 .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-v4WlH2Cmc2 .item-title_1,
.cid-v4WlH2Cmc2 .mbr-section-btn {
  text-align: center;
}
.cid-v4WlH2Cmc2 .item-title_2,
.cid-v4WlH2Cmc2 .mbr-section-btn {
  text-align: center;
}
.cid-v4Wau1HApJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Wau1HApJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Wau1HApJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Wau1HApJ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v4Wau1HApJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4Wau1HApJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v4Wau1HApJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #0c94be;
}
.cid-v4Wau1HApJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v4Wau1HApJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v4Wau1HApJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #00c3ff, #252525 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v4Wau1HApJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v4Wau1HApJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Wau1HApJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Wau1HApJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 425px;
  max-width: 425px;
}
@media (max-width: 768px) {
  .cid-v4Wau1HApJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v4Wau1HApJ .embla__slide .slide-content {
  width: 100%;
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #252525;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #252525;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-v4Wau1HApJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v4Wau1HApJ .embla__button--next,
.cid-v4Wau1HApJ .embla__button--prev {
  display: flex;
}
.cid-v4Wau1HApJ .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #00c3ff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v4Wau1HApJ .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-v4Wau1HApJ .embla__button {
    top: 0;
  }
}
.cid-v4Wau1HApJ .embla__button:hover {
  background-color: #00c3ff !important;
  color: #000000 !important;
}
.cid-v4Wau1HApJ .embla__button:disabled {
  background-color: #000000 !important;
  color: #00c3ff !important;
  opacity: .5 !important;
}
.cid-v4Wau1HApJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-v4Wau1HApJ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v4Wau1HApJ .embla__button.embla__button--next {
  right: 0;
}
.cid-v4Wau1HApJ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v4Wau1HApJ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v4Wau1HApJ .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(-90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v4Wau1HApJ .embla::before {
    display: none;
  }
}
.cid-v4Wau1HApJ .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v4Wau1HApJ .embla::after {
    display: none;
  }
}
.cid-v4Wau1HApJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-v4Wau1HApJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v4Wau1HApJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v4Wau1HApJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v4Wau1HApJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v4Wau1HApJ .mbr-label,
.cid-v4Wau1HApJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4Wau1HApJ .mbr-section-title,
.cid-v4Wau1HApJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4Wau1HApJ .mbr-text,
.cid-v4Wau1HApJ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v4Wau1HApJ .item-name {
  color: #000000;
}
.cid-v4Wau1HApJ .item-role {
  color: #515151;
  text-align: center;
}
.cid-v4Wau1HApJ .item-name,
.cid-v4Wau1HApJ .social-wrapper {
  color: #0c94be;
  text-align: center;
}
.cid-v4Wau48Hiq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Wau48Hiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Wau48Hiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Wau48Hiq .items-wrapper {
  margin: 0 -8px;
}
.cid-v4Wau48Hiq .items-wrapper .item {
  padding: 0 8px;
}
.cid-v4Wau48Hiq .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4Wau48Hiq .item {
    margin-bottom: 12px;
  }
}
.cid-v4Wau48Hiq .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-v4Wau4N2GL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bandeblanche-1-2000x42.webp");
}
.cid-v4Wau4N2GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Wau4N2GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4Wau4N2GL .container {
    padding: 0 16px;
  }
}
.cid-v4Wau4N2GL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v4Wau4N2GL .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v4Wau4N2GL .mbr-section-title {
  color: #ffffff;
}
.cid-v4Wau4N2GL .mbr-section-title,
.cid-v4Wau4N2GL .mbr-section-btn {
  text-align: center;
}
.cid-v4Wau6qUo5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-v4Wau6qUo5 .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-v4Wau6qUo5 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-v4Wau6qUo5 .mbr-text {
  color: #444;
}
.cid-v4Wau6qUo5 h5 {
  margin-bottom: 0;
}
.cid-v4Wau6qUo5 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-v4Wau6qUo5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4Wau6qUo5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-v4Wau6qUo5 .socicon {
  font-size: 1.3rem;
  background: #00a7bf;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4Wau6qUo5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4Wau6qUo5 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-v4Wau6qUo5 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v4Wau6qUo5 .social-list a:hover {
  opacity: .4;
}
.cid-v4Wau6qUo5 .media-container-row > div {
  padding: 0px;
}
.cid-v4Wau6qUo5 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-v4Wau6qUo5 .group-title {
  text-align: center;
  color: #00a7bf;
}
.cid-v4Wau6qUo5 .group-title SPAN {
  color: #ffffff;
}
.cid-v4Wau6qUo5 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-v4Wau6qUo5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v4Wau6qUo5 .social-list,
  .cid-v4Wau6qUo5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v4Wau6qUo5 h3 {
    margin-bottom: 10px;
  }
  .cid-v4Wau6qUo5 .navbar-brand {
    text-align: center;
  }
}
.cid-v4Wau6qUo5 .links SPAN {
  color: #9e9e9e;
}
.cid-v4Wau6qUo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Wau6qUo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Wau6qUo5 .links,
.cid-v4Wau6qUo5 .navbar-brand {
  text-align: center;
}
