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





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Lobster Two', display;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Lobster Two', display;
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Lobster', display;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #282124 !important;
}
.bg-success {
  background-color: #ff7f9f !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #282124 !important;
  border-color: #282124 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #282124;
  border-color: #282124;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #282124 !important;
  border-color: #282124 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff1952;
  color: #ff1952;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff7f9f;
  border-color: #ff7f9f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #282124 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ff7f9f !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff1952 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #282124;
  border-color: #282124;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #282124;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dbd3d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #282124;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #282124;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #282124;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #282124;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #282124;
  border-bottom-color: #282124;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #282124 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23282124' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rxdSd7OKtC .navbar {
  background: #282124;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxdSd7OKtC .navbar-dropdown.bg-color.transparent.opened {
  background: #282124;
}
.cid-rxdSd7OKtC a {
  font-style: normal;
}
.cid-rxdSd7OKtC .show {
  overflow: visible;
}
.cid-rxdSd7OKtC .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rxdSd7OKtC .dropdown-item:active {
  background-color: transparent;
}
.cid-rxdSd7OKtC .nav-link {
  font-weight: 600!important;
}
.cid-rxdSd7OKtC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxdSd7OKtC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rxdSd7OKtC .nav-item:focus,
.cid-rxdSd7OKtC .nav-link:focus {
  outline: none;
}
.cid-rxdSd7OKtC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxdSd7OKtC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxdSd7OKtC .menu-logo {
  margin-right: auto;
}
.cid-rxdSd7OKtC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxdSd7OKtC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rxdSd7OKtC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 300!important;
  padding-right: 2rem;
}
.cid-rxdSd7OKtC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxdSd7OKtC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxdSd7OKtC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxdSd7OKtC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxdSd7OKtC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rxdSd7OKtC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxdSd7OKtC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxdSd7OKtC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxdSd7OKtC .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxdSd7OKtC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rxdSd7OKtC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxdSd7OKtC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxdSd7OKtC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxdSd7OKtC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rxdSd7OKtC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxdSd7OKtC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxdSd7OKtC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxdSd7OKtC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxdSd7OKtC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxdSd7OKtC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxdSd7OKtC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxdSd7OKtC button.navbar-toggler:focus {
  outline: none;
}
.cid-rxdSd7OKtC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rxdSd7OKtC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxdSd7OKtC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxdSd7OKtC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxdSd7OKtC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxdSd7OKtC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxdSd7OKtC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxdSd7OKtC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxdSd7OKtC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxdSd7OKtC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxdSd7OKtC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxdSd7OKtC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxdSd7OKtC .collapsed .navbar-collapse.collapsing,
.cid-rxdSd7OKtC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rxdSd7OKtC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxdSd7OKtC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxdSd7OKtC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxdSd7OKtC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxdSd7OKtC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rxdSd7OKtC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rxdSd7OKtC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxdSd7OKtC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxdSd7OKtC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxdSd7OKtC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rxdSd7OKtC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxdSd7OKtC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxdSd7OKtC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxdSd7OKtC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxdSd7OKtC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxdSd7OKtC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxdSd7OKtC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rxdSd7OKtC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxdSd7OKtC img {
    height: 3.8rem !important;
  }
  .cid-rxdSd7OKtC .btn {
    display: -webkit-flex;
  }
  .cid-rxdSd7OKtC button.navbar-toggler {
    display: block;
  }
  .cid-rxdSd7OKtC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxdSd7OKtC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxdSd7OKtC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxdSd7OKtC .navbar-collapse.collapsing,
  .cid-rxdSd7OKtC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rxdSd7OKtC .navbar-collapse.collapsing .navbar-nav,
  .cid-rxdSd7OKtC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxdSd7OKtC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxdSd7OKtC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxdSd7OKtC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rxdSd7OKtC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxdSd7OKtC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxdSd7OKtC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxdSd7OKtC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxdSd7OKtC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxdSd7OKtC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxdSd7OKtC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxdSd7OKtC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxdSd7OKtC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rxdSd7OKtC .nav-link {
    justify-content: start!important;
  }
  .cid-rxdSd7OKtC .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rxdSd7OKtC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rxdSd7OKtC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rxdSd7OKtC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxdSd7OKtC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxdSd7OKtC .nav-link:hover,
.cid-rxdSd7OKtC .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-rxdSd7OKtC .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rxdSd7OKtC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rxdSi8rHNa {
  padding-top: 0px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rxdSi8rHNa .row {
  justify-content: flex-end;
}
.cid-rxdSi8rHNa .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #282124;
}
.cid-rxdSi8rHNa .block {
  background-color: #ff7f9f;
}
.cid-rxdSi8rHNa img {
  width: 100%;
}
.cid-rxdSi8rHNa .content-wrapper {
  margin: auto;
  position: relative;
  padding: 7rem 10rem 3rem 10rem;
}
.cid-rxdSi8rHNa .content {
  max-width: 600px;
}
.cid-rxdSi8rHNa h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rxdSi8rHNa .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rxdSi8rHNa h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rxdSi8rHNa .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rxdSi8rHNa h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-rxdSi8rHNa .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-rxdSi8rHNa H1 {
  color: #ffffff;
}
.cid-rxdSi8rHNa .mbr-text,
.cid-rxdSi8rHNa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rxdSi8rHNa H4 {
  color: #ffffff;
}
.cid-rxdSoywIEE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff7f9f;
}
.cid-rxdSoywIEE .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rxdSoywIEE .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-rxdSoywIEE .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-rxdSoywIEE .card-wrapper {
    margin: 0rem;
  }
}
.cid-rxdSoywIEE .card {
  height: fit-content;
}
.cid-rxdSoywIEE .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rxdSoywIEE .text-wrap {
  max-width: 400px;
}
.cid-rxdSoywIEE .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffffff;
}
.cid-rxdSoywIEE .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rxdSoywIEE .card-box {
  background-color: #ffffff;
  padding: 2rem 2rem 4rem 2rem;
  width: 100%;
}
.cid-rxdSoywIEE img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rxdSoywIEE .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-rxdSoywIEE .container {
  max-width: 1500px;
}
.cid-rxdSoywIEE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rxdSoywIEE .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rxdSoywIEE P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rxdSoywIEE .img-wrap {
    max-height: 230px;
  }
  .cid-rxdSoywIEE .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-rxdSoywIEE .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rxdSoywIEE .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-rxdSoywIEE .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-rxdSoywIEE .number {
    margin: auto;
  }
}
.cid-rxdSoywIEE .mbr-text {
  color: #ffffff;
}
.cid-rxdSoywIEE .card-text {
  color: #282124;
}
.cid-rxdSoywIEE .card-title {
  color: #ff7f9f;
}
.cid-rxdSrUEjww {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rxdSrUEjww .row {
  position: relative;
}
.cid-rxdSrUEjww .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rxdSrUEjww .row {
    margin: 0 2rem;
  }
}
.cid-rxdSrUEjww h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rxdSrUEjww .content-wrapper {
  max-width: 600px;
}
.cid-rxdSrUEjww H1 {
  color: #333333;
}
.cid-rxdSrUEjww .mbr-text,
.cid-rxdSrUEjww .mbr-section-btn {
  color: #333333;
}
.cid-rxdSrUEjww H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-rxdSrUEjww h4 {
    left: 3rem;
  }
}
.cid-rByUAKiTvB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rByUAKiTvB .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rByUAKiTvB .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chauffer-des-pierres-precieuses-dans-du-metal-1000x667.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rByUAKiTvB .block2 {
  background-image: url("../../../assets/images/or-jaune-or-blanc-argent-quel-metal-pour-mes-boucles-d-oreilles-width1024-1024x767.jpg");
}
.cid-rByUAKiTvB .block2:hover .block2-over {
  opacity: 0;
}
.cid-rByUAKiTvB .block1 {
  background-image: url("../../../assets/images/uploads-dc273fda-c9ac-4b31-baec-4314b4c514c8-medaille-bapteme-802x567.jpg");
}
.cid-rByUAKiTvB .block1:hover .block1-over {
  opacity: 0;
}
.cid-rByUAKiTvB .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #282124;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByUAKiTvB .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ff7f9f;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByUAKiTvB .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rByUAKiTvB .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rByUAKiTvB .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rByUAKiTvB .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rByUAKiTvB .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rByUAKiTvB .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rByUAKiTvB .col:hover .box-title2,
.cid-rByUAKiTvB .col:hover .box-text2 {
  color: #282124;
  transition-delay: 0.3s;
}
.cid-rByUAKiTvB .box-title2,
.cid-rByUAKiTvB .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rByUAKiTvB .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rByUAKiTvB .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rByUAKiTvB .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rByUAKiTvB .img-content {
    opacity: 1;
  }
  .cid-rByUAKiTvB .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rByUAKiTvB .box-content {
    width: 100%;
  }
  .cid-rByUAKiTvB .box-title2,
  .cid-rByUAKiTvB .box-text2 {
    color: #282124 !important;
  }
  .cid-rByUAKiTvB .content-block,
  .cid-rByUAKiTvB .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rByUAKiTvB .box-text1 {
  color: #333333;
}
.cid-rByUAKiTvB .box-title2 {
  color: #cccccc;
}
.cid-rByUAKiTvB .block1-text,
.cid-rByUAKiTvB .mbr-section-btn {
  color: #ffffff;
}
.cid-rByUAKiTvB .block2-text,
.cid-rByUAKiTvB .mbr-section-btn {
  color: #333333;
}
.cid-rByUAKiTvB .block2-title {
  color: #333333;
}
.cid-rByUAKiTvB .block1-subtitle {
  color: #ffffff;
}
.cid-rxdV0nMBAB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rxdV0nMBAB .media-container-row .mbr-text {
  color: #333333;
}
.cid-rxe9E7bXPg .navbar {
  background: #282124;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxe9E7bXPg .navbar-dropdown.bg-color.transparent.opened {
  background: #282124;
}
.cid-rxe9E7bXPg a {
  font-style: normal;
}
.cid-rxe9E7bXPg .show {
  overflow: visible;
}
.cid-rxe9E7bXPg .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rxe9E7bXPg .dropdown-item:active {
  background-color: transparent;
}
.cid-rxe9E7bXPg .nav-link {
  font-weight: 600!important;
}
.cid-rxe9E7bXPg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxe9E7bXPg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rxe9E7bXPg .nav-item:focus,
.cid-rxe9E7bXPg .nav-link:focus {
  outline: none;
}
.cid-rxe9E7bXPg .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxe9E7bXPg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxe9E7bXPg .menu-logo {
  margin-right: auto;
}
.cid-rxe9E7bXPg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxe9E7bXPg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rxe9E7bXPg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 300!important;
  padding-right: 2rem;
}
.cid-rxe9E7bXPg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxe9E7bXPg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxe9E7bXPg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxe9E7bXPg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxe9E7bXPg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rxe9E7bXPg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxe9E7bXPg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxe9E7bXPg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxe9E7bXPg .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxe9E7bXPg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rxe9E7bXPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxe9E7bXPg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxe9E7bXPg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxe9E7bXPg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rxe9E7bXPg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxe9E7bXPg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxe9E7bXPg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxe9E7bXPg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxe9E7bXPg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxe9E7bXPg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxe9E7bXPg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxe9E7bXPg button.navbar-toggler:focus {
  outline: none;
}
.cid-rxe9E7bXPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rxe9E7bXPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxe9E7bXPg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxe9E7bXPg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxe9E7bXPg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxe9E7bXPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxe9E7bXPg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxe9E7bXPg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxe9E7bXPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxe9E7bXPg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxe9E7bXPg .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxe9E7bXPg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxe9E7bXPg .collapsed .navbar-collapse.collapsing,
.cid-rxe9E7bXPg .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rxe9E7bXPg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxe9E7bXPg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxe9E7bXPg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxe9E7bXPg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxe9E7bXPg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rxe9E7bXPg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rxe9E7bXPg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxe9E7bXPg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxe9E7bXPg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxe9E7bXPg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rxe9E7bXPg .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxe9E7bXPg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxe9E7bXPg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxe9E7bXPg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxe9E7bXPg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxe9E7bXPg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxe9E7bXPg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rxe9E7bXPg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxe9E7bXPg img {
    height: 3.8rem !important;
  }
  .cid-rxe9E7bXPg .btn {
    display: -webkit-flex;
  }
  .cid-rxe9E7bXPg button.navbar-toggler {
    display: block;
  }
  .cid-rxe9E7bXPg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxe9E7bXPg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxe9E7bXPg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxe9E7bXPg .navbar-collapse.collapsing,
  .cid-rxe9E7bXPg .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rxe9E7bXPg .navbar-collapse.collapsing .navbar-nav,
  .cid-rxe9E7bXPg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxe9E7bXPg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxe9E7bXPg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxe9E7bXPg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rxe9E7bXPg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxe9E7bXPg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxe9E7bXPg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxe9E7bXPg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxe9E7bXPg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxe9E7bXPg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxe9E7bXPg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxe9E7bXPg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxe9E7bXPg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rxe9E7bXPg .nav-link {
    justify-content: start!important;
  }
  .cid-rxe9E7bXPg .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rxe9E7bXPg .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rxe9E7bXPg .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rxe9E7bXPg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxe9E7bXPg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxe9E7bXPg .nav-link:hover,
