body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.17rem !important;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ffcc00 !important;
}
.bg-success {
  background-color: #7f1933 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !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: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !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: #ffcc00;
  color: #ffcc00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.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: #7f1933;
  color: #7f1933;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.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: #333333;
  color: #333333;
}
.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;
}
.text-primary {
  color: #ffcc00 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #7f1933 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !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: #ffe066 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d42a55 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !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: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #191400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffcc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d93e66;
}
.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: #c0c0c0;
}
.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;
}
blockquote {
  border-color: #ffcc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcc00;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffcc00;
  border-bottom-color: #ffcc00;
}
.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: #ffcc00 !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: #200960 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffcc00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
#custom-html-ab {
  /* Type valid CSS here */
}
#custom-html-ab div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ab p {
  font-size: 60px;
  color: #777;
}
.cid-uNgHrZleIK {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNgHrZleIK h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNgHrZleIK .container {
    position: relative;
  }
  .cid-uNgHrZleIK .row {
    margin: 0;
  }
  .cid-uNgHrZleIK h2 {
    margin: 0;
  }
}
.cid-uNgHrZleIK .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNgHrZleIK .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNgHrZleIK h2 DIV {
  text-align: left;
}
.cid-uNgHrZleIK h2 {
  text-align: left;
  color: #cc2952;
}
.cid-uNgKJfUeZC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNgKJfUeZC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNgKJfUeZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgKJfUeZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNgKJfUeZC .container {
    padding: 0 22px;
  }
}
.cid-uNgKJfUeZC .row {
  position: relative;
  z-index: 1;
}
.cid-uNgKJfUeZC .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNgKJfUeZC .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNgKJfUeZC .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNgKJfUeZC .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNgKJfUeZC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNgKJfUeZC .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNgKJfUeZC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNgKJfUeZC .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNgKJfUeZC .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNgKJfUeZC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNgKJfUeZC .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNgKJfUeZC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNgKJfUeZC .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNgKJfUeZC .nav-wrapper .list .item-wrap:hover,
.cid-uNgKJfUeZC .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNgKJfUeZC .nav-wrapper .list .item-wrap:hover::before,
.cid-uNgKJfUeZC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNgKJfUeZC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNgKJfUeZC .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNgKJfUeZC .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNgKJfUeZC .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNgKJfUeZC .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNgKJfUeZC .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNgKJfUeZC .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNgKJfUeZC .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNgKJfUeZC .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNgKJfUeZC .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNgKJfUeZC .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNgKJfUeZC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNgKJfUeZC .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNgKJfUeZC .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNgKJfUeZC .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNgKJfUeZC .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNgKJfUeZC .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNgKJfUeZC .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNgKJfUeZC .mbr-section-title {
  color: #ffffff;
}
.cid-uNgKJfUeZC .mbr-text {
  color: #ffffff;
}
.cid-uNgKJfUeZC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNgKJfUeZC .list {
  color: #ffffff;
}
.cid-uNgKJfUeZC .mbr-contact {
  color: #ffffff;
}
.cid-uNgKJfUeZC .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNgU8oRRe6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122d4d;
}
.cid-uNgU8oRRe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgU8oRRe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgU8oRRe6 .card-wrapper {
  display: flex;
  background-color: #122d4d;
  justify-content: space-between;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uNgU8oRRe6 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uNgU8oRRe6 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uNgU8oRRe6 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uNgU8oRRe6 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNgU8oRRe6 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNgU8oRRe6 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uNgU8oRRe6 .card-wrapper .image-wrapper {
  width: 78%;
}
@media (max-width: 992px) {
  .cid-uNgU8oRRe6 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNgU8oRRe6 .card-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uNgU8oRRe6 .mbr-section-title {
  color: #ffffff;
}
.cid-uNgU8oRRe6 .mbr-text {
  color: #ffffff;
}
.cid-uNgU8oRRe6 .mbr-section-title,
.cid-uNgU8oRRe6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uNPH9xWqEI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #122d4d;
}
.cid-uNPH9xWqEI .main-heading-content {
  margin-bottom: 5rem;
}
.cid-uNPH9xWqEI .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uNPH9xWqEI .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffcc00;
  display: inline-block;
}
.cid-uNPH9xWqEI .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
}
.cid-uNPH9xWqEI textarea.form-control {
  min-height: 154px;
}
.cid-uNPH9xWqEI .google-map {
  width: 100%;
  height: 30rem;
}
.cid-uNPH9xWqEI .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uNPH9xWqEI a:link {
  text-decoration: none;
}
.cid-uNPH9xWqEI .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uNPH9xWqEI .mbr-section-title,
.cid-uNPH9xWqEI .underline {
  text-align: center;
  color: #ffffff;
}
.cid-uNPH9xWqEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPH9xWqEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNh5R32lJc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #122d4d;
}
.cid-uNh5R32lJc .iconfont-wrapper,
.cid-uNh5R32lJc .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-uNh5R32lJc .iconfont-wrapper {
  padding: 0 12px;
}
.cid-uNh5R32lJc .flex {
  display: flex;
}
.cid-uNh5R32lJc .flex,
.cid-uNh5R32lJc h3 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uNh5R32lJc .flex,
  .cid-uNh5R32lJc h3 {
    flex-direction: column;
  }
}
.cid-uNh5R32lJc .icons-list {
  display: flex;
  align-items: center;
  width: 150px;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .cid-uNh5R32lJc .icons-list {
    padding: 1rem 0;
    margin: auto;
  }
}
.cid-uNh5R32lJc .mbr-section-title {
  color: #ffffff;
}
.cid-uNh5R32lJc .mbr-text {
  color: #ffffff;
}
.cid-uNhgHE4TaT {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #122d4d;
}
.cid-uNhgHE4TaT img {
  width: 100%;
  pointer-events: all;
}
.cid-uNhgHE4TaT .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uNhgHE4TaT .card:hover .img-wrapper:before {
  opacity: 0.4;
}
.cid-uNhgHE4TaT .card:hover .text-wrap {
  opacity: 1;
}
.cid-uNhgHE4TaT .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uNhgHE4TaT .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #122d4d;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uNhgHE4TaT .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uNhgHE4TaT .text-wrap p {
  pointer-events: all;
}
.cid-uNhgHE4TaT .text-wrap .link-align {
  pointer-events: all;
}
.cid-uNhgHE4TaT .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uNhgHE4TaT .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uNhgHE4TaT .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uNhgHE4TaT .mbr-text,
.cid-uNhgHE4TaT .link-align {
  color: #ffffff;
}
.cid-uNhgHE4TaT .card-title {
  color: #ffffff;
}
.cid-uNhgHE4TaT .mbr-subtitle,
.cid-uNhgHE4TaT .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uNhgHE4TaT .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uNhgHE4TaT .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uNhgHE4TaT .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-uNhgHE4TaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNhgHE4TaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEaSuLijy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #122d4d;
}
.cid-uNEaSuLijy img {
  width: 100%;
  pointer-events: all;
}
.cid-uNEaSuLijy .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uNEaSuLijy .card:hover .img-wrapper:before {
  opacity: 0.4;
}
.cid-uNEaSuLijy .card:hover .text-wrap {
  opacity: 1;
}
.cid-uNEaSuLijy .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uNEaSuLijy .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #122d4d;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uNEaSuLijy .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uNEaSuLijy .text-wrap p {
  pointer-events: all;
}
.cid-uNEaSuLijy .text-wrap .link-align {
  pointer-events: all;
}
.cid-uNEaSuLijy .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uNEaSuLijy .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uNEaSuLijy .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uNEaSuLijy .mbr-text,
.cid-uNEaSuLijy .link-align {
  color: #ffffff;
}
.cid-uNEaSuLijy .card-title {
  color: #ffffff;
}
.cid-uNEaSuLijy .mbr-subtitle,
.cid-uNEaSuLijy .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uNEaSuLijy .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uNEaSuLijy .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uNEaSuLijy .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-uNEaSuLijy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEaSuLijy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEdrxAxXa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #122d4d;
}
.cid-uNEdrxAxXa img {
  width: 70%;
  pointer-events: all;
}
.cid-uNEdrxAxXa .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uNEdrxAxXa .card:hover .img-wrapper:before {
  opacity: 0.4;
}
.cid-uNEdrxAxXa .card:hover .text-wrap {
  opacity: 1;
}
.cid-uNEdrxAxXa .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uNEdrxAxXa .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #122d4d;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uNEdrxAxXa .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uNEdrxAxXa .text-wrap p {
  pointer-events: all;
}
.cid-uNEdrxAxXa .text-wrap .link-align {
  pointer-events: all;
}
.cid-uNEdrxAxXa .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uNEdrxAxXa .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uNEdrxAxXa .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uNEdrxAxXa .mbr-text,
.cid-uNEdrxAxXa .link-align {
  color: #ffffff;
}
.cid-uNEdrxAxXa .card-title {
  color: #ffffff;
}
.cid-uNEdrxAxXa .mbr-subtitle,
.cid-uNEdrxAxXa .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uNEdrxAxXa .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uNEdrxAxXa .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uNEdrxAxXa .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-uNEdrxAxXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEdrxAxXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNgTuzdIP4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNgTuzdIP4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNgTuzdIP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNgTuzdIP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNgTuzdIP4 .container {
    padding: 0 22px;
  }
}
.cid-uNgTuzdIP4 .row {
  position: relative;
  z-index: 1;
}
.cid-uNgTuzdIP4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNgTuzdIP4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNgTuzdIP4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNgTuzdIP4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNgTuzdIP4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNgTuzdIP4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNgTuzdIP4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNgTuzdIP4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNgTuzdIP4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNgTuzdIP4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNgTuzdIP4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNgTuzdIP4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNgTuzdIP4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNgTuzdIP4 .nav-wrapper .list .item-wrap:hover,
.cid-uNgTuzdIP4 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNgTuzdIP4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uNgTuzdIP4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNgTuzdIP4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNgTuzdIP4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNgTuzdIP4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNgTuzdIP4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNgTuzdIP4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNgTuzdIP4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNgTuzdIP4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNgTuzdIP4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNgTuzdIP4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNgTuzdIP4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNgTuzdIP4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNgTuzdIP4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNgTuzdIP4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNgTuzdIP4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNgTuzdIP4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNgTuzdIP4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNgTuzdIP4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNgTuzdIP4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNgTuzdIP4 .mbr-section-title {
  color: #ffffff;
}
.cid-uNgTuzdIP4 .mbr-text {
  color: #ffffff;
}
.cid-uNgTuzdIP4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNgTuzdIP4 .list {
  color: #ffffff;
}
.cid-uNgTuzdIP4 .mbr-contact {
  color: #ffffff;
}
.cid-uNgTuzdIP4 .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNi1gSvZKV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNi1gSvZKV h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNi1gSvZKV .container {
    position: relative;
  }
  .cid-uNi1gSvZKV .row {
    margin: 0;
  }
  .cid-uNi1gSvZKV h2 {
    margin: 0;
  }
}
.cid-uNi1gSvZKV .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNi1gSvZKV .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNi1gSvZKV h2 DIV {
  text-align: left;
}
.cid-uNi1gSvZKV h2 {
  text-align: left;
  color: #cc2952;
}
#custom-html-14 {
  /* Type valid CSS here */
}
#custom-html-14 div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-14 p {
  font-size: 60px;
  color: #777;
}
.cid-uNhRYaGC4K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNhRYaGC4K::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNhRYaGC4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNhRYaGC4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNhRYaGC4K .container {
    padding: 0 22px;
  }
}
.cid-uNhRYaGC4K .row {
  position: relative;
  z-index: 1;
}
.cid-uNhRYaGC4K .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNhRYaGC4K .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNhRYaGC4K .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNhRYaGC4K .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNhRYaGC4K .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNhRYaGC4K .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNhRYaGC4K .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNhRYaGC4K .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNhRYaGC4K .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNhRYaGC4K .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNhRYaGC4K .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNhRYaGC4K .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNhRYaGC4K .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNhRYaGC4K .nav-wrapper .list .item-wrap:hover,
.cid-uNhRYaGC4K .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNhRYaGC4K .nav-wrapper .list .item-wrap:hover::before,
.cid-uNhRYaGC4K .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNhRYaGC4K .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNhRYaGC4K .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNhRYaGC4K .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNhRYaGC4K .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNhRYaGC4K .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNhRYaGC4K .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNhRYaGC4K .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNhRYaGC4K .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNhRYaGC4K .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNhRYaGC4K .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNhRYaGC4K .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNhRYaGC4K .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNhRYaGC4K .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNhRYaGC4K .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNhRYaGC4K .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNhRYaGC4K .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNhRYaGC4K .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNhRYaGC4K .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNhRYaGC4K .mbr-section-title {
  color: #ffffff;
}
.cid-uNhRYaGC4K .mbr-text {
  color: #ffffff;
}
.cid-uNhRYaGC4K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNhRYaGC4K .list {
  color: #ffffff;
}
.cid-uNhRYaGC4K .mbr-contact {
  color: #ffffff;
}
.cid-uNhRYaGC4K .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uOuRCGKttk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #122d4d;
}
.cid-uOuRCGKttk .mbr-text,
.cid-uOuRCGKttk .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uOuRCGKttk H1 {
  text-align: left;
  color: #e2090d;
}
.cid-uOw8sGK6dy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uOw8sGK6dy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOw8sGK6dy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOw8sGK6dy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOw8sGK6dy .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uOw8sGK6dy .container {
  padding: 0;
}
.cid-uOw8sGK6dy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOw8sGK6dy .icon-focus {
  display: none;
}
.cid-uOw8sGK6dy .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uOw8sGK6dy .btn-primary-outline:hover {
  background: transparent !important;
  color: #ffcc00 !important;
}
.cid-uOw8sGK6dy li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uOw8sGK6dy li {
  position: relative;
}
.cid-uOw8sGK6dy .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uOw8sGK6dy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uOw8sGK6dy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uOw8sGK6dy .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uOw8sGK6dy .btn {
  font-family: Be Vietnam !important;
}
.cid-uOw8sGK6dy .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uOw8sGK6dy .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uOw8sGK6dy .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOw8sGK6dy li:not(:last-child):after {
    top: 9px;
  }
  .cid-uOw8sGK6dy .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uOuOckUitu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uOuOckUitu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOuOckUitu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOuOckUitu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOuOckUitu .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uOuOckUitu .container {
  padding: 0;
}
.cid-uOuOckUitu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOuOckUitu .icon-focus {
  display: none;
}
.cid-uOuOckUitu .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uOuOckUitu .btn-primary-outline:hover {
  background: transparent !important;
  color: #ffcc00 !important;
}
.cid-uOuOckUitu li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uOuOckUitu li {
  position: relative;
}
.cid-uOuOckUitu .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uOuOckUitu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #122d4d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uOuOckUitu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uOuOckUitu .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uOuOckUitu .btn {
  font-family: Be Vietnam !important;
}
.cid-uOuOckUitu .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uOuOckUitu .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uOuOckUitu .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #122d4d !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOuOckUitu li:not(:last-child):after {
    top: 9px;
  }
  .cid-uOuOckUitu .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uOuRqobXom {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #122d4d;
}
.cid-uOuRqobXom .mbr-text,
.cid-uOuRqobXom .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uOuRqobXom H1 {
  text-align: left;
  color: #e2090d;
}
.cid-uNi86GyxeQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNi86GyxeQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNi86GyxeQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNi86GyxeQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNi86GyxeQ .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uNi86GyxeQ .container {
  padding: 0;
}
.cid-uNi86GyxeQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNi86GyxeQ .icon-focus {
  display: none;
}
.cid-uNi86GyxeQ .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uNi86GyxeQ .btn-primary-outline:hover {
  background: transparent !important;
  color: #ffcc00 !important;
}
.cid-uNi86GyxeQ li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uNi86GyxeQ li {
  position: relative;
}
.cid-uNi86GyxeQ .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uNi86GyxeQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uNi86GyxeQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uNi86GyxeQ .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uNi86GyxeQ .btn {
  font-family: Be Vietnam !important;
}
.cid-uNi86GyxeQ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uNi86GyxeQ .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uNi86GyxeQ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNi86GyxeQ li:not(:last-child):after {
    top: 9px;
  }
  .cid-uNi86GyxeQ .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uNi780d94N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNi780d94N::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNi780d94N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNi780d94N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNi780d94N .container {
    padding: 0 22px;
  }
}
.cid-uNi780d94N .row {
  position: relative;
  z-index: 1;
}
.cid-uNi780d94N .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNi780d94N .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNi780d94N .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNi780d94N .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNi780d94N .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNi780d94N .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNi780d94N .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNi780d94N .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNi780d94N .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNi780d94N .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNi780d94N .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNi780d94N .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNi780d94N .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNi780d94N .nav-wrapper .list .item-wrap:hover,
.cid-uNi780d94N .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNi780d94N .nav-wrapper .list .item-wrap:hover::before,
.cid-uNi780d94N .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNi780d94N .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNi780d94N .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNi780d94N .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNi780d94N .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNi780d94N .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNi780d94N .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNi780d94N .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNi780d94N .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNi780d94N .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNi780d94N .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNi780d94N .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNi780d94N .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNi780d94N .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNi780d94N .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNi780d94N .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNi780d94N .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNi780d94N .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNi780d94N .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNi780d94N .mbr-section-title {
  color: #ffffff;
}
.cid-uNi780d94N .mbr-text {
  color: #ffffff;
}
.cid-uNi780d94N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNi780d94N .list {
  color: #ffffff;
}
.cid-uNi780d94N .mbr-contact {
  color: #ffffff;
}
.cid-uNi780d94N .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNXjRLVefY {
  overflow: hidden;
  background-color: #042d5c;
}
.cid-uNXjRLVefY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNXjRLVefY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNXjRLVefY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNXjRLVefY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNXjRLVefY .container {
    padding: 0 24px;
  }
}
.cid-uNXjRLVefY .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uNXjRLVefY .content-wrapper {
    padding: 0;
  }
}
.cid-uNXjRLVefY .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNXjRLVefY .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uNXjRLVefY .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uNXjRLVefY .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uNXjRLVefY .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uNXjRLVefY .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffcc00;
  font-size: 32px;
}
.cid-uNXjRLVefY .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNXjRLVefY .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNXjRLVefY .mbr-section-title {
  color: #141414;
}
.cid-uNXjRLVefY .mbr-desc {
  color: #141414;
}
.cid-uNXjRLVefY .mbr-text {
  color: #141414;
}
.cid-uNXjRLVefY .mbr-section-title,
.cid-uNXjRLVefY .icon-wrapper {
  color: #ab183d;
}
.cid-uNnm5okSi9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNnm5okSi9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uNnm5okSi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnm5okSi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnm5okSi9 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uNnm5okSi9 .content-wrap .card {
  justify-content: space-between;
}
.cid-uNnm5okSi9 .content-wrapper {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uNnm5okSi9 .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnm5okSi9 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .cid-uNnm5okSi9 .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnm5okSi9 .content-wrapper {
    padding: 0;
  }
}
.cid-uNnm5okSi9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNnm5okSi9 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uNnm5okSi9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNnm5okSi9 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNnm5okSi9 .image-wrap {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uNnm5okSi9 .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnm5okSi9 .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .cid-uNnm5okSi9 .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnm5okSi9 .image-wrap {
    padding: 0;
  }
}
.cid-uNnm5okSi9 .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNnm5okSi9 .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uNnm5okSi9 .mbr-section-title {
  color: #150764;
}
.cid-uNnm5okSi9 .mbr-text {
  color: #000000;
}
.cid-uNuBGYYnI4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uNuBGYYnI4 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNuBGYYnI4 .container {
    position: relative;
  }
  .cid-uNuBGYYnI4 .row {
    margin: 0;
  }
  .cid-uNuBGYYnI4 h2 {
    margin: 0;
  }
}
.cid-uNuBGYYnI4 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNuBGYYnI4 .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNuBGYYnI4 h2 DIV {
  text-align: left;
}
.cid-uNuBGYYnI4 h2 {
  text-align: left;
  color: #c40408;
}
.cid-uNnjLO3KPj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNnjLO3KPj::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNnjLO3KPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnjLO3KPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNnjLO3KPj .container {
    padding: 0 22px;
  }
}
.cid-uNnjLO3KPj .row {
  position: relative;
  z-index: 1;
}
.cid-uNnjLO3KPj .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNnjLO3KPj .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNnjLO3KPj .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNnjLO3KPj .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNnjLO3KPj .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnjLO3KPj .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNnjLO3KPj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNnjLO3KPj .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNnjLO3KPj .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNnjLO3KPj .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNnjLO3KPj .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNnjLO3KPj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNnjLO3KPj .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNnjLO3KPj .nav-wrapper .list .item-wrap:hover,
.cid-uNnjLO3KPj .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNnjLO3KPj .nav-wrapper .list .item-wrap:hover::before,
.cid-uNnjLO3KPj .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNnjLO3KPj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNnjLO3KPj .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnjLO3KPj .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNnjLO3KPj .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNnjLO3KPj .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnjLO3KPj .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNnjLO3KPj .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNnjLO3KPj .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNnjLO3KPj .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNnjLO3KPj .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNnjLO3KPj .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNnjLO3KPj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNnjLO3KPj .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNnjLO3KPj .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNnjLO3KPj .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNnjLO3KPj .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNnjLO3KPj .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNnjLO3KPj .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNnjLO3KPj .mbr-section-title {
  color: #ffffff;
}
.cid-uNnjLO3KPj .mbr-text {
  color: #ffffff;
}
.cid-uNnjLO3KPj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNnjLO3KPj .list {
  color: #ffffff;
}
.cid-uNnjLO3KPj .mbr-contact {
  color: #ffffff;
}
.cid-uNnjLO3KPj .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNZRgv12RG {
  overflow: hidden;
  background-color: #042d5c;
}
.cid-uNZRgv12RG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZRgv12RG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZRgv12RG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNZRgv12RG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNZRgv12RG .container {
    padding: 0 24px;
  }
}
.cid-uNZRgv12RG .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uNZRgv12RG .content-wrapper {
    padding: 0;
  }
}
.cid-uNZRgv12RG .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNZRgv12RG .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uNZRgv12RG .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uNZRgv12RG .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uNZRgv12RG .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uNZRgv12RG .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffcc00;
  font-size: 32px;
}
.cid-uNZRgv12RG .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNZRgv12RG .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNZRgv12RG .mbr-section-title {
  color: #141414;
}
.cid-uNZRgv12RG .mbr-desc {
  color: #141414;
}
.cid-uNZRgv12RG .mbr-text {
  color: #141414;
}
.cid-uNZRgv12RG .mbr-section-title,
.cid-uNZRgv12RG .icon-wrapper {
  color: #ab183d;
}
.cid-uNnu3fdkA3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNnu3fdkA3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uNnu3fdkA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnu3fdkA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnu3fdkA3 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uNnu3fdkA3 .content-wrap .card {
  justify-content: space-between;
}
.cid-uNnu3fdkA3 .content-wrapper {
  padding: 0 28px 0 120px;
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uNnu3fdkA3 .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnu3fdkA3 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1640px) {
  .cid-uNnu3fdkA3 .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnu3fdkA3 .content-wrapper {
    padding: 0;
  }
}
.cid-uNnu3fdkA3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNnu3fdkA3 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uNnu3fdkA3 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNnu3fdkA3 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNnu3fdkA3 .image-wrap {
  padding: 0 120px 0 28px;
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uNnu3fdkA3 .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnu3fdkA3 .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1640px) {
  .cid-uNnu3fdkA3 .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnu3fdkA3 .image-wrap {
    padding: 0;
  }
}
.cid-uNnu3fdkA3 .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNnu3fdkA3 .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uNnu3fdkA3 .mbr-section-title {
  color: #150764;
}
.cid-uNnu3fdkA3 .mbr-text {
  color: #000000;
}
.cid-uNuEehttVs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNuEehttVs h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNuEehttVs .container {
    position: relative;
  }
  .cid-uNuEehttVs .row {
    margin: 0;
  }
  .cid-uNuEehttVs h2 {
    margin: 0;
  }
}
.cid-uNuEehttVs .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNuEehttVs .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNuEehttVs h2 DIV {
  text-align: left;
}
.cid-uNuEehttVs h2 {
  text-align: left;
  color: #c40408;
}
.cid-uOGP57RK98 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOGP57RK98 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uOGP57RK98 .container {
    position: relative;
  }
  .cid-uOGP57RK98 .row {
    margin: 0;
  }
  .cid-uOGP57RK98 h2 {
    margin: 0;
  }
}
.cid-uOGP57RK98 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uOGP57RK98 .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uOGP57RK98 h2 DIV {
  text-align: left;
}
.cid-uOGP57RK98 h2 {
  text-align: left;
  color: #c40408;
}
.cid-uNnu3fHDT9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNnu3fHDT9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNnu3fHDT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnu3fHDT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNnu3fHDT9 .container {
    padding: 0 22px;
  }
}
.cid-uNnu3fHDT9 .row {
  position: relative;
  z-index: 1;
}
.cid-uNnu3fHDT9 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNnu3fHDT9 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNnu3fHDT9 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNnu3fHDT9 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNnu3fHDT9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnu3fHDT9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNnu3fHDT9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNnu3fHDT9 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNnu3fHDT9 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNnu3fHDT9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNnu3fHDT9 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNnu3fHDT9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNnu3fHDT9 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNnu3fHDT9 .nav-wrapper .list .item-wrap:hover,
.cid-uNnu3fHDT9 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNnu3fHDT9 .nav-wrapper .list .item-wrap:hover::before,
.cid-uNnu3fHDT9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNnu3fHDT9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNnu3fHDT9 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnu3fHDT9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNnu3fHDT9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNnu3fHDT9 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnu3fHDT9 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNnu3fHDT9 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNnu3fHDT9 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNnu3fHDT9 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNnu3fHDT9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNnu3fHDT9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNnu3fHDT9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNnu3fHDT9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNnu3fHDT9 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNnu3fHDT9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNnu3fHDT9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNnu3fHDT9 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNnu3fHDT9 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNnu3fHDT9 .mbr-section-title {
  color: #ffffff;
}
.cid-uNnu3fHDT9 .mbr-text {
  color: #ffffff;
}
.cid-uNnu3fHDT9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNnu3fHDT9 .list {
  color: #ffffff;
}
.cid-uNnu3fHDT9 .mbr-contact {
  color: #ffffff;
}
.cid-uNnu3fHDT9 .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNZTJxkUqz {
  overflow: hidden;
  background-color: #042d5c;
}
.cid-uNZTJxkUqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZTJxkUqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZTJxkUqz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNZTJxkUqz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNZTJxkUqz .container {
    padding: 0 24px;
  }
}
.cid-uNZTJxkUqz .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uNZTJxkUqz .content-wrapper {
    padding: 0;
  }
}
.cid-uNZTJxkUqz .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNZTJxkUqz .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uNZTJxkUqz .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uNZTJxkUqz .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uNZTJxkUqz .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uNZTJxkUqz .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffcc00;
  font-size: 32px;
}
.cid-uNZTJxkUqz .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNZTJxkUqz .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNZTJxkUqz .mbr-section-title {
  color: #141414;
}
.cid-uNZTJxkUqz .mbr-desc {
  color: #141414;
}
.cid-uNZTJxkUqz .mbr-text {
  color: #141414;
}
.cid-uNZTJxkUqz .mbr-section-title,
.cid-uNZTJxkUqz .icon-wrapper {
  color: #ab183d;
}
.cid-uNnwFImZj5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNnwFImZj5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uNnwFImZj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnwFImZj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnwFImZj5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uNnwFImZj5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uNnwFImZj5 .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uNnwFImZj5 .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 692px) {
  .cid-uNnwFImZj5 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNnwFImZj5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNnwFImZj5 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uNnwFImZj5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNnwFImZj5 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNnwFImZj5 .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uNnwFImZj5 .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnwFImZj5 .image-wrap {
    padding: 0;
  }
}
.cid-uNnwFImZj5 .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNnwFImZj5 .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uNnwFImZj5 .mbr-section-title {
  color: #150764;
}
.cid-uNnwFImZj5 .mbr-text {
  color: #000000;
}
.cid-uNuGMJzV1s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNuGMJzV1s h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNuGMJzV1s .container {
    position: relative;
  }
  .cid-uNuGMJzV1s .row {
    margin: 0;
  }
  .cid-uNuGMJzV1s h2 {
    margin: 0;
  }
}
.cid-uNuGMJzV1s .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNuGMJzV1s .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNuGMJzV1s h2 DIV {
  text-align: left;
}
.cid-uNuGMJzV1s h2 {
  text-align: left;
  color: #c40408;
}
.cid-uNnwFIJcrl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNnwFIJcrl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNnwFIJcrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnwFIJcrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNnwFIJcrl .container {
    padding: 0 22px;
  }
}
.cid-uNnwFIJcrl .row {
  position: relative;
  z-index: 1;
}
.cid-uNnwFIJcrl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNnwFIJcrl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNnwFIJcrl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNnwFIJcrl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNnwFIJcrl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnwFIJcrl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNnwFIJcrl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNnwFIJcrl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNnwFIJcrl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNnwFIJcrl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNnwFIJcrl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNnwFIJcrl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNnwFIJcrl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNnwFIJcrl .nav-wrapper .list .item-wrap:hover,
.cid-uNnwFIJcrl .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNnwFIJcrl .nav-wrapper .list .item-wrap:hover::before,
.cid-uNnwFIJcrl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNnwFIJcrl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNnwFIJcrl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnwFIJcrl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNnwFIJcrl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNnwFIJcrl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnwFIJcrl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNnwFIJcrl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNnwFIJcrl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNnwFIJcrl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNnwFIJcrl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNnwFIJcrl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNnwFIJcrl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNnwFIJcrl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNnwFIJcrl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNnwFIJcrl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNnwFIJcrl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNnwFIJcrl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNnwFIJcrl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNnwFIJcrl .mbr-section-title {
  color: #ffffff;
}
.cid-uNnwFIJcrl .mbr-text {
  color: #ffffff;
}
.cid-uNnwFIJcrl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNnwFIJcrl .list {
  color: #ffffff;
}
.cid-uNnwFIJcrl .mbr-contact {
  color: #ffffff;
}
.cid-uNnwFIJcrl .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uO0YWeMsJR {
  overflow: hidden;
  background-color: #042d5c;
}
.cid-uO0YWeMsJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0YWeMsJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0YWeMsJR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uO0YWeMsJR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uO0YWeMsJR .container {
    padding: 0 24px;
  }
}
.cid-uO0YWeMsJR .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uO0YWeMsJR .content-wrapper {
    padding: 0;
  }
}
.cid-uO0YWeMsJR .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uO0YWeMsJR .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uO0YWeMsJR .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uO0YWeMsJR .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uO0YWeMsJR .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uO0YWeMsJR .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffcc00;
  font-size: 32px;
}
.cid-uO0YWeMsJR .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uO0YWeMsJR .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uO0YWeMsJR .mbr-section-title {
  color: #141414;
}
.cid-uO0YWeMsJR .mbr-desc {
  color: #141414;
}
.cid-uO0YWeMsJR .mbr-text {
  color: #141414;
}
.cid-uO0YWeMsJR .mbr-section-title,
.cid-uO0YWeMsJR .icon-wrapper {
  color: #ab183d;
}
.cid-uNEoyJ33sX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNEoyJ33sX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uNEoyJ33sX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEoyJ33sX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEoyJ33sX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uNEoyJ33sX .content-wrap .card {
  justify-content: space-between;
}
.cid-uNEoyJ33sX .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uNEoyJ33sX .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 692px) {
  .cid-uNEoyJ33sX .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNEoyJ33sX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNEoyJ33sX .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uNEoyJ33sX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNEoyJ33sX .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNEoyJ33sX .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uNEoyJ33sX .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNEoyJ33sX .image-wrap {
    padding: 0;
  }
}
.cid-uNEoyJ33sX .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNEoyJ33sX .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uNEoyJ33sX .mbr-section-title {
  color: #150764;
}
.cid-uNEoyJ33sX .mbr-text {
  color: #000000;
}
.cid-uNEphKwiVS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNEphKwiVS h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNEphKwiVS .container {
    position: relative;
  }
  .cid-uNEphKwiVS .row {
    margin: 0;
  }
  .cid-uNEphKwiVS h2 {
    margin: 0;
  }
}
.cid-uNEphKwiVS .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNEphKwiVS .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNEphKwiVS h2 DIV {
  text-align: left;
}
.cid-uNEphKwiVS h2 {
  text-align: left;
  color: #c40408;
}
.cid-uNnD1SqmiH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNnD1SqmiH::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNnD1SqmiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnD1SqmiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNnD1SqmiH .container {
    padding: 0 22px;
  }
}
.cid-uNnD1SqmiH .row {
  position: relative;
  z-index: 1;
}
.cid-uNnD1SqmiH .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNnD1SqmiH .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNnD1SqmiH .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNnD1SqmiH .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNnD1SqmiH .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnD1SqmiH .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNnD1SqmiH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNnD1SqmiH .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNnD1SqmiH .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNnD1SqmiH .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNnD1SqmiH .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNnD1SqmiH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNnD1SqmiH .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNnD1SqmiH .nav-wrapper .list .item-wrap:hover,
.cid-uNnD1SqmiH .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNnD1SqmiH .nav-wrapper .list .item-wrap:hover::before,
.cid-uNnD1SqmiH .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNnD1SqmiH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNnD1SqmiH .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnD1SqmiH .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNnD1SqmiH .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNnD1SqmiH .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNnD1SqmiH .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNnD1SqmiH .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNnD1SqmiH .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNnD1SqmiH .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNnD1SqmiH .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNnD1SqmiH .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNnD1SqmiH .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNnD1SqmiH .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNnD1SqmiH .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNnD1SqmiH .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNnD1SqmiH .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNnD1SqmiH .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNnD1SqmiH .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNnD1SqmiH .mbr-section-title {
  color: #ffffff;
}
.cid-uNnD1SqmiH .mbr-text {
  color: #ffffff;
}
.cid-uNnD1SqmiH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNnD1SqmiH .list {
  color: #ffffff;
}
.cid-uNnD1SqmiH .mbr-contact {
  color: #ffffff;
}
.cid-uNnD1SqmiH .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNuHvoO8Wh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNuHvoO8Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNuHvoO8Wh h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-uNuHvoO8Wh h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ffcc00;
  z-index: -1;
}
.cid-uNuHvoO8Wh h1 a:hover {
  color: inherit !important;
}
.cid-uNuHvoO8Wh .subtitle-wrap {
  background: white;
  width: fit-content;
  border: 2px dashed currentColor;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  margin-bottom: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNuHvoO8Wh .subtitle-wrap span {
  margin: 0 1rem;
}
.cid-uNuHvoO8Wh .subtitle-wrap .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uNuHvoO8Wh .arrow {
  background: #ffcc00;
  border-radius: 50%;
  padding: 5px;
  color: white;
  font-size: 1rem !important;
  border: 1px dashed black;
}
.cid-uNuHvoO8Wh img {
  border-radius: 0rem;
}
.cid-uNuHvoO8Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNuHvoO8Wh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNuHvoO8Wh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNuHvoO8Wh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNuHvoO8Wh .mbr-section-title {
  color: #ab183d;
}
.cid-uNuHvoO8Wh .mbr-text,
.cid-uNuHvoO8Wh .mbr-section-btn {
  color: #19303d;
}
.cid-uNuHvoO8Wh .mbr-section-subtitle,
.cid-uNuHvoO8Wh .subtitle-wrap,
.cid-uNuHvoO8Wh .subtitle-align-wrap {
  color: #19303d;
}
#custom-html-31 {
  /* Type valid CSS here */
}
#custom-html-31 div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-31 p {
  font-size: 60px;
  color: #777;
}
.cid-uNuHvpTKoV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNuHvpTKoV::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNuHvpTKoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNuHvpTKoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNuHvpTKoV .container {
    padding: 0 22px;
  }
}
.cid-uNuHvpTKoV .row {
  position: relative;
  z-index: 1;
}
.cid-uNuHvpTKoV .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNuHvpTKoV .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNuHvpTKoV .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNuHvpTKoV .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNuHvpTKoV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNuHvpTKoV .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNuHvpTKoV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNuHvpTKoV .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNuHvpTKoV .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNuHvpTKoV .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNuHvpTKoV .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNuHvpTKoV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNuHvpTKoV .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNuHvpTKoV .nav-wrapper .list .item-wrap:hover,
.cid-uNuHvpTKoV .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNuHvpTKoV .nav-wrapper .list .item-wrap:hover::before,
.cid-uNuHvpTKoV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNuHvpTKoV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNuHvpTKoV .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNuHvpTKoV .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNuHvpTKoV .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNuHvpTKoV .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNuHvpTKoV .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNuHvpTKoV .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNuHvpTKoV .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNuHvpTKoV .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNuHvpTKoV .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNuHvpTKoV .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNuHvpTKoV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNuHvpTKoV .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNuHvpTKoV .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNuHvpTKoV .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNuHvpTKoV .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNuHvpTKoV .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNuHvpTKoV .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNuHvpTKoV .mbr-section-title {
  color: #ffffff;
}
.cid-uNuHvpTKoV .mbr-text {
  color: #ffffff;
}
.cid-uNuHvpTKoV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNuHvpTKoV .list {
  color: #ffffff;
}
.cid-uNuHvpTKoV .mbr-contact {
  color: #ffffff;
}
.cid-uNuHvpTKoV .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uO13lnRsuj {
  overflow: hidden;
  background-color: #042d5c;
}
.cid-uO13lnRsuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO13lnRsuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO13lnRsuj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uO13lnRsuj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uO13lnRsuj .container {
    padding: 0 24px;
  }
}
.cid-uO13lnRsuj .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uO13lnRsuj .content-wrapper {
    padding: 0;
  }
}
.cid-uO13lnRsuj .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uO13lnRsuj .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uO13lnRsuj .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uO13lnRsuj .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uO13lnRsuj .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uO13lnRsuj .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffcc00;
  font-size: 32px;
}
.cid-uO13lnRsuj .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uO13lnRsuj .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uO13lnRsuj .mbr-section-title {
  color: #141414;
}
.cid-uO13lnRsuj .mbr-desc {
  color: #141414;
}
.cid-uO13lnRsuj .mbr-text {
  color: #141414;
}
.cid-uO13lnRsuj .mbr-section-title,
.cid-uO13lnRsuj .icon-wrapper {
  color: #ab183d;
}
.cid-uNJgrQhoZP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNJgrQhoZP .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uNJgrQhoZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJgrQhoZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJgrQhoZP .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uNJgrQhoZP .content-wrap .card {
  justify-content: space-between;
}
.cid-uNJgrQhoZP .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uNJgrQhoZP .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 692px) {
  .cid-uNJgrQhoZP .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNJgrQhoZP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNJgrQhoZP .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uNJgrQhoZP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNJgrQhoZP .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNJgrQhoZP .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uNJgrQhoZP .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJgrQhoZP .image-wrap {
    padding: 0;
  }
}
.cid-uNJgrQhoZP .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNJgrQhoZP .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uNJgrQhoZP .mbr-section-title {
  color: #150764;
}
.cid-uNJgrQhoZP .mbr-text {
  color: #000000;
}
.cid-uNJgrQx6Ws {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNJgrQx6Ws h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNJgrQx6Ws .container {
    position: relative;
  }
  .cid-uNJgrQx6Ws .row {
    margin: 0;
  }
  .cid-uNJgrQx6Ws h2 {
    margin: 0;
  }
}
.cid-uNJgrQx6Ws .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNJgrQx6Ws .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNJgrQx6Ws h2 DIV {
  text-align: left;
}
.cid-uNJgrQx6Ws h2 {
  text-align: left;
  color: #c40408;
}
.cid-uOGZKaCZpl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOGZKaCZpl h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uOGZKaCZpl .container {
    position: relative;
  }
  .cid-uOGZKaCZpl .row {
    margin: 0;
  }
  .cid-uOGZKaCZpl h2 {
    margin: 0;
  }
}
.cid-uOGZKaCZpl .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uOGZKaCZpl .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uOGZKaCZpl h2 DIV {
  text-align: left;
}
.cid-uOGZKaCZpl h2 {
  text-align: left;
  color: #c40408;
}
.cid-uNJgrQMPSN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNJgrQMPSN::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNJgrQMPSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJgrQMPSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNJgrQMPSN .container {
    padding: 0 22px;
  }
}
.cid-uNJgrQMPSN .row {
  position: relative;
  z-index: 1;
}
.cid-uNJgrQMPSN .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNJgrQMPSN .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNJgrQMPSN .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNJgrQMPSN .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNJgrQMPSN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNJgrQMPSN .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNJgrQMPSN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNJgrQMPSN .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNJgrQMPSN .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNJgrQMPSN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNJgrQMPSN .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNJgrQMPSN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNJgrQMPSN .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNJgrQMPSN .nav-wrapper .list .item-wrap:hover,
.cid-uNJgrQMPSN .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNJgrQMPSN .nav-wrapper .list .item-wrap:hover::before,
.cid-uNJgrQMPSN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNJgrQMPSN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNJgrQMPSN .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNJgrQMPSN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNJgrQMPSN .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNJgrQMPSN .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNJgrQMPSN .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNJgrQMPSN .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNJgrQMPSN .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNJgrQMPSN .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNJgrQMPSN .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNJgrQMPSN .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNJgrQMPSN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNJgrQMPSN .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNJgrQMPSN .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNJgrQMPSN .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNJgrQMPSN .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNJgrQMPSN .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNJgrQMPSN .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNJgrQMPSN .mbr-section-title {
  color: #ffffff;
}
.cid-uNJgrQMPSN .mbr-text {
  color: #ffffff;
}
.cid-uNJgrQMPSN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNJgrQMPSN .list {
  color: #ffffff;
}
.cid-uNJgrQMPSN .mbr-contact {
  color: #ffffff;
}
.cid-uNJgrQMPSN .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uO16j5X7of {
  overflow: hidden;
  background-color: #042d5c;
}
.cid-uO16j5X7of .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO16j5X7of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO16j5X7of .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uO16j5X7of .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uO16j5X7of .container {
    padding: 0 24px;
  }
}
.cid-uO16j5X7of .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uO16j5X7of .content-wrapper {
    padding: 0;
  }
}
.cid-uO16j5X7of .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uO16j5X7of .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uO16j5X7of .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uO16j5X7of .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uO16j5X7of .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uO16j5X7of .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffcc00;
  font-size: 32px;
}
.cid-uO16j5X7of .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uO16j5X7of .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uO16j5X7of .mbr-section-title {
  color: #141414;
}
.cid-uO16j5X7of .mbr-desc {
  color: #141414;
}
.cid-uO16j5X7of .mbr-text {
  color: #141414;
}
.cid-uO16j5X7of .mbr-section-title,
.cid-uO16j5X7of .icon-wrapper {
  color: #ab183d;
}
.cid-uNJiA7yPHb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNJiA7yPHb .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uNJiA7yPHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJiA7yPHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJiA7yPHb .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uNJiA7yPHb .content-wrap .card {
  justify-content: space-between;
}
.cid-uNJiA7yPHb .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uNJiA7yPHb .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 692px) {
  .cid-uNJiA7yPHb .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNJiA7yPHb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNJiA7yPHb .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uNJiA7yPHb .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNJiA7yPHb .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNJiA7yPHb .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uNJiA7yPHb .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJiA7yPHb .image-wrap {
    padding: 0;
  }
}
.cid-uNJiA7yPHb .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNJiA7yPHb .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uNJiA7yPHb .mbr-section-title {
  color: #150764;
}
.cid-uNJiA7yPHb .mbr-text {
  color: #000000;
}
.cid-uNJiA7Ov7Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNJiA7Ov7Z h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNJiA7Ov7Z .container {
    position: relative;
  }
  .cid-uNJiA7Ov7Z .row {
    margin: 0;
  }
  .cid-uNJiA7Ov7Z h2 {
    margin: 0;
  }
}
.cid-uNJiA7Ov7Z .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNJiA7Ov7Z .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNJiA7Ov7Z h2 DIV {
  text-align: left;
}
.cid-uNJiA7Ov7Z h2 {
  text-align: left;
  color: #c40408;
}
.cid-uNJiA82Tg1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNJiA82Tg1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNJiA82Tg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJiA82Tg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNJiA82Tg1 .container {
    padding: 0 22px;
  }
}
.cid-uNJiA82Tg1 .row {
  position: relative;
  z-index: 1;
}
.cid-uNJiA82Tg1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNJiA82Tg1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNJiA82Tg1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNJiA82Tg1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNJiA82Tg1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNJiA82Tg1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNJiA82Tg1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNJiA82Tg1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNJiA82Tg1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNJiA82Tg1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNJiA82Tg1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNJiA82Tg1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNJiA82Tg1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNJiA82Tg1 .nav-wrapper .list .item-wrap:hover,
.cid-uNJiA82Tg1 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNJiA82Tg1 .nav-wrapper .list .item-wrap:hover::before,
.cid-uNJiA82Tg1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNJiA82Tg1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNJiA82Tg1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNJiA82Tg1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNJiA82Tg1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNJiA82Tg1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNJiA82Tg1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNJiA82Tg1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNJiA82Tg1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNJiA82Tg1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNJiA82Tg1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNJiA82Tg1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNJiA82Tg1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNJiA82Tg1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNJiA82Tg1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNJiA82Tg1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNJiA82Tg1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNJiA82Tg1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNJiA82Tg1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNJiA82Tg1 .mbr-section-title {
  color: #ffffff;
}
.cid-uNJiA82Tg1 .mbr-text {
  color: #ffffff;
}
.cid-uNJiA82Tg1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNJiA82Tg1 .list {
  color: #ffffff;
}
.cid-uNJiA82Tg1 .mbr-contact {
  color: #ffffff;
}
.cid-uNJiA82Tg1 .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uOeD9cZ0qu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #122d4d;
}
.cid-uOeD9cZ0qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeD9cZ0qu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeD9cZ0qu .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uOeD9cZ0qu .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uOeD9cZ0qu .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOeD9cZ0qu .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOeD9cZ0qu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #122d4d 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uOeD9cZ0qu .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uOeD9cZ0qu .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOeD9cZ0qu .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uOeD9cZ0qu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOeD9cZ0qu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uOeD9cZ0qu .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uOeD9cZ0qu .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOeD9cZ0qu .mbr-section-title {
  color: #404349;
}
.cid-uOeD9cZ0qu .mbr-text {
  color: #ffffff;
}
.cid-uOeD9cZ0qu .mbr-desc {
  color: #b19a7c;
}
.cid-uNopLTXDdT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNopLTXDdT h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNopLTXDdT .container {
    position: relative;
  }
  .cid-uNopLTXDdT .row {
    margin: 0;
  }
  .cid-uNopLTXDdT h2 {
    margin: 0;
  }
}
.cid-uNopLTXDdT .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNopLTXDdT .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNopLTXDdT h2 DIV {
  text-align: left;
}
.cid-uNopLTXDdT h2 {
  text-align: left;
  color: #000000;
}
.cid-uNoqBVaR3X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uNoqBVaR3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNoqBVaR3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNoqBVaR3X .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNoqBVaR3X .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uNoqBVaR3X .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 100;
}
@media (max-width: 1440px) {
  .cid-uNoqBVaR3X .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uNoqBVaR3X .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uNoqBVaR3X .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNoqBVaR3X .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNoqBVaR3X .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNoqBVaR3X .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNoqBVaR3X .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNoqBVaR3X .mbr-section-title {
  color: #f4f4f4;
}
.cid-uNoqBVaR3X .mbr-text {
  color: #d7d2d2;
}
.cid-uNorslZree {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNorslZree .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uNorslZree .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNorslZree .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNorslZree .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uNorslZree .content-wrap .card {
  justify-content: space-between;
}
.cid-uNorslZree .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uNorslZree .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNorslZree .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNorslZree .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNorslZree .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uNorslZree .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNorslZree .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNorslZree .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uNorslZree .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNorslZree .image-wrap {
    padding: 0;
  }
}
.cid-uNorslZree .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNorslZree .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uNorslZree .mbr-section-title {
  color: #150764;
}
.cid-uNorslZree .mbr-text {
  color: #000000;
}
.cid-uNorslZree .mbr-section-title,
.cid-uNorslZree .mbr-section-btn {
  color: #ab183d;
}
.cid-uNKtyhwb7j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNKtyhwb7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNKtyhwb7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNKtyhwb7j .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uNKtyhwb7j .container {
    padding: 0 12px;
  }
}
.cid-uNKtyhwb7j .image-wrapper {
  display: flex;
  justify-content: left;
  align-items: left;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNKtyhwb7j .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uNKtyhwb7j .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uNKtyhwb7j .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uNKtyhwb7j .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNKtyhwb7j .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNKtyhwb7j .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNKtyhwb7j .mbr-section-title {
  color: #222222;
  text-align: left;
}
.cid-uNKtyhwb7j .mbr-text {
  color: #222222;
}
#custom-html-48 {
  /* Type valid CSS here */
}
#custom-html-48 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-48 p {
  font-size: 60px;
  color: #777;
}
.cid-uOLVXF7dv3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOLVXF7dv3 .mbr-text,
.cid-uOLVXF7dv3 .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uOLVXF7dv3 H1 {
  text-align: left;
  color: #e2090d;
}
#custom-html-an {
  /* Type valid CSS here */
}
#custom-html-an div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-an p {
  font-size: 60px;
  color: #777;
}
.cid-uNLhX7p8N4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNLhX7p8N4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLhX7p8N4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 0;
}
.cid-uNLhX7p8N4 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 791px) {
  .cid-uNLhX7p8N4 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uNLhX7p8N4 .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 792px) {
  .cid-uNLhX7p8N4 .row {
    padding: 48px 20px;
  }
}
.cid-uNLhX7p8N4 .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #033063;
  border-radius: 100%;
}
.cid-uNLhX7p8N4 .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 792px) {
  .cid-uNLhX7p8N4 .card {
    margin: 0 !important;
  }
}
.cid-uNLhX7p8N4 .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-uNLhX7p8N4 .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-uNLhX7p8N4 .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #cccccc;
}
@media (max-width: 792px) {
  .cid-uNLhX7p8N4 .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uNLhX7p8N4 .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-uNLhX7p8N4 .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uNLhX7p8N4 .mbr-text {
  color: #b66689;
  text-align: center;
}
.cid-uNopLUHxYh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNopLUHxYh::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNopLUHxYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNopLUHxYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNopLUHxYh .container {
    padding: 0 22px;
  }
}
.cid-uNopLUHxYh .row {
  position: relative;
  z-index: 1;
}
.cid-uNopLUHxYh .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNopLUHxYh .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNopLUHxYh .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNopLUHxYh .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNopLUHxYh .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNopLUHxYh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNopLUHxYh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNopLUHxYh .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNopLUHxYh .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNopLUHxYh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNopLUHxYh .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNopLUHxYh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNopLUHxYh .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNopLUHxYh .nav-wrapper .list .item-wrap:hover,
.cid-uNopLUHxYh .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNopLUHxYh .nav-wrapper .list .item-wrap:hover::before,
.cid-uNopLUHxYh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNopLUHxYh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNopLUHxYh .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNopLUHxYh .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNopLUHxYh .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNopLUHxYh .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNopLUHxYh .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNopLUHxYh .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNopLUHxYh .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNopLUHxYh .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNopLUHxYh .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNopLUHxYh .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNopLUHxYh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNopLUHxYh .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNopLUHxYh .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNopLUHxYh .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNopLUHxYh .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNopLUHxYh .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNopLUHxYh .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNopLUHxYh .mbr-section-title {
  color: #ffffff;
}
.cid-uNopLUHxYh .mbr-text {
  color: #ffffff;
}
.cid-uNopLUHxYh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNopLUHxYh .list {
  color: #ffffff;
}
.cid-uNopLUHxYh .mbr-contact {
  color: #ffffff;
}
.cid-uNopLUHxYh .mbr-desc {
  color: #ffffff;
}
.cid-uNSn7XhcLF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNSn7XhcLF nav.navbar {
  position: fixed;
}
.cid-uNSn7XhcLF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNSn7XhcLF .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNSn7XhcLF .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNSn7XhcLF .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNSn7XhcLF .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNSn7XhcLF .dropdown-item:hover:before,
.cid-uNSn7XhcLF .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNSn7XhcLF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNSn7XhcLF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNSn7XhcLF .nav-link {
  position: relative;
}
.cid-uNSn7XhcLF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNSn7XhcLF .container {
    flex-wrap: nowrap;
  }
}
.cid-uNSn7XhcLF .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNSn7XhcLF .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNSn7XhcLF .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNSn7XhcLF .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNSn7XhcLF .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNSn7XhcLF .dropdown-menu,
.cid-uNSn7XhcLF .navbar.opened {
  background: #122d4d !important;
}
.cid-uNSn7XhcLF .nav-item:focus,
.cid-uNSn7XhcLF .nav-link:focus {
  outline: none;
}
.cid-uNSn7XhcLF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNSn7XhcLF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNSn7XhcLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNSn7XhcLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNSn7XhcLF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNSn7XhcLF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNSn7XhcLF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNSn7XhcLF .navbar.opened {
  transition: all 0.3s;
}
.cid-uNSn7XhcLF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNSn7XhcLF .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNSn7XhcLF .navbar .navbar-logo img {
  width: auto;
}
.cid-uNSn7XhcLF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNSn7XhcLF .navbar.collapsed {
  justify-content: center;
}
.cid-uNSn7XhcLF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNSn7XhcLF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNSn7XhcLF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNSn7XhcLF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNSn7XhcLF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNSn7XhcLF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNSn7XhcLF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNSn7XhcLF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNSn7XhcLF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNSn7XhcLF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNSn7XhcLF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNSn7XhcLF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNSn7XhcLF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNSn7XhcLF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNSn7XhcLF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNSn7XhcLF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNSn7XhcLF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNSn7XhcLF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNSn7XhcLF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNSn7XhcLF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNSn7XhcLF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNSn7XhcLF .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNSn7XhcLF .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNSn7XhcLF .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNSn7XhcLF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNSn7XhcLF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNSn7XhcLF .dropdown-item.active,
.cid-uNSn7XhcLF .dropdown-item:active {
  background-color: transparent;
}
.cid-uNSn7XhcLF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNSn7XhcLF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNSn7XhcLF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNSn7XhcLF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNSn7XhcLF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNSn7XhcLF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNSn7XhcLF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNSn7XhcLF .navbar-buttons {
  text-align: center;
}
.cid-uNSn7XhcLF button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNSn7XhcLF button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNSn7XhcLF button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNSn7XhcLF button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNSn7XhcLF button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNSn7XhcLF button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNSn7XhcLF button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNSn7XhcLF button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNSn7XhcLF button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNSn7XhcLF button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNSn7XhcLF button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNSn7XhcLF nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNSn7XhcLF nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNSn7XhcLF nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNSn7XhcLF nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNSn7XhcLF nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNSn7XhcLF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNSn7XhcLF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNSn7XhcLF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNSn7XhcLF .navbar {
    height: 70px;
  }
  .cid-uNSn7XhcLF .navbar.opened {
    height: auto;
  }
  .cid-uNSn7XhcLF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNSn7XhcLF .container,
