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





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  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: #36404c !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #c1c1c1 !important;
  background-color: transparent !important;
  border-color: #c1c1c1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !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: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !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: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !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: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !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: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !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: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !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: #0c0e10;
  color: #0c0e10;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !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: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !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: #36404c !important;
}
.text-secondary {
  color: #c1c1c1 !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !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: #c1c1c1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8e8e8e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c1c1c1 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c1c1c1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c1c1c1 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c1c1c1 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c1c1c1 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #c1c1c1 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.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: #36404c;
  border-color: #36404c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #36404c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a7b3c0;
}
.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: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #36404c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #36404c;
  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-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #36404c;
  border-bottom-color: #36404c;
}
.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: #36404c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c1c1c1 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2336404c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-ug3wbp3jE1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-2264.jpg");
}
.cid-ug3wbp3jE1 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4d295;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ug3wbp3jE1 H2 {
  color: #ffffff;
}
.cid-ug3wbp3jE1 H3 {
  color: #ffffff;
}
.cid-ug3wbp3jE1 .mbr-text,
.cid-ug3wbp3jE1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ug3wbp3jE1 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ug3wbp3jE1 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-ug3wbp3jE1 .photo {
    width: 100%;
  }
}
.cid-ug3wbp3jE1 .signature {
  filter: invert(0.5);
}
.cid-ug85pnb5KQ {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-ug85pnb5KQ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ug85pnb5KQ section {
  position: relative;
}
.cid-ug85pnb5KQ a {
  font-weight: 600;
}
.cid-ug85pnb5KQ .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ug85pnb5KQ .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #453b1a;
}
.cid-ug85pnb5KQ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ug85pnb5KQ .card-box {
  padding: 1rem;
  background-color: #e4d295;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-ug85pnb5KQ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ug85pnb5KQ .card-wrapper {
  height: 100%;
}
.cid-ug85pnb5KQ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ug85pnb5KQ .card-wrapper:hover .card-title a {
  color: #c1c1c1 !important;
}
.cid-ug85pnb5KQ .text {
  color: #767676;
}
.cid-ug85pnb5KQ .card-title {
  color: #36404c;
}
.cid-ug85pnb5KQ .title {
  text-align: center;
}
.cid-ug3DJHNDTG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-ug3DJHNDTG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ug3DJHNDTG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ug3DJHNDTG .input-group-btn {
  margin: 0;
}
.cid-ug3DJHNDTG .form-control {
  padding: 1.07em 1.07em;
}
.cid-ug3DJHNDTG .form-group,
.cid-ug3DJHNDTG .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-ug3DJHNDTG .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-ug3DJHNDTG .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-ug3DJHNDTG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ug3DJHNDTG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-ug3DJHNDTG .form-block {
    padding: 1rem;
  }
}
.cid-ug3DJHNDTG H4 {
  color: #ffffff;
}
.cid-ug3DJHNDTG P {
  color: #ffffff;
}
.cid-ug3k16rCOr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
.cid-ug3k16rCOr .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ug3k16rCOr section {
  position: relative;
}
.cid-ug3k16rCOr h4 {
  margin: 0;
}
.cid-ug3k16rCOr a {
  font-weight: 300;
}
.cid-ug3k16rCOr .row {
  align-items: center;
}
.cid-ug3k16rCOr .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ug3k16rCOr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ug3k16rCOr .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ug3k16rCOr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ug3k16rCOr .align-left {
    text-align: center;
  }
  .cid-ug3k16rCOr .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ug3k16rCOr .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ug3k16rCOr .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ug3k16rCOr .item-title {
  color: #ffffff;
}
.cid-ug3k16rCOr H4 {
  color: #c1c1c1;
}
.cid-ug7VaN5vMm {
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-ug7VaN5vMm H1 {
  color: #000000;
}
.cid-ug7VaN5vMm .mbr-text,
.cid-ug7VaN5vMm .mbr-section-btn {
  color: #36404c;
}
.cid-ug7VaN5vMm H3 {
  color: #0a280a;
}
.cid-ug7UrzxtCB .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ug7UrzxtCB .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ug7UrzxtCB a {
  font-style: normal;
}
.cid-ug7UrzxtCB .show {
  overflow: visible;
}
.cid-ug7UrzxtCB .dropdown-menu {
  max-height: 400px;
}
.cid-ug7UrzxtCB .dropdown-item:active {
  background-color: transparent;
}
.cid-ug7UrzxtCB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ug7UrzxtCB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ug7UrzxtCB .nav-item:focus,
.cid-ug7UrzxtCB .nav-link:focus {
  outline: none;
}
.cid-ug7UrzxtCB .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ug7UrzxtCB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ug7UrzxtCB .menu-logo {
  margin-right: auto;
}
.cid-ug7UrzxtCB .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-ug7UrzxtCB .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-ug7UrzxtCB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ug7UrzxtCB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ug7UrzxtCB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ug7UrzxtCB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ug7UrzxtCB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ug7UrzxtCB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ug7UrzxtCB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ug7UrzxtCB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ug7UrzxtCB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ug7UrzxtCB .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ug7UrzxtCB .dropdown .dropdown-menu {
  background: #000000;
  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-ug7UrzxtCB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ug7UrzxtCB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ug7UrzxtCB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ug7UrzxtCB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ug7UrzxtCB .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-ug7UrzxtCB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ug7UrzxtCB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ug7UrzxtCB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ug7UrzxtCB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ug7UrzxtCB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ug7UrzxtCB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ug7UrzxtCB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ug7UrzxtCB button.navbar-toggler:focus {
  outline: none;
}
.cid-ug7UrzxtCB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-ug7UrzxtCB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ug7UrzxtCB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ug7UrzxtCB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ug7UrzxtCB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ug7UrzxtCB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ug7UrzxtCB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ug7UrzxtCB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ug7UrzxtCB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ug7UrzxtCB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ug7UrzxtCB .collapsed .btn {
  display: -webkit-flex;
}
.cid-ug7UrzxtCB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ug7UrzxtCB .collapsed .navbar-collapse.collapsing,
.cid-ug7UrzxtCB .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ug7UrzxtCB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ug7UrzxtCB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ug7UrzxtCB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ug7UrzxtCB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ug7UrzxtCB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ug7UrzxtCB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ug7UrzxtCB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ug7UrzxtCB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ug7UrzxtCB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ug7UrzxtCB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ug7UrzxtCB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-ug7UrzxtCB .collapsed button.navbar-toggler {
  display: block;
}
.cid-ug7UrzxtCB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ug7UrzxtCB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ug7UrzxtCB .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-ug7UrzxtCB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ug7UrzxtCB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ug7UrzxtCB .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-ug7UrzxtCB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ug7UrzxtCB img {
    height: 3.8rem !important;
  }
  .cid-ug7UrzxtCB .btn {
    display: -webkit-flex;
  }
  .cid-ug7UrzxtCB button.navbar-toggler {
    display: block;
  }
  .cid-ug7UrzxtCB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ug7UrzxtCB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ug7UrzxtCB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ug7UrzxtCB .navbar-collapse.collapsing,
  .cid-ug7UrzxtCB .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ug7UrzxtCB .navbar-collapse.collapsing .navbar-nav,
  .cid-ug7UrzxtCB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ug7UrzxtCB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ug7UrzxtCB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ug7UrzxtCB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ug7UrzxtCB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ug7UrzxtCB .navbar-collapse.collapsing .navbar-buttons,
  .cid-ug7UrzxtCB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ug7UrzxtCB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ug7UrzxtCB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ug7UrzxtCB .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-ug7UrzxtCB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ug7UrzxtCB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ug7UrzxtCB .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-ug7UrzxtCB .nav-link {
    justify-content: start!important;
  }
  .cid-ug7UrzxtCB .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ug7UrzxtCB .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-ug7UrzxtCB .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ug7UrzxtCB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ug7UrzxtCB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ug7UrzxtCB .nav-link:hover,
.cid-ug7UrzxtCB .dropdown-item:hover {
  color: #767676 !important;
}
@media (min-width: 1500px) {
  .cid-ug7UrzxtCB .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-ug7UrzxtCB .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ugkX44Av0B {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/beon-banniere-1.jpg");
}
.cid-ugkX44Av0B H1 {
  color: #000000;
}
.cid-ugkX44Av0B H3 {
  color: #000000;
}
.cid-ugkX44Av0B .mbr-text,
.cid-ugkX44Av0B .mbr-section-btn {
  color: #767676;
}
.cid-ugl26HGnUu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ugl26HGnUu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #b1a374;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ugl26HGnUu H2 {
  color: #36404c;
}
.cid-ugl26HGnUu H3 {
  color: #36404c;
}
.cid-ugl26HGnUu .mbr-text,
.cid-ugl26HGnUu .mbr-section-btn {
  color: #767676;
}
.cid-ugl26HGnUu .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ugl26HGnUu .md-pb {
    padding-bottom: 2rem;
  }
  .cid-ugl26HGnUu .photo {
    width: 100%;
  }
}
.cid-ugl26HGnUu .signature {
  filter: invert(0.5);
}
.cid-ug3k16rCOr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
.cid-ug3k16rCOr .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ug3k16rCOr section {
  position: relative;
}
.cid-ug3k16rCOr h4 {
  margin: 0;
}
.cid-ug3k16rCOr a {
  font-weight: 300;
}
.cid-ug3k16rCOr .row {
  align-items: center;
}
.cid-ug3k16rCOr .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ug3k16rCOr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ug3k16rCOr .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ug3k16rCOr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ug3k16rCOr .align-left {
    text-align: center;
  }
  .cid-ug3k16rCOr .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ug3k16rCOr .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ug3k16rCOr .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ug3k16rCOr .item-title {
  color: #ffffff;
}
.cid-ug3k16rCOr H4 {
  color: #c1c1c1;
}
.cid-ugIxAps1ZH .nav-item:focus,
.cid-ugIxAps1ZH .nav-link:focus {
  outline: none;
}
.cid-ugIxAps1ZH a.nav-link:focus {
  color: #ffffff !important;
}
.cid-ugIxAps1ZH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-ugIxAps1ZH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ugIxAps1ZH .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ugIxAps1ZH .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ugIxAps1ZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugIxAps1ZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugIxAps1ZH .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ugIxAps1ZH .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ugIxAps1ZH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ugIxAps1ZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugIxAps1ZH .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ugIxAps1ZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugIxAps1ZH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugIxAps1ZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugIxAps1ZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ugIxAps1ZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ugIxAps1ZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugIxAps1ZH .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ugIxAps1ZH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ugIxAps1ZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugIxAps1ZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugIxAps1ZH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugIxAps1ZH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugIxAps1ZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugIxAps1ZH .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ugIxAps1ZH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ugIxAps1ZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugIxAps1ZH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ugIxAps1ZH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugIxAps1ZH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugIxAps1ZH .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugIxAps1ZH .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ugIxAps1ZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ugIxAps1ZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugIxAps1ZH .dropdown-item.active,
.cid-ugIxAps1ZH .dropdown-item:active {
  background-color: transparent;
}
.cid-ugIxAps1ZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugIxAps1ZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugIxAps1ZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugIxAps1ZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ugIxAps1ZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ugIxAps1ZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugIxAps1ZH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugIxAps1ZH .navbar-buttons {
  text-align: center;
}
.cid-ugIxAps1ZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugIxAps1ZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugIxAps1ZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugIxAps1ZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugIxAps1ZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugIxAps1ZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugIxAps1ZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugIxAps1ZH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugIxAps1ZH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugIxAps1ZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugIxAps1ZH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugIxAps1ZH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ugIxAps1ZH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugIxAps1ZH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ugIxAps1ZH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-ugIxAps1ZH .nav-link:hover,
.cid-ugIxAps1ZH .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-ugIxAps1ZH .dropdown-item:hover {
  color: #878787 !important;
}
.cid-ugIxAps1ZH .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-ugIxAps1ZH .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ugIxAps1ZH .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ugIxAps1ZH .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-ugIxAps1ZH .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ugIxAps1ZH .dropdown-menu {
    top: 100%;
  }
  .cid-ugIxAps1ZH .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-ugIxAps1ZH .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-ugIxAps1ZH .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ugIxAps1ZH .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ugljxQ6Jlc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fonds2.jpg");
}
.cid-ugljxQ6Jlc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugljxQ6Jlc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugljxQ6Jlc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugljxQ6Jlc .mbr-text,
.cid-ugljxQ6Jlc .mbr-section-btn {
  color: #ffffff;
}
.cid-ugljxQ6Jlc H3 {
  color: #ffffff;
}
.cid-ugljxQ6Jlc H1 {
  color: #ffffff;
}
.cid-ugljxQKrKe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #404040;
}
.cid-ugljxQKrKe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ugljxQKrKe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugljxQKrKe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ugljxQKrKe .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ugljxQKrKe .container {
  padding: 0;
}
.cid-ugljxQKrKe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ugljxQKrKe .icon-focus {
  display: none;
}
.cid-ugljxQKrKe .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-ugljxQKrKe .btn-primary-outline:hover {
  background: transparent!important;
  color: #36404c !important;
}
.cid-ugljxQKrKe .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-ugljxQKrKe li {
  position: relative;
}
.cid-ugljxQKrKe li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ugljxQKrKe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ugljxQKrKe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ugljxQKrKe .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ugljxQKrKe .btn {
  font-family: Poppins !important;
}
.cid-ugljxQKrKe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ugljxQKrKe .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ugljxQKrKe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugljxQKrKe li:not(:last-child):after {
    top: 9px;
  }
  .cid-ugljxQKrKe .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-ugUrNfpSqp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-ugUrNfpSqp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugUrNfpSqp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUrNfpSqp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUrNfpSqp .mbr-text,