.cid-rxe9E7bXPg .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-rxe9E7bXPg .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rxe9E7bXPg .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rxe9KZc7y7 {
  background-image: url("../../../assets/images/bague-mariage-2000x1736.jpg");
}
.cid-rxe9KZc7y7 .row {
  position: relative;
}
.cid-rxe9KZc7y7 .container {
  max-width: 1500px;
}
.cid-rxe9KZc7y7 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rxe9KZc7y7 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rxe9KZc7y7 .container {
    padding: 0 4rem;
  }
}
.cid-rxe9E9zqkd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rxe9E9zqkd .row {
  position: relative;
}
.cid-rxe9E9zqkd .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rxe9E9zqkd .row {
    margin: 0 2rem;
  }
}
.cid-rxe9E9zqkd .row {
  padding-left: 6rem;
}
.cid-rxe9E9zqkd h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rxe9E9zqkd .content-wrapper {
  max-width: 600px;
}
.cid-rxe9E9zqkd H1 {
  color: #333333;
}
.cid-rxe9E9zqkd .mbr-text,
.cid-rxe9E9zqkd .mbr-section-btn {
  color: #333333;
}
.cid-rxe9E9zqkd H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rxe9E9zqkd .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxe9E9zqkd h4 {
    left: 3rem;
  }
  .cid-rxe9E9zqkd .row {
    padding-left: 3rem;
  }
}
.cid-rxfb23Mrye {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfb23Mrye img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfb23Mrye img:hover {
  transform: scale(1.1);
}
.cid-rxfb23Mrye .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfb23Mrye h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfb23Mrye .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfb23Mrye .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfb23Mrye .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxfb23Mrye .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxfb23Mrye .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfb23Mrye .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfb23Mrye .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxfb23Mrye .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfb23Mrye H2 {
  color: #333333;
}
.cid-rxfb23Mrye .mbr-text {
  color: #767676;
}
.cid-rxfb4IzOJo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfb4IzOJo img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfb4IzOJo img:hover {
  transform: scale(1.1);
}
.cid-rxfb4IzOJo .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfb4IzOJo h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfb4IzOJo .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfb4IzOJo .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfb4IzOJo .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfb4IzOJo .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfb4IzOJo .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfb4IzOJo .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfb4IzOJo .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfb4IzOJo .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfb4IzOJo .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfb4IzOJo .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfb4IzOJo .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfb4IzOJo .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfb4IzOJo H2 {
  color: #333333;
}
.cid-rxfb4IzOJo .mbr-text {
  color: #767676;
}
.cid-rxfo4ODgYH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfo4ODgYH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfo4ODgYH img:hover {
  transform: scale(1.1);
}
.cid-rxfo4ODgYH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfo4ODgYH h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfo4ODgYH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfo4ODgYH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfo4ODgYH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxfo4ODgYH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxfo4ODgYH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfo4ODgYH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfo4ODgYH .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxfo4ODgYH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfo4ODgYH H2 {
  color: #333333;
}
.cid-rxfo4ODgYH .mbr-text {
  color: #767676;
}
.cid-rxfoedCjiG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfoedCjiG img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfoedCjiG img:hover {
  transform: scale(1.1);
}
.cid-rxfoedCjiG .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfoedCjiG h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfoedCjiG .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfoedCjiG .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfoedCjiG .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfoedCjiG .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfoedCjiG .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfoedCjiG .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfoedCjiG .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfoedCjiG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfoedCjiG .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfoedCjiG .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfoedCjiG .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfoedCjiG .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfoedCjiG H2 {
  color: #333333;
}
.cid-rxfoedCjiG .mbr-text {
  color: #767676;
}
.cid-rByWjJDC8P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rByWjJDC8P .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rByWjJDC8P .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chauffer-des-pierres-precieuses-dans-du-metal-1000x667.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rByWjJDC8P .block2 {
  background-image: url("../../../assets/images/or-jaune-or-blanc-argent-quel-metal-pour-mes-boucles-d-oreilles-width1024-1024x7671.jpg");
}
.cid-rByWjJDC8P .block2:hover .block2-over {
  opacity: 0;
}
.cid-rByWjJDC8P .block1 {
  background-image: url("../../../assets/images/uploads-dc273fda-c9ac-4b31-baec-4314b4c514c8-medaille-bapteme-802x5672.jpg");
}
.cid-rByWjJDC8P .block1:hover .block1-over {
  opacity: 0;
}
.cid-rByWjJDC8P .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #282124;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByWjJDC8P .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ff7f9f;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByWjJDC8P .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rByWjJDC8P .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rByWjJDC8P .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rByWjJDC8P .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rByWjJDC8P .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rByWjJDC8P .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rByWjJDC8P .col:hover .box-title2,
.cid-rByWjJDC8P .col:hover .box-text2 {
  color: #282124;
  transition-delay: 0.3s;
}
.cid-rByWjJDC8P .box-title2,
.cid-rByWjJDC8P .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rByWjJDC8P .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rByWjJDC8P .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rByWjJDC8P .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rByWjJDC8P .img-content {
    opacity: 1;
  }
  .cid-rByWjJDC8P .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rByWjJDC8P .box-content {
    width: 100%;
  }
  .cid-rByWjJDC8P .box-title2,
  .cid-rByWjJDC8P .box-text2 {
    color: #282124 !important;
  }
  .cid-rByWjJDC8P .content-block,
  .cid-rByWjJDC8P .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rByWjJDC8P .box-text1 {
  color: #333333;
}
.cid-rByWjJDC8P .box-title2 {
  color: #cccccc;
}
.cid-rByWjJDC8P .block1-text,
.cid-rByWjJDC8P .mbr-section-btn {
  color: #ffffff;
}
.cid-rByWjJDC8P .block2-text,
.cid-rByWjJDC8P .mbr-section-btn {
  color: #333333;
}
.cid-rByWjJDC8P .block2-title {
  color: #333333;
}
.cid-rByWjJDC8P .block1-subtitle {
  color: #ffffff;
}
.cid-rxe9Ec1dyl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rxe9Ec1dyl .media-container-row .mbr-text {
  color: #333333;
}
.cid-rxfqqx7NQM .navbar {
  background: #282124;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxfqqx7NQM .navbar-dropdown.bg-color.transparent.opened {
  background: #282124;
}
.cid-rxfqqx7NQM a {
  font-style: normal;
}
.cid-rxfqqx7NQM .show {
  overflow: visible;
}
.cid-rxfqqx7NQM .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rxfqqx7NQM .dropdown-item:active {
  background-color: transparent;
}
.cid-rxfqqx7NQM .nav-link {
  font-weight: 600!important;
}
.cid-rxfqqx7NQM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxfqqx7NQM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rxfqqx7NQM .nav-item:focus,
.cid-rxfqqx7NQM .nav-link:focus {
  outline: none;
}
.cid-rxfqqx7NQM .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxfqqx7NQM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxfqqx7NQM .menu-logo {
  margin-right: auto;
}
.cid-rxfqqx7NQM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxfqqx7NQM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rxfqqx7NQM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 300!important;
  padding-right: 2rem;
}
.cid-rxfqqx7NQM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxfqqx7NQM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxfqqx7NQM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxfqqx7NQM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxfqqx7NQM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rxfqqx7NQM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxfqqx7NQM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxfqqx7NQM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxfqqx7NQM .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxfqqx7NQM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rxfqqx7NQM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxfqqx7NQM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxfqqx7NQM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxfqqx7NQM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rxfqqx7NQM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxfqqx7NQM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxfqqx7NQM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxfqqx7NQM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxfqqx7NQM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxfqqx7NQM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxfqqx7NQM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxfqqx7NQM button.navbar-toggler:focus {
  outline: none;
}
.cid-rxfqqx7NQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rxfqqx7NQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxfqqx7NQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfqqx7NQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfqqx7NQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxfqqx7NQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfqqx7NQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxfqqx7NQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxfqqx7NQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfqqx7NQM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfqqx7NQM .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxfqqx7NQM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxfqqx7NQM .collapsed .navbar-collapse.collapsing,
.cid-rxfqqx7NQM .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rxfqqx7NQM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxfqqx7NQM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxfqqx7NQM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxfqqx7NQM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxfqqx7NQM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rxfqqx7NQM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rxfqqx7NQM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxfqqx7NQM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxfqqx7NQM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxfqqx7NQM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rxfqqx7NQM .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxfqqx7NQM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxfqqx7NQM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfqqx7NQM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxfqqx7NQM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxfqqx7NQM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxfqqx7NQM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rxfqqx7NQM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfqqx7NQM img {
    height: 3.8rem !important;
  }
  .cid-rxfqqx7NQM .btn {
    display: -webkit-flex;
  }
  .cid-rxfqqx7NQM button.navbar-toggler {
    display: block;
  }
  .cid-rxfqqx7NQM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxfqqx7NQM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfqqx7NQM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxfqqx7NQM .navbar-collapse.collapsing,
  .cid-rxfqqx7NQM .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rxfqqx7NQM .navbar-collapse.collapsing .navbar-nav,
  .cid-rxfqqx7NQM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxfqqx7NQM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxfqqx7NQM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxfqqx7NQM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rxfqqx7NQM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfqqx7NQM .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxfqqx7NQM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxfqqx7NQM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxfqqx7NQM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfqqx7NQM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxfqqx7NQM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxfqqx7NQM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxfqqx7NQM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rxfqqx7NQM .nav-link {
    justify-content: start!important;
  }
  .cid-rxfqqx7NQM .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rxfqqx7NQM .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rxfqqx7NQM .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rxfqqx7NQM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxfqqx7NQM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxfqqx7NQM .nav-link:hover,