.cid-uNSn7XhcLF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNSn7XhcLF .container,
  .cid-uNSn7XhcLF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNSn7XhcLF .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNSn7XhcLF .navbar-collapse {
  min-height: 98px;
}
.cid-uNSn7XhcLF .mbr-section-btn {
  max-width: 35%;
}
.cid-uNSn7XhcLF .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNSn7XhcLF {
    min-height: 70px !important;
  }
  .cid-uNSn7XhcLF .navbar {
    min-height: 70px !important;
  }
  .cid-uNSn7XhcLF .container-fluid {
    padding: 0 7%;
  }
  .cid-uNSn7XhcLF .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNSn7XhcLF .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNSn7XhcLF .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNSn7XhcLF .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNSn7XhcLF .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNSn7XhcLF .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNSn7XhcLF .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNSn7XhcLF .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNSn7XhcLF .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNSn7XhcLF .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNSn7VuGfC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNSn7VuGfC .mbr-text,
.cid-uNSn7VuGfC .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uNSn7VuGfC H1 {
  text-align: left;
  color: #122d4d;
}
.cid-uNSn7WJ1UT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNSn7WJ1UT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNSn7WJ1UT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNSn7WJ1UT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNSn7WJ1UT .container {
    padding: 0 22px;
  }
}
.cid-uNSn7WJ1UT .row {
  position: relative;
  z-index: 1;
}
.cid-uNSn7WJ1UT .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNSn7WJ1UT .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNSn7WJ1UT .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNSn7WJ1UT .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNSn7WJ1UT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNSn7WJ1UT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNSn7WJ1UT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNSn7WJ1UT .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNSn7WJ1UT .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNSn7WJ1UT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNSn7WJ1UT .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNSn7WJ1UT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNSn7WJ1UT .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNSn7WJ1UT .nav-wrapper .list .item-wrap:hover,
.cid-uNSn7WJ1UT .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNSn7WJ1UT .nav-wrapper .list .item-wrap:hover::before,
.cid-uNSn7WJ1UT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNSn7WJ1UT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNSn7WJ1UT .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNSn7WJ1UT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNSn7WJ1UT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNSn7WJ1UT .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNSn7WJ1UT .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNSn7WJ1UT .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNSn7WJ1UT .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNSn7WJ1UT .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNSn7WJ1UT .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNSn7WJ1UT .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNSn7WJ1UT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNSn7WJ1UT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNSn7WJ1UT .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNSn7WJ1UT .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNSn7WJ1UT .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNSn7WJ1UT .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNSn7WJ1UT .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNSn7WJ1UT .mbr-section-title {
  color: #ffffff;
}
.cid-uNSn7WJ1UT .mbr-text {
  color: #ffffff;
}
.cid-uNSn7WJ1UT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNSn7WJ1UT .list {
  color: #ffffff;
}
.cid-uNSn7WJ1UT .mbr-contact {
  color: #ffffff;
}
.cid-uNSn7WJ1UT .mbr-desc {
  color: #ffffff;
}
.cid-uNSoOmDZxP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNSoOmDZxP nav.navbar {
  position: fixed;
}
.cid-uNSoOmDZxP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNSoOmDZxP .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNSoOmDZxP .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNSoOmDZxP .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNSoOmDZxP .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNSoOmDZxP .dropdown-item:hover:before,
.cid-uNSoOmDZxP .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNSoOmDZxP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNSoOmDZxP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNSoOmDZxP .nav-link {
  position: relative;
}
.cid-uNSoOmDZxP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNSoOmDZxP .container {
    flex-wrap: nowrap;
  }
}
.cid-uNSoOmDZxP .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNSoOmDZxP .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNSoOmDZxP .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNSoOmDZxP .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNSoOmDZxP .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNSoOmDZxP .dropdown-menu,
.cid-uNSoOmDZxP .navbar.opened {
  background: #122d4d !important;
}
.cid-uNSoOmDZxP .nav-item:focus,
.cid-uNSoOmDZxP .nav-link:focus {
  outline: none;
}
.cid-uNSoOmDZxP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNSoOmDZxP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNSoOmDZxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNSoOmDZxP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNSoOmDZxP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNSoOmDZxP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNSoOmDZxP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNSoOmDZxP .navbar.opened {
  transition: all 0.3s;
}
.cid-uNSoOmDZxP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNSoOmDZxP .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNSoOmDZxP .navbar .navbar-logo img {
  width: auto;
}
.cid-uNSoOmDZxP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNSoOmDZxP .navbar.collapsed {
  justify-content: center;
}
.cid-uNSoOmDZxP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNSoOmDZxP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNSoOmDZxP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNSoOmDZxP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNSoOmDZxP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNSoOmDZxP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNSoOmDZxP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNSoOmDZxP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNSoOmDZxP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNSoOmDZxP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNSoOmDZxP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNSoOmDZxP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNSoOmDZxP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNSoOmDZxP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNSoOmDZxP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNSoOmDZxP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNSoOmDZxP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNSoOmDZxP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNSoOmDZxP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNSoOmDZxP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNSoOmDZxP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNSoOmDZxP .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNSoOmDZxP .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNSoOmDZxP .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNSoOmDZxP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNSoOmDZxP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNSoOmDZxP .dropdown-item.active,
.cid-uNSoOmDZxP .dropdown-item:active {
  background-color: transparent;
}
.cid-uNSoOmDZxP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNSoOmDZxP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNSoOmDZxP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNSoOmDZxP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNSoOmDZxP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNSoOmDZxP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNSoOmDZxP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNSoOmDZxP .navbar-buttons {
  text-align: center;
}
.cid-uNSoOmDZxP button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNSoOmDZxP button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNSoOmDZxP button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNSoOmDZxP button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNSoOmDZxP button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNSoOmDZxP button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNSoOmDZxP button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNSoOmDZxP button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNSoOmDZxP button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNSoOmDZxP button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNSoOmDZxP button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNSoOmDZxP nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNSoOmDZxP nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNSoOmDZxP nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNSoOmDZxP nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNSoOmDZxP nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNSoOmDZxP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNSoOmDZxP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNSoOmDZxP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNSoOmDZxP .navbar {
    height: 70px;
  }
  .cid-uNSoOmDZxP .navbar.opened {
    height: auto;
  }
  .cid-uNSoOmDZxP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNSoOmDZxP .container,