.cid-ugUrNfpSqp .mbr-section-btn {
  color: #ffffff;
}
.cid-ugUrNfpSqp H1 {
  color: #ffffff;
}
.cid-ugUrNfpSqp H3 {
  color: #ffffff;
}
.cid-ugUpLLa3O1 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fonds2.jpg");
}
.cid-ugUpLLa3O1 .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-ugUpLLa3O1 .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-ugUpLLa3O1 .card .card-title {
  letter-spacing: 1px;
}
.cid-ugUpLLa3O1 .card-title {
  margin: 0;
}
.cid-ugUpLLa3O1 .mbr-text,
.cid-ugUpLLa3O1 .card-title {
  color: #878787;
}
.cid-ugUpLLa3O1 .card-title,
.cid-ugUpLLa3O1 .card-img {
  color: #ffffff;
}
.cid-ugUrHz7ldU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-ugUrHz7ldU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugUrHz7ldU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUrHz7ldU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUrHz7ldU .mbr-text,
.cid-ugUrHz7ldU .mbr-section-btn {
  color: #ffffff;
}
.cid-ugUrHz7ldU H1 {
  color: #ffffff;
}
.cid-ugUrHz7ldU H3 {
  color: #ffffff;
}
.cid-ugljxRFkBc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
.cid-ugljxRFkBc .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ugljxRFkBc section {
  position: relative;
}
.cid-ugljxRFkBc h4 {
  margin: 0;
}
.cid-ugljxRFkBc a {
  font-weight: 300;
}
.cid-ugljxRFkBc .row {
  align-items: center;
}
.cid-ugljxRFkBc .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ugljxRFkBc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ugljxRFkBc .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ugljxRFkBc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugljxRFkBc .align-left {
    text-align: center;
  }
  .cid-ugljxRFkBc .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ugljxRFkBc .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ugljxRFkBc .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ugljxRFkBc .item-title {
  color: #ffffff;
}
.cid-ugljxRFkBc H4 {
  color: #c1c1c1;
}
.cid-uhgwr6TL1v {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #404040;
}
.cid-ugHAigfeJf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #404040;
}
.cid-ugHAigfeJf .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-ugHAigfeJf .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-ugHAigfeJf .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ugHAigfeJf a {
  font-weight: 600;
}
.cid-ugHAigfeJf .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ugHAigfeJf .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ugHAigfeJf .card-box {
  padding: 2rem 1rem;
  background-color: #f9f3e0;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ugHAigfeJf .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ugHAigfeJf .card-wrapper {
  height: 100%;
}
.cid-ugHAigfeJf .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ugHAigfeJf .text {
  color: #767676;
}
.cid-ugHAigfeJf .card-title {
  color: #36404c;
}
.cid-ugHAigfeJf .card-subtitle {
  color: #453b1a;
}
.cid-ugIgbP0z2r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #404040;
}
.cid-ugIgbP0z2r .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-ugIgbP0z2r .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-ugIgbP0z2r .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ugIgbP0z2r a {
  font-weight: 600;
}
.cid-ugIgbP0z2r .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ugIgbP0z2r .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ugIgbP0z2r .card-box {
  padding: 2rem 1rem;
  background-color: #f9f3e0;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ugIgbP0z2r .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ugIgbP0z2r .card-wrapper {
  height: 100%;
}
.cid-ugIgbP0z2r .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ugIgbP0z2r .text {
  color: #767676;
}
.cid-ugIgbP0z2r .card-title {
  color: #36404c;
}
.cid-ugIgbP0z2r .card-subtitle {
  color: #453b1a;
}
.cid-ugU90fPOe0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #404040;
}
.cid-ugU90fPOe0 .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-ugU90fPOe0 .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-ugU90fPOe0 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ugU90fPOe0 a {
  font-weight: 600;
}
.cid-ugU90fPOe0 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ugU90fPOe0 .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ugU90fPOe0 .card-box {
  padding: 2rem 1rem;
  background-color: #f9f3e0;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ugU90fPOe0 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ugU90fPOe0 .card-wrapper {
  height: 100%;
}
.cid-ugU90fPOe0 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ugU90fPOe0 .text {
  color: #767676;
}
.cid-ugU90fPOe0 .card-title {
  color: #36404c;
}
.cid-ugU90fPOe0 .card-subtitle {
  color: #453b1a;
}
.cid-ugHrtF0iWo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
.cid-ugHrtF0iWo .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ugHrtF0iWo section {
  position: relative;
}
.cid-ugHrtF0iWo h4 {
  margin: 0;
}
.cid-ugHrtF0iWo a {
  font-weight: 300;
}
.cid-ugHrtF0iWo .row {
  align-items: center;
}
.cid-ugHrtF0iWo .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ugHrtF0iWo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ugHrtF0iWo .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ugHrtF0iWo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugHrtF0iWo .align-left {
    text-align: center;
  }
  .cid-ugHrtF0iWo .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ugHrtF0iWo .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ugHrtF0iWo .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ugHrtF0iWo .item-title {
  color: #ffffff;
}
.cid-ugHrtF0iWo H4 {
  color: #c1c1c1;
}
.cid-ugU8QPcagM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #878787;
}
.cid-ugU8QPcagM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ugU8QPcagM .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ugU8QPcagM .title {
    width: 100% !important;
  }
}
.cid-ugZRiBgy5m {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/chamvres-banniere-1.jpg");
}
.cid-ugZRiBgy5m H1 {
  color: #000000;
}
.cid-ugZRiBgy5m H3 {
  color: #000000;
}
.cid-ugZRiBgy5m .mbr-text,
.cid-ugZRiBgy5m .mbr-section-btn {
  color: #000000;
}
.cid-ugZRiCENvU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ugZRiCENvU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #b1a374;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ugZRiCENvU H2 {
  color: #36404c;
}
.cid-ugZRiCENvU H3 {
  color: #36404c;
}
.cid-ugZRiCENvU .mbr-text,
.cid-ugZRiCENvU .mbr-section-btn {
  color: #767676;
}
.cid-ugZRiCENvU .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ugZRiCENvU .md-pb {
    padding-bottom: 2rem;
  }
  .cid-ugZRiCENvU .photo {
    width: 100%;
  }
}
.cid-ugZRiCENvU .signature {
  filter: invert(0.5);
}
.cid-ugZRiDNzIl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
.cid-ugZRiDNzIl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ugZRiDNzIl section {
  position: relative;
}
.cid-ugZRiDNzIl h4 {
  margin: 0;
}
.cid-ugZRiDNzIl a {
  font-weight: 300;
}
.cid-ugZRiDNzIl .row {
  align-items: center;
}
.cid-ugZRiDNzIl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ugZRiDNzIl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ugZRiDNzIl .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ugZRiDNzIl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugZRiDNzIl .align-left {
    text-align: center;
  }
  .cid-ugZRiDNzIl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ugZRiDNzIl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ugZRiDNzIl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ugZRiDNzIl .item-title {
  color: #ffffff;
}
.cid-ugZRiDNzIl H4 {
  color: #c1c1c1;
}
.cid-ugZRiF4kQj .nav-item:focus,
.cid-ugZRiF4kQj .nav-link:focus {
  outline: none;
}
.cid-ugZRiF4kQj a.nav-link:focus {
  color: #ffffff !important;
}
.cid-ugZRiF4kQj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-ugZRiF4kQj .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ugZRiF4kQj .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ugZRiF4kQj .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ugZRiF4kQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugZRiF4kQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugZRiF4kQj .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ugZRiF4kQj .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ugZRiF4kQj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ugZRiF4kQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugZRiF4kQj .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ugZRiF4kQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugZRiF4kQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugZRiF4kQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugZRiF4kQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ugZRiF4kQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ugZRiF4kQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugZRiF4kQj .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ugZRiF4kQj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ugZRiF4kQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugZRiF4kQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugZRiF4kQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugZRiF4kQj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugZRiF4kQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugZRiF4kQj .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ugZRiF4kQj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ugZRiF4kQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugZRiF4kQj .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ugZRiF4kQj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugZRiF4kQj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugZRiF4kQj .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugZRiF4kQj .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ugZRiF4kQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ugZRiF4kQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugZRiF4kQj .dropdown-item.active,
.cid-ugZRiF4kQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ugZRiF4kQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugZRiF4kQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugZRiF4kQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugZRiF4kQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ugZRiF4kQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ugZRiF4kQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugZRiF4kQj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugZRiF4kQj .navbar-buttons {
  text-align: center;
}
.cid-ugZRiF4kQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugZRiF4kQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugZRiF4kQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugZRiF4kQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugZRiF4kQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugZRiF4kQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugZRiF4kQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugZRiF4kQj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugZRiF4kQj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugZRiF4kQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugZRiF4kQj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugZRiF4kQj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ugZRiF4kQj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugZRiF4kQj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ugZRiF4kQj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-ugZRiF4kQj .nav-link:hover,
.cid-ugZRiF4kQj .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-ugZRiF4kQj .dropdown-item:hover {
  color: #878787 !important;
}
.cid-ugZRiF4kQj .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-ugZRiF4kQj .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ugZRiF4kQj .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ugZRiF4kQj .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-ugZRiF4kQj .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ugZRiF4kQj .dropdown-menu {
    top: 100%;
  }
  .cid-ugZRiF4kQj .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-ugZRiF4kQj .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-ugZRiF4kQj .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ugZRiF4kQj .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ugZV5uCQja {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fonds2.jpg");
}
.cid-ugZV5uCQja h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugZV5uCQja h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZV5uCQja h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZV5uCQja .mbr-text,
.cid-ugZV5uCQja .mbr-section-btn {
  color: #ffffff;
}
.cid-ugZV5uCQja H3 {
  color: #ffffff;
}
.cid-ugZV5uCQja H1 {
  color: #ffffff;
}
.cid-ugZV5vMU0k {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #404040;
}
.cid-ugZV5vMU0k .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ugZV5vMU0k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugZV5vMU0k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ugZV5vMU0k .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ugZV5vMU0k .container {
  padding: 0;
}
.cid-ugZV5vMU0k .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ugZV5vMU0k .icon-focus {
  display: none;
}
.cid-ugZV5vMU0k .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-ugZV5vMU0k .btn-primary-outline:hover {
  background: transparent!important;
  color: #36404c !important;
}
.cid-ugZV5vMU0k .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-ugZV5vMU0k li {
  position: relative;
}
.cid-ugZV5vMU0k li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ugZV5vMU0k .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ugZV5vMU0k .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ugZV5vMU0k .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ugZV5vMU0k .btn {
  font-family: Poppins !important;
}
.cid-ugZV5vMU0k .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ugZV5vMU0k .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ugZV5vMU0k .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugZV5vMU0k li:not(:last-child):after {
    top: 9px;
  }
  .cid-ugZV5vMU0k .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-ugZV5xaCAH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-ugZV5xaCAH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugZV5xaCAH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZV5xaCAH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZV5xaCAH .mbr-text,