.cid-rxfqqx7NQM .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-rxfqqx7NQM .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rxfqqx7NQM .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rxfqqxYC2L {
  background-image: url("../../../assets/images/img-1692.007jpg-1-1280x1058.jpg");
}
.cid-rxfqqxYC2L .row {
  position: relative;
}
.cid-rxfqqxYC2L .container {
  max-width: 1500px;
}
.cid-rxfqqxYC2L h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rxfqqxYC2L .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rxfqqxYC2L .container {
    padding: 0 4rem;
  }
}
.cid-rxfqqyDn5j {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rxfqqyDn5j .row {
  position: relative;
}
.cid-rxfqqyDn5j .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rxfqqyDn5j .row {
    margin: 0 2rem;
  }
}
.cid-rxfqqyDn5j .row {
  padding-left: 6rem;
}
.cid-rxfqqyDn5j h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rxfqqyDn5j .content-wrapper {
  max-width: 600px;
}
.cid-rxfqqyDn5j H1 {
  color: #333333;
}
.cid-rxfqqyDn5j .mbr-text,
.cid-rxfqqyDn5j .mbr-section-btn {
  color: #333333;
}
.cid-rxfqqyDn5j H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rxfqqyDn5j .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfqqyDn5j h4 {
    left: 3rem;
  }
  .cid-rxfqqyDn5j .row {
    padding-left: 3rem;
  }
}
.cid-rxfqqAheVI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfqqAheVI img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfqqAheVI img:hover {
  transform: scale(1.1);
}
.cid-rxfqqAheVI .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfqqAheVI h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfqqAheVI .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfqqAheVI .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfqqAheVI .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxfqqAheVI .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxfqqAheVI .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfqqAheVI .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfqqAheVI .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxfqqAheVI .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfqqAheVI H2 {
  color: #333333;
}
.cid-rxfqqAheVI .mbr-text {
  color: #767676;
}
.cid-rxfqqAShir {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfqqAShir img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfqqAShir img:hover {
  transform: scale(1.1);
}
.cid-rxfqqAShir .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfqqAShir h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfqqAShir .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfqqAShir .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfqqAShir .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfqqAShir .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfqqAShir .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfqqAShir .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfqqAShir .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfqqAShir .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfqqAShir .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfqqAShir .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfqqAShir .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfqqAShir .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfqqAShir H2 {
  color: #333333;
}
.cid-rxfqqAShir .mbr-text {
  color: #767676;
}
.cid-rxfqqBBml7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfqqBBml7 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfqqBBml7 img:hover {
  transform: scale(1.1);
}
.cid-rxfqqBBml7 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfqqBBml7 h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfqqBBml7 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfqqBBml7 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfqqBBml7 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxfqqBBml7 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxfqqBBml7 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfqqBBml7 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfqqBBml7 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxfqqBBml7 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfqqBBml7 H2 {
  color: #333333;
}
.cid-rxfqqBBml7 .mbr-text {
  color: #767676;
}
.cid-rxfqqC8aJ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfqqC8aJ3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfqqC8aJ3 img:hover {
  transform: scale(1.1);
}
.cid-rxfqqC8aJ3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfqqC8aJ3 h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfqqC8aJ3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfqqC8aJ3 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfqqC8aJ3 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfqqC8aJ3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfqqC8aJ3 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfqqC8aJ3 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfqqC8aJ3 .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfqqC8aJ3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfqqC8aJ3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfqqC8aJ3 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfqqC8aJ3 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfqqC8aJ3 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfqqC8aJ3 H2 {
  color: #333333;
}
.cid-rxfqqC8aJ3 .mbr-text {
  color: #767676;
}
.cid-rByXTjb6Yl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rByXTjb6Yl .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rByXTjb6Yl .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chauffer-des-pierres-precieuses-dans-du-metal-1000x667.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rByXTjb6Yl .block2 {
  background-image: url("../../../assets/images/or-jaune-or-blanc-argent-quel-metal-pour-mes-boucles-d-oreilles-width1024-1024x7671.jpg");
}
.cid-rByXTjb6Yl .block2:hover .block2-over {
  opacity: 0;
}
.cid-rByXTjb6Yl .block1 {
  background-image: url("../../../assets/images/uploads-dc273fda-c9ac-4b31-baec-4314b4c514c8-medaille-bapteme-802x5672.jpg");
}
.cid-rByXTjb6Yl .block1:hover .block1-over {
  opacity: 0;
}
.cid-rByXTjb6Yl .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #282124;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByXTjb6Yl .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ff7f9f;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByXTjb6Yl .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rByXTjb6Yl .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rByXTjb6Yl .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rByXTjb6Yl .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rByXTjb6Yl .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rByXTjb6Yl .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rByXTjb6Yl .col:hover .box-title2,
.cid-rByXTjb6Yl .col:hover .box-text2 {
  color: #282124;
  transition-delay: 0.3s;
}
.cid-rByXTjb6Yl .box-title2,
.cid-rByXTjb6Yl .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rByXTjb6Yl .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rByXTjb6Yl .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rByXTjb6Yl .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rByXTjb6Yl .img-content {
    opacity: 1;
  }
  .cid-rByXTjb6Yl .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rByXTjb6Yl .box-content {
    width: 100%;
  }
  .cid-rByXTjb6Yl .box-title2,
  .cid-rByXTjb6Yl .box-text2 {
    color: #282124 !important;
  }
  .cid-rByXTjb6Yl .content-block,
  .cid-rByXTjb6Yl .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rByXTjb6Yl .box-text1 {
  color: #333333;
}
.cid-rByXTjb6Yl .box-title2 {
  color: #cccccc;
}
.cid-rByXTjb6Yl .block1-text,
.cid-rByXTjb6Yl .mbr-section-btn {
  color: #ffffff;
}
.cid-rByXTjb6Yl .block2-text,
.cid-rByXTjb6Yl .mbr-section-btn {
  color: #333333;
}
.cid-rByXTjb6Yl .block2-title {
  color: #333333;
}
.cid-rByXTjb6Yl .block1-subtitle {
  color: #ffffff;
}
.cid-rxfqqEePjb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rxfqqEePjb .media-container-row .mbr-text {
  color: #333333;
}
.cid-rxftHIfbt5 .navbar {
  background: #282124;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxftHIfbt5 .navbar-dropdown.bg-color.transparent.opened {
  background: #282124;
}
.cid-rxftHIfbt5 a {
  font-style: normal;
}
.cid-rxftHIfbt5 .show {
  overflow: visible;
}
.cid-rxftHIfbt5 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rxftHIfbt5 .dropdown-item:active {
  background-color: transparent;
}
.cid-rxftHIfbt5 .nav-link {
  font-weight: 600!important;
}
.cid-rxftHIfbt5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxftHIfbt5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rxftHIfbt5 .nav-item:focus,
.cid-rxftHIfbt5 .nav-link:focus {
  outline: none;
}
.cid-rxftHIfbt5 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxftHIfbt5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxftHIfbt5 .menu-logo {
  margin-right: auto;
}
.cid-rxftHIfbt5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxftHIfbt5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rxftHIfbt5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 300!important;
  padding-right: 2rem;
}
.cid-rxftHIfbt5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxftHIfbt5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxftHIfbt5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxftHIfbt5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxftHIfbt5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rxftHIfbt5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxftHIfbt5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxftHIfbt5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxftHIfbt5 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxftHIfbt5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rxftHIfbt5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxftHIfbt5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxftHIfbt5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxftHIfbt5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rxftHIfbt5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxftHIfbt5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxftHIfbt5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxftHIfbt5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxftHIfbt5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxftHIfbt5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxftHIfbt5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxftHIfbt5 button.navbar-toggler:focus {
  outline: none;
}
.cid-rxftHIfbt5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rxftHIfbt5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxftHIfbt5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxftHIfbt5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxftHIfbt5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxftHIfbt5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxftHIfbt5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxftHIfbt5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxftHIfbt5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxftHIfbt5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxftHIfbt5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxftHIfbt5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxftHIfbt5 .collapsed .navbar-collapse.collapsing,
.cid-rxftHIfbt5 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rxftHIfbt5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxftHIfbt5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxftHIfbt5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxftHIfbt5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxftHIfbt5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rxftHIfbt5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rxftHIfbt5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxftHIfbt5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxftHIfbt5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxftHIfbt5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rxftHIfbt5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxftHIfbt5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxftHIfbt5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxftHIfbt5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxftHIfbt5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxftHIfbt5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxftHIfbt5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rxftHIfbt5.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxftHIfbt5 img {
    height: 3.8rem !important;
  }
  .cid-rxftHIfbt5 .btn {
    display: -webkit-flex;
  }
  .cid-rxftHIfbt5 button.navbar-toggler {
    display: block;
  }
  .cid-rxftHIfbt5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxftHIfbt5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxftHIfbt5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxftHIfbt5 .navbar-collapse.collapsing,
  .cid-rxftHIfbt5 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rxftHIfbt5 .navbar-collapse.collapsing .navbar-nav,
  .cid-rxftHIfbt5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxftHIfbt5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxftHIfbt5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxftHIfbt5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rxftHIfbt5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxftHIfbt5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxftHIfbt5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxftHIfbt5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxftHIfbt5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxftHIfbt5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxftHIfbt5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxftHIfbt5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxftHIfbt5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rxftHIfbt5 .nav-link {
    justify-content: start!important;
  }
  .cid-rxftHIfbt5 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rxftHIfbt5 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rxftHIfbt5 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rxftHIfbt5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxftHIfbt5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxftHIfbt5 .nav-link:hover,