.cid-uNSoOmDZxP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNSoOmDZxP .container,
  .cid-uNSoOmDZxP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNSoOmDZxP .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNSoOmDZxP .navbar-collapse {
  min-height: 98px;
}
.cid-uNSoOmDZxP .mbr-section-btn {
  max-width: 35%;
}
.cid-uNSoOmDZxP .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNSoOmDZxP {
    min-height: 70px !important;
  }
  .cid-uNSoOmDZxP .navbar {
    min-height: 70px !important;
  }
  .cid-uNSoOmDZxP .container-fluid {
    padding: 0 7%;
  }
  .cid-uNSoOmDZxP .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNSoOmDZxP .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNSoOmDZxP .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNSoOmDZxP .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNSoOmDZxP .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNSoOmDZxP .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNSoOmDZxP .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNSoOmDZxP .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNSoOmDZxP .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNSoOmDZxP .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uOeJQvLvrz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122d4d;
}
.cid-uOeJQvLvrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeJQvLvrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeJQvLvrz .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uOeJQvLvrz .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uOeJQvLvrz .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOeJQvLvrz .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOeJQvLvrz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-image: linear-gradient(0.251turn, #122d4d 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uOeJQvLvrz .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOeJQvLvrz .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uOeJQvLvrz .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uOeJQvLvrz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOeJQvLvrz .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uOeJQvLvrz .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uOeJQvLvrz .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOeJQvLvrz .mbr-section-title {
  color: #404349;
}
.cid-uOeJQvLvrz .mbr-text {
  color: #ffffff;
}
.cid-uOeJQvLvrz .mbr-desc {
  color: #b19a7c;
}
.cid-uNSoOledcq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNSoOledcq .mbr-text,
.cid-uNSoOledcq .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uNSoOledcq H1 {
  text-align: left;
  color: #9e1437;
}
.cid-uNSqEHHkeG {
  padding-top: 0px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-uNSqEHHkeG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uNSqEHHkeG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uNSqEHHkeG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uNSqEHHkeG .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uNSoOlTv3a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNSoOlTv3a .mbr-text,
.cid-uNSoOlTv3a .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uNSoOlTv3a H1 {
  text-align: left;
  color: #9e1437;
}
.cid-uNSoOm9TBx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNSoOm9TBx::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNSoOm9TBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNSoOm9TBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNSoOm9TBx .container {
    padding: 0 22px;
  }
}
.cid-uNSoOm9TBx .row {
  position: relative;
  z-index: 1;
}
.cid-uNSoOm9TBx .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNSoOm9TBx .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNSoOm9TBx .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNSoOm9TBx .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNSoOm9TBx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNSoOm9TBx .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNSoOm9TBx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNSoOm9TBx .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNSoOm9TBx .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNSoOm9TBx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNSoOm9TBx .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNSoOm9TBx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNSoOm9TBx .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNSoOm9TBx .nav-wrapper .list .item-wrap:hover,
.cid-uNSoOm9TBx .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNSoOm9TBx .nav-wrapper .list .item-wrap:hover::before,
.cid-uNSoOm9TBx .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNSoOm9TBx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNSoOm9TBx .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNSoOm9TBx .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNSoOm9TBx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNSoOm9TBx .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNSoOm9TBx .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNSoOm9TBx .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNSoOm9TBx .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNSoOm9TBx .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNSoOm9TBx .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNSoOm9TBx .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNSoOm9TBx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNSoOm9TBx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNSoOm9TBx .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNSoOm9TBx .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNSoOm9TBx .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNSoOm9TBx .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNSoOm9TBx .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNSoOm9TBx .mbr-section-title {
  color: #ffffff;
}
.cid-uNSoOm9TBx .mbr-text {
  color: #ffffff;
}
.cid-uNSoOm9TBx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNSoOm9TBx .list {
  color: #ffffff;
}
.cid-uNSoOm9TBx .mbr-contact {
  color: #ffffff;
}
.cid-uNSoOm9TBx .mbr-desc {
  color: #ffffff;
}
.cid-uNW09UQHcz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNW09UQHcz nav.navbar {
  position: fixed;
}
.cid-uNW09UQHcz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNW09UQHcz .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNW09UQHcz .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNW09UQHcz .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNW09UQHcz .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNW09UQHcz .dropdown-item:hover:before,
.cid-uNW09UQHcz .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNW09UQHcz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNW09UQHcz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNW09UQHcz .nav-link {
  position: relative;
}
.cid-uNW09UQHcz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNW09UQHcz .container {
    flex-wrap: nowrap;
  }
}
.cid-uNW09UQHcz .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNW09UQHcz .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNW09UQHcz .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNW09UQHcz .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNW09UQHcz .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNW09UQHcz .dropdown-menu,
.cid-uNW09UQHcz .navbar.opened {
  background: #122d4d !important;
}
.cid-uNW09UQHcz .nav-item:focus,
.cid-uNW09UQHcz .nav-link:focus {
  outline: none;
}
.cid-uNW09UQHcz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNW09UQHcz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNW09UQHcz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNW09UQHcz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNW09UQHcz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNW09UQHcz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNW09UQHcz .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNW09UQHcz .navbar.opened {
  transition: all 0.3s;
}
.cid-uNW09UQHcz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNW09UQHcz .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNW09UQHcz .navbar .navbar-logo img {
  width: auto;
}
.cid-uNW09UQHcz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNW09UQHcz .navbar.collapsed {
  justify-content: center;
}
.cid-uNW09UQHcz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNW09UQHcz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNW09UQHcz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNW09UQHcz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNW09UQHcz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNW09UQHcz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNW09UQHcz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNW09UQHcz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNW09UQHcz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNW09UQHcz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNW09UQHcz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNW09UQHcz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNW09UQHcz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNW09UQHcz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNW09UQHcz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNW09UQHcz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNW09UQHcz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNW09UQHcz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNW09UQHcz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNW09UQHcz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNW09UQHcz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNW09UQHcz .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNW09UQHcz .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNW09UQHcz .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNW09UQHcz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNW09UQHcz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNW09UQHcz .dropdown-item.active,
.cid-uNW09UQHcz .dropdown-item:active {
  background-color: transparent;
}
.cid-uNW09UQHcz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNW09UQHcz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNW09UQHcz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNW09UQHcz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNW09UQHcz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNW09UQHcz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNW09UQHcz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNW09UQHcz .navbar-buttons {
  text-align: center;
}
.cid-uNW09UQHcz button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNW09UQHcz button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNW09UQHcz button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNW09UQHcz button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNW09UQHcz button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNW09UQHcz button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNW09UQHcz button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNW09UQHcz button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNW09UQHcz button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNW09UQHcz button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNW09UQHcz button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNW09UQHcz nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNW09UQHcz nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNW09UQHcz nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNW09UQHcz nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNW09UQHcz nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNW09UQHcz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNW09UQHcz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNW09UQHcz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNW09UQHcz .navbar {
    height: 70px;
  }
  .cid-uNW09UQHcz .navbar.opened {
    height: auto;
  }
  .cid-uNW09UQHcz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNW09UQHcz .container,