.cid-ugZV5xaCAH .mbr-section-btn {
  color: #ffffff;
}
.cid-ugZV5xaCAH H1 {
  color: #ffffff;
}
.cid-ugZV5xaCAH H3 {
  color: #ffffff;
}
.cid-ugZV5ydmnV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fonds2.jpg");
}
.cid-ugZV5ydmnV .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-ugZV5ydmnV .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-ugZV5ydmnV .card .card-title {
  letter-spacing: 1px;
}
.cid-ugZV5ydmnV .card-title {
  margin: 0;
}
.cid-ugZV5ydmnV .mbr-text,
.cid-ugZV5ydmnV .card-title {
  color: #878787;
}
.cid-ugZV5ydmnV .card-title,
.cid-ugZV5ydmnV .card-img {
  color: #ffffff;
}
.cid-ugZV5A51zO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-ugZV5A51zO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugZV5A51zO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZV5A51zO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZV5A51zO .mbr-text,
.cid-ugZV5A51zO .mbr-section-btn {
  color: #ffffff;
}
.cid-ugZV5A51zO H1 {
  color: #ffffff;
}
.cid-ugZV5A51zO H3 {
  color: #ffffff;
}
.cid-ugZV5B59YK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
.cid-ugZV5B59YK .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ugZV5B59YK section {
  position: relative;
}
.cid-ugZV5B59YK h4 {
  margin: 0;
}
.cid-ugZV5B59YK a {
  font-weight: 300;
}
.cid-ugZV5B59YK .row {
  align-items: center;
}
.cid-ugZV5B59YK .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ugZV5B59YK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ugZV5B59YK .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ugZV5B59YK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugZV5B59YK .align-left {
    text-align: center;
  }
  .cid-ugZV5B59YK .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ugZV5B59YK .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ugZV5B59YK .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ugZV5B59YK .item-title {
  color: #ffffff;
}
.cid-ugZV5B59YK H4 {
  color: #c1c1c1;
}
.cid-ugZZl07D2V {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/saintjuliendusault-banniere.jpg");
}
.cid-ugZZl07D2V H1 {
  color: #ffffff;
}
.cid-ugZZl07D2V H3 {
  color: #ffffff;
}
.cid-ugZZl07D2V .mbr-text,
.cid-ugZZl07D2V .mbr-section-btn {
  color: #ffffff;
}
.cid-ugZZl1xvxg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ugZZl1xvxg .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #b1a374;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ugZZl1xvxg H2 {
  color: #36404c;
}
.cid-ugZZl1xvxg H3 {
  color: #36404c;
}
.cid-ugZZl1xvxg .mbr-text,
.cid-ugZZl1xvxg .mbr-section-btn {
  color: #767676;
}
.cid-ugZZl1xvxg .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ugZZl1xvxg .md-pb {
    padding-bottom: 2rem;
  }
  .cid-ugZZl1xvxg .photo {
    width: 100%;
  }
}
.cid-ugZZl1xvxg .signature {
  filter: invert(0.5);
}
.cid-ugZZl2J9Gw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
.cid-ugZZl2J9Gw .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ugZZl2J9Gw section {
  position: relative;
}
.cid-ugZZl2J9Gw h4 {
  margin: 0;
}
.cid-ugZZl2J9Gw a {
  font-weight: 300;
}
.cid-ugZZl2J9Gw .row {
  align-items: center;
}
.cid-ugZZl2J9Gw .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ugZZl2J9Gw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ugZZl2J9Gw .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ugZZl2J9Gw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugZZl2J9Gw .align-left {
    text-align: center;
  }
  .cid-ugZZl2J9Gw .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ugZZl2J9Gw .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ugZZl2J9Gw .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ugZZl2J9Gw .item-title {
  color: #ffffff;
}
.cid-ugZZl2J9Gw H4 {
  color: #c1c1c1;
}
.cid-ugZZl3WBgE .nav-item:focus,
.cid-ugZZl3WBgE .nav-link:focus {
  outline: none;
}
.cid-ugZZl3WBgE a.nav-link:focus {
  color: #ffffff !important;
}
.cid-ugZZl3WBgE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-ugZZl3WBgE .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ugZZl3WBgE .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ugZZl3WBgE .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ugZZl3WBgE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugZZl3WBgE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugZZl3WBgE .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ugZZl3WBgE .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ugZZl3WBgE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ugZZl3WBgE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugZZl3WBgE .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ugZZl3WBgE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugZZl3WBgE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugZZl3WBgE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugZZl3WBgE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ugZZl3WBgE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ugZZl3WBgE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugZZl3WBgE .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ugZZl3WBgE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ugZZl3WBgE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugZZl3WBgE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugZZl3WBgE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugZZl3WBgE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugZZl3WBgE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugZZl3WBgE .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ugZZl3WBgE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ugZZl3WBgE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugZZl3WBgE .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ugZZl3WBgE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugZZl3WBgE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugZZl3WBgE .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugZZl3WBgE .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ugZZl3WBgE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ugZZl3WBgE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugZZl3WBgE .dropdown-item.active,
.cid-ugZZl3WBgE .dropdown-item:active {
  background-color: transparent;
}
.cid-ugZZl3WBgE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugZZl3WBgE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugZZl3WBgE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugZZl3WBgE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ugZZl3WBgE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ugZZl3WBgE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugZZl3WBgE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugZZl3WBgE .navbar-buttons {
  text-align: center;
}
.cid-ugZZl3WBgE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugZZl3WBgE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugZZl3WBgE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugZZl3WBgE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugZZl3WBgE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugZZl3WBgE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugZZl3WBgE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugZZl3WBgE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugZZl3WBgE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugZZl3WBgE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugZZl3WBgE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugZZl3WBgE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ugZZl3WBgE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugZZl3WBgE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ugZZl3WBgE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-ugZZl3WBgE .nav-link:hover,
.cid-ugZZl3WBgE .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-ugZZl3WBgE .dropdown-item:hover {
  color: #878787 !important;
}
.cid-ugZZl3WBgE .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-ugZZl3WBgE .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ugZZl3WBgE .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ugZZl3WBgE .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-ugZZl3WBgE .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ugZZl3WBgE .dropdown-menu {
    top: 100%;
  }
  .cid-ugZZl3WBgE .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-ugZZl3WBgE .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-ugZZl3WBgE .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ugZZl3WBgE .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ugZZnW5XPz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fonds2.jpg");
}
.cid-ugZZnW5XPz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugZZnW5XPz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZZnW5XPz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZZnW5XPz .mbr-text,
.cid-ugZZnW5XPz .mbr-section-btn {
  color: #ffffff;
}
.cid-ugZZnW5XPz H3 {
  color: #ffffff;
}
.cid-ugZZnW5XPz H1 {
  color: #ffffff;
}
.cid-ugZZnXbqxy {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #404040;
}
.cid-ugZZnXbqxy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ugZZnXbqxy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugZZnXbqxy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ugZZnXbqxy .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ugZZnXbqxy .container {
  padding: 0;
}
.cid-ugZZnXbqxy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ugZZnXbqxy .icon-focus {
  display: none;
}
.cid-ugZZnXbqxy .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-ugZZnXbqxy .btn-primary-outline:hover {
  background: transparent!important;
  color: #36404c !important;
}
.cid-ugZZnXbqxy .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-ugZZnXbqxy li {
  position: relative;
}
.cid-ugZZnXbqxy li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ugZZnXbqxy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ugZZnXbqxy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ugZZnXbqxy .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ugZZnXbqxy .btn {
  font-family: Poppins !important;
}
.cid-ugZZnXbqxy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ugZZnXbqxy .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-ugZZnXbqxy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugZZnXbqxy li:not(:last-child):after {
    top: 9px;
  }
  .cid-ugZZnXbqxy .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-ugZZnYoz4h {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-ugZZnYoz4h h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugZZnYoz4h h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZZnYoz4h h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZZnYoz4h .mbr-text,
.cid-ugZZnYoz4h .mbr-section-btn {
  color: #ffffff;
}
.cid-ugZZnYoz4h H1 {
  color: #ffffff;
}
.cid-ugZZnYoz4h H3 {
  color: #ffffff;
}
.cid-ugZZnZqrhR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/fonds2.jpg");
}
.cid-ugZZnZqrhR .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-ugZZnZqrhR .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-ugZZnZqrhR .card .card-title {
  letter-spacing: 1px;
}
.cid-ugZZnZqrhR .card-title {
  margin: 0;
}
.cid-ugZZnZqrhR .mbr-text,
.cid-ugZZnZqrhR .card-title {
  color: #878787;
}
.cid-ugZZnZqrhR .card-title,
.cid-ugZZnZqrhR .card-img {
  color: #ffffff;
}
.cid-ugZZo1ijIT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-ugZZo1ijIT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugZZo1ijIT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZZo1ijIT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugZZo1ijIT .mbr-text,
.cid-ugZZo1ijIT .mbr-section-btn {
  color: #ffffff;
}
.cid-ugZZo1ijIT H1 {
  color: #ffffff;
}
.cid-ugZZo1ijIT H3 {
  color: #ffffff;
}
.cid-ugZZo2iFXP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4f4943;
}
.cid-ugZZo2iFXP .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ugZZo2iFXP section {
  position: relative;
}
.cid-ugZZo2iFXP h4 {
  margin: 0;
}
.cid-ugZZo2iFXP a {
  font-weight: 300;
}
.cid-ugZZo2iFXP .row {
  align-items: center;
}
.cid-ugZZo2iFXP .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ugZZo2iFXP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ugZZo2iFXP .img1 {
  color: #e4d295;
}
@media (max-width: 992px) {
  .cid-ugZZo2iFXP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugZZo2iFXP .align-left {
    text-align: center;
  }
  .cid-ugZZo2iFXP .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ugZZo2iFXP .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ugZZo2iFXP .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ugZZo2iFXP .item-title {
  color: #ffffff;
}
.cid-ugZZo2iFXP H4 {
  color: #c1c1c1;
}