.cid-rxftHIfbt5 .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-rxftHIfbt5 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rxftHIfbt5 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rxftHJ4frO {
  background-image: url("../../../assets/images/img-1692.007jpg-1-1280x1058.jpg");
}
.cid-rxftHJ4frO .row {
  position: relative;
}
.cid-rxftHJ4frO .container {
  max-width: 1500px;
}
.cid-rxftHJ4frO h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rxftHJ4frO .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rxftHJ4frO .container {
    padding: 0 4rem;
  }
}
.cid-rxftHJISx1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rxftHJISx1 .row {
  position: relative;
}
.cid-rxftHJISx1 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rxftHJISx1 .row {
    margin: 0 2rem;
  }
}
.cid-rxftHJISx1 .row {
  padding-left: 6rem;
}
.cid-rxftHJISx1 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rxftHJISx1 .content-wrapper {
  max-width: 600px;
}
.cid-rxftHJISx1 H1 {
  color: #333333;
}
.cid-rxftHJISx1 .mbr-text,
.cid-rxftHJISx1 .mbr-section-btn {
  color: #333333;
}
.cid-rxftHJISx1 H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rxftHJISx1 .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxftHJISx1 h4 {
    left: 3rem;
  }
  .cid-rxftHJISx1 .row {
    padding-left: 3rem;
  }
}
.cid-rxftHL5FkB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxftHL5FkB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxftHL5FkB img:hover {
  transform: scale(1.1);
}
.cid-rxftHL5FkB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxftHL5FkB h2 {
  padding: 0;
  margin: 0;
}
.cid-rxftHL5FkB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxftHL5FkB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxftHL5FkB .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxftHL5FkB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxftHL5FkB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxftHL5FkB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxftHL5FkB .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxftHL5FkB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxftHL5FkB H2 {
  color: #333333;
}
.cid-rxftHL5FkB .mbr-text {
  color: #767676;
}
.cid-rxftHLFAe9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxftHLFAe9 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxftHLFAe9 img:hover {
  transform: scale(1.1);
}
.cid-rxftHLFAe9 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxftHLFAe9 h2 {
  padding: 0;
  margin: 0;
}
.cid-rxftHLFAe9 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxftHLFAe9 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxftHLFAe9 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxftHLFAe9 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxftHLFAe9 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxftHLFAe9 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxftHLFAe9 .mbr-iconfont {
  margin: 0!important;
}
.cid-rxftHLFAe9 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxftHLFAe9 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxftHLFAe9 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxftHLFAe9 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxftHLFAe9 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxftHLFAe9 H2 {
  color: #333333;
}
.cid-rxftHLFAe9 .mbr-text {
  color: #767676;
}
.cid-rxftHMkWay {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxftHMkWay img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxftHMkWay img:hover {
  transform: scale(1.1);
}
.cid-rxftHMkWay .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxftHMkWay h2 {
  padding: 0;
  margin: 0;
}
.cid-rxftHMkWay .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxftHMkWay .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxftHMkWay .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxftHMkWay .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxftHMkWay .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxftHMkWay .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxftHMkWay .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxftHMkWay .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxftHMkWay H2 {
  color: #333333;
}
.cid-rxftHMkWay .mbr-text {
  color: #767676;
}
.cid-rxftHN1tsg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxftHN1tsg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxftHN1tsg img:hover {
  transform: scale(1.1);
}
.cid-rxftHN1tsg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxftHN1tsg h2 {
  padding: 0;
  margin: 0;
}
.cid-rxftHN1tsg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxftHN1tsg .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxftHN1tsg .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxftHN1tsg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxftHN1tsg .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxftHN1tsg .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxftHN1tsg .mbr-iconfont {
  margin: 0!important;
}
.cid-rxftHN1tsg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxftHN1tsg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxftHN1tsg .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxftHN1tsg .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxftHN1tsg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxftHN1tsg H2 {
  color: #333333;
}
.cid-rxftHN1tsg .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-rByXfi4nsZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rByXfi4nsZ .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rByXfi4nsZ .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chauffer-des-pierres-precieuses-dans-du-metal-1000x667.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rByXfi4nsZ .block2 {
  background-image: url("../../../assets/images/or-jaune-or-blanc-argent-quel-metal-pour-mes-boucles-d-oreilles-width1024-1024x7671.jpg");
}
.cid-rByXfi4nsZ .block2:hover .block2-over {
  opacity: 0;
}
.cid-rByXfi4nsZ .block1 {
  background-image: url("../../../assets/images/uploads-dc273fda-c9ac-4b31-baec-4314b4c514c8-medaille-bapteme-802x5672.jpg");
}
.cid-rByXfi4nsZ .block1:hover .block1-over {
  opacity: 0;
}
.cid-rByXfi4nsZ .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #282124;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByXfi4nsZ .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ff7f9f;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByXfi4nsZ .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rByXfi4nsZ .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rByXfi4nsZ .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rByXfi4nsZ .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rByXfi4nsZ .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rByXfi4nsZ .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rByXfi4nsZ .col:hover .box-title2,
.cid-rByXfi4nsZ .col:hover .box-text2 {
  color: #282124;
  transition-delay: 0.3s;
}
.cid-rByXfi4nsZ .box-title2,
.cid-rByXfi4nsZ .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rByXfi4nsZ .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rByXfi4nsZ .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rByXfi4nsZ .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rByXfi4nsZ .img-content {
    opacity: 1;
  }
  .cid-rByXfi4nsZ .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rByXfi4nsZ .box-content {
    width: 100%;
  }
  .cid-rByXfi4nsZ .box-title2,
  .cid-rByXfi4nsZ .box-text2 {
    color: #282124 !important;
  }
  .cid-rByXfi4nsZ .content-block,
  .cid-rByXfi4nsZ .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rByXfi4nsZ .box-text1 {
  color: #333333;
}
.cid-rByXfi4nsZ .box-title2 {
  color: #cccccc;
}
.cid-rByXfi4nsZ .block1-text,
.cid-rByXfi4nsZ .mbr-section-btn {
  color: #ffffff;
}
.cid-rByXfi4nsZ .block2-text,
.cid-rByXfi4nsZ .mbr-section-btn {
  color: #333333;
}
.cid-rByXfi4nsZ .block2-title {
  color: #333333;
}
.cid-rByXfi4nsZ .block1-subtitle {
  color: #ffffff;
}
.cid-rxftHPbDqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rxftHPbDqG .media-container-row .mbr-text {
  color: #333333;
}
.cid-rxfwiMU7iU .navbar {
  background: #282124;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxfwiMU7iU .navbar-dropdown.bg-color.transparent.opened {
  background: #282124;
}
.cid-rxfwiMU7iU a {
  font-style: normal;
}
.cid-rxfwiMU7iU .show {
  overflow: visible;
}
.cid-rxfwiMU7iU .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rxfwiMU7iU .dropdown-item:active {
  background-color: transparent;
}
.cid-rxfwiMU7iU .nav-link {
  font-weight: 600!important;
}
.cid-rxfwiMU7iU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxfwiMU7iU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rxfwiMU7iU .nav-item:focus,
.cid-rxfwiMU7iU .nav-link:focus {
  outline: none;
}
.cid-rxfwiMU7iU .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxfwiMU7iU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxfwiMU7iU .menu-logo {
  margin-right: auto;
}
.cid-rxfwiMU7iU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxfwiMU7iU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rxfwiMU7iU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 300!important;
  padding-right: 2rem;
}
.cid-rxfwiMU7iU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxfwiMU7iU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxfwiMU7iU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxfwiMU7iU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxfwiMU7iU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rxfwiMU7iU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxfwiMU7iU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxfwiMU7iU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxfwiMU7iU .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxfwiMU7iU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rxfwiMU7iU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxfwiMU7iU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxfwiMU7iU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxfwiMU7iU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rxfwiMU7iU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxfwiMU7iU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxfwiMU7iU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxfwiMU7iU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxfwiMU7iU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxfwiMU7iU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxfwiMU7iU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxfwiMU7iU button.navbar-toggler:focus {
  outline: none;
}
.cid-rxfwiMU7iU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rxfwiMU7iU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxfwiMU7iU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfwiMU7iU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfwiMU7iU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxfwiMU7iU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfwiMU7iU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxfwiMU7iU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxfwiMU7iU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfwiMU7iU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfwiMU7iU .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxfwiMU7iU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxfwiMU7iU .collapsed .navbar-collapse.collapsing,
.cid-rxfwiMU7iU .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rxfwiMU7iU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxfwiMU7iU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxfwiMU7iU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxfwiMU7iU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxfwiMU7iU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rxfwiMU7iU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rxfwiMU7iU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxfwiMU7iU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxfwiMU7iU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxfwiMU7iU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rxfwiMU7iU .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxfwiMU7iU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxfwiMU7iU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfwiMU7iU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxfwiMU7iU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxfwiMU7iU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxfwiMU7iU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rxfwiMU7iU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfwiMU7iU img {
    height: 3.8rem !important;
  }
  .cid-rxfwiMU7iU .btn {
    display: -webkit-flex;
  }
  .cid-rxfwiMU7iU button.navbar-toggler {
    display: block;
  }
  .cid-rxfwiMU7iU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxfwiMU7iU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfwiMU7iU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxfwiMU7iU .navbar-collapse.collapsing,
  .cid-rxfwiMU7iU .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rxfwiMU7iU .navbar-collapse.collapsing .navbar-nav,
  .cid-rxfwiMU7iU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxfwiMU7iU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxfwiMU7iU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxfwiMU7iU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rxfwiMU7iU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfwiMU7iU .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxfwiMU7iU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxfwiMU7iU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxfwiMU7iU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfwiMU7iU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxfwiMU7iU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxfwiMU7iU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxfwiMU7iU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rxfwiMU7iU .nav-link {
    justify-content: start!important;
  }
  .cid-rxfwiMU7iU .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rxfwiMU7iU .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rxfwiMU7iU .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rxfwiMU7iU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxfwiMU7iU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxfwiMU7iU .nav-link:hover,