.cid-uNW09UQHcz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNW09UQHcz .container,
  .cid-uNW09UQHcz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNW09UQHcz .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNW09UQHcz .navbar-collapse {
  min-height: 98px;
}
.cid-uNW09UQHcz .mbr-section-btn {
  max-width: 35%;
}
.cid-uNW09UQHcz .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNW09UQHcz {
    min-height: 70px !important;
  }
  .cid-uNW09UQHcz .navbar {
    min-height: 70px !important;
  }
  .cid-uNW09UQHcz .container-fluid {
    padding: 0 7%;
  }
  .cid-uNW09UQHcz .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNW09UQHcz .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNW09UQHcz .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNW09UQHcz .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNW09UQHcz .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNW09UQHcz .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNW09UQHcz .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNW09UQHcz .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNW09UQHcz .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNW09UQHcz .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNW09ViVye {
  background-image: url("../../../assets/images/fenetres-st-paul-fond5-890x791.jpg");
}
.cid-uNW09ViVye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNW09ViVye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uNW09ViVye .container {
    padding: 0 24px;
  }
}
.cid-uNW09ViVye .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uNW09ViVye .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNW09ViVye .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNW09ViVye .image-wrapper img {
    height: 350px;
  }
}
.cid-uNW09ViVye .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNW09ViVye .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uNW09ViVye .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNW09ViVye .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uNW09ViVye .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uNW09ViVye .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uNW09ViVye .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uNW09ViVye .mbr-section-title {
  color: #F9F6E0;
}
.cid-uNW09ViVye .mbr-text {
  color: #F9F6E0;
}
.cid-uNW09ViVye .mbr-desc {
  color: #E0B548;
}
.cid-uNW09VCtvS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNW09VCtvS h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNW09VCtvS .container {
    position: relative;
  }
  .cid-uNW09VCtvS .row {
    margin: 0;
  }
  .cid-uNW09VCtvS h2 {
    margin: 0;
  }
}
.cid-uNW09VCtvS .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNW09VCtvS .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNW09VCtvS h2 DIV {
  text-align: left;
}
.cid-uNW09VCtvS h2 {
  text-align: left;
  color: #9e1437;
}
.cid-uNW09VSTvI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNW09VSTvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNW09VSTvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNW09VSTvI .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNW09VSTvI .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uNW09VSTvI .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNW09VSTvI .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNW09VSTvI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNW09VSTvI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNW09VSTvI .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNW09VSTvI .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uNW09VSTvI .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uNW09VSTvI .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #000000;
  padding: 28px 20px;
  transform: rotate(3deg);
}
@media (max-width: 692px) {
  .cid-uNW09VSTvI .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 80%;
    transform: rotate(0);
  }
}
.cid-uNW09VSTvI .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uNW09VSTvI .mbr-section-title {
  color: #050f0f;
}
.cid-uNW09VSTvI .mbr-text {
  color: #050f0f;
}
.cid-uNW09VSTvI .mbr-section-title,
.cid-uNW09VSTvI .mbr-section-btn {
  color: #7f1933;
}
.cid-uOdcCk40PX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uOdcCk40PX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uOdcCk40PX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uOdcCk40PX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uOdcCk40PX .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uNW09W9Szx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNW09W9Szx::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNW09W9Szx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNW09W9Szx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNW09W9Szx .container {
    padding: 0 22px;
  }
}
.cid-uNW09W9Szx .row {
  position: relative;
  z-index: 1;
}
.cid-uNW09W9Szx .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNW09W9Szx .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNW09W9Szx .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNW09W9Szx .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNW09W9Szx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNW09W9Szx .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNW09W9Szx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNW09W9Szx .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNW09W9Szx .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNW09W9Szx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNW09W9Szx .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNW09W9Szx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNW09W9Szx .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNW09W9Szx .nav-wrapper .list .item-wrap:hover,
.cid-uNW09W9Szx .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNW09W9Szx .nav-wrapper .list .item-wrap:hover::before,
.cid-uNW09W9Szx .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNW09W9Szx .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNW09W9Szx .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNW09W9Szx .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNW09W9Szx .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNW09W9Szx .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNW09W9Szx .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNW09W9Szx .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNW09W9Szx .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNW09W9Szx .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNW09W9Szx .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNW09W9Szx .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNW09W9Szx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNW09W9Szx .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNW09W9Szx .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNW09W9Szx .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNW09W9Szx .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNW09W9Szx .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNW09W9Szx .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNW09W9Szx .mbr-section-title {
  color: #ffffff;
}
.cid-uNW09W9Szx .mbr-text {
  color: #ffffff;
}
.cid-uNW09W9Szx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNW09W9Szx .list {
  color: #ffffff;
}
.cid-uNW09W9Szx .mbr-contact {
  color: #ffffff;
}
.cid-uNW09W9Szx .mbr-desc {
  color: #ffffff;
}
.cid-uNVT383NGQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNVT383NGQ nav.navbar {
  position: fixed;
}
.cid-uNVT383NGQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVT383NGQ .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNVT383NGQ .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNVT383NGQ .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNVT383NGQ .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNVT383NGQ .dropdown-item:hover:before,
.cid-uNVT383NGQ .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNVT383NGQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNVT383NGQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNVT383NGQ .nav-link {
  position: relative;
}
.cid-uNVT383NGQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNVT383NGQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uNVT383NGQ .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNVT383NGQ .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNVT383NGQ .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNVT383NGQ .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNVT383NGQ .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNVT383NGQ .dropdown-menu,
.cid-uNVT383NGQ .navbar.opened {
  background: #122d4d !important;
}
.cid-uNVT383NGQ .nav-item:focus,
.cid-uNVT383NGQ .nav-link:focus {
  outline: none;
}
.cid-uNVT383NGQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNVT383NGQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNVT383NGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNVT383NGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVT383NGQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNVT383NGQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNVT383NGQ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNVT383NGQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uNVT383NGQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNVT383NGQ .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNVT383NGQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uNVT383NGQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNVT383NGQ .navbar.collapsed {
  justify-content: center;
}
.cid-uNVT383NGQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNVT383NGQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNVT383NGQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNVT383NGQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNVT383NGQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNVT383NGQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNVT383NGQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNVT383NGQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNVT383NGQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNVT383NGQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNVT383NGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNVT383NGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNVT383NGQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNVT383NGQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNVT383NGQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNVT383NGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNVT383NGQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNVT383NGQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNVT383NGQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNVT383NGQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNVT383NGQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNVT383NGQ .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNVT383NGQ .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNVT383NGQ .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNVT383NGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNVT383NGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNVT383NGQ .dropdown-item.active,
.cid-uNVT383NGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uNVT383NGQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNVT383NGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNVT383NGQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNVT383NGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNVT383NGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNVT383NGQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNVT383NGQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNVT383NGQ .navbar-buttons {
  text-align: center;
}
.cid-uNVT383NGQ button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNVT383NGQ button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNVT383NGQ button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNVT383NGQ button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNVT383NGQ button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNVT383NGQ button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNVT383NGQ button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNVT383NGQ button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNVT383NGQ button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNVT383NGQ button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNVT383NGQ button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNVT383NGQ nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNVT383NGQ nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNVT383NGQ nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNVT383NGQ nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNVT383NGQ nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNVT383NGQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNVT383NGQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNVT383NGQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNVT383NGQ .navbar {
    height: 70px;
  }
  .cid-uNVT383NGQ .navbar.opened {
    height: auto;
  }
  .cid-uNVT383NGQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNVT383NGQ .container,
