@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #53c3ff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #53c3ff !important;
  border-color: #53c3ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #06a8ff !important;
  border-color: #06a8ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #06a8ff !important;
  border-color: #06a8ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #009aec;
  color: #009aec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #53c3ff;
  border-color: #53c3ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #53c3ff !important;
  border-color: #53c3ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #53c3ff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #009aec !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #53c3ff;
  border-color: #53c3ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #53c3ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #53c3ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #53c3ff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #53c3ff;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #53c3ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #53c3ff;
  border-bottom-color: #53c3ff;
}
.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: #000000 !important;
  background-color: #53c3ff !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2353c3ff' %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.3;
}
.cid-v9BLkDGUui {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/slider-1-1800x1200.jpg");
}
.cid-v9BLkDGUui .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9BLkDGUui .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-v9BLkDGUui h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.cid-v9BLkDGUui .sous-titre {
  font-weight: 500;
  color: #53c3ff;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .8rem;
  margin: 0;
}
.cid-v9BLkDGUui .sous-titre2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.cid-v9BLkDGUui h3 {
  font-weight: 500;
  color: #53c3ff;
}
.cid-v9BLkDGUui .description {
  font-size: 1.5rem;
}
.cid-v9BLkDGUui .mbr-text,
.cid-v9BLkDGUui .mbr-section-btn {
  color: #ffffff;
}
.cid-v9BLkDGUui .btn {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .cid-v9BLkDGUui {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-v9BLkDGUui .mbr-figure img {
    width: 100px !important;
  }
  .cid-v9BLkDGUui h1 {
    font-size: 30px;
    padding: 0 !important;
    line-height: 1;
    margin: 0 !important;
  }
  .cid-v9BLkDGUui .sous-titre {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .cid-v9BLkDGUui h3 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-v9BLkDGUui .description {
    font-size: 16px;
  }
}
.cid-v9BLkDGUui .lang {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.cid-v9BLkDGUui .lang img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
}
.cid-v9BYz3adxD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9BYz3adxD .mbr-section-subtitle {
  color: #767676;
}
.cid-v9BYz3adxD H2 {
  color: #001015;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-v9BYz3adxD {
    padding: 40px 0 20px;
  }
  .cid-v9BYz3adxD h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9BYz3adxD .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
.cid-v9BW6Ehb5X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-v9BW6Ehb5X .mbr-section-btn > * {
  margin: 0;
}
.cid-v9BW6Ehb5X h4 {
  font-weight: 500;
}
.cid-v9BW6Ehb5X p {
  color: #232323;
}
.cid-v9BW6Ehb5X .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9BW6Ehb5X .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9BW6Ehb5X .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9BW6Ehb5X .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9BW6Ehb5X .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9BW6Ehb5X .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9BW6Ehb5X .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9BW6Ehb5X {
    padding: 40px 0;
  }
  .cid-v9BW6Ehb5X .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-v9BW6Ehb5X h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9BW6Ehb5X .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9BW6Ehb5X .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9BW6Ehb5X .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9BW6Ehb5X H3 {
  color: #53c3ff;
}
.cid-v9BW6Ehb5X ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9BW6Ehb5X li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9BW6Ehb5X .align-left {
    text-align: left;
  }
}
.cid-v9BWErlhNq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9BWErlhNq .mbr-section-btn > * {
  margin: 0;
}
.cid-v9BWErlhNq h4 {
  font-weight: 500;
}
.cid-v9BWErlhNq p {
  color: #232323;
}
.cid-v9BWErlhNq .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9BWErlhNq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9BWErlhNq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9BWErlhNq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9BWErlhNq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9BWErlhNq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9BWErlhNq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-v9BWErlhNq .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-v9BWErlhNq {
    padding: 40px 0;
  }
  .cid-v9BWErlhNq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
  .cid-v9BWErlhNq .media-container-row {
    -webkit-flex-direction: column;
  }
  .cid-v9BWErlhNq h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9BWErlhNq .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9BWErlhNq .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9BWErlhNq .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9BWErlhNq H2 {
  color: #53c3ff;
}
.cid-v9BWErlhNq ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9BWErlhNq li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9BWErlhNq .align-left {
    text-align: left;
  }
}
.cid-v9BWErlhNq H3 {
  color: #53c3ff;
}
.cid-v9C6P69GTK {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../../../assets/images/slider-5-1245x700.jpg");
}
.cid-v9C6P69GTK p {
  color: #767676;
}
.cid-v9C6P69GTK .card {
  border-radius: 0px;
  margin-bottom: 10px;
}
.cid-v9C6P69GTK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v9C6P69GTK .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-v9C6P69GTK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v9C6P69GTK .card .card-header a.panel-title h3 {
  border: 1px solid #53c3ff;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.cid-v9C6P69GTK .card .card-header a.panel-title h3 .sign {
  padding-right: 1rem;
}
.cid-v9C6P69GTK H2 {
  color: #ffffff;
  font-weight: 500;
}
.cid-v9C6P69GTK H3 {
  color: #53c3ff;
}
.cid-v9C6P69GTK .panel-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9C6P69GTK {
    padding: 40px 0;
  }
  .cid-v9C6P69GTK h2 {
    font-size: 26px;
    line-height: 1;
  }
  .cid-v9C6P69GTK .card .card-header a.panel-title h3 {
    padding: 15px;
    font-size: 16px;
  }
  .cid-v9C6P69GTK .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
  .cid-v9C6P69GTK .p-4 {
    padding: 1.5rem 0 !important;
  }
}
.cid-v9Cclgu8xO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-v9Cclgu8xO .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-v9Cclgu8xO .mbr-section-subtitle {
  color: #53c3ff;
  text-align: left;
}
.cid-v9Cclgu8xO .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9Cclgu8xO .mbr-iconfont {
  font-size: 48px;
}
.cid-v9Cclgu8xO .card-img {
  margin-bottom: 1.5rem;
}
.cid-v9Cclgu8xO .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9Cclgu8xO .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-v9Cclgu8xO .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v9Cclgu8xO .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #53c3ff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #53c3ff;
}
.cid-v9Cclgu8xO .nav-tabs .nav-link:hover {
  background: #53c3ff;
}
.cid-v9Cclgu8xO .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #53c3ff;
  background: #53c3ff;
}
.cid-v9Cclgu8xO .nav-tabs .nav-link.active:hover {
  border: 2px solid #53c3ff;
}
.cid-v9Cclgu8xO h2 {
  font-weight: 500;
}
.cid-v9Cclgu8xO H3 {
  color: #232323;
}
.cid-v9Cclgu8xO ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9Cclgu8xO li::marker {
  color: #53c3ff !important;
}
@media (max-width: 991px) {
  .cid-v9Cclgu8xO {
    padding: 40px 0 20px;
  }
  .cid-v9Cclgu8xO h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 0 30px !important;
  }
  .cid-v9Cclgu8xO .nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v9Cclgu8xO .nav-tabs .nav-link {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
    text-align: center;
  }
  .cid-v9Cclgu8xO .tab-content {
    margin-top: 0;
    padding: 15px;
  }
}
.cid-v9CqsRuv7i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #53c3ff;
}
.cid-v9CqsRuv7i .title {
  margin-bottom: 2rem;
}
.cid-v9CqsRuv7i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9CqsRuv7i a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-v9CqsRuv7i a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-v9CqsRuv7i textarea.form-control {
  min-height: 188px;
}
.cid-v9CqsRuv7i h2 {
  font-weight: 500;
}
.cid-v9CqsRuv7i H2 {
  color: #ffffff;
}
.cid-v9CqsRuv7i LABEL {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9CqsRuv7i {
    padding: 40px 0;
  }
  .cid-v9CqsRuv7i h2 {
    font-size: 26px;
    line-height: 1;
  }
}
.cid-v9HQX5I3Ya {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-v9HQX5I3Ya .mbr-section-subtitle,
.cid-v9HQX5I3Ya .mbr-text {
  color: #767676;
}
.cid-v9HQX5I3Ya .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9HQX5I3Ya .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  transition: box-shadow 0.3s;
}
.cid-v9HQX5I3Ya .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v9HQX5I3Ya .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none !important;
  transition: opacity .3s;
}
.cid-v9HQX5I3Ya .card-wrapper .card-img img {
  width: 100%;
}
.cid-v9HQX5I3Ya .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-v9HQX5I3Ya .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-v9HQX5I3Ya .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-v9HQX5I3Ya .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-v9HQX5I3Ya .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-v9HQX5I3Ya .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-v9HQX5I3Ya .card-title {
  text-align: center;
  color: #001015;
}
.cid-v9HQX5I3Ya .card-img img {
  border-radius: 100%;
}
.cid-v9HQX5I3Ya .card-wrapper .card-box {
  background-color: transparent;
}
.cid-v9HQX5I3Ya h2 {
  font-weight: 500;
}
.cid-v9IwN3UZ4g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9IwN3UZ4g .mbr-section-subtitle {
  color: #767676;
}
.cid-v9IwN3UZ4g .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9IwN3UZ4g .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-v9IwN3UZ4g .team-item .item-image img {
  width: 100%;
}
.cid-v9IwN3UZ4g .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v9IwN3UZ4g .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v9IwN3UZ4g .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v9IwN3UZ4g .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v9IwN3UZ4g .team-item .item-caption {
  background: #efefef;
}
.cid-v9IwN3UZ4g h2 {
  font-weight: 500;
}
.cid-v9IwN3UZ4g .item-name {
  color: #53c3ff;
}
#custom-html-f {
  /* Type valid CSS here */
}
#custom-html-f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-f p {
  font-size: 60px;
  color: #777;
}
#custom-html-f iframe {
  height: 400px;
  width: 100%;
  display: block;
}
.cid-qTkAaeaxX5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qTkAaeaxX5 .content {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .content {
    text-align: center;
  }
  .cid-qTkAaeaxX5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTkAaeaxX5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTkAaeaxX5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTkAaeaxX5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTkAaeaxX5 .copyright > p {
  text-align: center;
}
.cid-qTkAaeaxX5 P {
  text-align: left;
}
.cid-qTkAaeaxX5 h5,
.cid-qTkAaeaxX5 .mbr-iconfont {
  color: #53c3ff;
}
.cid-qTkAaeaxX5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qTkAaeaxX5 li a {
  color: #fff;
}
.cid-v9HHPYDbUl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #53c3ff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.cid-v9HHPYDbUl .btn {
  padding: 10px;
  border-radius: 0 !important;
  margin: 0;
}
.cid-v9HHPYDbUl .milie {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
@media screen and (max-width: 767px) {
  .cid-v9HHPYDbUl {
    display: block;
  }
}
.cid-v9HzNWmv8l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/slider-1-1800x1200.jpg");
}
.cid-v9HzNWmv8l .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9HzNWmv8l .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-v9HzNWmv8l h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.cid-v9HzNWmv8l .sous-titre {
  font-weight: 500;
  color: #53c3ff;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .8rem;
  margin: 0;
}
.cid-v9HzNWmv8l .sous-titre2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.cid-v9HzNWmv8l h3 {
  font-weight: 500;
  color: #53c3ff;
}
.cid-v9HzNWmv8l .description {
  font-size: 1.5rem;
}
.cid-v9HzNWmv8l .mbr-text,
.cid-v9HzNWmv8l .mbr-section-btn {
  color: #ffffff;
}
.cid-v9HzNWmv8l .btn {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .cid-v9HzNWmv8l {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-v9HzNWmv8l .mbr-figure img {
    width: 100px !important;
  }
  .cid-v9HzNWmv8l h1 {
    font-size: 30px;
    padding: 0 !important;
    line-height: 1;
    margin: 0 !important;
  }
  .cid-v9HzNWmv8l .sous-titre {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .cid-v9HzNWmv8l h3 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-v9HzNWmv8l .description {
    font-size: 16px;
  }
}
.cid-v9HzNWmv8l .lang {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.cid-v9HzNWmv8l .lang img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
}
.cid-v9HzNXlsgy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9HzNXlsgy .mbr-section-subtitle {
  color: #767676;
}
.cid-v9HzNXlsgy H2 {
  color: #001015;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-v9HzNXlsgy {
    padding: 40px 0 20px;
  }
  .cid-v9HzNXlsgy h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9HzNXlsgy .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
.cid-v9HzNXENWS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-v9HzNXENWS .mbr-section-btn > * {
  margin: 0;
}
.cid-v9HzNXENWS h4 {
  font-weight: 500;
}
.cid-v9HzNXENWS p {
  color: #232323;
}
.cid-v9HzNXENWS .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9HzNXENWS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9HzNXENWS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9HzNXENWS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9HzNXENWS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9HzNXENWS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9HzNXENWS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9HzNXENWS {
    padding: 40px 0;
  }
  .cid-v9HzNXENWS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-v9HzNXENWS h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9HzNXENWS .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9HzNXENWS .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9HzNXENWS .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9HzNXENWS H3 {
  color: #53c3ff;
}
.cid-v9HzNXENWS ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9HzNXENWS li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9HzNXENWS .align-left {
    text-align: left;
  }
}
.cid-v9HzNY6eoP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9HzNY6eoP .mbr-section-btn > * {
  margin: 0;
}
.cid-v9HzNY6eoP h4 {
  font-weight: 500;
}
.cid-v9HzNY6eoP p {
  color: #232323;
}
.cid-v9HzNY6eoP .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9HzNY6eoP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9HzNY6eoP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9HzNY6eoP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9HzNY6eoP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9HzNY6eoP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9HzNY6eoP .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-v9HzNY6eoP .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-v9HzNY6eoP {
    padding: 40px 0;
  }
  .cid-v9HzNY6eoP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
  .cid-v9HzNY6eoP .media-container-row {
    -webkit-flex-direction: column;
  }
  .cid-v9HzNY6eoP h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9HzNY6eoP .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9HzNY6eoP .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9HzNY6eoP .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9HzNY6eoP H2 {
  color: #53c3ff;
}
.cid-v9HzNY6eoP ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9HzNY6eoP li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9HzNY6eoP .align-left {
    text-align: left;
  }
}
.cid-v9HzNY6eoP H3 {
  color: #53c3ff;
}
.cid-v9HzNYBQwj {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../../../assets/images/slider-5-1245x700.jpg");
}
.cid-v9HzNYBQwj p {
  color: #767676;
}
.cid-v9HzNYBQwj .card {
  border-radius: 0px;
  margin-bottom: 10px;
}
.cid-v9HzNYBQwj .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v9HzNYBQwj .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-v9HzNYBQwj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v9HzNYBQwj .card .card-header a.panel-title h3 {
  border: 1px solid #53c3ff;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.cid-v9HzNYBQwj .card .card-header a.panel-title h3 .sign {
  padding-right: 1rem;
}
.cid-v9HzNYBQwj H2 {
  color: #ffffff;
  font-weight: 500;
}
.cid-v9HzNYBQwj H3 {
  color: #53c3ff;
}
.cid-v9HzNYBQwj .panel-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9HzNYBQwj {
    padding: 40px 0;
  }
  .cid-v9HzNYBQwj h2 {
    font-size: 26px;
    line-height: 1;
  }
  .cid-v9HzNYBQwj .card .card-header a.panel-title h3 {
    padding: 15px;
    font-size: 16px;
  }
  .cid-v9HzNYBQwj .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
  .cid-v9HzNYBQwj .p-4 {
    padding: 1.5rem 0 !important;
  }
}
.cid-v9HzNZeLZw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-v9HzNZeLZw .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-v9HzNZeLZw .mbr-section-subtitle {
  color: #53c3ff;
  text-align: left;
}
.cid-v9HzNZeLZw .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9HzNZeLZw .mbr-iconfont {
  font-size: 48px;
}
.cid-v9HzNZeLZw .card-img {
  margin-bottom: 1.5rem;
}
.cid-v9HzNZeLZw .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9HzNZeLZw .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-v9HzNZeLZw .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v9HzNZeLZw .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #53c3ff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #53c3ff;
}
.cid-v9HzNZeLZw .nav-tabs .nav-link:hover {
  background: #53c3ff;
}
.cid-v9HzNZeLZw .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #53c3ff;
  background: #53c3ff;
}
.cid-v9HzNZeLZw .nav-tabs .nav-link.active:hover {
  border: 2px solid #53c3ff;
}
.cid-v9HzNZeLZw h2 {
  font-weight: 500;
}
.cid-v9HzNZeLZw H3 {
  color: #232323;
}
.cid-v9HzNZeLZw ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9HzNZeLZw li::marker {
  color: #53c3ff !important;
}
@media (max-width: 991px) {
  .cid-v9HzNZeLZw {
    padding: 40px 0 20px;
  }
  .cid-v9HzNZeLZw h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 0 30px !important;
  }
  .cid-v9HzNZeLZw .nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v9HzNZeLZw .nav-tabs .nav-link {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
    text-align: center;
  }
  .cid-v9HzNZeLZw .tab-content {
    margin-top: 0;
    padding: 15px;
  }
}
.cid-v9HzO1gECL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #53c3ff;
}
.cid-v9HzO1gECL .title {
  margin-bottom: 2rem;
}
.cid-v9HzO1gECL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9HzO1gECL a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-v9HzO1gECL a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-v9HzO1gECL textarea.form-control {
  min-height: 188px;
}
.cid-v9HzO1gECL h2 {
  font-weight: 500;
}
.cid-v9HzO1gECL H2 {
  color: #ffffff;
}
.cid-v9HzO1gECL LABEL {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9HzO1gECL {
    padding: 40px 0;
  }
  .cid-v9HzO1gECL h2 {
    font-size: 26px;
    line-height: 1;
  }
}
.cid-v9IEMwv0hc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-v9IEMwv0hc .mbr-section-subtitle,
.cid-v9IEMwv0hc .mbr-text {
  color: #767676;
}
.cid-v9IEMwv0hc .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9IEMwv0hc .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  transition: box-shadow 0.3s;
}
.cid-v9IEMwv0hc .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v9IEMwv0hc .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none !important;
  transition: opacity .3s;
}
.cid-v9IEMwv0hc .card-wrapper .card-img img {
  width: 100%;
}
.cid-v9IEMwv0hc .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-v9IEMwv0hc .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-v9IEMwv0hc .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-v9IEMwv0hc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-v9IEMwv0hc .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-v9IEMwv0hc .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-v9IEMwv0hc .card-title {
  text-align: center;
  color: #001015;
}
.cid-v9IEMwv0hc .card-img img {
  border-radius: 100%;
}
.cid-v9IEMwv0hc .card-wrapper .card-box {
  background-color: transparent;
}
.cid-v9IEMwv0hc h2 {
  font-weight: 500;
}
.cid-v9IENurPM7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9IENurPM7 .mbr-section-subtitle {
  color: #767676;
}
.cid-v9IENurPM7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9IENurPM7 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-v9IENurPM7 .team-item .item-image img {
  width: 100%;
}
.cid-v9IENurPM7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v9IENurPM7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v9IENurPM7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v9IENurPM7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v9IENurPM7 .team-item .item-caption {
  background: #efefef;
}
.cid-v9IENurPM7 h2 {
  font-weight: 500;
}
.cid-v9IENurPM7 .item-name {
  color: #53c3ff;
}
#custom-html-o {
  /* Type valid CSS here */
}
#custom-html-o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-o p {
  font-size: 60px;
  color: #777;
}
#custom-html-o iframe {
  height: 400px;
  width: 100%;
  display: block;
}
.cid-v9HzO2iIas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-v9HzO2iIas .content {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v9HzO2iIas .content {
    text-align: center;
  }
  .cid-v9HzO2iIas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9HzO2iIas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v9HzO2iIas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 767px) {
  .cid-v9HzO2iIas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v9HzO2iIas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v9HzO2iIas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-v9HzO2iIas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v9HzO2iIas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9HzO2iIas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9HzO2iIas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9HzO2iIas .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-v9HzO2iIas .copyright > p {
  text-align: center;
}
.cid-v9HzO2iIas P {
  text-align: left;
}
.cid-v9HzO2iIas h5,
.cid-v9HzO2iIas .mbr-iconfont {
  color: #53c3ff;
}
.cid-v9HzO2iIas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v9HzO2iIas li a {
  color: #fff;
}
.cid-v9HKG4qJ01 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #53c3ff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.cid-v9HKG4qJ01 .btn {
  padding: 10px;
  border-radius: 0 !important;
  margin: 0;
}
.cid-v9HKG4qJ01 .milie {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
@media screen and (max-width: 767px) {
  .cid-v9HKG4qJ01 {
    display: block;
  }
}
.cid-v9IHmASMa6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/slider-1-1800x1200.jpg");
}
.cid-v9IHmASMa6 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9IHmASMa6 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-v9IHmASMa6 h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.cid-v9IHmASMa6 .sous-titre {
  font-weight: 500;
  color: #53c3ff;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .8rem;
  margin: 0;
}
.cid-v9IHmASMa6 .sous-titre2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.cid-v9IHmASMa6 h3 {
  font-weight: 500;
  color: #53c3ff;
}
.cid-v9IHmASMa6 .description {
  font-size: 1.5rem;
}
.cid-v9IHmASMa6 .mbr-text,
.cid-v9IHmASMa6 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9IHmASMa6 .btn {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .cid-v9IHmASMa6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-v9IHmASMa6 .mbr-figure img {
    width: 100px !important;
  }
  .cid-v9IHmASMa6 h1 {
    font-size: 30px;
    padding: 0 !important;
    line-height: 1;
    margin: 0 !important;
  }
  .cid-v9IHmASMa6 .sous-titre {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .cid-v9IHmASMa6 h3 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-v9IHmASMa6 .description {
    font-size: 16px;
  }
}
.cid-v9IHmASMa6 .lang {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.cid-v9IHmASMa6 .lang img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
}
.cid-v9IHmBIng1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9IHmBIng1 .mbr-section-subtitle {
  color: #767676;
}
.cid-v9IHmBIng1 H2 {
  color: #001015;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-v9IHmBIng1 {
    padding: 40px 0 20px;
  }
  .cid-v9IHmBIng1 h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9IHmBIng1 .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
.cid-v9IHmBYYwk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-v9IHmBYYwk .mbr-section-btn > * {
  margin: 0;
}
.cid-v9IHmBYYwk h4 {
  font-weight: 500;
}
.cid-v9IHmBYYwk p {
  color: #232323;
}
.cid-v9IHmBYYwk .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9IHmBYYwk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9IHmBYYwk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9IHmBYYwk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9IHmBYYwk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9IHmBYYwk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9IHmBYYwk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9IHmBYYwk {
    padding: 40px 0;
  }
  .cid-v9IHmBYYwk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-v9IHmBYYwk h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9IHmBYYwk .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9IHmBYYwk .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9IHmBYYwk .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9IHmBYYwk H3 {
  color: #53c3ff;
}
.cid-v9IHmBYYwk ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9IHmBYYwk li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9IHmBYYwk .align-left {
    text-align: left;
  }
}
.cid-v9IHmCmKZD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9IHmCmKZD .mbr-section-btn > * {
  margin: 0;
}
.cid-v9IHmCmKZD h4 {
  font-weight: 500;
}
.cid-v9IHmCmKZD p {
  color: #232323;
}
.cid-v9IHmCmKZD .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9IHmCmKZD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9IHmCmKZD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9IHmCmKZD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9IHmCmKZD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9IHmCmKZD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9IHmCmKZD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-v9IHmCmKZD .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-v9IHmCmKZD {
    padding: 40px 0;
  }
  .cid-v9IHmCmKZD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
  .cid-v9IHmCmKZD .media-container-row {
    -webkit-flex-direction: column;
  }
  .cid-v9IHmCmKZD h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9IHmCmKZD .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9IHmCmKZD .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9IHmCmKZD .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9IHmCmKZD H2 {
  color: #53c3ff;
}
.cid-v9IHmCmKZD ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9IHmCmKZD li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9IHmCmKZD .align-left {
    text-align: left;
  }
}
.cid-v9IHmCmKZD H3 {
  color: #53c3ff;
}
.cid-v9IHmCUGwx {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../../../assets/images/slider-5-1245x700.jpg");
}
.cid-v9IHmCUGwx p {
  color: #767676;
}
.cid-v9IHmCUGwx .card {
  border-radius: 0px;
  margin-bottom: 10px;
}
.cid-v9IHmCUGwx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v9IHmCUGwx .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-v9IHmCUGwx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v9IHmCUGwx .card .card-header a.panel-title h3 {
  border: 1px solid #53c3ff;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.cid-v9IHmCUGwx .card .card-header a.panel-title h3 .sign {
  padding-right: 1rem;
}
.cid-v9IHmCUGwx H2 {
  color: #ffffff;
  font-weight: 500;
}
.cid-v9IHmCUGwx H3 {
  color: #53c3ff;
}
.cid-v9IHmCUGwx .panel-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9IHmCUGwx {
    padding: 40px 0;
  }
  .cid-v9IHmCUGwx h2 {
    font-size: 26px;
    line-height: 1;
  }
  .cid-v9IHmCUGwx .card .card-header a.panel-title h3 {
    padding: 15px;
    font-size: 16px;
  }
  .cid-v9IHmCUGwx .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
  .cid-v9IHmCUGwx .p-4 {
    padding: 1.5rem 0 !important;
  }
}
.cid-v9IHmDnQsN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-v9IHmDnQsN .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-v9IHmDnQsN .mbr-section-subtitle {
  color: #53c3ff;
  text-align: left;
}
.cid-v9IHmDnQsN .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9IHmDnQsN .mbr-iconfont {
  font-size: 48px;
}
.cid-v9IHmDnQsN .card-img {
  margin-bottom: 1.5rem;
}
.cid-v9IHmDnQsN .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9IHmDnQsN .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-v9IHmDnQsN .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v9IHmDnQsN .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #53c3ff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #53c3ff;
}
.cid-v9IHmDnQsN .nav-tabs .nav-link:hover {
  background: #53c3ff;
}
.cid-v9IHmDnQsN .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #53c3ff;
  background: #53c3ff;
}
.cid-v9IHmDnQsN .nav-tabs .nav-link.active:hover {
  border: 2px solid #53c3ff;
}
.cid-v9IHmDnQsN h2 {
  font-weight: 500;
}
.cid-v9IHmDnQsN H3 {
  color: #232323;
}
.cid-v9IHmDnQsN ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9IHmDnQsN li::marker {
  color: #53c3ff !important;
}
@media (max-width: 991px) {
  .cid-v9IHmDnQsN {
    padding: 40px 0 20px;
  }
  .cid-v9IHmDnQsN h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 0 30px !important;
  }
  .cid-v9IHmDnQsN .nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v9IHmDnQsN .nav-tabs .nav-link {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
    text-align: center;
  }
  .cid-v9IHmDnQsN .tab-content {
    margin-top: 0;
    padding: 15px;
  }
}
.cid-v9IHmFvDiy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #53c3ff;
}
.cid-v9IHmFvDiy .title {
  margin-bottom: 2rem;
}
.cid-v9IHmFvDiy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9IHmFvDiy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-v9IHmFvDiy a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-v9IHmFvDiy textarea.form-control {
  min-height: 188px;
}
.cid-v9IHmFvDiy h2 {
  font-weight: 500;
}
.cid-v9IHmFvDiy H2 {
  color: #ffffff;
}
.cid-v9IHmFvDiy LABEL {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9IHmFvDiy {
    padding: 40px 0;
  }
  .cid-v9IHmFvDiy h2 {
    font-size: 26px;
    line-height: 1;
  }
}
.cid-v9IHmG7xMZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-v9IHmG7xMZ .mbr-section-subtitle,
.cid-v9IHmG7xMZ .mbr-text {
  color: #767676;
}
.cid-v9IHmG7xMZ .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9IHmG7xMZ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  transition: box-shadow 0.3s;
}
.cid-v9IHmG7xMZ .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v9IHmG7xMZ .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none !important;
  transition: opacity .3s;
}
.cid-v9IHmG7xMZ .card-wrapper .card-img img {
  width: 100%;
}
.cid-v9IHmG7xMZ .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-v9IHmG7xMZ .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-v9IHmG7xMZ .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-v9IHmG7xMZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-v9IHmG7xMZ .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-v9IHmG7xMZ .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-v9IHmG7xMZ .card-title {
  text-align: center;
  color: #001015;
}
.cid-v9IHmG7xMZ .card-img img {
  border-radius: 100%;
}
.cid-v9IHmG7xMZ .card-wrapper .card-box {
  background-color: transparent;
}
.cid-v9IHmG7xMZ h2 {
  font-weight: 500;
}
.cid-v9IHmH4FLB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9IHmH4FLB .mbr-section-subtitle {
  color: #767676;
}
.cid-v9IHmH4FLB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9IHmH4FLB .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-v9IHmH4FLB .team-item .item-image img {
  width: 100%;
}
.cid-v9IHmH4FLB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v9IHmH4FLB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v9IHmH4FLB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v9IHmH4FLB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v9IHmH4FLB .team-item .item-caption {
  background: #efefef;
}
.cid-v9IHmH4FLB h2 {
  font-weight: 500;
}
.cid-v9IHmH4FLB .item-name {
  color: #53c3ff;
}
#custom-html-18 {
  /* Type valid CSS here */
}
#custom-html-18 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-18 p {
  font-size: 60px;
  color: #777;
}
#custom-html-18 iframe {
  height: 400px;
  width: 100%;
  display: block;
}
.cid-v9IHmIxjO2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-v9IHmIxjO2 .content {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v9IHmIxjO2 .content {
    text-align: center;
  }
  .cid-v9IHmIxjO2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9IHmIxjO2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v9IHmIxjO2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 767px) {
  .cid-v9IHmIxjO2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v9IHmIxjO2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v9IHmIxjO2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-v9IHmIxjO2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v9IHmIxjO2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9IHmIxjO2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9IHmIxjO2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9IHmIxjO2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-v9IHmIxjO2 .copyright > p {
  text-align: center;
}
.cid-v9IHmIxjO2 P {
  text-align: left;
}
.cid-v9IHmIxjO2 h5,
.cid-v9IHmIxjO2 .mbr-iconfont {
  color: #53c3ff;
}
.cid-v9IHmIxjO2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v9IHmIxjO2 li a {
  color: #fff;
}
.cid-v9IHmJ4mPj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #53c3ff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.cid-v9IHmJ4mPj .btn {
  padding: 10px;
  border-radius: 0 !important;
  margin: 0;
}
.cid-v9IHmJ4mPj .milie {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
@media screen and (max-width: 767px) {
  .cid-v9IHmJ4mPj {
    display: block;
  }
}
.cid-v9IQnr4tDq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/slider-1-1800x1200.jpg");
}
.cid-v9IQnr4tDq .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9IQnr4tDq .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-v9IQnr4tDq h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.cid-v9IQnr4tDq .sous-titre {
  font-weight: 500;
  color: #53c3ff;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .8rem;
  margin: 0;
}
.cid-v9IQnr4tDq .sous-titre2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.cid-v9IQnr4tDq h3 {
  font-weight: 500;
  color: #53c3ff;
}
.cid-v9IQnr4tDq .description {
  font-size: 1.5rem;
}
.cid-v9IQnr4tDq .mbr-text,
.cid-v9IQnr4tDq .mbr-section-btn {
  color: #ffffff;
}
.cid-v9IQnr4tDq .btn {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .cid-v9IQnr4tDq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-v9IQnr4tDq .mbr-figure img {
    width: 100px !important;
  }
  .cid-v9IQnr4tDq h1 {
    font-size: 30px;
    padding: 0 !important;
    line-height: 1;
    margin: 0 !important;
  }
  .cid-v9IQnr4tDq .sous-titre {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .cid-v9IQnr4tDq h3 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-v9IQnr4tDq .description {
    font-size: 16px;
  }
}
.cid-v9IQnr4tDq .lang {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.cid-v9IQnr4tDq .lang img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
}
.cid-v9IQns4TPT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9IQns4TPT .mbr-section-subtitle {
  color: #767676;
}
.cid-v9IQns4TPT H2 {
  color: #001015;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-v9IQns4TPT {
    padding: 40px 0 20px;
  }
  .cid-v9IQns4TPT h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9IQns4TPT .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
.cid-v9IQnsmaGw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-v9IQnsmaGw .mbr-section-btn > * {
  margin: 0;
}
.cid-v9IQnsmaGw h4 {
  font-weight: 500;
}
.cid-v9IQnsmaGw p {
  color: #232323;
}
.cid-v9IQnsmaGw .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9IQnsmaGw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9IQnsmaGw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9IQnsmaGw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9IQnsmaGw .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9IQnsmaGw .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9IQnsmaGw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9IQnsmaGw {
    padding: 40px 0;
  }
  .cid-v9IQnsmaGw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-v9IQnsmaGw h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9IQnsmaGw .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9IQnsmaGw .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9IQnsmaGw .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9IQnsmaGw H3 {
  color: #53c3ff;
}
.cid-v9IQnsmaGw ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9IQnsmaGw li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9IQnsmaGw .align-left {
    text-align: left;
  }
}
.cid-v9IQnsTfiv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9IQnsTfiv .mbr-section-btn > * {
  margin: 0;
}
.cid-v9IQnsTfiv h4 {
  font-weight: 500;
}
.cid-v9IQnsTfiv p {
  color: #232323;
}
.cid-v9IQnsTfiv .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9IQnsTfiv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9IQnsTfiv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9IQnsTfiv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9IQnsTfiv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9IQnsTfiv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9IQnsTfiv .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-v9IQnsTfiv .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-v9IQnsTfiv {
    padding: 40px 0;
  }
  .cid-v9IQnsTfiv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
  .cid-v9IQnsTfiv .media-container-row {
    -webkit-flex-direction: column;
  }
  .cid-v9IQnsTfiv h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9IQnsTfiv .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9IQnsTfiv .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9IQnsTfiv .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9IQnsTfiv H2 {
  color: #53c3ff;
}
.cid-v9IQnsTfiv ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9IQnsTfiv li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9IQnsTfiv .align-left {
    text-align: left;
  }
}
.cid-v9IQnsTfiv H3 {
  color: #53c3ff;
}
.cid-v9IQntuIy5 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../../../assets/images/slider-5-1245x700.jpg");
}
.cid-v9IQntuIy5 p {
  color: #767676;
}
.cid-v9IQntuIy5 .card {
  border-radius: 0px;
  margin-bottom: 10px;
}
.cid-v9IQntuIy5 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v9IQntuIy5 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-v9IQntuIy5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v9IQntuIy5 .card .card-header a.panel-title h3 {
  border: 1px solid #53c3ff;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.cid-v9IQntuIy5 .card .card-header a.panel-title h3 .sign {
  padding-right: 1rem;
}
.cid-v9IQntuIy5 H2 {
  color: #ffffff;
  font-weight: 500;
}
.cid-v9IQntuIy5 H3 {
  color: #53c3ff;
}
.cid-v9IQntuIy5 .panel-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9IQntuIy5 {
    padding: 40px 0;
  }
  .cid-v9IQntuIy5 h2 {
    font-size: 26px;
    line-height: 1;
  }
  .cid-v9IQntuIy5 .card .card-header a.panel-title h3 {
    padding: 15px;
    font-size: 16px;
  }
  .cid-v9IQntuIy5 .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
  .cid-v9IQntuIy5 .p-4 {
    padding: 1.5rem 0 !important;
  }
}
.cid-v9IQnucWGR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-v9IQnucWGR .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-v9IQnucWGR .mbr-section-subtitle {
  color: #53c3ff;
  text-align: left;
}
.cid-v9IQnucWGR .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9IQnucWGR .mbr-iconfont {
  font-size: 48px;
}
.cid-v9IQnucWGR .card-img {
  margin-bottom: 1.5rem;
}
.cid-v9IQnucWGR .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9IQnucWGR .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-v9IQnucWGR .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v9IQnucWGR .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #53c3ff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #53c3ff;
}
.cid-v9IQnucWGR .nav-tabs .nav-link:hover {
  background: #53c3ff;
}
.cid-v9IQnucWGR .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #53c3ff;
  background: #53c3ff;
}
.cid-v9IQnucWGR .nav-tabs .nav-link.active:hover {
  border: 2px solid #53c3ff;
}
.cid-v9IQnucWGR h2 {
  font-weight: 500;
}
.cid-v9IQnucWGR H3 {
  color: #232323;
}
.cid-v9IQnucWGR ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9IQnucWGR li::marker {
  color: #53c3ff !important;
}
@media (max-width: 991px) {
  .cid-v9IQnucWGR {
    padding: 40px 0 20px;
  }
  .cid-v9IQnucWGR h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 0 30px !important;
  }
  .cid-v9IQnucWGR .nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v9IQnucWGR .nav-tabs .nav-link {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
    text-align: center;
  }
  .cid-v9IQnucWGR .tab-content {
    margin-top: 0;
    padding: 15px;
  }
}
.cid-v9IQnwf7SB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #53c3ff;
}
.cid-v9IQnwf7SB .title {
  margin-bottom: 2rem;
}
.cid-v9IQnwf7SB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9IQnwf7SB a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-v9IQnwf7SB a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-v9IQnwf7SB textarea.form-control {
  min-height: 188px;
}
.cid-v9IQnwf7SB h2 {
  font-weight: 500;
}
.cid-v9IQnwf7SB H2 {
  color: #ffffff;
}
.cid-v9IQnwf7SB LABEL {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9IQnwf7SB {
    padding: 40px 0;
  }
  .cid-v9IQnwf7SB h2 {
    font-size: 26px;
    line-height: 1;
  }
}
.cid-v9IQnwYXEe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-v9IQnwYXEe .mbr-section-subtitle,
.cid-v9IQnwYXEe .mbr-text {
  color: #767676;
}
.cid-v9IQnwYXEe .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9IQnwYXEe .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  transition: box-shadow 0.3s;
}
.cid-v9IQnwYXEe .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v9IQnwYXEe .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none !important;
  transition: opacity .3s;
}
.cid-v9IQnwYXEe .card-wrapper .card-img img {
  width: 100%;
}
.cid-v9IQnwYXEe .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-v9IQnwYXEe .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-v9IQnwYXEe .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-v9IQnwYXEe .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-v9IQnwYXEe .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-v9IQnwYXEe .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-v9IQnwYXEe .card-title {
  text-align: center;
  color: #001015;
}
.cid-v9IQnwYXEe .card-img img {
  border-radius: 100%;
}
.cid-v9IQnwYXEe .card-wrapper .card-box {
  background-color: transparent;
}
.cid-v9IQnwYXEe h2 {
  font-weight: 500;
}
.cid-v9IQny7Ylh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9IQny7Ylh .mbr-section-subtitle {
  color: #767676;
}
.cid-v9IQny7Ylh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9IQny7Ylh .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-v9IQny7Ylh .team-item .item-image img {
  width: 100%;
}
.cid-v9IQny7Ylh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v9IQny7Ylh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v9IQny7Ylh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v9IQny7Ylh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v9IQny7Ylh .team-item .item-caption {
  background: #efefef;
}
.cid-v9IQny7Ylh h2 {
  font-weight: 500;
}
.cid-v9IQny7Ylh .item-name {
  color: #53c3ff;
}
#custom-html-1k {
  /* Type valid CSS here */
}
#custom-html-1k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1k p {
  font-size: 60px;
  color: #777;
}
#custom-html-1k iframe {
  height: 400px;
  width: 100%;
  display: block;
}
.cid-v9IQnAxynh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-v9IQnAxynh .content {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v9IQnAxynh .content {
    text-align: center;
  }
  .cid-v9IQnAxynh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9IQnAxynh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v9IQnAxynh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 767px) {
  .cid-v9IQnAxynh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v9IQnAxynh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v9IQnAxynh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-v9IQnAxynh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v9IQnAxynh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9IQnAxynh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9IQnAxynh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9IQnAxynh .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-v9IQnAxynh .copyright > p {
  text-align: center;
}
.cid-v9IQnAxynh P {
  text-align: left;
}
.cid-v9IQnAxynh h5,
.cid-v9IQnAxynh .mbr-iconfont {
  color: #53c3ff;
}
.cid-v9IQnAxynh ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v9IQnAxynh li a {
  color: #fff;
}
.cid-v9IQnBI7zz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #53c3ff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.cid-v9IQnBI7zz .btn {
  padding: 10px;
  border-radius: 0 !important;
  margin: 0;
}
.cid-v9IQnBI7zz .milie {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
@media screen and (max-width: 767px) {
  .cid-v9IQnBI7zz {
    display: block;
  }
}
.cid-v9Lbl00Ywu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/slider-1-1800x1200.jpg");
}
.cid-v9Lbl00Ywu .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9Lbl00Ywu .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-v9Lbl00Ywu h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.cid-v9Lbl00Ywu .sous-titre {
  font-weight: 500;
  color: #53c3ff;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .8rem;
  margin: 0;
}
.cid-v9Lbl00Ywu .sous-titre2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.cid-v9Lbl00Ywu h3 {
  font-weight: 500;
  color: #53c3ff;
}
.cid-v9Lbl00Ywu .description {
  font-size: 1.5rem;
}
.cid-v9Lbl00Ywu .mbr-text,
.cid-v9Lbl00Ywu .mbr-section-btn {
  color: #ffffff;
}
.cid-v9Lbl00Ywu .btn {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .cid-v9Lbl00Ywu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-v9Lbl00Ywu .mbr-figure img {
    width: 100px !important;
  }
  .cid-v9Lbl00Ywu h1 {
    font-size: 30px;
    padding: 0 !important;
    line-height: 1;
    margin: 0 !important;
  }
  .cid-v9Lbl00Ywu .sous-titre {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .cid-v9Lbl00Ywu h3 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-v9Lbl00Ywu .description {
    font-size: 16px;
  }
}
.cid-v9Lbl00Ywu .lang {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.cid-v9Lbl00Ywu .lang img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
}
.cid-v9Lbl0NRuG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9Lbl0NRuG .mbr-section-subtitle {
  color: #767676;
}
.cid-v9Lbl0NRuG H2 {
  color: #001015;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-v9Lbl0NRuG {
    padding: 40px 0 20px;
  }
  .cid-v9Lbl0NRuG h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9Lbl0NRuG .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
.cid-v9Lbl10nyW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-v9Lbl10nyW .mbr-section-btn > * {
  margin: 0;
}
.cid-v9Lbl10nyW h4 {
  font-weight: 500;
}
.cid-v9Lbl10nyW p {
  color: #232323;
}
.cid-v9Lbl10nyW .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9Lbl10nyW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9Lbl10nyW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9Lbl10nyW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9Lbl10nyW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9Lbl10nyW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9Lbl10nyW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9Lbl10nyW {
    padding: 40px 0;
  }
  .cid-v9Lbl10nyW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-v9Lbl10nyW h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9Lbl10nyW .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9Lbl10nyW .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9Lbl10nyW .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9Lbl10nyW H3 {
  color: #53c3ff;
}
.cid-v9Lbl10nyW ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9Lbl10nyW li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9Lbl10nyW .align-left {
    text-align: left;
  }
}
.cid-v9Lbl1A9ur {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9Lbl1A9ur .mbr-section-btn > * {
  margin: 0;
}
.cid-v9Lbl1A9ur h4 {
  font-weight: 500;
}
.cid-v9Lbl1A9ur p {
  color: #232323;
}
.cid-v9Lbl1A9ur .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9Lbl1A9ur .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9Lbl1A9ur .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9Lbl1A9ur .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9Lbl1A9ur .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9Lbl1A9ur .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9Lbl1A9ur .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-v9Lbl1A9ur .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-v9Lbl1A9ur {
    padding: 40px 0;
  }
  .cid-v9Lbl1A9ur .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
  .cid-v9Lbl1A9ur .media-container-row {
    -webkit-flex-direction: column;
  }
  .cid-v9Lbl1A9ur h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0 !important;
  }
  .cid-v9Lbl1A9ur .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
}
@media (max-width: 300px) {
  .cid-v9Lbl1A9ur .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9Lbl1A9ur .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9Lbl1A9ur H2 {
  color: #53c3ff;
}
.cid-v9Lbl1A9ur ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9Lbl1A9ur li::marker {
  color: #53c3ff !important;
}
@media (max-width: 767px) {
  .cid-v9Lbl1A9ur .align-left {
    text-align: left;
  }
}
.cid-v9Lbl1A9ur H3 {
  color: #53c3ff;
}
.cid-v9Lbl24bFy {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../../../assets/images/slider-5-1245x700.jpg");
}
.cid-v9Lbl24bFy p {
  color: #767676;
}
.cid-v9Lbl24bFy .card {
  border-radius: 0px;
  margin-bottom: 10px;
}
.cid-v9Lbl24bFy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v9Lbl24bFy .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-v9Lbl24bFy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v9Lbl24bFy .card .card-header a.panel-title h3 {
  border: 1px solid #53c3ff;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.cid-v9Lbl24bFy .card .card-header a.panel-title h3 .sign {
  padding-right: 1rem;
}
.cid-v9Lbl24bFy H2 {
  color: #ffffff;
  font-weight: 500;
}
.cid-v9Lbl24bFy H3 {
  color: #53c3ff;
}
.cid-v9Lbl24bFy .panel-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9Lbl24bFy {
    padding: 40px 0;
  }
  .cid-v9Lbl24bFy h2 {
    font-size: 26px;
    line-height: 1;
  }
  .cid-v9Lbl24bFy .card .card-header a.panel-title h3 {
    padding: 15px;
    font-size: 16px;
  }
  .cid-v9Lbl24bFy .btn {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
  }
  .cid-v9Lbl24bFy .p-4 {
    padding: 1.5rem 0 !important;
  }
}
.cid-v9Lbl2yVYb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-v9Lbl2yVYb .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-v9Lbl2yVYb .mbr-section-subtitle {
  color: #53c3ff;
  text-align: left;
}
.cid-v9Lbl2yVYb .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9Lbl2yVYb .mbr-iconfont {
  font-size: 48px;
}
.cid-v9Lbl2yVYb .card-img {
  margin-bottom: 1.5rem;
}
.cid-v9Lbl2yVYb .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9Lbl2yVYb .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-v9Lbl2yVYb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-v9Lbl2yVYb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #53c3ff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #53c3ff;
}
.cid-v9Lbl2yVYb .nav-tabs .nav-link:hover {
  background: #53c3ff;
}
.cid-v9Lbl2yVYb .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #53c3ff;
  background: #53c3ff;
}
.cid-v9Lbl2yVYb .nav-tabs .nav-link.active:hover {
  border: 2px solid #53c3ff;
}
.cid-v9Lbl2yVYb h2 {
  font-weight: 500;
}
.cid-v9Lbl2yVYb H3 {
  color: #232323;
}
.cid-v9Lbl2yVYb ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.cid-v9Lbl2yVYb li::marker {
  color: #53c3ff !important;
}
@media (max-width: 991px) {
  .cid-v9Lbl2yVYb {
    padding: 40px 0 20px;
  }
  .cid-v9Lbl2yVYb h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0 0 30px !important;
  }
  .cid-v9Lbl2yVYb .nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v9Lbl2yVYb .nav-tabs .nav-link {
    font-size: 16px !important;
    padding: 10px 20px;
    min-width: 135px;
    text-align: center;
  }
  .cid-v9Lbl2yVYb .tab-content {
    margin-top: 0;
    padding: 15px;
  }
}
.cid-v9Lbl4BLBJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #53c3ff;
}
.cid-v9Lbl4BLBJ .title {
  margin-bottom: 2rem;
}
.cid-v9Lbl4BLBJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9Lbl4BLBJ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-v9Lbl4BLBJ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-v9Lbl4BLBJ textarea.form-control {
  min-height: 188px;
}
.cid-v9Lbl4BLBJ h2 {
  font-weight: 500;
}
.cid-v9Lbl4BLBJ H2 {
  color: #ffffff;
}
.cid-v9Lbl4BLBJ LABEL {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9Lbl4BLBJ {
    padding: 40px 0;
  }
  .cid-v9Lbl4BLBJ h2 {
    font-size: 26px;
    line-height: 1;
  }
}
.cid-v9Lbl5cuK8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-v9Lbl5cuK8 .mbr-section-subtitle,
.cid-v9Lbl5cuK8 .mbr-text {
  color: #767676;
}
.cid-v9Lbl5cuK8 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9Lbl5cuK8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  transition: box-shadow 0.3s;
}
.cid-v9Lbl5cuK8 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v9Lbl5cuK8 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none !important;
  transition: opacity .3s;
}
.cid-v9Lbl5cuK8 .card-wrapper .card-img img {
  width: 100%;
}
.cid-v9Lbl5cuK8 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-v9Lbl5cuK8 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-v9Lbl5cuK8 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-v9Lbl5cuK8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-v9Lbl5cuK8 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-v9Lbl5cuK8 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-v9Lbl5cuK8 .card-title {
  text-align: center;
  color: #001015;
}
.cid-v9Lbl5cuK8 .card-img img {
  border-radius: 100%;
}
.cid-v9Lbl5cuK8 .card-wrapper .card-box {
  background-color: transparent;
}
.cid-v9Lbl5cuK8 h2 {
  font-weight: 500;
}
.cid-v9Lbl63R3g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v9Lbl63R3g .mbr-section-subtitle {
  color: #767676;
}
.cid-v9Lbl63R3g .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9Lbl63R3g .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-v9Lbl63R3g .team-item .item-image img {
  width: 100%;
}
.cid-v9Lbl63R3g .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v9Lbl63R3g .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v9Lbl63R3g .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v9Lbl63R3g .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v9Lbl63R3g .team-item .item-caption {
  background: #efefef;
}
.cid-v9Lbl63R3g h2 {
  font-weight: 500;
}
.cid-v9Lbl63R3g .item-name {
  color: #53c3ff;
}
#custom-html-1w {
  /* Type valid CSS here */
}
#custom-html-1w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1w p {
  font-size: 60px;
  color: #777;
}
#custom-html-1w iframe {
  height: 400px;
  width: 100%;
  display: block;
}
.cid-v9Lbl7CZY4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-v9Lbl7CZY4 .content {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v9Lbl7CZY4 .content {
    text-align: center;
  }
  .cid-v9Lbl7CZY4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9Lbl7CZY4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v9Lbl7CZY4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
@media (max-width: 767px) {
  .cid-v9Lbl7CZY4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v9Lbl7CZY4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v9Lbl7CZY4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-v9Lbl7CZY4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v9Lbl7CZY4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9Lbl7CZY4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9Lbl7CZY4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9Lbl7CZY4 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-v9Lbl7CZY4 .copyright > p {
  text-align: center;
}
.cid-v9Lbl7CZY4 P {
  text-align: left;
}
.cid-v9Lbl7CZY4 h5,
.cid-v9Lbl7CZY4 .mbr-iconfont {
  color: #53c3ff;
}
.cid-v9Lbl7CZY4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v9Lbl7CZY4 li a {
  color: #fff;
}
.cid-v9Lbl85XDW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #53c3ff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.cid-v9Lbl85XDW .btn {
  padding: 10px;
  border-radius: 0 !important;
  margin: 0;
}
.cid-v9Lbl85XDW .milie {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
@media screen and (max-width: 767px) {
  .cid-v9Lbl85XDW {
    display: block;
  }
}