.cid-rxfwiMU7iU .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-rxfwiMU7iU .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rxfwiMU7iU .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rxfwiNVYpQ {
  background-image: url("../../../assets/images/img-1692.007jpg-1-1280x1058.jpg");
}
.cid-rxfwiNVYpQ .row {
  position: relative;
}
.cid-rxfwiNVYpQ .container {
  max-width: 1500px;
}
.cid-rxfwiNVYpQ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-rxfwiNVYpQ .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rxfwiNVYpQ .container {
    padding: 0 4rem;
  }
}
.cid-rxfwiOLE22 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rxfwiOLE22 .row {
  position: relative;
}
.cid-rxfwiOLE22 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rxfwiOLE22 .row {
    margin: 0 2rem;
  }
}
.cid-rxfwiOLE22 .row {
  padding-left: 6rem;
}
.cid-rxfwiOLE22 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rxfwiOLE22 .content-wrapper {
  max-width: 600px;
}
.cid-rxfwiOLE22 H1 {
  color: #333333;
}
.cid-rxfwiOLE22 .mbr-text,
.cid-rxfwiOLE22 .mbr-section-btn {
  color: #333333;
}
.cid-rxfwiOLE22 H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rxfwiOLE22 .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfwiOLE22 h4 {
    left: 3rem;
  }
  .cid-rxfwiOLE22 .row {
    padding-left: 3rem;
  }
}
.cid-rxfwiQ3hvu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfwiQ3hvu img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfwiQ3hvu img:hover {
  transform: scale(1.1);
}
.cid-rxfwiQ3hvu .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfwiQ3hvu h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfwiQ3hvu .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfwiQ3hvu .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfwiQ3hvu .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxfwiQ3hvu .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxfwiQ3hvu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfwiQ3hvu .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfwiQ3hvu .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxfwiQ3hvu .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfwiQ3hvu H2 {
  color: #333333;
}
.cid-rxfwiQ3hvu .mbr-text {
  color: #767676;
}
.cid-rxfwiQKNZa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfwiQKNZa img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfwiQKNZa img:hover {
  transform: scale(1.1);
}
.cid-rxfwiQKNZa .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfwiQKNZa h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfwiQKNZa .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfwiQKNZa .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfwiQKNZa .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfwiQKNZa .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfwiQKNZa .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfwiQKNZa .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfwiQKNZa .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfwiQKNZa .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfwiQKNZa .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfwiQKNZa .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfwiQKNZa .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfwiQKNZa .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfwiQKNZa H2 {
  color: #333333;
}
.cid-rxfwiQKNZa .mbr-text {
  color: #767676;
}
.cid-rxfwiRkJwl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfwiRkJwl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfwiRkJwl img:hover {
  transform: scale(1.1);
}
.cid-rxfwiRkJwl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfwiRkJwl h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfwiRkJwl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfwiRkJwl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfwiRkJwl .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxfwiRkJwl .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxfwiRkJwl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfwiRkJwl .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfwiRkJwl .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxfwiRkJwl .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfwiRkJwl H2 {
  color: #333333;
}
.cid-rxfwiRkJwl .mbr-text {
  color: #767676;
}
.cid-rxfwiRUNlS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfwiRUNlS img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfwiRUNlS img:hover {
  transform: scale(1.1);
}
.cid-rxfwiRUNlS .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfwiRUNlS h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfwiRUNlS .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfwiRUNlS .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfwiRUNlS .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfwiRUNlS .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfwiRUNlS .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfwiRUNlS .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfwiRUNlS .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfwiRUNlS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfwiRUNlS .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfwiRUNlS .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfwiRUNlS .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfwiRUNlS .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfwiRUNlS H2 {
  color: #333333;
}
.cid-rxfwiRUNlS .mbr-text {
  color: #767676;
}
.cid-rByXQ4D9Sk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rByXQ4D9Sk .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rByXQ4D9Sk .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chauffer-des-pierres-precieuses-dans-du-metal-1000x667.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rByXQ4D9Sk .block2 {
  background-image: url("../../../assets/images/or-jaune-or-blanc-argent-quel-metal-pour-mes-boucles-d-oreilles-width1024-1024x7671.jpg");
}
.cid-rByXQ4D9Sk .block2:hover .block2-over {
  opacity: 0;
}
.cid-rByXQ4D9Sk .block1 {
  background-image: url("../../../assets/images/uploads-dc273fda-c9ac-4b31-baec-4314b4c514c8-medaille-bapteme-802x5672.jpg");
}
.cid-rByXQ4D9Sk .block1:hover .block1-over {
  opacity: 0;
}
.cid-rByXQ4D9Sk .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #282124;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByXQ4D9Sk .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ff7f9f;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByXQ4D9Sk .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rByXQ4D9Sk .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rByXQ4D9Sk .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rByXQ4D9Sk .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rByXQ4D9Sk .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rByXQ4D9Sk .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rByXQ4D9Sk .col:hover .box-title2,
.cid-rByXQ4D9Sk .col:hover .box-text2 {
  color: #282124;
  transition-delay: 0.3s;
}
.cid-rByXQ4D9Sk .box-title2,
.cid-rByXQ4D9Sk .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rByXQ4D9Sk .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rByXQ4D9Sk .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rByXQ4D9Sk .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rByXQ4D9Sk .img-content {
    opacity: 1;
  }
  .cid-rByXQ4D9Sk .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rByXQ4D9Sk .box-content {
    width: 100%;
  }
  .cid-rByXQ4D9Sk .box-title2,
  .cid-rByXQ4D9Sk .box-text2 {
    color: #282124 !important;
  }
  .cid-rByXQ4D9Sk .content-block,
  .cid-rByXQ4D9Sk .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rByXQ4D9Sk .box-text1 {
  color: #333333;
}
.cid-rByXQ4D9Sk .box-title2 {
  color: #cccccc;
}
.cid-rByXQ4D9Sk .block1-text,
.cid-rByXQ4D9Sk .mbr-section-btn {
  color: #ffffff;
}
.cid-rByXQ4D9Sk .block2-text,
.cid-rByXQ4D9Sk .mbr-section-btn {
  color: #333333;
}
.cid-rByXQ4D9Sk .block2-title {
  color: #333333;
}
.cid-rByXQ4D9Sk .block1-subtitle {
  color: #ffffff;
}
.cid-rxfwiU50En {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rxfwiU50En .media-container-row .mbr-text {
  color: #333333;
}
.cid-rxfCLQAzfM .navbar {
  background: #282124;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxfCLQAzfM .navbar-dropdown.bg-color.transparent.opened {
  background: #282124;
}
.cid-rxfCLQAzfM a {
  font-style: normal;
}
.cid-rxfCLQAzfM .show {
  overflow: visible;
}
.cid-rxfCLQAzfM .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rxfCLQAzfM .dropdown-item:active {
  background-color: transparent;
}
.cid-rxfCLQAzfM .nav-link {
  font-weight: 600!important;
}
.cid-rxfCLQAzfM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxfCLQAzfM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rxfCLQAzfM .nav-item:focus,
.cid-rxfCLQAzfM .nav-link:focus {
  outline: none;
}
.cid-rxfCLQAzfM .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxfCLQAzfM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxfCLQAzfM .menu-logo {
  margin-right: auto;
}
.cid-rxfCLQAzfM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxfCLQAzfM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rxfCLQAzfM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 300!important;
  padding-right: 2rem;
}
.cid-rxfCLQAzfM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxfCLQAzfM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxfCLQAzfM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxfCLQAzfM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxfCLQAzfM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rxfCLQAzfM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxfCLQAzfM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxfCLQAzfM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxfCLQAzfM .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxfCLQAzfM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rxfCLQAzfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxfCLQAzfM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxfCLQAzfM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxfCLQAzfM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rxfCLQAzfM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxfCLQAzfM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxfCLQAzfM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxfCLQAzfM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxfCLQAzfM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxfCLQAzfM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxfCLQAzfM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxfCLQAzfM button.navbar-toggler:focus {
  outline: none;
}
.cid-rxfCLQAzfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rxfCLQAzfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxfCLQAzfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfCLQAzfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfCLQAzfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxfCLQAzfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfCLQAzfM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxfCLQAzfM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxfCLQAzfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfCLQAzfM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfCLQAzfM .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxfCLQAzfM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxfCLQAzfM .collapsed .navbar-collapse.collapsing,
.cid-rxfCLQAzfM .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rxfCLQAzfM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxfCLQAzfM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxfCLQAzfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxfCLQAzfM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxfCLQAzfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rxfCLQAzfM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rxfCLQAzfM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxfCLQAzfM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxfCLQAzfM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxfCLQAzfM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rxfCLQAzfM .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxfCLQAzfM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxfCLQAzfM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfCLQAzfM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxfCLQAzfM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxfCLQAzfM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxfCLQAzfM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rxfCLQAzfM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfCLQAzfM img {
    height: 3.8rem !important;
  }
  .cid-rxfCLQAzfM .btn {
    display: -webkit-flex;
  }
  .cid-rxfCLQAzfM button.navbar-toggler {
    display: block;
  }
  .cid-rxfCLQAzfM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxfCLQAzfM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfCLQAzfM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxfCLQAzfM .navbar-collapse.collapsing,
  .cid-rxfCLQAzfM .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rxfCLQAzfM .navbar-collapse.collapsing .navbar-nav,
  .cid-rxfCLQAzfM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxfCLQAzfM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxfCLQAzfM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxfCLQAzfM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rxfCLQAzfM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfCLQAzfM .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxfCLQAzfM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxfCLQAzfM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxfCLQAzfM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfCLQAzfM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxfCLQAzfM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxfCLQAzfM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxfCLQAzfM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rxfCLQAzfM .nav-link {
    justify-content: start!important;
  }
  .cid-rxfCLQAzfM .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rxfCLQAzfM .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rxfCLQAzfM .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rxfCLQAzfM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxfCLQAzfM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxfCLQAzfM .nav-link:hover,