.cid-uNVT383NGQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNVT383NGQ .container,
  .cid-uNVT383NGQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNVT383NGQ .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNVT383NGQ .navbar-collapse {
  min-height: 98px;
}
.cid-uNVT383NGQ .mbr-section-btn {
  max-width: 35%;
}
.cid-uNVT383NGQ .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNVT383NGQ {
    min-height: 70px !important;
  }
  .cid-uNVT383NGQ .navbar {
    min-height: 70px !important;
  }
  .cid-uNVT383NGQ .container-fluid {
    padding: 0 7%;
  }
  .cid-uNVT383NGQ .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNVT383NGQ .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNVT383NGQ .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNVT383NGQ .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNVT383NGQ .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNVT383NGQ .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNVT383NGQ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNVT383NGQ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNVT383NGQ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNVT383NGQ .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNVT38uVno {
  background-image: url("../../../assets/images/fenetres-st-paul-porte-acier6-1002x660.jpg");
}
.cid-uNVT38uVno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVT38uVno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uNVT38uVno .container {
    padding: 0 24px;
  }
}
.cid-uNVT38uVno .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uNVT38uVno .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNVT38uVno .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNVT38uVno .image-wrapper img {
    height: 350px;
  }
}
.cid-uNVT38uVno .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNVT38uVno .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uNVT38uVno .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNVT38uVno .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uNVT38uVno .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uNVT38uVno .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uNVT38uVno .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uNVT38uVno .mbr-section-title {
  color: #F9F6E0;
}
.cid-uNVT38uVno .mbr-text {
  color: #F9F6E0;
}
.cid-uNVT38uVno .mbr-desc {
  color: #E0B548;
}
.cid-uNVT38NTrN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNVT38NTrN h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNVT38NTrN .container {
    position: relative;
  }
  .cid-uNVT38NTrN .row {
    margin: 0;
  }
  .cid-uNVT38NTrN h2 {
    margin: 0;
  }
}
.cid-uNVT38NTrN .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNVT38NTrN .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNVT38NTrN h2 DIV {
  text-align: left;
}
.cid-uNVT38NTrN h2 {
  text-align: left;
  color: #9e1437;
}
.cid-uNVT392eJC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNVT392eJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVT392eJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNVT392eJC .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNVT392eJC .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uNVT392eJC .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNVT392eJC .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNVT392eJC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNVT392eJC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNVT392eJC .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNVT392eJC .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uNVT392eJC .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uNVT392eJC .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #000000;
  padding: 28px 20px;
  transform: rotate(3deg);
}
@media (max-width: 692px) {
  .cid-uNVT392eJC .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 80%;
    transform: rotate(0);
  }
}
.cid-uNVT392eJC .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uNVT392eJC .mbr-section-title {
  color: #050f0f;
}
.cid-uNVT392eJC .mbr-text {
  color: #050f0f;
}
.cid-uNVT392eJC .mbr-section-title,
.cid-uNVT392eJC .mbr-section-btn {
  color: #7f1933;
}
.cid-uOdbipUwJL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uOdbipUwJL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uOdbipUwJL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uOdbipUwJL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uOdbipUwJL .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uNVT39kmRu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNVT39kmRu::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNVT39kmRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVT39kmRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNVT39kmRu .container {
    padding: 0 22px;
  }
}
.cid-uNVT39kmRu .row {
  position: relative;
  z-index: 1;
}
.cid-uNVT39kmRu .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNVT39kmRu .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNVT39kmRu .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNVT39kmRu .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNVT39kmRu .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNVT39kmRu .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNVT39kmRu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNVT39kmRu .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNVT39kmRu .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNVT39kmRu .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNVT39kmRu .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNVT39kmRu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNVT39kmRu .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNVT39kmRu .nav-wrapper .list .item-wrap:hover,
.cid-uNVT39kmRu .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNVT39kmRu .nav-wrapper .list .item-wrap:hover::before,
.cid-uNVT39kmRu .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNVT39kmRu .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNVT39kmRu .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNVT39kmRu .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNVT39kmRu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNVT39kmRu .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNVT39kmRu .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNVT39kmRu .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNVT39kmRu .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNVT39kmRu .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNVT39kmRu .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNVT39kmRu .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNVT39kmRu .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNVT39kmRu .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNVT39kmRu .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNVT39kmRu .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNVT39kmRu .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNVT39kmRu .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNVT39kmRu .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNVT39kmRu .mbr-section-title {
  color: #ffffff;
}
.cid-uNVT39kmRu .mbr-text {
  color: #ffffff;
}
.cid-uNVT39kmRu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNVT39kmRu .list {
  color: #ffffff;
}
.cid-uNVT39kmRu .mbr-contact {
  color: #ffffff;
}
.cid-uNVT39kmRu .mbr-desc {
  color: #ffffff;
}
.cid-uO1ZsiFErW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uO1ZsiFErW nav.navbar {
  position: fixed;
}
.cid-uO1ZsiFErW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uO1ZsiFErW .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uO1ZsiFErW .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uO1ZsiFErW .dropdown-item:after {
  right: 1rem !important;
}
.cid-uO1ZsiFErW .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uO1ZsiFErW .dropdown-item:hover:before,
.cid-uO1ZsiFErW .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uO1ZsiFErW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uO1ZsiFErW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uO1ZsiFErW .nav-link {
  position: relative;
}
.cid-uO1ZsiFErW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uO1ZsiFErW .container {
    flex-wrap: nowrap;
  }
}
.cid-uO1ZsiFErW .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uO1ZsiFErW .navbar-nav .nav-item {
  margin: 0;
}
.cid-uO1ZsiFErW .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uO1ZsiFErW .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uO1ZsiFErW .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uO1ZsiFErW .dropdown-menu,
.cid-uO1ZsiFErW .navbar.opened {
  background: #122d4d !important;
}
.cid-uO1ZsiFErW .nav-item:focus,
.cid-uO1ZsiFErW .nav-link:focus {
  outline: none;
}
.cid-uO1ZsiFErW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uO1ZsiFErW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uO1ZsiFErW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uO1ZsiFErW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uO1ZsiFErW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uO1ZsiFErW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uO1ZsiFErW .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uO1ZsiFErW .navbar.opened {
  transition: all 0.3s;
}
.cid-uO1ZsiFErW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uO1ZsiFErW .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uO1ZsiFErW .navbar .navbar-logo img {
  width: auto;
}
.cid-uO1ZsiFErW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uO1ZsiFErW .navbar.collapsed {
  justify-content: center;
}
.cid-uO1ZsiFErW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uO1ZsiFErW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uO1ZsiFErW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uO1ZsiFErW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uO1ZsiFErW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uO1ZsiFErW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uO1ZsiFErW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uO1ZsiFErW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uO1ZsiFErW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uO1ZsiFErW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uO1ZsiFErW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uO1ZsiFErW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uO1ZsiFErW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uO1ZsiFErW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uO1ZsiFErW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uO1ZsiFErW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uO1ZsiFErW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uO1ZsiFErW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uO1ZsiFErW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uO1ZsiFErW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uO1ZsiFErW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uO1ZsiFErW .navbar.navbar-short {
  min-height: 100px;
}
.cid-uO1ZsiFErW .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uO1ZsiFErW .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uO1ZsiFErW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uO1ZsiFErW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uO1ZsiFErW .dropdown-item.active,
.cid-uO1ZsiFErW .dropdown-item:active {
  background-color: transparent;
}
.cid-uO1ZsiFErW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uO1ZsiFErW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uO1ZsiFErW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uO1ZsiFErW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uO1ZsiFErW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uO1ZsiFErW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO1ZsiFErW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uO1ZsiFErW .navbar-buttons {
  text-align: center;
}
.cid-uO1ZsiFErW button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uO1ZsiFErW button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uO1ZsiFErW button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uO1ZsiFErW button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uO1ZsiFErW button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uO1ZsiFErW button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uO1ZsiFErW button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uO1ZsiFErW button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uO1ZsiFErW button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uO1ZsiFErW button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uO1ZsiFErW button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uO1ZsiFErW nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uO1ZsiFErW nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uO1ZsiFErW nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uO1ZsiFErW nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uO1ZsiFErW nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uO1ZsiFErW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uO1ZsiFErW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uO1ZsiFErW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uO1ZsiFErW .navbar {
    height: 70px;
  }
  .cid-uO1ZsiFErW .navbar.opened {
    height: auto;
  }
  .cid-uO1ZsiFErW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO1ZsiFErW .container,