.cid-rxfCLQAzfM .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-rxfCLQAzfM .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rxfCLQAzfM .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rxfCLRjeAl {
  padding-top: 0px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rxfCLRjeAl .row {
  justify-content: flex-end;
}
.cid-rxfCLRjeAl .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #282124;
}
.cid-rxfCLRjeAl .block {
  background-color: #ff7f9f;
}
.cid-rxfCLRjeAl img {
  width: 100%;
}
.cid-rxfCLRjeAl .content-wrapper {
  margin: auto;
  position: relative;
  padding: 7rem 10rem 3rem 10rem;
}
.cid-rxfCLRjeAl .content {
  max-width: 600px;
}
.cid-rxfCLRjeAl h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rxfCLRjeAl .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rxfCLRjeAl h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfCLRjeAl .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rxfCLRjeAl h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-rxfCLRjeAl .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-rxfCLRjeAl H1 {
  color: #ffffff;
}
.cid-rxfCLRjeAl .mbr-text,
.cid-rxfCLRjeAl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rxfCLRjeAl H4 {
  color: #ffffff;
}
.cid-rxfCLSRUb3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rxfCLSRUb3 .row {
  position: relative;
}
.cid-rxfCLSRUb3 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rxfCLSRUb3 .row {
    margin: 0 2rem;
  }
}
.cid-rxfCLSRUb3 .row {
  padding-left: 6rem;
}
.cid-rxfCLSRUb3 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rxfCLSRUb3 .content-wrapper {
  max-width: 600px;
}
.cid-rxfCLSRUb3 H1 {
  color: #333333;
}
.cid-rxfCLSRUb3 .mbr-text,
.cid-rxfCLSRUb3 .mbr-section-btn {
  color: #333333;
}
.cid-rxfCLSRUb3 H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rxfCLSRUb3 .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfCLSRUb3 h4 {
    left: 3rem;
  }
  .cid-rxfCLSRUb3 .row {
    padding-left: 3rem;
  }
}
.cid-rxfGD2X3c8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff7f9f;
}
.cid-rxfGD2X3c8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rxfGD2X3c8 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rxfGD2X3c8 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rxfGD2X3c8 .team-item .item-image img {
  width: 100%;
}
.cid-rxfGD2X3c8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rxfGD2X3c8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rxfGD2X3c8 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rxfGD2X3c8 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rxfGD2X3c8 .team-item .item-caption {
  background: #efefef;
}
.cid-rxfERG2lcz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfERG2lcz img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfERG2lcz img:hover {
  transform: scale(1.1);
}
.cid-rxfERG2lcz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfERG2lcz h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfERG2lcz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfERG2lcz .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfERG2lcz .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfERG2lcz .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfERG2lcz .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfERG2lcz .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfERG2lcz .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfERG2lcz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfERG2lcz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfERG2lcz .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfERG2lcz .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfERG2lcz .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfERG2lcz H2 {
  color: #333333;
}
.cid-rxfERG2lcz .mbr-text {
  color: #767676;
}
.cid-rxfEYeTSCg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfEYeTSCg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfEYeTSCg img:hover {
  transform: scale(1.1);
}
.cid-rxfEYeTSCg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfEYeTSCg h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfEYeTSCg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfEYeTSCg .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfEYeTSCg .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxfEYeTSCg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxfEYeTSCg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfEYeTSCg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfEYeTSCg .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxfEYeTSCg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfEYeTSCg H2 {
  color: #333333;
}
.cid-rxfEYeTSCg .mbr-text {
  color: #767676;
}
.cid-rxfF2k7Jp8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfF2k7Jp8 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfF2k7Jp8 img:hover {
  transform: scale(1.1);
}
.cid-rxfF2k7Jp8 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfF2k7Jp8 h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfF2k7Jp8 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfF2k7Jp8 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfF2k7Jp8 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfF2k7Jp8 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfF2k7Jp8 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfF2k7Jp8 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfF2k7Jp8 .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfF2k7Jp8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfF2k7Jp8 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfF2k7Jp8 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfF2k7Jp8 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfF2k7Jp8 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfF2k7Jp8 H2 {
  color: #333333;
}
.cid-rxfF2k7Jp8 .mbr-text {
  color: #767676;
}
.cid-rxjFQ8a1Yc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rxjFQ8a1Yc .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rxjFQ8a1Yc .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chauffer-des-pierres-precieuses-dans-du-metal-1000x667.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rxjFQ8a1Yc .block2 {
  background-image: url("../../../assets/images/or-jaune-or-blanc-argent-quel-metal-pour-mes-boucles-d-oreilles-width1024-1024x7673.jpg");
}
.cid-rxjFQ8a1Yc .block2:hover .block2-over {
  opacity: 0;
}
.cid-rxjFQ8a1Yc .block1 {
  background-image: url("../../../assets/images/uploads-dc273fda-c9ac-4b31-baec-4314b4c514c8-medaille-bapteme-802x5674.jpg");
}
.cid-rxjFQ8a1Yc .block1:hover .block1-over {
  opacity: 0;
}
.cid-rxjFQ8a1Yc .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #282124;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rxjFQ8a1Yc .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ff7f9f;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rxjFQ8a1Yc .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rxjFQ8a1Yc .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rxjFQ8a1Yc .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rxjFQ8a1Yc .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rxjFQ8a1Yc .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rxjFQ8a1Yc .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rxjFQ8a1Yc .col:hover .box-title2,
.cid-rxjFQ8a1Yc .col:hover .box-text2 {
  color: #282124;
  transition-delay: 0.3s;
}
.cid-rxjFQ8a1Yc .box-title2,
.cid-rxjFQ8a1Yc .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rxjFQ8a1Yc .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rxjFQ8a1Yc .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rxjFQ8a1Yc .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rxjFQ8a1Yc .img-content {
    opacity: 1;
  }
  .cid-rxjFQ8a1Yc .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rxjFQ8a1Yc .box-content {
    width: 100%;
  }
  .cid-rxjFQ8a1Yc .box-title2,
  .cid-rxjFQ8a1Yc .box-text2 {
    color: #282124 !important;
  }
  .cid-rxjFQ8a1Yc .content-block,
  .cid-rxjFQ8a1Yc .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rxjFQ8a1Yc .box-text1 {
  color: #333333;
}
.cid-rxjFQ8a1Yc .box-title2 {
  color: #cccccc;
}
.cid-rxjFQ8a1Yc .block1-text,
.cid-rxjFQ8a1Yc .mbr-section-btn {
  color: #ffffff;
}
.cid-rxjFQ8a1Yc .block2-text,
.cid-rxjFQ8a1Yc .mbr-section-btn {
  color: #333333;
}
.cid-rxjFQ8a1Yc .block2-title {
  color: #333333;
}
.cid-rxjFQ8a1Yc .block1-subtitle {
  color: #ffffff;
}
.cid-rxfCLUGcNP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rxfCLUGcNP .media-container-row .mbr-text {
  color: #333333;
}
.cid-rxfCWyyKcM .navbar {
  background: #282124;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxfCWyyKcM .navbar-dropdown.bg-color.transparent.opened {
  background: #282124;
}
.cid-rxfCWyyKcM a {
  font-style: normal;
}
.cid-rxfCWyyKcM .show {
  overflow: visible;
}
.cid-rxfCWyyKcM .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rxfCWyyKcM .dropdown-item:active {
  background-color: transparent;
}
.cid-rxfCWyyKcM .nav-link {
  font-weight: 600!important;
}
.cid-rxfCWyyKcM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxfCWyyKcM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rxfCWyyKcM .nav-item:focus,
.cid-rxfCWyyKcM .nav-link:focus {
  outline: none;
}
.cid-rxfCWyyKcM .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxfCWyyKcM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxfCWyyKcM .menu-logo {
  margin-right: auto;
}
.cid-rxfCWyyKcM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxfCWyyKcM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rxfCWyyKcM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 300!important;
  padding-right: 2rem;
}
.cid-rxfCWyyKcM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxfCWyyKcM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxfCWyyKcM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxfCWyyKcM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxfCWyyKcM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rxfCWyyKcM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxfCWyyKcM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxfCWyyKcM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxfCWyyKcM .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxfCWyyKcM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rxfCWyyKcM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxfCWyyKcM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxfCWyyKcM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxfCWyyKcM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rxfCWyyKcM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxfCWyyKcM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxfCWyyKcM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxfCWyyKcM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxfCWyyKcM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxfCWyyKcM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxfCWyyKcM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxfCWyyKcM button.navbar-toggler:focus {
  outline: none;
}
.cid-rxfCWyyKcM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rxfCWyyKcM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxfCWyyKcM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfCWyyKcM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfCWyyKcM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxfCWyyKcM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfCWyyKcM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxfCWyyKcM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxfCWyyKcM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfCWyyKcM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfCWyyKcM .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxfCWyyKcM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxfCWyyKcM .collapsed .navbar-collapse.collapsing,
.cid-rxfCWyyKcM .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rxfCWyyKcM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxfCWyyKcM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxfCWyyKcM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxfCWyyKcM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxfCWyyKcM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rxfCWyyKcM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rxfCWyyKcM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxfCWyyKcM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxfCWyyKcM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxfCWyyKcM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rxfCWyyKcM .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxfCWyyKcM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxfCWyyKcM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfCWyyKcM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxfCWyyKcM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxfCWyyKcM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxfCWyyKcM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rxfCWyyKcM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfCWyyKcM img {
    height: 3.8rem !important;
  }
  .cid-rxfCWyyKcM .btn {
    display: -webkit-flex;
  }
  .cid-rxfCWyyKcM button.navbar-toggler {
    display: block;
  }
  .cid-rxfCWyyKcM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxfCWyyKcM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfCWyyKcM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxfCWyyKcM .navbar-collapse.collapsing,
  .cid-rxfCWyyKcM .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rxfCWyyKcM .navbar-collapse.collapsing .navbar-nav,
  .cid-rxfCWyyKcM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxfCWyyKcM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxfCWyyKcM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxfCWyyKcM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rxfCWyyKcM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfCWyyKcM .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxfCWyyKcM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxfCWyyKcM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxfCWyyKcM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfCWyyKcM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxfCWyyKcM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxfCWyyKcM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxfCWyyKcM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rxfCWyyKcM .nav-link {
    justify-content: start!important;
  }
  .cid-rxfCWyyKcM .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rxfCWyyKcM .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rxfCWyyKcM .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rxfCWyyKcM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxfCWyyKcM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxfCWyyKcM .nav-link:hover,
.cid-rxfCWyyKcM .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-rxfCWyyKcM .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rxfCWyyKcM .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rxfCWzjaSa {
  padding-top: 0px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rxfCWzjaSa .row {
  justify-content: flex-end;
}
.cid-rxfCWzjaSa .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #282124;
}
.cid-rxfCWzjaSa .block {
  background-color: #ff7f9f;
}
.cid-rxfCWzjaSa img {
  width: 100%;
}
.cid-rxfCWzjaSa .content-wrapper {
  margin: auto;
  position: relative;
  padding: 7rem 10rem 3rem 10rem;
}
.cid-rxfCWzjaSa .content {
  max-width: 600px;
}
.cid-rxfCWzjaSa h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rxfCWzjaSa .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rxfCWzjaSa h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfCWzjaSa .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rxfCWzjaSa h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-rxfCWzjaSa .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-rxfCWzjaSa H1 {
  color: #ffffff;
}
.cid-rxfCWzjaSa .mbr-text,
.cid-rxfCWzjaSa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rxfCWzjaSa H4 {
  color: #ffffff;
}
.cid-rByVV2GL47 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff7f9f;
}
.cid-rByVV2GL47 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rByVV2GL47 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-rByVV2GL47 .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-rByVV2GL47 .card-wrapper {
    margin: 0rem;
  }
}
.cid-rByVV2GL47 .card {
  height: fit-content;
}
.cid-rByVV2GL47 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rByVV2GL47 .text-wrap {
  max-width: 400px;
}
.cid-rByVV2GL47 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffffff;
}
.cid-rByVV2GL47 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rByVV2GL47 .card-box {
  background-color: #ffffff;
  padding: 2rem 2rem 4rem 2rem;
  width: 100%;
}
.cid-rByVV2GL47 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rByVV2GL47 .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-rByVV2GL47 .container {
  max-width: 1500px;
}
.cid-rByVV2GL47 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rByVV2GL47 .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rByVV2GL47 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rByVV2GL47 .img-wrap {
    max-height: 230px;
  }
  .cid-rByVV2GL47 .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-rByVV2GL47 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rByVV2GL47 .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-rByVV2GL47 .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-rByVV2GL47 .number {
    margin: auto;
  }
}
.cid-rByVV2GL47 .mbr-text {
  color: #ffffff;
}
.cid-rByVV2GL47 .card-text {
  color: #282124;
}
.cid-rByVV2GL47 .card-title {
  color: #ff7f9f;
}
.cid-rByW35zRmz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rByW35zRmz .row {
  position: relative;
}
.cid-rByW35zRmz .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rByW35zRmz .row {
    margin: 0 2rem;
  }
}
.cid-rByW35zRmz h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rByW35zRmz .content-wrapper {
  max-width: 600px;
}
.cid-rByW35zRmz H1 {
  color: #333333;
}
.cid-rByW35zRmz .mbr-text,
.cid-rByW35zRmz .mbr-section-btn {
  color: #333333;
}
.cid-rByW35zRmz H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-rByW35zRmz h4 {
    left: 3rem;
  }
}
.cid-rByVYm7ZUs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rByVYm7ZUs .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rByVYm7ZUs .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chauffer-des-pierres-precieuses-dans-du-metal-1000x667.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rByVYm7ZUs .block2 {
  background-image: url("../../../assets/images/or-jaune-or-blanc-argent-quel-metal-pour-mes-boucles-d-oreilles-width1024-1024x7671.jpg");
}
.cid-rByVYm7ZUs .block2:hover .block2-over {
  opacity: 0;
}
.cid-rByVYm7ZUs .block1 {
  background-image: url("../../../assets/images/uploads-dc273fda-c9ac-4b31-baec-4314b4c514c8-medaille-bapteme-802x5672.jpg");
}
.cid-rByVYm7ZUs .block1:hover .block1-over {
  opacity: 0;
}
.cid-rByVYm7ZUs .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #282124;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByVYm7ZUs .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ff7f9f;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByVYm7ZUs .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rByVYm7ZUs .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rByVYm7ZUs .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rByVYm7ZUs .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rByVYm7ZUs .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rByVYm7ZUs .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rByVYm7ZUs .col:hover .box-title2,
.cid-rByVYm7ZUs .col:hover .box-text2 {
  color: #282124;
  transition-delay: 0.3s;
}
.cid-rByVYm7ZUs .box-title2,
.cid-rByVYm7ZUs .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rByVYm7ZUs .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rByVYm7ZUs .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rByVYm7ZUs .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rByVYm7ZUs .img-content {
    opacity: 1;
  }
  .cid-rByVYm7ZUs .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rByVYm7ZUs .box-content {
    width: 100%;
  }
  .cid-rByVYm7ZUs .box-title2,
  .cid-rByVYm7ZUs .box-text2 {
    color: #282124 !important;
  }
  .cid-rByVYm7ZUs .content-block,
  .cid-rByVYm7ZUs .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rByVYm7ZUs .box-text1 {
  color: #333333;
}
.cid-rByVYm7ZUs .box-title2 {
  color: #cccccc;
}
.cid-rByVYm7ZUs .block1-text,
.cid-rByVYm7ZUs .mbr-section-btn {
  color: #ffffff;
}
.cid-rByVYm7ZUs .block2-text,
.cid-rByVYm7ZUs .mbr-section-btn {
  color: #333333;
}
.cid-rByVYm7ZUs .block2-title {
  color: #333333;
}
.cid-rByVYm7ZUs .block1-subtitle {
  color: #ffffff;
}
.cid-rxfCWDoUJ9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rxfCWDoUJ9 .media-container-row .mbr-text {
  color: #333333;
}
.cid-rxfCYOtEjC .navbar {
  background: #282124;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxfCYOtEjC .navbar-dropdown.bg-color.transparent.opened {
  background: #282124;
}
.cid-rxfCYOtEjC a {
  font-style: normal;
}
.cid-rxfCYOtEjC .show {
  overflow: visible;
}
.cid-rxfCYOtEjC .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rxfCYOtEjC .dropdown-item:active {
  background-color: transparent;
}
.cid-rxfCYOtEjC .nav-link {
  font-weight: 600!important;
}
.cid-rxfCYOtEjC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxfCYOtEjC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rxfCYOtEjC .nav-item:focus,
.cid-rxfCYOtEjC .nav-link:focus {
  outline: none;
}
.cid-rxfCYOtEjC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxfCYOtEjC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxfCYOtEjC .menu-logo {
  margin-right: auto;
}
.cid-rxfCYOtEjC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxfCYOtEjC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rxfCYOtEjC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 300!important;
  padding-right: 2rem;
}
.cid-rxfCYOtEjC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxfCYOtEjC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxfCYOtEjC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxfCYOtEjC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxfCYOtEjC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rxfCYOtEjC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxfCYOtEjC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxfCYOtEjC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxfCYOtEjC .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxfCYOtEjC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rxfCYOtEjC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxfCYOtEjC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxfCYOtEjC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxfCYOtEjC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rxfCYOtEjC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxfCYOtEjC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxfCYOtEjC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxfCYOtEjC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxfCYOtEjC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxfCYOtEjC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxfCYOtEjC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxfCYOtEjC button.navbar-toggler:focus {
  outline: none;
}
.cid-rxfCYOtEjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rxfCYOtEjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxfCYOtEjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfCYOtEjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfCYOtEjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxfCYOtEjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfCYOtEjC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxfCYOtEjC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxfCYOtEjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfCYOtEjC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfCYOtEjC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxfCYOtEjC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxfCYOtEjC .collapsed .navbar-collapse.collapsing,
.cid-rxfCYOtEjC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rxfCYOtEjC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxfCYOtEjC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxfCYOtEjC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxfCYOtEjC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxfCYOtEjC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rxfCYOtEjC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rxfCYOtEjC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxfCYOtEjC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxfCYOtEjC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxfCYOtEjC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rxfCYOtEjC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxfCYOtEjC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxfCYOtEjC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfCYOtEjC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxfCYOtEjC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxfCYOtEjC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxfCYOtEjC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rxfCYOtEjC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfCYOtEjC img {
    height: 3.8rem !important;
  }
  .cid-rxfCYOtEjC .btn {
    display: -webkit-flex;
  }
  .cid-rxfCYOtEjC button.navbar-toggler {
    display: block;
  }
  .cid-rxfCYOtEjC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxfCYOtEjC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfCYOtEjC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxfCYOtEjC .navbar-collapse.collapsing,
  .cid-rxfCYOtEjC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rxfCYOtEjC .navbar-collapse.collapsing .navbar-nav,
  .cid-rxfCYOtEjC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxfCYOtEjC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxfCYOtEjC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxfCYOtEjC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rxfCYOtEjC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfCYOtEjC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxfCYOtEjC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxfCYOtEjC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxfCYOtEjC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfCYOtEjC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxfCYOtEjC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxfCYOtEjC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxfCYOtEjC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rxfCYOtEjC .nav-link {
    justify-content: start!important;
  }
  .cid-rxfCYOtEjC .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rxfCYOtEjC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rxfCYOtEjC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rxfCYOtEjC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxfCYOtEjC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxfCYOtEjC .nav-link:hover,
.cid-rxfCYOtEjC .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-rxfCYOtEjC .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rxfCYOtEjC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rxfCYP33MP {
  padding-top: 0px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rxfCYP33MP .row {
  justify-content: flex-end;
}
.cid-rxfCYP33MP .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #282124;
}
.cid-rxfCYP33MP .block {
  background-color: #ff7f9f;
}
.cid-rxfCYP33MP img {
  width: 100%;
}
.cid-rxfCYP33MP .content-wrapper {
  margin: auto;
  position: relative;
  padding: 7rem 10rem 3rem 10rem;
}
.cid-rxfCYP33MP .content {
  max-width: 600px;
}
.cid-rxfCYP33MP h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rxfCYP33MP .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rxfCYP33MP h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfCYP33MP .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rxfCYP33MP h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-rxfCYP33MP .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-rxfCYP33MP H1 {
  color: #ffffff;
}
.cid-rxfCYP33MP .mbr-text,
.cid-rxfCYP33MP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rxfCYP33MP H4 {
  color: #ffffff;
}
.cid-rxfJVrOvOV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rxfJVrOvOV .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rxfJVrOvOV .icon-block {
  margin-bottom: 10px;
}
.cid-rxfJVrOvOV .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rxfJVrOvOV .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rxfJVrOvOV .mbr-text {
  color: #767676;
}
.cid-rxfJVrOvOV textarea.form-control {
  min-height: 100px;
}
.cid-rxfJVrOvOV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rxfJVrOvOV .google-map {
  height: 25rem;
  position: relative;
}
.cid-rxfJVrOvOV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rxfJVrOvOV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rxfJVrOvOV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rxfJVrOvOV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rxfJVrOvOV h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rxfJVrOvOV .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rxfJVrOvOV .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rxfCYPOxhO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff7f9f;
}
.cid-rxfCYPOxhO .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rxfCYPOxhO .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-rxfCYPOxhO .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-rxfCYPOxhO .card-wrapper {
    margin: 0rem;
  }
}
.cid-rxfCYPOxhO .card {
  height: fit-content;
}
.cid-rxfCYPOxhO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rxfCYPOxhO .text-wrap {
  max-width: 400px;
}
.cid-rxfCYPOxhO .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffffff;
}
.cid-rxfCYPOxhO .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rxfCYPOxhO .card-box {
  background-color: #ffffff;
  padding: 2rem 2rem 4rem 2rem;
  width: 100%;
}
.cid-rxfCYPOxhO img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rxfCYPOxhO .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-rxfCYPOxhO .container {
  max-width: 1500px;
}
.cid-rxfCYPOxhO .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rxfCYPOxhO .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rxfCYPOxhO P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rxfCYPOxhO .img-wrap {
    max-height: 230px;
  }
  .cid-rxfCYPOxhO .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-rxfCYPOxhO .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rxfCYPOxhO .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-rxfCYPOxhO .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-rxfCYPOxhO .number {
    margin: auto;
  }
}
.cid-rxfCYPOxhO .mbr-text {
  color: #ffffff;
}
.cid-rxfCYPOxhO .card-text {
  color: #282124;
}
.cid-rxfCYPOxhO .card-title {
  color: #ff7f9f;
}
.cid-rxfCYQR1SP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rxfCYQR1SP .row {
  position: relative;
}
.cid-rxfCYQR1SP .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rxfCYQR1SP .row {
    margin: 0 2rem;
  }
}
.cid-rxfCYQR1SP .row {
  padding-left: 6rem;
}
.cid-rxfCYQR1SP h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rxfCYQR1SP .content-wrapper {
  max-width: 600px;
}
.cid-rxfCYQR1SP H1 {
  color: #333333;
}
.cid-rxfCYQR1SP .mbr-text,
.cid-rxfCYQR1SP .mbr-section-btn {
  color: #333333;
}
.cid-rxfCYQR1SP H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rxfCYQR1SP .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfCYQR1SP h4 {
    left: 3rem;
  }
  .cid-rxfCYQR1SP .row {
    padding-left: 3rem;
  }
}
.cid-rxjGJsn9Qi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rxjGJsn9Qi .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rxjGJsn9Qi .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chauffer-des-pierres-precieuses-dans-du-metal-1000x667.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rxjGJsn9Qi .block2 {
  background-image: url("../../../assets/images/or-jaune-or-blanc-argent-quel-metal-pour-mes-boucles-d-oreilles-width1024-1024x7673.jpg");
}
.cid-rxjGJsn9Qi .block2:hover .block2-over {
  opacity: 0;
}
.cid-rxjGJsn9Qi .block1 {
  background-image: url("../../../assets/images/uploads-dc273fda-c9ac-4b31-baec-4314b4c514c8-medaille-bapteme-802x5674.jpg");
}
.cid-rxjGJsn9Qi .block1:hover .block1-over {
  opacity: 0;
}
.cid-rxjGJsn9Qi .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #282124;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rxjGJsn9Qi .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ff7f9f;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rxjGJsn9Qi .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rxjGJsn9Qi .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rxjGJsn9Qi .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rxjGJsn9Qi .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rxjGJsn9Qi .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rxjGJsn9Qi .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rxjGJsn9Qi .col:hover .box-title2,
.cid-rxjGJsn9Qi .col:hover .box-text2 {
  color: #282124;
  transition-delay: 0.3s;
}
.cid-rxjGJsn9Qi .box-title2,
.cid-rxjGJsn9Qi .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rxjGJsn9Qi .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rxjGJsn9Qi .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rxjGJsn9Qi .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rxjGJsn9Qi .img-content {
    opacity: 1;
  }
  .cid-rxjGJsn9Qi .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rxjGJsn9Qi .box-content {
    width: 100%;
  }
  .cid-rxjGJsn9Qi .box-title2,
  .cid-rxjGJsn9Qi .box-text2 {
    color: #282124 !important;
  }
  .cid-rxjGJsn9Qi .content-block,
  .cid-rxjGJsn9Qi .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rxjGJsn9Qi .box-text1 {
  color: #333333;
}
.cid-rxjGJsn9Qi .box-title2 {
  color: #cccccc;
}
.cid-rxjGJsn9Qi .block1-text,
.cid-rxjGJsn9Qi .mbr-section-btn {
  color: #ffffff;
}
.cid-rxjGJsn9Qi .block2-text,
.cid-rxjGJsn9Qi .mbr-section-btn {
  color: #333333;
}
.cid-rxjGJsn9Qi .block2-title {
  color: #333333;
}
.cid-rxjGJsn9Qi .block1-subtitle {
  color: #ffffff;
}
.cid-rxfCYSE5Km {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rxfCYSE5Km .media-container-row .mbr-text {
  color: #333333;
}
.cid-rxfG4tmXP9 .navbar {
  background: #282124;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rxfG4tmXP9 .navbar-dropdown.bg-color.transparent.opened {
  background: #282124;
}
.cid-rxfG4tmXP9 a {
  font-style: normal;
}
.cid-rxfG4tmXP9 .show {
  overflow: visible;
}
.cid-rxfG4tmXP9 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rxfG4tmXP9 .dropdown-item:active {
  background-color: transparent;
}
.cid-rxfG4tmXP9 .nav-link {
  font-weight: 600!important;
}
.cid-rxfG4tmXP9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rxfG4tmXP9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-rxfG4tmXP9 .nav-item:focus,
.cid-rxfG4tmXP9 .nav-link:focus {
  outline: none;
}
.cid-rxfG4tmXP9 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rxfG4tmXP9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rxfG4tmXP9 .menu-logo {
  margin-right: auto;
}
.cid-rxfG4tmXP9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxfG4tmXP9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rxfG4tmXP9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 300!important;
  padding-right: 2rem;
}
.cid-rxfG4tmXP9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rxfG4tmXP9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rxfG4tmXP9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rxfG4tmXP9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rxfG4tmXP9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rxfG4tmXP9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rxfG4tmXP9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxfG4tmXP9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rxfG4tmXP9 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rxfG4tmXP9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-rxfG4tmXP9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rxfG4tmXP9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rxfG4tmXP9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxfG4tmXP9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rxfG4tmXP9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rxfG4tmXP9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rxfG4tmXP9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rxfG4tmXP9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rxfG4tmXP9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rxfG4tmXP9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rxfG4tmXP9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rxfG4tmXP9 button.navbar-toggler:focus {
  outline: none;
}
.cid-rxfG4tmXP9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rxfG4tmXP9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxfG4tmXP9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfG4tmXP9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxfG4tmXP9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxfG4tmXP9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfG4tmXP9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxfG4tmXP9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxfG4tmXP9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxfG4tmXP9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfG4tmXP9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rxfG4tmXP9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.collapsing,
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rxfG4tmXP9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rxfG4tmXP9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rxfG4tmXP9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rxfG4tmXP9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rxfG4tmXP9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rxfG4tmXP9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rxfG4tmXP9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rxfG4tmXP9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rxfG4tmXP9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfG4tmXP9 img {
    height: 3.8rem !important;
  }
  .cid-rxfG4tmXP9 .btn {
    display: -webkit-flex;
  }
  .cid-rxfG4tmXP9 button.navbar-toggler {
    display: block;
  }
  .cid-rxfG4tmXP9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rxfG4tmXP9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rxfG4tmXP9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rxfG4tmXP9 .navbar-collapse.collapsing,
  .cid-rxfG4tmXP9 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rxfG4tmXP9 .navbar-collapse.collapsing .navbar-nav,
  .cid-rxfG4tmXP9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rxfG4tmXP9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rxfG4tmXP9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rxfG4tmXP9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rxfG4tmXP9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfG4tmXP9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rxfG4tmXP9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rxfG4tmXP9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rxfG4tmXP9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rxfG4tmXP9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rxfG4tmXP9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rxfG4tmXP9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rxfG4tmXP9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rxfG4tmXP9 .nav-link {
    justify-content: start!important;
  }
  .cid-rxfG4tmXP9 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rxfG4tmXP9 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rxfG4tmXP9 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rxfG4tmXP9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rxfG4tmXP9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rxfG4tmXP9 .nav-link:hover,