.cid-uO1ZsiFErW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uO1ZsiFErW .container,
  .cid-uO1ZsiFErW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uO1ZsiFErW .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uO1ZsiFErW .navbar-collapse {
  min-height: 98px;
}
.cid-uO1ZsiFErW .mbr-section-btn {
  max-width: 35%;
}
.cid-uO1ZsiFErW .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uO1ZsiFErW {
    min-height: 70px !important;
  }
  .cid-uO1ZsiFErW .navbar {
    min-height: 70px !important;
  }
  .cid-uO1ZsiFErW .container-fluid {
    padding: 0 7%;
  }
  .cid-uO1ZsiFErW .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uO1ZsiFErW .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uO1ZsiFErW .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uO1ZsiFErW .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uO1ZsiFErW .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uO1ZsiFErW .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uO1ZsiFErW .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uO1ZsiFErW .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uO1ZsiFErW .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uO1ZsiFErW .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uO206GQFqg {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/employe-decko-34-1200x800.png");
}
.cid-uO206GQFqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO206GQFqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uO206GQFqg .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uO206GQFqg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uO206GQFqg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO206GQFqg .media-content,
.cid-uO206GQFqg .mbr-figure {
  align-self: center;
}
.cid-uO206GQFqg .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uO206GQFqg .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uO206GQFqg .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uO206GQFqg .mbr-section-maintitle {
  text-align: center;
}
.cid-uO206GQFqg .mbr-section-title {
  text-align: left;
  color: #cc2952;
}
.cid-uO206GQFqg .mbr-text,
.cid-uO206GQFqg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uO1ZsjukfJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uO1ZsjukfJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uO1ZsjukfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO1ZsjukfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uO1ZsjukfJ .container {
    padding: 0 22px;
  }
}
.cid-uO1ZsjukfJ .row {
  position: relative;
  z-index: 1;
}
.cid-uO1ZsjukfJ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uO1ZsjukfJ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uO1ZsjukfJ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uO1ZsjukfJ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uO1ZsjukfJ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uO1ZsjukfJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uO1ZsjukfJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uO1ZsjukfJ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uO1ZsjukfJ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uO1ZsjukfJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uO1ZsjukfJ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uO1ZsjukfJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uO1ZsjukfJ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uO1ZsjukfJ .nav-wrapper .list .item-wrap:hover,
.cid-uO1ZsjukfJ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uO1ZsjukfJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uO1ZsjukfJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uO1ZsjukfJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uO1ZsjukfJ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uO1ZsjukfJ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uO1ZsjukfJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uO1ZsjukfJ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uO1ZsjukfJ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uO1ZsjukfJ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uO1ZsjukfJ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uO1ZsjukfJ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uO1ZsjukfJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uO1ZsjukfJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uO1ZsjukfJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uO1ZsjukfJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uO1ZsjukfJ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uO1ZsjukfJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uO1ZsjukfJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uO1ZsjukfJ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uO1ZsjukfJ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uO1ZsjukfJ .mbr-section-title {
  color: #ffffff;
}
.cid-uO1ZsjukfJ .mbr-text {
  color: #ffffff;
}
.cid-uO1ZsjukfJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uO1ZsjukfJ .list {
  color: #ffffff;
}
.cid-uO1ZsjukfJ .mbr-contact {
  color: #ffffff;
}
.cid-uO1ZsjukfJ .mbr-desc {
  color: #ffffff;
}
.cid-uNVHCyoGqy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNVHCyoGqy nav.navbar {
  position: fixed;
}
.cid-uNVHCyoGqy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVHCyoGqy .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNVHCyoGqy .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNVHCyoGqy .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNVHCyoGqy .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNVHCyoGqy .dropdown-item:hover:before,
.cid-uNVHCyoGqy .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNVHCyoGqy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNVHCyoGqy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNVHCyoGqy .nav-link {
  position: relative;
}
.cid-uNVHCyoGqy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNVHCyoGqy .container {
    flex-wrap: nowrap;
  }
}
.cid-uNVHCyoGqy .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNVHCyoGqy .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNVHCyoGqy .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNVHCyoGqy .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNVHCyoGqy .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNVHCyoGqy .dropdown-menu,
.cid-uNVHCyoGqy .navbar.opened {
  background: #122d4d !important;
}
.cid-uNVHCyoGqy .nav-item:focus,
.cid-uNVHCyoGqy .nav-link:focus {
  outline: none;
}
.cid-uNVHCyoGqy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNVHCyoGqy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNVHCyoGqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNVHCyoGqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVHCyoGqy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNVHCyoGqy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNVHCyoGqy .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNVHCyoGqy .navbar.opened {
  transition: all 0.3s;
}
.cid-uNVHCyoGqy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNVHCyoGqy .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNVHCyoGqy .navbar .navbar-logo img {
  width: auto;
}
.cid-uNVHCyoGqy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNVHCyoGqy .navbar.collapsed {
  justify-content: center;
}
.cid-uNVHCyoGqy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNVHCyoGqy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNVHCyoGqy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNVHCyoGqy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNVHCyoGqy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNVHCyoGqy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNVHCyoGqy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNVHCyoGqy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNVHCyoGqy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNVHCyoGqy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNVHCyoGqy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNVHCyoGqy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNVHCyoGqy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNVHCyoGqy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNVHCyoGqy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNVHCyoGqy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNVHCyoGqy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNVHCyoGqy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNVHCyoGqy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNVHCyoGqy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNVHCyoGqy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNVHCyoGqy .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNVHCyoGqy .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNVHCyoGqy .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNVHCyoGqy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNVHCyoGqy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNVHCyoGqy .dropdown-item.active,
.cid-uNVHCyoGqy .dropdown-item:active {
  background-color: transparent;
}
.cid-uNVHCyoGqy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNVHCyoGqy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNVHCyoGqy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNVHCyoGqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNVHCyoGqy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNVHCyoGqy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNVHCyoGqy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNVHCyoGqy .navbar-buttons {
  text-align: center;
}
.cid-uNVHCyoGqy button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNVHCyoGqy button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNVHCyoGqy button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNVHCyoGqy button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNVHCyoGqy button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNVHCyoGqy button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNVHCyoGqy button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNVHCyoGqy button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNVHCyoGqy button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNVHCyoGqy button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNVHCyoGqy button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNVHCyoGqy nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNVHCyoGqy nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNVHCyoGqy nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNVHCyoGqy nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNVHCyoGqy nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNVHCyoGqy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNVHCyoGqy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNVHCyoGqy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNVHCyoGqy .navbar {
    height: 70px;
  }
  .cid-uNVHCyoGqy .navbar.opened {
    height: auto;
  }
  .cid-uNVHCyoGqy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNVHCyoGqy .container,
.cid-uNVHCyoGqy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNVHCyoGqy .container,
  .cid-uNVHCyoGqy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNVHCyoGqy .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNVHCyoGqy .navbar-collapse {
  min-height: 98px;
}
.cid-uNVHCyoGqy .mbr-section-btn {
  max-width: 35%;
}
.cid-uNVHCyoGqy .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNVHCyoGqy {
    min-height: 70px !important;
  }
  .cid-uNVHCyoGqy .navbar {
    min-height: 70px !important;
  }
  .cid-uNVHCyoGqy .container-fluid {
    padding: 0 7%;
  }
  .cid-uNVHCyoGqy .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNVHCyoGqy .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNVHCyoGqy .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNVHCyoGqy .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNVHCyoGqy .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNVHCyoGqy .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNVHCyoGqy .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNVHCyoGqy .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNVHCyoGqy .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNVHCyoGqy .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNVHCyOnWC {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/porte-novatech-934x759.jpg");
}
.cid-uNVHCyOnWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVHCyOnWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uNVHCyOnWC .container {
    padding: 0 24px;
  }
}
.cid-uNVHCyOnWC .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uNVHCyOnWC .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNVHCyOnWC .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNVHCyOnWC .image-wrapper img {
    height: 350px;
  }
}
.cid-uNVHCyOnWC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNVHCyOnWC .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uNVHCyOnWC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNVHCyOnWC .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uNVHCyOnWC .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uNVHCyOnWC .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uNVHCyOnWC .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uNVHCyOnWC .mbr-section-title {
  color: #F9F6E0;
}
.cid-uNVHCyOnWC .mbr-text {
  color: #F9F6E0;
}
.cid-uNVHCyOnWC .mbr-desc {
  color: #E0B548;
}
.cid-uNVHCz8JwC {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNVHCz8JwC h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNVHCz8JwC .container {
    position: relative;
  }
  .cid-uNVHCz8JwC .row {
    margin: 0;
  }
  .cid-uNVHCz8JwC h2 {
    margin: 0;
  }
}
.cid-uNVHCz8JwC .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNVHCz8JwC .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNVHCz8JwC h2 DIV {
  text-align: left;
}
.cid-uNVHCz8JwC h2 {
  text-align: left;
  color: #9e1437;
}
.cid-uNVHCznqB8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNVHCznqB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVHCznqB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNVHCznqB8 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNVHCznqB8 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uNVHCznqB8 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNVHCznqB8 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNVHCznqB8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNVHCznqB8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNVHCznqB8 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNVHCznqB8 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uNVHCznqB8 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uNVHCznqB8 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #999999;
  box-shadow: 4px 4px 0 0 #999999;
  background-color: #000000;
  padding: 28px 20px;
  transform: rotate(3deg);
}
@media (max-width: 692px) {
  .cid-uNVHCznqB8 .content-wrapper .image-wrap {
    padding: 22px 16px;
    width: 80%;
    transform: rotate(0);
  }
}
.cid-uNVHCznqB8 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uNVHCznqB8 .mbr-section-title {
  color: #050f0f;
}
.cid-uNVHCznqB8 .mbr-text {
  color: #050f0f;
}
.cid-uNVHCznqB8 .mbr-section-title,
.cid-uNVHCznqB8 .mbr-section-btn {
  color: #7f1933;
}
.cid-uOd9RD1GON {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uOd9RD1GON .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uOd9RD1GON .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uOd9RD1GON .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uOd9RD1GON .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uNVHCzXbkp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNVHCzXbkp::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNVHCzXbkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVHCzXbkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNVHCzXbkp .container {
    padding: 0 22px;
  }
}
.cid-uNVHCzXbkp .row {
  position: relative;
  z-index: 1;
}
.cid-uNVHCzXbkp .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNVHCzXbkp .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNVHCzXbkp .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNVHCzXbkp .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNVHCzXbkp .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNVHCzXbkp .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNVHCzXbkp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNVHCzXbkp .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNVHCzXbkp .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNVHCzXbkp .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNVHCzXbkp .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNVHCzXbkp .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNVHCzXbkp .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNVHCzXbkp .nav-wrapper .list .item-wrap:hover,
.cid-uNVHCzXbkp .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNVHCzXbkp .nav-wrapper .list .item-wrap:hover::before,
.cid-uNVHCzXbkp .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNVHCzXbkp .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNVHCzXbkp .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNVHCzXbkp .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNVHCzXbkp .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNVHCzXbkp .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNVHCzXbkp .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNVHCzXbkp .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNVHCzXbkp .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNVHCzXbkp .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNVHCzXbkp .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNVHCzXbkp .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNVHCzXbkp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNVHCzXbkp .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNVHCzXbkp .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNVHCzXbkp .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNVHCzXbkp .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNVHCzXbkp .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNVHCzXbkp .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNVHCzXbkp .mbr-section-title {
  color: #ffffff;
}
.cid-uNVHCzXbkp .mbr-text {
  color: #ffffff;
}
.cid-uNVHCzXbkp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNVHCzXbkp .list {
  color: #ffffff;
}
.cid-uNVHCzXbkp .mbr-contact {
  color: #ffffff;
}
.cid-uNVHCzXbkp .mbr-desc {
  color: #ffffff;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uO1j9esaAG {
  overflow: hidden;
  background-color: #042d5c;
}
.cid-uO1j9esaAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO1j9esaAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO1j9esaAG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uO1j9esaAG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uO1j9esaAG .container {
    padding: 0 24px;
  }
}
.cid-uO1j9esaAG .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uO1j9esaAG .content-wrapper {
    padding: 0;
  }
}
.cid-uO1j9esaAG .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uO1j9esaAG .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-uO1j9esaAG .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uO1j9esaAG .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uO1j9esaAG .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uO1j9esaAG .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffcc00;
  font-size: 32px;
}
.cid-uO1j9esaAG .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uO1j9esaAG .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uO1j9esaAG .mbr-section-title {
  color: #141414;
}
.cid-uO1j9esaAG .mbr-desc {
  color: #141414;
}
.cid-uO1j9esaAG .mbr-text {
  color: #141414;
}
.cid-uO1j9esaAG .mbr-section-title,
.cid-uO1j9esaAG .icon-wrapper {
  color: #ab183d;
}
.cid-uNJjf9xRlt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNJjf9xRlt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uNJjf9xRlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJjf9xRlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJjf9xRlt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uNJjf9xRlt .content-wrap .card {
  justify-content: space-between;
}
.cid-uNJjf9xRlt .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uNJjf9xRlt .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 692px) {
  .cid-uNJjf9xRlt .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNJjf9xRlt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNJjf9xRlt .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uNJjf9xRlt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uNJjf9xRlt .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNJjf9xRlt .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uNJjf9xRlt .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNJjf9xRlt .image-wrap {
    padding: 0;
  }
}
.cid-uNJjf9xRlt .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNJjf9xRlt .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uNJjf9xRlt .mbr-section-title {
  color: #150764;
}
.cid-uNJjf9xRlt .mbr-text {
  color: #000000;
}
.cid-uNJjf9MSIJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNJjf9MSIJ h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNJjf9MSIJ .container {
    position: relative;
  }
  .cid-uNJjf9MSIJ .row {
    margin: 0;
  }
  .cid-uNJjf9MSIJ h2 {
    margin: 0;
  }
}
.cid-uNJjf9MSIJ .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNJjf9MSIJ .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNJjf9MSIJ h2 DIV {
  text-align: left;
}
.cid-uNJjf9MSIJ h2 {
  text-align: left;
  color: #c40408;
}
.cid-uNJjf9Zxjf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNJjf9Zxjf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNJjf9Zxjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJjf9Zxjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNJjf9Zxjf .container {
    padding: 0 22px;
  }
}
.cid-uNJjf9Zxjf .row {
  position: relative;
  z-index: 1;
}
.cid-uNJjf9Zxjf .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNJjf9Zxjf .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNJjf9Zxjf .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNJjf9Zxjf .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNJjf9Zxjf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNJjf9Zxjf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNJjf9Zxjf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNJjf9Zxjf .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNJjf9Zxjf .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNJjf9Zxjf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNJjf9Zxjf .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNJjf9Zxjf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNJjf9Zxjf .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNJjf9Zxjf .nav-wrapper .list .item-wrap:hover,
.cid-uNJjf9Zxjf .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNJjf9Zxjf .nav-wrapper .list .item-wrap:hover::before,
.cid-uNJjf9Zxjf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNJjf9Zxjf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNJjf9Zxjf .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNJjf9Zxjf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNJjf9Zxjf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNJjf9Zxjf .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNJjf9Zxjf .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNJjf9Zxjf .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNJjf9Zxjf .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNJjf9Zxjf .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNJjf9Zxjf .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNJjf9Zxjf .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNJjf9Zxjf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNJjf9Zxjf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNJjf9Zxjf .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNJjf9Zxjf .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNJjf9Zxjf .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNJjf9Zxjf .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNJjf9Zxjf .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNJjf9Zxjf .mbr-section-title {
  color: #ffffff;
}
.cid-uNJjf9Zxjf .mbr-text {
  color: #ffffff;
}
.cid-uNJjf9Zxjf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNJjf9Zxjf .list {
  color: #ffffff;
}
.cid-uNJjf9Zxjf .mbr-contact {
  color: #ffffff;
}
.cid-uNJjf9Zxjf .mbr-desc {
  color: #ffffff;
}
.cid-uOoJhpRsko {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uOoJhpRsko nav.navbar {
  position: fixed;
}
.cid-uOoJhpRsko .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoJhpRsko .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uOoJhpRsko .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uOoJhpRsko .dropdown-item:after {
  right: 1rem !important;
}
.cid-uOoJhpRsko .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uOoJhpRsko .dropdown-item:hover:before,
.cid-uOoJhpRsko .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uOoJhpRsko .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOoJhpRsko .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOoJhpRsko .nav-link {
  position: relative;
}
.cid-uOoJhpRsko .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOoJhpRsko .container {
    flex-wrap: nowrap;
  }
}
.cid-uOoJhpRsko .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uOoJhpRsko .navbar-nav .nav-item {
  margin: 0;
}
.cid-uOoJhpRsko .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uOoJhpRsko .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uOoJhpRsko .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uOoJhpRsko .dropdown-menu,
.cid-uOoJhpRsko .navbar.opened {
  background: #122d4d !important;
}
.cid-uOoJhpRsko .nav-item:focus,
.cid-uOoJhpRsko .nav-link:focus {
  outline: none;
}
.cid-uOoJhpRsko .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoJhpRsko .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoJhpRsko .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoJhpRsko .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoJhpRsko .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoJhpRsko .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoJhpRsko .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uOoJhpRsko .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoJhpRsko .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOoJhpRsko .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uOoJhpRsko .navbar .navbar-logo img {
  width: auto;
}
.cid-uOoJhpRsko .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOoJhpRsko .navbar.collapsed {
  justify-content: center;
}
.cid-uOoJhpRsko .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoJhpRsko .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOoJhpRsko .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uOoJhpRsko .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoJhpRsko .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoJhpRsko .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOoJhpRsko .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoJhpRsko .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOoJhpRsko .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOoJhpRsko .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoJhpRsko .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoJhpRsko .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoJhpRsko .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOoJhpRsko .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOoJhpRsko .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOoJhpRsko .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOoJhpRsko .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOoJhpRsko .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOoJhpRsko .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoJhpRsko .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOoJhpRsko .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOoJhpRsko .navbar.navbar-short {
  min-height: 100px;
}
.cid-uOoJhpRsko .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uOoJhpRsko .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uOoJhpRsko .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOoJhpRsko .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoJhpRsko .dropdown-item.active,
.cid-uOoJhpRsko .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoJhpRsko .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOoJhpRsko .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoJhpRsko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoJhpRsko .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uOoJhpRsko .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOoJhpRsko .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOoJhpRsko ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOoJhpRsko .navbar-buttons {
  text-align: center;
}
.cid-uOoJhpRsko button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uOoJhpRsko button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uOoJhpRsko button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uOoJhpRsko button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uOoJhpRsko button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uOoJhpRsko button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uOoJhpRsko button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uOoJhpRsko button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uOoJhpRsko button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uOoJhpRsko button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uOoJhpRsko button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uOoJhpRsko nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uOoJhpRsko nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uOoJhpRsko nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uOoJhpRsko nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uOoJhpRsko nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uOoJhpRsko .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOoJhpRsko a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOoJhpRsko .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOoJhpRsko .navbar {
    height: 70px;
  }
  .cid-uOoJhpRsko .navbar.opened {
    height: auto;
  }
  .cid-uOoJhpRsko .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoJhpRsko .container,
.cid-uOoJhpRsko .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOoJhpRsko .container,
  .cid-uOoJhpRsko .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uOoJhpRsko .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uOoJhpRsko .navbar-collapse {
  min-height: 98px;
}
.cid-uOoJhpRsko .mbr-section-btn {
  max-width: 35%;
}
.cid-uOoJhpRsko .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uOoJhpRsko {
    min-height: 70px !important;
  }
  .cid-uOoJhpRsko .navbar {
    min-height: 70px !important;
  }
  .cid-uOoJhpRsko .container-fluid {
    padding: 0 7%;
  }
  .cid-uOoJhpRsko .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uOoJhpRsko .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uOoJhpRsko .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uOoJhpRsko .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uOoJhpRsko .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uOoJhpRsko .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uOoJhpRsko .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uOoJhpRsko .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uOoJhpRsko .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uOoJhpRsko .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uOoJHjVLd4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOoJHjVLd4 .mbr-text,
.cid-uOoJHjVLd4 .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uOoJHjVLd4 H1 {
  text-align: left;
  color: #e2090d;
}
.cid-uOoTqUcwPC {
  background-image: url("../../../assets/images/portes-classique-decko3-870x479.jpg");
  background-position: 80% 20%;
}
.cid-uOoTqUcwPC H2 {
  color: #d58f76;
}
.cid-uOoTqUcwPC .box {
  background: #122d4d;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-uOoTqUcwPC .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uOoTqUcwPC {
    background-size: 120%;
    background-position: top;
  }
  .cid-uOoTqUcwPC .box {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 14px;
    padding-bottom: 28px;
    margin-top: 14rem;
  }
}
.cid-uOoTqUcwPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoTqUcwPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-98 {
  /* Type valid CSS here */
}
#custom-html-98 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-98 p {
  font-size: 60px;
  color: #777;
}
.cid-uOoOlUpgja {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOoOlUpgja .mbr-media {
  position: relative;
}
.cid-uOoOlUpgja .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uOoOlUpgja a:hover {
  background-image: none !important;
}
.cid-uOoOlUpgja .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uOoOlUpgja .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uOoOlUpgja .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOoOlUpgja .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOoOlUpgja .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOoOlUpgja .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOoOlUpgja .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOoOlUpgja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoOlUpgja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOoOlUpgja .content-head {
  max-width: 800px;
}
.cid-uOoOlUpgja .mbr-section-title {
  color: #291f1e;
}
.cid-uOoJhrcLSD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uOoJhrcLSD::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uOoJhrcLSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoJhrcLSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOoJhrcLSD .container {
    padding: 0 22px;
  }
}
.cid-uOoJhrcLSD .row {
  position: relative;
  z-index: 1;
}
.cid-uOoJhrcLSD .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uOoJhrcLSD .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uOoJhrcLSD .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uOoJhrcLSD .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOoJhrcLSD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOoJhrcLSD .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uOoJhrcLSD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOoJhrcLSD .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOoJhrcLSD .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uOoJhrcLSD .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOoJhrcLSD .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uOoJhrcLSD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uOoJhrcLSD .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uOoJhrcLSD .nav-wrapper .list .item-wrap:hover,
.cid-uOoJhrcLSD .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uOoJhrcLSD .nav-wrapper .list .item-wrap:hover::before,
.cid-uOoJhrcLSD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOoJhrcLSD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOoJhrcLSD .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOoJhrcLSD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uOoJhrcLSD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOoJhrcLSD .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOoJhrcLSD .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uOoJhrcLSD .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uOoJhrcLSD .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uOoJhrcLSD .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uOoJhrcLSD .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOoJhrcLSD .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uOoJhrcLSD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uOoJhrcLSD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uOoJhrcLSD .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOoJhrcLSD .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOoJhrcLSD .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uOoJhrcLSD .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uOoJhrcLSD .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uOoJhrcLSD .mbr-section-title {
  color: #ffffff;
}
.cid-uOoJhrcLSD .mbr-text {
  color: #ffffff;
}
.cid-uOoJhrcLSD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOoJhrcLSD .list {
  color: #ffffff;
}
.cid-uOoJhrcLSD .mbr-contact {
  color: #ffffff;
}
.cid-uOoJhrcLSD .mbr-desc {
  color: #ffffff;
}
.cid-uNPQrMaJ8e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPQrMaJ8e nav.navbar {
  position: fixed;
}
.cid-uNPQrMaJ8e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPQrMaJ8e .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPQrMaJ8e .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPQrMaJ8e .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPQrMaJ8e .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPQrMaJ8e .dropdown-item:hover:before,
.cid-uNPQrMaJ8e .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPQrMaJ8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPQrMaJ8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPQrMaJ8e .nav-link {
  position: relative;
}
.cid-uNPQrMaJ8e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPQrMaJ8e .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPQrMaJ8e .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPQrMaJ8e .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPQrMaJ8e .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPQrMaJ8e .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPQrMaJ8e .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPQrMaJ8e .dropdown-menu,
.cid-uNPQrMaJ8e .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPQrMaJ8e .nav-item:focus,
.cid-uNPQrMaJ8e .nav-link:focus {
  outline: none;
}
.cid-uNPQrMaJ8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPQrMaJ8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPQrMaJ8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPQrMaJ8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPQrMaJ8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPQrMaJ8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPQrMaJ8e .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPQrMaJ8e .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPQrMaJ8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPQrMaJ8e .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPQrMaJ8e .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPQrMaJ8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPQrMaJ8e .navbar.collapsed {
  justify-content: center;
}
.cid-uNPQrMaJ8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPQrMaJ8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPQrMaJ8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPQrMaJ8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPQrMaJ8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPQrMaJ8e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPQrMaJ8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPQrMaJ8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPQrMaJ8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPQrMaJ8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPQrMaJ8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPQrMaJ8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPQrMaJ8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPQrMaJ8e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPQrMaJ8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPQrMaJ8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPQrMaJ8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPQrMaJ8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPQrMaJ8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPQrMaJ8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPQrMaJ8e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPQrMaJ8e .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPQrMaJ8e .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPQrMaJ8e .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPQrMaJ8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPQrMaJ8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPQrMaJ8e .dropdown-item.active,
.cid-uNPQrMaJ8e .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPQrMaJ8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPQrMaJ8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPQrMaJ8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPQrMaJ8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPQrMaJ8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPQrMaJ8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPQrMaJ8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPQrMaJ8e .navbar-buttons {
  text-align: center;
}
.cid-uNPQrMaJ8e button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPQrMaJ8e button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPQrMaJ8e button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPQrMaJ8e button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPQrMaJ8e button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPQrMaJ8e button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPQrMaJ8e button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPQrMaJ8e button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPQrMaJ8e button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPQrMaJ8e button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPQrMaJ8e button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPQrMaJ8e nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPQrMaJ8e nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPQrMaJ8e nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPQrMaJ8e nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPQrMaJ8e nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPQrMaJ8e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPQrMaJ8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPQrMaJ8e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPQrMaJ8e .navbar {
    height: 70px;
  }
  .cid-uNPQrMaJ8e .navbar.opened {
    height: auto;
  }
  .cid-uNPQrMaJ8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPQrMaJ8e .container,
.cid-uNPQrMaJ8e .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPQrMaJ8e .container,
  .cid-uNPQrMaJ8e .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPQrMaJ8e .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPQrMaJ8e .navbar-collapse {
  min-height: 98px;
}
.cid-uNPQrMaJ8e .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPQrMaJ8e .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPQrMaJ8e {
    min-height: 70px !important;
  }
  .cid-uNPQrMaJ8e .navbar {
    min-height: 70px !important;
  }
  .cid-uNPQrMaJ8e .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPQrMaJ8e .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPQrMaJ8e .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPQrMaJ8e .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPQrMaJ8e .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPQrMaJ8e .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPQrMaJ8e .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPQrMaJ8e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPQrMaJ8e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPQrMaJ8e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPQrMaJ8e .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uO9hf2Qjuz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/porte-novatech-934x759.jpg");
}
.cid-uO9hf2Qjuz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uO9hf2Qjuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO9hf2Qjuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO9hf2Qjuz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uO9hf2Qjuz .content-wrap .card {
  justify-content: space-between;
}
.cid-uO9hf2Qjuz .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uO9hf2Qjuz .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uO9hf2Qjuz .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uO9hf2Qjuz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uO9hf2Qjuz .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uO9hf2Qjuz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uO9hf2Qjuz .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uO9hf2Qjuz .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uO9hf2Qjuz .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uO9hf2Qjuz .image-wrap {
    padding: 0;
  }
}
.cid-uO9hf2Qjuz .image-wrap img {
  height: 280px;
  width: 60%;
  object-fit: cover;
}
@media (max-width: 692px) {
  .cid-uO9hf2Qjuz .image-wrap img {
    height: 400px;
    object-fit: cover;
  }
}
.cid-uO9hf2Qjuz .mbr-section-title {
  color: #150764;
}
.cid-uO9hf2Qjuz .mbr-text {
  color: #150764;
}
.cid-uNPQPLTU29 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNPQPLTU29 .mbr-text,
.cid-uNPQPLTU29 .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uNPQPLTU29 H1 {
  text-align: left;
  color: #9e1437;
}
.cid-uNQBFESrCc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNQBFESrCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQBFESrCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQBFESrCc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uNQBFESrCc .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uNQBFESrCc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uNQBFESrCc .container {
    padding: 0 16px;
  }
}
.cid-uNQBFESrCc .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uNQBFESrCc .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uNQBFESrCc .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #065186;
}
.cid-uNQBFESrCc .panel-group .card:first-child {
  border-top: 1px solid #065186;
}
.cid-uNQBFESrCc .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uNQBFESrCc .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNQBFESrCc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uNQBFESrCc .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uNQBFESrCc .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uNQBFESrCc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNQBFESrCc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uNQBFESrCc .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uNQBFESrCc .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uNQBFESrCc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uNQBFESrCc .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uNQBFESrCc .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uNQBFESrCc .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uNQBFESrCc .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
  opacity: 2.10;
}
@media (max-width: 768px) {
  .cid-uNQBFESrCc .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uNQBFESrCc .mbr-section-title {
  color: #9e1437;
}
.cid-uNQBFESrCc .panel-number {
  color: #1c1c1c;
}
.cid-uNQBFESrCc .panel-title-edit {
  color: #7f1933;
}
.cid-uNQBFESrCc .panel-text {
  color: #000000;
}
.cid-uNSih1HDUw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNSih1HDUw .mbr-text,
.cid-uNSih1HDUw .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uNSih1HDUw H1 {
  text-align: left;
  color: #9e1437;
}
.cid-uNPQrLHn7l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNPQrLHn7l::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNPQrLHn7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPQrLHn7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNPQrLHn7l .container {
    padding: 0 22px;
  }
}
.cid-uNPQrLHn7l .row {
  position: relative;
  z-index: 1;
}
.cid-uNPQrLHn7l .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNPQrLHn7l .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNPQrLHn7l .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNPQrLHn7l .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNPQrLHn7l .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNPQrLHn7l .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNPQrLHn7l .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNPQrLHn7l .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNPQrLHn7l .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNPQrLHn7l .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNPQrLHn7l .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNPQrLHn7l .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNPQrLHn7l .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNPQrLHn7l .nav-wrapper .list .item-wrap:hover,
.cid-uNPQrLHn7l .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNPQrLHn7l .nav-wrapper .list .item-wrap:hover::before,
.cid-uNPQrLHn7l .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNPQrLHn7l .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNPQrLHn7l .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNPQrLHn7l .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNPQrLHn7l .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNPQrLHn7l .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNPQrLHn7l .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNPQrLHn7l .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNPQrLHn7l .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNPQrLHn7l .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNPQrLHn7l .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNPQrLHn7l .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNPQrLHn7l .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNPQrLHn7l .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNPQrLHn7l .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNPQrLHn7l .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNPQrLHn7l .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNPQrLHn7l .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNPQrLHn7l .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNPQrLHn7l .mbr-section-title {
  color: #ffffff;
}
.cid-uNPQrLHn7l .mbr-text {
  color: #ffffff;
}
.cid-uNPQrLHn7l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNPQrLHn7l .list {
  color: #ffffff;
}
.cid-uNPQrLHn7l .mbr-contact {
  color: #ffffff;
}
.cid-uNPQrLHn7l .mbr-desc {
  color: #ffffff;
}
.cid-uOB7Hr48IZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uOB7Hr48IZ nav.navbar {
  position: fixed;
}
.cid-uOB7Hr48IZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOB7Hr48IZ .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uOB7Hr48IZ .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uOB7Hr48IZ .dropdown-item:after {
  right: 1rem !important;
}
.cid-uOB7Hr48IZ .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uOB7Hr48IZ .dropdown-item:hover:before,
.cid-uOB7Hr48IZ .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uOB7Hr48IZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOB7Hr48IZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOB7Hr48IZ .nav-link {
  position: relative;
}
.cid-uOB7Hr48IZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOB7Hr48IZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uOB7Hr48IZ .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uOB7Hr48IZ .navbar-nav .nav-item {
  margin: 0;
}
.cid-uOB7Hr48IZ .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uOB7Hr48IZ .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uOB7Hr48IZ .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uOB7Hr48IZ .dropdown-menu,
.cid-uOB7Hr48IZ .navbar.opened {
  background: #122d4d !important;
}
.cid-uOB7Hr48IZ .nav-item:focus,
.cid-uOB7Hr48IZ .nav-link:focus {
  outline: none;
}
.cid-uOB7Hr48IZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOB7Hr48IZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOB7Hr48IZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOB7Hr48IZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOB7Hr48IZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOB7Hr48IZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOB7Hr48IZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uOB7Hr48IZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uOB7Hr48IZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOB7Hr48IZ .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uOB7Hr48IZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uOB7Hr48IZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOB7Hr48IZ .navbar.collapsed {
  justify-content: center;
}
.cid-uOB7Hr48IZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOB7Hr48IZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOB7Hr48IZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uOB7Hr48IZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOB7Hr48IZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOB7Hr48IZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOB7Hr48IZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOB7Hr48IZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOB7Hr48IZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOB7Hr48IZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOB7Hr48IZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOB7Hr48IZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOB7Hr48IZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOB7Hr48IZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOB7Hr48IZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOB7Hr48IZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOB7Hr48IZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOB7Hr48IZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOB7Hr48IZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOB7Hr48IZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOB7Hr48IZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOB7Hr48IZ .navbar.navbar-short {
  min-height: 100px;
}
.cid-uOB7Hr48IZ .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uOB7Hr48IZ .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uOB7Hr48IZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOB7Hr48IZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOB7Hr48IZ .dropdown-item.active,
.cid-uOB7Hr48IZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uOB7Hr48IZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOB7Hr48IZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOB7Hr48IZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOB7Hr48IZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uOB7Hr48IZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOB7Hr48IZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOB7Hr48IZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOB7Hr48IZ .navbar-buttons {
  text-align: center;
}
.cid-uOB7Hr48IZ button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uOB7Hr48IZ button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uOB7Hr48IZ button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uOB7Hr48IZ button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uOB7Hr48IZ button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uOB7Hr48IZ button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uOB7Hr48IZ button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uOB7Hr48IZ button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uOB7Hr48IZ button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uOB7Hr48IZ button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uOB7Hr48IZ button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uOB7Hr48IZ nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uOB7Hr48IZ nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uOB7Hr48IZ nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uOB7Hr48IZ nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uOB7Hr48IZ nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uOB7Hr48IZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOB7Hr48IZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOB7Hr48IZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOB7Hr48IZ .navbar {
    height: 70px;
  }
  .cid-uOB7Hr48IZ .navbar.opened {
    height: auto;
  }
  .cid-uOB7Hr48IZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOB7Hr48IZ .container,