.cid-rxfG4tmXP9 .dropdown-item:hover {
  color: #ffffff !important;
}
@media (min-width: 1500px) {
  .cid-rxfG4tmXP9 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rxfG4tmXP9 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rxfG4ugVsA {
  padding-top: 0px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rxfG4ugVsA .row {
  justify-content: flex-end;
}
.cid-rxfG4ugVsA .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #282124;
}
.cid-rxfG4ugVsA .block {
  background-color: #ff7f9f;
}
.cid-rxfG4ugVsA img {
  width: 100%;
}
.cid-rxfG4ugVsA .content-wrapper {
  margin: auto;
  position: relative;
  padding: 7rem 10rem 3rem 10rem;
}
.cid-rxfG4ugVsA .content {
  max-width: 600px;
}
.cid-rxfG4ugVsA h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rxfG4ugVsA .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rxfG4ugVsA h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfG4ugVsA .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rxfG4ugVsA h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-rxfG4ugVsA .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-rxfG4ugVsA H1 {
  color: #ffffff;
}
.cid-rxfG4ugVsA .mbr-text,
.cid-rxfG4ugVsA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rxfG4ugVsA H4 {
  color: #ffffff;
}
.cid-rxfG4vPCY7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfG4vPCY7 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfG4vPCY7 img:hover {
  transform: scale(1.1);
}
.cid-rxfG4vPCY7 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfG4vPCY7 h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfG4vPCY7 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfG4vPCY7 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfG4vPCY7 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxfG4vPCY7 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxfG4vPCY7 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfG4vPCY7 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfG4vPCY7 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxfG4vPCY7 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfG4vPCY7 H2 {
  color: #333333;
}
.cid-rxfG4vPCY7 .mbr-text {
  color: #767676;
}
.cid-rxfG4wrvLp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfG4wrvLp img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfG4wrvLp img:hover {
  transform: scale(1.1);
}
.cid-rxfG4wrvLp .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfG4wrvLp h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfG4wrvLp .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfG4wrvLp .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfG4wrvLp .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfG4wrvLp .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfG4wrvLp .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfG4wrvLp .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfG4wrvLp .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfG4wrvLp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfG4wrvLp .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfG4wrvLp .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfG4wrvLp .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfG4wrvLp .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfG4wrvLp H2 {
  color: #333333;
}
.cid-rxfG4wrvLp .mbr-text {
  color: #767676;
}
.cid-rxfG4xaO9u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfG4xaO9u img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfG4xaO9u img:hover {
  transform: scale(1.1);
}
.cid-rxfG4xaO9u .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfG4xaO9u h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfG4xaO9u .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfG4xaO9u .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfG4xaO9u .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rxfG4xaO9u .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rxfG4xaO9u .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfG4xaO9u .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfG4xaO9u .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rxfG4xaO9u .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfG4xaO9u H2 {
  color: #333333;
}
.cid-rxfG4xaO9u .mbr-text {
  color: #767676;
}
.cid-rxfG4xOtBk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rxfG4xOtBk img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rxfG4xOtBk img:hover {
  transform: scale(1.1);
}
.cid-rxfG4xOtBk .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rxfG4xOtBk h2 {
  padding: 0;
  margin: 0;
}
.cid-rxfG4xOtBk .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rxfG4xOtBk .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rxfG4xOtBk .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rxfG4xOtBk .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rxfG4xOtBk .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rxfG4xOtBk .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rxfG4xOtBk .mbr-iconfont {
  margin: 0!important;
}
.cid-rxfG4xOtBk .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rxfG4xOtBk .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rxfG4xOtBk .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rxfG4xOtBk .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rxfG4xOtBk .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rxfG4xOtBk H2 {
  color: #333333;
}
.cid-rxfG4xOtBk .mbr-text {
  color: #767676;
}
.cid-rByV2tnECS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rByV2tnECS .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rByV2tnECS .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/chauffer-des-pierres-precieuses-dans-du-metal-1000x667.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rByV2tnECS .block2 {
  background-image: url("../../../assets/images/or-jaune-or-blanc-argent-quel-metal-pour-mes-boucles-d-oreilles-width1024-1024x7671.jpg");
}
.cid-rByV2tnECS .block2:hover .block2-over {
  opacity: 0;
}
.cid-rByV2tnECS .block1 {
  background-image: url("../../../assets/images/uploads-dc273fda-c9ac-4b31-baec-4314b4c514c8-medaille-bapteme-802x5672.jpg");
}
.cid-rByV2tnECS .block1:hover .block1-over {
  opacity: 0;
}
.cid-rByV2tnECS .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #282124;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByV2tnECS .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ff7f9f;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rByV2tnECS .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.cid-rByV2tnECS .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rByV2tnECS .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rByV2tnECS .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rByV2tnECS .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rByV2tnECS .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rByV2tnECS .col:hover .box-title2,
.cid-rByV2tnECS .col:hover .box-text2 {
  color: #282124;
  transition-delay: 0.3s;
}
.cid-rByV2tnECS .box-title2,
.cid-rByV2tnECS .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rByV2tnECS .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.cid-rByV2tnECS .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rByV2tnECS .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rByV2tnECS .img-content {
    opacity: 1;
  }
  .cid-rByV2tnECS .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rByV2tnECS .box-content {
    width: 100%;
  }
  .cid-rByV2tnECS .box-title2,
  .cid-rByV2tnECS .box-text2 {
    color: #282124 !important;
  }
  .cid-rByV2tnECS .content-block,
  .cid-rByV2tnECS .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rByV2tnECS .box-text1 {
  color: #333333;
}
.cid-rByV2tnECS .box-title2 {
  color: #cccccc;
}
.cid-rByV2tnECS .block1-text,
.cid-rByV2tnECS .mbr-section-btn {
  color: #ffffff;
}
.cid-rByV2tnECS .block2-text,
.cid-rByV2tnECS .mbr-section-btn {
  color: #333333;
}
.cid-rByV2tnECS .block2-title {
  color: #333333;
}
.cid-rByV2tnECS .block1-subtitle {
  color: #ffffff;
}
.cid-rxfG4zNlRP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rxfG4zNlRP .media-container-row .mbr-text {
  color: #333333;
}