.cid-uOB7Hr48IZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOB7Hr48IZ .container,
  .cid-uOB7Hr48IZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uOB7Hr48IZ .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uOB7Hr48IZ .navbar-collapse {
  min-height: 98px;
}
.cid-uOB7Hr48IZ .mbr-section-btn {
  max-width: 35%;
}
.cid-uOB7Hr48IZ .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uOB7Hr48IZ {
    min-height: 70px !important;
  }
  .cid-uOB7Hr48IZ .navbar {
    min-height: 70px !important;
  }
  .cid-uOB7Hr48IZ .container-fluid {
    padding: 0 7%;
  }
  .cid-uOB7Hr48IZ .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uOB7Hr48IZ .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uOB7Hr48IZ .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uOB7Hr48IZ .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uOB7Hr48IZ .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uOB7Hr48IZ .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uOB7Hr48IZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uOB7Hr48IZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uOB7Hr48IZ .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uOB7Hr48IZ .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uOB7Sf6NE6 {
  padding-top: 195px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/interieur-chalet-ok-2000x1125.jpg");
  background-position: 20% 80%;
}
.cid-uOB7Sf6NE6 H2 {
  color: #d58f76;
}
.cid-uOB7Sf6NE6 .row {
  justify-content: flex-end;
}
.cid-uOB7Sf6NE6 img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-uOB7Sf6NE6 .mbr-overlay {
    opacity: 0.7 !important;
  }
}
.cid-uOB7Sf6NE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOB7Sf6NE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPmotcWP7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uNPmotcWP7 nav.navbar {
  position: fixed;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uNPmotcWP7 .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uNPmotcWP7 .dropdown-item:after {
  right: 1rem !important;
}
.cid-uNPmotcWP7 .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .dropdown-item:hover:before,
.cid-uNPmotcWP7 .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uNPmotcWP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNPmotcWP7 .nav-link {
  position: relative;
}
.cid-uNPmotcWP7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNPmotcWP7 .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uNPmotcWP7 .navbar-nav .nav-item {
  margin: 0;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uNPmotcWP7 .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uNPmotcWP7 .dropdown-menu,
.cid-uNPmotcWP7 .navbar.opened {
  background: #122d4d !important;
}
.cid-uNPmotcWP7 .nav-item:focus,
.cid-uNPmotcWP7 .nav-link:focus {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNPmotcWP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNPmotcWP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNPmotcWP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNPmotcWP7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uNPmotcWP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNPmotcWP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNPmotcWP7 .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uNPmotcWP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNPmotcWP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNPmotcWP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNPmotcWP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNPmotcWP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNPmotcWP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNPmotcWP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNPmotcWP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNPmotcWP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNPmotcWP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNPmotcWP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNPmotcWP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNPmotcWP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNPmotcWP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNPmotcWP7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNPmotcWP7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-uNPmotcWP7 .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uNPmotcWP7 .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNPmotcWP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNPmotcWP7 .dropdown-item.active,
.cid-uNPmotcWP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNPmotcWP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNPmotcWP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uNPmotcWP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNPmotcWP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNPmotcWP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNPmotcWP7 .navbar-buttons {
  text-align: center;
}
.cid-uNPmotcWP7 button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uNPmotcWP7 button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uNPmotcWP7 nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uNPmotcWP7 nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uNPmotcWP7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNPmotcWP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNPmotcWP7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNPmotcWP7 .navbar {
    height: 70px;
  }
  .cid-uNPmotcWP7 .navbar.opened {
    height: auto;
  }
  .cid-uNPmotcWP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNPmotcWP7 .container,
.cid-uNPmotcWP7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 .container,
  .cid-uNPmotcWP7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNPmotcWP7 .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uNPmotcWP7 .navbar-collapse {
  min-height: 98px;
}
.cid-uNPmotcWP7 .mbr-section-btn {
  max-width: 35%;
}
.cid-uNPmotcWP7 .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uNPmotcWP7 {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .navbar {
    min-height: 70px !important;
  }
  .cid-uNPmotcWP7 .container-fluid {
    padding: 0 7%;
  }
  .cid-uNPmotcWP7 .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uNPmotcWP7 .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uNPmotcWP7 .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uNPmotcWP7 .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uNPmotcWP7 .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uNPmotcWP7 .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uNU84HS38O {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fenetres-st-paul-portes-dacier-1500x1000.jpg");
}
.cid-uNU84HS38O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNU84HS38O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uNU84HS38O .container {
    padding: 0 24px;
  }
}
.cid-uNU84HS38O .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uNU84HS38O .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uNU84HS38O .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNU84HS38O .image-wrapper img {
    height: 350px;
  }
}
.cid-uNU84HS38O .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNU84HS38O .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uNU84HS38O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNU84HS38O .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uNU84HS38O .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uNU84HS38O .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uNU84HS38O .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uNU84HS38O .mbr-section-title {
  color: #F9F6E0;
}
.cid-uNU84HS38O .mbr-text {
  color: #F9F6E0;
}
.cid-uNU84HS38O .mbr-desc {
  color: #E0B548;
}
.cid-uNlhR5ywao {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNlhR5ywao h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uNlhR5ywao .container {
    position: relative;
  }
  .cid-uNlhR5ywao .row {
    margin: 0;
  }
  .cid-uNlhR5ywao h2 {
    margin: 0;
  }
}
.cid-uNlhR5ywao .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uNlhR5ywao .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uNlhR5ywao h2 DIV {
  text-align: left;
}
.cid-uNlhR5ywao h2 {
  text-align: left;
  color: #000000;
}
.cid-uNlDsp7nBk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNlDsp7nBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlDsp7nBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlDsp7nBk .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNlDsp7nBk .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uNlDsp7nBk .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNlDsp7nBk .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNlDsp7nBk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNlDsp7nBk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uNlDsp7nBk .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlDsp7nBk .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uNlDsp7nBk .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uNlDsp7nBk .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #000000;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 692px) {
  .cid-uNlDsp7nBk .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 80%;
    transform: rotate(0);
  }
}
.cid-uNlDsp7nBk .content-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.cid-uNlDsp7nBk .mbr-section-title {
  color: #050f0f;
}
.cid-uNlDsp7nBk .mbr-text {
  color: #050f0f;
}
.cid-uNlDsp7nBk .mbr-section-title,
.cid-uNlDsp7nBk .mbr-section-btn {
  color: #000000;
}
.cid-uNVv4AYAy6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNVv4AYAy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVv4AYAy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNVv4AYAy6 .container {
    padding: 0 15px;
  }
}
.cid-uNVv4AYAy6 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uNVv4AYAy6 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNVv4AYAy6 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uNVv4AYAy6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uNVv4AYAy6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNVv4AYAy6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNVv4AYAy6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNVv4AYAy6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uNVv4AYAy6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uNVv4AYAy6 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uNVv4AYAy6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uNVv4AYAy6 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uNVv4AYAy6 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uNVv4AYAy6 .mbr-section-title {
  color: #ffffff;
}
.cid-uNVv4AYAy6 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uNVv4AYAy6 .mbr-text {
  color: #000000;
}
.cid-uNVv4AYAy6 .mbr-section-title,
.cid-uNVv4AYAy6 .mbr-section-btn {
  color: #000000;
}
.cid-uOp2rxw2Iz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOp2rxw2Iz .mbr-text,
.cid-uOp2rxw2Iz .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uOp2rxw2Iz H1 {
  text-align: left;
  color: #e2090d;
}
.cid-uOp1xzC1OU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uOp1xzC1OU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOp1xzC1OU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOp1xzC1OU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOp1xzC1OU .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uOp1xzC1OU .container {
  padding: 0;
}
.cid-uOp1xzC1OU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOp1xzC1OU .icon-focus {
  display: none;
}
.cid-uOp1xzC1OU .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uOp1xzC1OU .btn-primary-outline:hover {
  background: transparent !important;
  color: #ffcc00 !important;
}
.cid-uOp1xzC1OU li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uOp1xzC1OU li {
  position: relative;
}
.cid-uOp1xzC1OU .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uOp1xzC1OU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uOp1xzC1OU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uOp1xzC1OU .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uOp1xzC1OU .btn {
  font-family: Be Vietnam !important;
}
.cid-uOp1xzC1OU .mbr-gallery-title {
  font-size: 2.0em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uOp1xzC1OU .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uOp1xzC1OU .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOp1xzC1OU li:not(:last-child):after {
    top: 9px;
  }
  .cid-uOp1xzC1OU .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uOp2Y5U4pf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOp2Y5U4pf h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uOp2Y5U4pf .container {
    position: relative;
  }
  .cid-uOp2Y5U4pf .row {
    margin: 0;
  }
  .cid-uOp2Y5U4pf h2 {
    margin: 0;
  }
}
.cid-uOp2Y5U4pf .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uOp2Y5U4pf .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #000000;
}
.cid-uOp2Y5U4pf h2 DIV {
  text-align: left;
}
.cid-uOp2Y5U4pf h2 {
  text-align: left;
  color: #c40408;
}
.cid-uOePtNWP2E {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOePtNWP2E img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-uOePtNWP2E .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-uOePtNWP2E .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-uOePtNWP2E .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uOePtNWP2E .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-uOePtNWP2E .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uOePtNWP2E .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-uOePtNWP2E .first {
    max-height: 250px;
  }
  .cid-uOePtNWP2E .second {
    max-height: 323px;
  }
  .cid-uOePtNWP2E .third {
    max-height: 408px;
  }
  .cid-uOePtNWP2E .fourth {
    max-height: 323px;
  }
  .cid-uOePtNWP2E .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-uOePtNWP2E .first {
    max-height: 200px;
  }
  .cid-uOePtNWP2E .second {
    max-height: 270px;
  }
  .cid-uOePtNWP2E .third {
    max-height: 350px;
  }
  .cid-uOePtNWP2E .fourth {
    max-height: 270px;
  }
  .cid-uOePtNWP2E .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-uOePtNWP2E .first {
    display: none;
  }
  .cid-uOePtNWP2E .second {
    max-height: 323px;
  }
  .cid-uOePtNWP2E .third {
    max-height: 408px;
  }
  .cid-uOePtNWP2E .fourth {
    max-height: 323px;
  }
  .cid-uOePtNWP2E .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-uOePtNWP2E .second {
    max-height: 250px;
  }
  .cid-uOePtNWP2E .third {
    max-height: 340px;
  }
  .cid-uOePtNWP2E .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-uOePtNWP2E .second {
    max-height: 180px;
  }
  .cid-uOePtNWP2E .third {
    max-height: 270px;
  }
  .cid-uOePtNWP2E .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-uOePtNWP2E .second {
    display: none;
  }
  .cid-uOePtNWP2E .third {
    max-height: initial;
    width: 90%;
  }
  .cid-uOePtNWP2E .fourth {
    display: none;
  }
}
.cid-uNlhR5OKvu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uNlhR5OKvu::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uNlhR5OKvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlhR5OKvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNlhR5OKvu .container {
    padding: 0 22px;
  }
}
.cid-uNlhR5OKvu .row {
  position: relative;
  z-index: 1;
}
.cid-uNlhR5OKvu .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uNlhR5OKvu .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNlhR5OKvu .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uNlhR5OKvu .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNlhR5OKvu .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNlhR5OKvu .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNlhR5OKvu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNlhR5OKvu .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNlhR5OKvu .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uNlhR5OKvu .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNlhR5OKvu .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uNlhR5OKvu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uNlhR5OKvu .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNlhR5OKvu .nav-wrapper .list .item-wrap:hover,
.cid-uNlhR5OKvu .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uNlhR5OKvu .nav-wrapper .list .item-wrap:hover::before,
.cid-uNlhR5OKvu .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNlhR5OKvu .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNlhR5OKvu .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNlhR5OKvu .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uNlhR5OKvu .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNlhR5OKvu .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNlhR5OKvu .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uNlhR5OKvu .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNlhR5OKvu .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uNlhR5OKvu .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNlhR5OKvu .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uNlhR5OKvu .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uNlhR5OKvu .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uNlhR5OKvu .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uNlhR5OKvu .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNlhR5OKvu .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNlhR5OKvu .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uNlhR5OKvu .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNlhR5OKvu .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uNlhR5OKvu .mbr-section-title {
  color: #ffffff;
}
.cid-uNlhR5OKvu .mbr-text {
  color: #ffffff;
}
.cid-uNlhR5OKvu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNlhR5OKvu .list {
  color: #ffffff;
}
.cid-uNlhR5OKvu .mbr-contact {
  color: #ffffff;
}
.cid-uNlhR5OKvu .mbr-desc {
  color: #ffffff;
}
.cid-uR8kDtis5i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.cid-uR8kDtis5i nav.navbar {
  position: fixed;
}
.cid-uR8kDtis5i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR8kDtis5i .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff !important;
}
.cid-uR8kDtis5i .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-uR8kDtis5i .dropdown-item:after {
  right: 1rem !important;
}
.cid-uR8kDtis5i .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uR8kDtis5i .dropdown-item:hover:before,
.cid-uR8kDtis5i .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-uR8kDtis5i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR8kDtis5i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR8kDtis5i .nav-link {
  position: relative;
}
.cid-uR8kDtis5i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uR8kDtis5i .container {
    flex-wrap: nowrap;
  }
}
.cid-uR8kDtis5i .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-uR8kDtis5i .navbar-nav .nav-item {
  margin: 0;
}
.cid-uR8kDtis5i .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-uR8kDtis5i .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-uR8kDtis5i .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-uR8kDtis5i .dropdown-menu,
.cid-uR8kDtis5i .navbar.opened {
  background: #122d4d !important;
}
.cid-uR8kDtis5i .nav-item:focus,
.cid-uR8kDtis5i .nav-link:focus {
  outline: none;
}
.cid-uR8kDtis5i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR8kDtis5i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR8kDtis5i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR8kDtis5i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR8kDtis5i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR8kDtis5i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR8kDtis5i .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #122d4d;
  border-bottom: 2px solid #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uR8kDtis5i .navbar.opened {
  transition: all 0.3s;
}
.cid-uR8kDtis5i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR8kDtis5i .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-uR8kDtis5i .navbar .navbar-logo img {
  width: auto;
}
.cid-uR8kDtis5i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR8kDtis5i .navbar.collapsed {
  justify-content: center;
}
.cid-uR8kDtis5i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR8kDtis5i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR8kDtis5i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uR8kDtis5i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR8kDtis5i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR8kDtis5i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uR8kDtis5i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR8kDtis5i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR8kDtis5i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR8kDtis5i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR8kDtis5i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR8kDtis5i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR8kDtis5i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR8kDtis5i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uR8kDtis5i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR8kDtis5i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR8kDtis5i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR8kDtis5i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR8kDtis5i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR8kDtis5i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uR8kDtis5i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uR8kDtis5i .navbar.navbar-short {
  min-height: 100px;
}
.cid-uR8kDtis5i .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-uR8kDtis5i .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-uR8kDtis5i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR8kDtis5i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR8kDtis5i .dropdown-item.active,
.cid-uR8kDtis5i .dropdown-item:active {
  background-color: transparent;
}
.cid-uR8kDtis5i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR8kDtis5i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR8kDtis5i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR8kDtis5i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #122d4d;
}
.cid-uR8kDtis5i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR8kDtis5i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR8kDtis5i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR8kDtis5i .navbar-buttons {
  text-align: center;
}
.cid-uR8kDtis5i button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-uR8kDtis5i button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-uR8kDtis5i button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-uR8kDtis5i button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uR8kDtis5i button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-uR8kDtis5i button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-uR8kDtis5i button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 50%;
}
.cid-uR8kDtis5i button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uR8kDtis5i button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-uR8kDtis5i button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-uR8kDtis5i button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uR8kDtis5i nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-uR8kDtis5i nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #ffcc00;
}
.cid-uR8kDtis5i nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #ffcc00;
}
.cid-uR8kDtis5i nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uR8kDtis5i nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-uR8kDtis5i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR8kDtis5i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR8kDtis5i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR8kDtis5i .navbar {
    height: 70px;
  }
  .cid-uR8kDtis5i .navbar.opened {
    height: auto;
  }
  .cid-uR8kDtis5i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR8kDtis5i .container,
.cid-uR8kDtis5i .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uR8kDtis5i .container,
  .cid-uR8kDtis5i .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uR8kDtis5i .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-uR8kDtis5i .navbar-collapse {
  min-height: 98px;
}
.cid-uR8kDtis5i .mbr-section-btn {
  max-width: 35%;
}
.cid-uR8kDtis5i .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uR8kDtis5i {
    min-height: 70px !important;
  }
  .cid-uR8kDtis5i .navbar {
    min-height: 70px !important;
  }
  .cid-uR8kDtis5i .container-fluid {
    padding: 0 7%;
  }
  .cid-uR8kDtis5i .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 18px !important;
    padding-right: 0 !important;
  }
  .cid-uR8kDtis5i .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-uR8kDtis5i .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-uR8kDtis5i .navbar-nav li {
    margin: 0 !important;
  }
  .cid-uR8kDtis5i .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-uR8kDtis5i .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-uR8kDtis5i .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-uR8kDtis5i .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-uR8kDtis5i .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-uR8kDtis5i .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-uR8kDtCwdT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122d4d;
}
.cid-uR8kDtCwdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8kDtCwdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8kDtCwdT .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uR8kDtCwdT .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uR8kDtCwdT .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uR8kDtCwdT .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR8kDtCwdT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-image: linear-gradient(0.251turn, #122d4d 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uR8kDtCwdT .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uR8kDtCwdT .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uR8kDtCwdT .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uR8kDtCwdT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR8kDtCwdT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR8kDtCwdT .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uR8kDtCwdT .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR8kDtCwdT .mbr-section-title {
  color: #404349;
}
.cid-uR8kDtCwdT .mbr-text {
  color: #ffffff;
}
.cid-uR8kDtCwdT .mbr-desc {
  color: #b19a7c;
}
.cid-uR8kDtPou8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR8kDtPou8 .mbr-text,
.cid-uR8kDtPou8 .mbr-section-btn {
  text-align: left;
  color: #101428;
}
.cid-uR8kDtPou8 H1 {
  text-align: left;
  color: #9e1437;
}
.cid-uR8kDu0192 {
  padding-top: 0px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-uR8kDu0192 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uR8kDu0192 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uR8kDu0192 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uR8kDu0192 .row .img-item img:hover {
  transform: scale(1.1);
}
#custom-html-b5 {
  /* Type valid CSS here */
}
.cid-uR8kDuqtWJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fenetres-st-paul-entreprise-8-1100x620.jpg");
}
.cid-uR8kDuqtWJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uR8kDuqtWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8kDuqtWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR8kDuqtWJ .container {
    padding: 0 22px;
  }
}
.cid-uR8kDuqtWJ .row {
  position: relative;
  z-index: 1;
}
.cid-uR8kDuqtWJ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uR8kDuqtWJ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uR8kDuqtWJ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uR8kDuqtWJ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR8kDuqtWJ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uR8kDuqtWJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uR8kDuqtWJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR8kDuqtWJ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR8kDuqtWJ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uR8kDuqtWJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR8kDuqtWJ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uR8kDuqtWJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uR8kDuqtWJ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uR8kDuqtWJ .nav-wrapper .list .item-wrap:hover,
.cid-uR8kDuqtWJ .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uR8kDuqtWJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uR8kDuqtWJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uR8kDuqtWJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uR8kDuqtWJ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uR8kDuqtWJ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uR8kDuqtWJ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uR8kDuqtWJ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uR8kDuqtWJ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uR8kDuqtWJ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uR8kDuqtWJ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uR8kDuqtWJ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uR8kDuqtWJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uR8kDuqtWJ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uR8kDuqtWJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uR8kDuqtWJ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uR8kDuqtWJ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR8kDuqtWJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR8kDuqtWJ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uR8kDuqtWJ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uR8kDuqtWJ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uR8kDuqtWJ .mbr-section-title {
  color: #ffffff;
}
.cid-uR8kDuqtWJ .mbr-text {
  color: #ffffff;
}
.cid-uR8kDuqtWJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR8kDuqtWJ .list {
  color: #ffffff;
}
.cid-uR8kDuqtWJ .mbr-contact {
  color: #ffffff;
}
.cid-uR8kDuqtWJ .mbr-desc {
  color: #ffffff;
}
