body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #000000 !important;
}
.bg-success {
  background-color: #de9956 !important;
}
.bg-info {
  background-color: #aa7354 !important;
}
.bg-warning {
  background-color: #9b6849 !important;
}
.bg-danger {
  background-color: #8d5e43 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #f1b173 !important;
  border-color: #f1b173 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ea8a2d !important;
  border-color: #ea8a2d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ea8a2d !important;
  border-color: #ea8a2d !important;
}
.btn-info,
.btn-info:active {
  background-color: #aa7354 !important;
  border-color: #aa7354 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #77503b !important;
  border-color: #77503b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #77503b !important;
  border-color: #77503b !important;
}
.btn-success,
.btn-success:active {
  background-color: #de9956 !important;
  border-color: #de9956 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c27326 !important;
  border-color: #c27326 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c27326 !important;
  border-color: #c27326 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9b6849 !important;
  border-color: #9b6849 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #674531 !important;
  border-color: #674531 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #674531 !important;
  border-color: #674531 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8d5e43 !important;
  border-color: #8d5e43 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #593b2a !important;
  border-color: #593b2a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #593b2a !important;
  border-color: #593b2a !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: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #e77d17;
  color: #e77d17;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f1b173;
  border-color: #f1b173;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1b173 !important;
  border-color: #f1b173 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #664532;
  color: #664532;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #aa7354;
  border-color: #aa7354;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #aa7354 !important;
  border-color: #aa7354 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ac6622;
  color: #ac6622;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #de9956;
  border-color: #de9956;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #de9956 !important;
  border-color: #de9956 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #563928;
  color: #563928;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #9b6849;
  border-color: #9b6849;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9b6849 !important;
  border-color: #9b6849 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #483022;
  color: #483022;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #8d5e43;
  border-color: #8d5e43;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5e43 !important;
  border-color: #8d5e43 !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: #000000 !important;
}
.text-secondary {
  color: #f1b173 !important;
}
.text-success {
  color: #de9956 !important;
}
.text-info {
  color: #aa7354 !important;
}
.text-warning {
  color: #9b6849 !important;
}
.text-danger {
  color: #8d5e43 !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: #e77d17 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ac6622 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #664532 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #563928 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #483022 !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: #aa7354;
}
.alert-warning {
  background-color: #9b6849;
}
.alert-danger {
  background-color: #8d5e43;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5b9a9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ceab96;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c79f89;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
/* 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: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f1b173 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tMVxfISJfM .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
}
.cid-tMVxfISJfM .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tMVxfISJfM a {
  color: #8d5e43;
  font-style: normal;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-tMVxfISJfM a:hover {
  color: #f1b173;
}
.cid-tMVxfISJfM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tMVxfISJfM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tMVxfISJfM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMVxfISJfM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tMVxfISJfM .menu-logo {
  margin-right: auto;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 0rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMVxfISJfM .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-tMVxfISJfM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMVxfISJfM .dropdown {
  color: #8d5e43;
}
.cid-tMVxfISJfM .dropdown .dropdown-menu {
  color: #8d5e43;
  z-index: 255;
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border: 1px solid #8d5e43;
  border-radius: 0px 0px 15px 0px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
}
.cid-tMVxfISJfM .dropdown .dropdown-menu .dropdown-item {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tMVxfISJfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMVxfISJfM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMVxfISJfM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMVxfISJfM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tMVxfISJfM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMVxfISJfM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tMVxfISJfM button.navbar-toggler:focus {
  outline: none;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #aa7354;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMVxfISJfM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMVxfISJfM .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tMVxfISJfM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tMVxfISJfM .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMVxfISJfM .collapsed .navbar-brand {
  margin-left: 0rem !important;
}
.cid-tMVxfISJfM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMVxfISJfM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tMVxfISJfM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMVxfISJfM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMVxfISJfM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  color: #8d5e43;
  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 #5f3e2d;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tMVxfISJfM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMVxfISJfM img {
    height: 3.8rem !important;
  }
  .cid-tMVxfISJfM .btn {
    display: -webkit-flex;
  }
  .cid-tMVxfISJfM button.navbar-toggler {
    display: block;
  }
  .cid-tMVxfISJfM .navbar-brand {
    margin-left: 0rem !important;
  }
  .cid-tMVxfISJfM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMVxfISJfM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing,
  .cid-tMVxfISJfM .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-nav,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMVxfISJfM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tMVxfISJfM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMVxfISJfM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMVxfISJfM .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 #5f3e2d;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tMVxfISJfM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tMVxfISJfM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tMVxfISJfM .nav-link:hover {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-tMVxfISJfM .logo {
  aspect-ratio: 2.20125786;
}
.cid-tMVxfISJfM .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#custom-html-fj {
  /* Type valid CSS here */
}
#custom-html-fj div {
  height: 75px;
  background-color: #000;
}
#custom-html-hn {
  /* Type valid CSS here */
}
#custom-html-hn div {
  padding: 1px 0;
  color: #000;
  text-align: center;
  background-color: #000;
}
#custom-html-hn hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(189, 125, 87, 0), rgba(189, 125, 87, 0.75), rgba(189, 125, 87, 0));
  margin-top: 5px;
  margin-bottom: 5px;
}
.cid-skjAIFCgZ5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-skjAIFCgZ5 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #000000;
}
.cid-skjAIFCgZ5 img {
  width: 100%;
}
.cid-skjAIFCgZ5 p {
  margin-top: 1rem;
  font-weight: normal;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-skjAIFCgZ5 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-skjAIFCgZ5 .content-wrapper {
  padding-top: 2rem;
}
.cid-skjAIFCgZ5 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-skjAIFCgZ5 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-skjAIFCgZ5 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-skjAIFCgZ5 .back {
    width: 100%;
    height: 75%;
  }
  .cid-skjAIFCgZ5 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-skjAIFCgZ5 p {
    margin-top: 4rem;
  }
}
.cid-skjAIFCgZ5 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-skjAIFCgZ5 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-skjAIFCgZ5 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-skjAIFCgZ5 h4 {
    right: 2rem;
  }
}
.cid-skjAIFCgZ5 H3 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-skjAIFCgZ5 H1 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-skjAIFCgZ5 .mbr-text,
.cid-skjAIFCgZ5 .mbr-section-btn {
  color: #ffffff;
}
.cid-skjAIFCgZ5 H4 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-skjAIFCgZ5 .cadre {
  overflow: hidden;
  border-radius: 5px;
}
.cid-skjAIFCgZ5 .shine {
  position: relative;
}
.cid-skjAIFCgZ5 .shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cid-skjAIFCgZ5 .shine:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.cid-skjAIFCgZ5 .couverture {
  aspect-ratio: 1.49925037;
}
.cid-tMVxVrF7yB {
  background: #ffffff;
}
.cid-tMVxVrF7yB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tMVxVrF7yB .mbr-figure {
  margin: 0 auto;
}
.cid-tMVxVrF7yB figcaption {
  position: relative;
}
.cid-tMVxVrF7yB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cid-tMVxVrF7yB .polling_message {
  color: white;
  float: left;
  margin-right: 2%;
}
.cid-tMVxVrF7yB .view_port {
  background-color: #000;
  height: 20px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tMVxVrF7yB .view_port {
    height: 10px;
  }
}
.cid-tMVxVrF7yB .cylon_eye {
  background-color: #000;
  background-image: linear-gradient(to right, #000000 25%, #ad734b 50%, #000000 75%);
  color: white;
  height: 100%;
  width: 100%;
  -webkit-animation: 4s linear 0s infinite alternate move_eye;
  animation: 4s linear 0s infinite alternate move_eye;
}
@-webkit-keyframes move_eye {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 100%;
  }
}
@keyframes move_eye {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 100%;
  }
}
.cid-tMVxVrF7yB .animationbdp1 {
  height: 2px;
  background: #f1b173;
  animation: bronzev 2s infinite linear;
  text-align: center;
}
.cid-tMVxVrF7yB .animationbdp2 {
  height: 3px;
  background: #f1b173;
  animation: bronzev 4s infinite linear;
  text-align: center;
}
.cid-tMVxVrF7yB .animationbdp3 {
  height: 4px;
  background: #f1b173;
  animation: bronzev 6s infinite linear;
  text-align: center;
}
@keyframes bronzev {
  0% {
    background: #f1b173;
  }
  10% {
    background: #de9956;
  }
  20% {
    background: #aa7354;
  }
  30% {
    background: #9b6849;
  }
  40% {
    background: #8d5e43;
  }
  50% {
    background: #5f3e2d;
  }
  60% {
    background: #8d5e43;
  }
  70% {
    background: #9b6849;
  }
  80% {
    background: #de9956;
  }
  90% {
    background: #aa7354;
  }
  100% {
    background: #f1b173;
  }
}
.cid-tMVxVrF7yB .separationbdpb {
  background: #000;
  height: 10px;
}
.cid-sK0x4Ym9aC {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sK0x4Ym9aC div {
  font-family: "Source Sans Pro", Tahoma, Arial;
}
.cid-sK0x4Ym9aC .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sK0x4Ym9aC .mbr-shop .row {
  margin: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-sK0x4Ym9aC .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sK0x4Ym9aC .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sK0x4Ym9aC .btn {
  padding: 0.6rem 2rem;
}
.cid-sK0x4Ym9aC .mbr-section-btn {
  text-align: left;
}
.cid-sK0x4Ym9aC .img_wraper img {
  border-radius: 8px!important;
}
.cid-sK0x4Ym9aC .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sK0x4Ym9aC .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sK0x4Ym9aC .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sK0x4Ym9aC .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sK0x4Ym9aC .mbr-shop .hide-modal {
  display: none;
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sK0x4Ym9aC .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sK0x4Ym9aC .mbr-shop .filter-by-pu,
.cid-sK0x4Ym9aC .mbr-shop .filter-by-pd,
.cid-sK0x4Ym9aC .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sK0x4Ym9aC .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sK0x4Ym9aC .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sK0x4Ym9aC .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-sK0x4Ym9aC .mbr-shop .galleryItem h4,
.cid-sK0x4Ym9aC .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sK0x4Ym9aC .mbr-shop .galleryItem h5,
.cid-sK0x4Ym9aC .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .galleryItem p,
.cid-sK0x4Ym9aC .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sK0x4Ym9aC .mbr-shop .item-button {
  text-align: center;
}
.cid-sK0x4Ym9aC .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sK0x4Ym9aC .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sK0x4Ym9aC .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-sK0x4Ym9aC .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sK0x4Ym9aC .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sK0x4Ym9aC .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-item__hided h4,
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-item__hided h5,
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sK0x4Ym9aC .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sK0x4Ym9aC .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #000000;
}
.cid-sK0x4Ym9aC .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sK0x4Ym9aC .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sK0x4Ym9aC .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: bold;
}
.cid-sK0x4Ym9aC .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #000000;
  border-radius: 2px;
  font-size: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #000000;
}
.cid-sK0x4Ym9aC .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sK0x4Ym9aC .mbr-shop .range-controls {
  position: relative;
}
.cid-sK0x4Ym9aC .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sK0x4Ym9aC .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.cid-sK0x4Ym9aC .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #000000;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #000000;
  cursor: pointer;
}
.cid-sK0x4Ym9aC .mbr-shop .toggle:hover,
.cid-sK0x4Ym9aC .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sK0x4Ym9aC .mbr-shop .min-toggle {
  left: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .max-toggle {
  right: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .hided-by-price {
  display: none;
}
.cid-sK0x4Ym9aC .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sK0x4Ym9aC .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sK0x4Ym9aC .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sK0x4Ym9aC .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sK0x4Ym9aC .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sK0x4Ym9aC .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sK0x4Ym9aC .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sK0x4Ym9aC .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sK0x4Ym9aC .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sK0x4Ym9aC .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sK0x4Ym9aC .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sK0x4Ym9aC .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sK0x4Ym9aC .mbr-shop .shop-items .onsale,
.cid-sK0x4Ym9aC .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sK0x4Ym9aC .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sK0x4Ym9aC .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sK0x4Ym9aC .mbr-shop .price-range {
  display: inline-block;
}
.cid-sK0x4Ym9aC .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sK0x4Ym9aC .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sK0x4Ym9aC .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sK0x4Ym9aC .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sK0x4Ym9aC .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sK0x4Ym9aC .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sK0x4Ym9aC .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sK0x4Ym9aC .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sK0x4Ym9aC .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sK0x4Ym9aC .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sK0x4Ym9aC .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sK0x4Ym9aC .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sK0x4Ym9aC .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sK0x4Ym9aC .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sK0x4Ym9aC .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sK0x4Ym9aC .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sK0x4Ym9aC .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sK0x4Ym9aC .wrapper-shop-items {
    order: 1;
  }
  .cid-sK0x4Ym9aC .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-sK0x4Ym9aC .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sK0x4Ym9aC .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sK0x4Ym9aC .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sK0x4Ym9aC .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sK0x4Ym9aC .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sK0x4Ym9aC .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sK0x4Ym9aC .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sK0x4Ym9aC .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sK0x4Ym9aC .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sK0x4Ym9aC .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sK0x4Ym9aC .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sK0x4Ym9aC .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sK0x4Ym9aC .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-sK0x4Ym9aC .oldprice {
  color: #767676;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK0x4Ym9aC .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sK0x4Ym9aC LI {
  color: #57468b;
}
.cid-sK0x4Ym9aC .sidebar-title {
  color: #000000;
}
.cid-sK0x4Ym9aC .item-title {
  text-align: left;
  color: #000000;
}
.cid-sK0x4Ym9aC .shop-item-price,
.cid-sK0x4Ym9aC .price-block {
  text-align: left;
  color: #c1c1c1;
}
@media (max-width: 576px) {
  .cid-sK0x4Ym9aC .mbr-shop .mbr-gallery-item,
  .cid-sK0x4Ym9aC .wrapper-shop-items,
  .cid-sK0x4Ym9aC .sidebar-block,
  .cid-sK0x4Ym9aC .sidebar-title,
  .cid-sK0x4Ym9aC .sidebar,
  .cid-sK0x4Ym9aC .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-sK0x4Ym9aC .filter-cost {
    max-width: 100%!important;
  }
  .cid-sK0x4Ym9aC .range-slider,
  .cid-sK0x4Ym9aC .categories,
  .cid-sK0x4Ym9aC .bestseller-block {
    text-align: center;
  }
}
.cid-sRiYFO9BYH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRiYFO9BYH .mbr-section-subtitle {
  color: #767676;
}
.cid-sRiYFO9BYH H2 {
  text-align: left;
  color: #000;
}
.cid-sRiYFO9BYH .container {
  height: 58px;
}
.cid-sRiYHXHVz6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRiYHXHVz6 .mbr-text,
.cid-sRiYHXHVz6 blockquote {
  color: #767676;
}
.cid-sRiYHXHVz6 .container {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #000;
  background-color: #fff;
  width: 1080px;
  max-width: 95%;
}
.cid-sRiYHXHVz6 .mbr-text {
  color: #000000;
}
.cid-sRiYHXHVz6 h2 {
  font-size: 1.5em;
}
.cid-sRiYHXHVz6 h3 {
  font-size: 1.1em;
}
.cid-sRiYHXHVz6 .couverture {
  float: right;
  padding-left: 20px;
  max-width: 50%;
}
.cid-sRiYHXHVz6 .photo-produit {
  width: 150px;
  aspect-ratio: 0.668;
  max-width: 100%;
}
.cid-sRiYHXHVz6 .bloc {
  display: table;
  text-align: justify;
  font-size: 0.9em;
}
.cid-sRiYHXHVz6 .separation {
  height: 1px;
  border: 0px solid #6a2b2b;
  background-color: #6a2b2b;
  width: 100%;
}
.cid-sc99EaBO1c {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sc99EaBO1c .mbr-section-subtitle {
  color: #767676;
}
.cid-sc99EaBO1c H3 {
  text-align: left;
  color: #000;
}
.cid-sc99EaBO1c .container {
  height: 58px;
}
.cid-sMsjHoZtD3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMsjHoZtD3 .mbr-text {
  color: #000000;
  padding: 0 0 0 0;
  border: 1px solid #eee;
  background-color: #fff;
}
.cid-sMsjHoZtD3 .mbr-text p {
  background: #ffffff;
}
.cid-sMsjHoZtD3 .titre {
  font-size: 1.3em;
  font-weight: bold;
}
.cid-sMsjHoZtD3 .p-3 {
  font-size: 0.9em;
  padding: 0px;
  text-align: justify;
}
.cid-sMsjHoZtD3 .bps {
  aspect-ratio: 4.76086957;
  width: 150px;
  max-width: 55%;
}
.cid-sMsjHoZtD3 .pp {
  aspect-ratio: 3.94736842;
  width: 150px;
  max-width: 35%;
}
.cid-sMsjHoZtD3 .paypal {
  position: relative;
  top: -35px;
}
.cid-sMsjHoZtD3 .logos-cb {
  max-width: 100%;
}
.cid-sMsjHoZtD3 .ups {
  aspect-ratio: 0.8359375;
  margin-right: 5px;
  width: 50px;
  max-width: 25%;
}
.cid-sMsjHoZtD3 .colissimo {
  aspect-ratio: 3.90909091;
  width: 400px;
  max-width: 60%;
}
.cid-sMsjHoZtD3 .lien {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-sMsjHoZtD3 .lien:hover {
  color: #000;
}
.cid-sMsjHoZtD3 .lien::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-sMsjHoZtD3 .lien:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-sc99Eb8hri {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sc99Eb8hri .mbr-section-subtitle {
  color: #767676;
}
.cid-sc99Eb8hri H3 {
  text-align: left;
  color: #000;
}
.cid-sc99Eb8hri .container {
  height: 58px;
}
.cid-sEnaYNkru7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEnaYNkru7 .title {
  margin-bottom: 2rem;
}
.cid-sEnaYNkru7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sEnaYNkru7 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sEnaYNkru7 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sEnaYNkru7 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sEnaYNkru7 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sEnaYNkru7 H2 {
  color: #000000;
}
.cid-sEnaYNkru7 LABEL {
  color: #000000;
}
.cid-sEnaYNkru7 .form-control {
  border: 1px solid #aaa;
  border-radius: 0px;
  background-color: #fafafa;
}
.cid-sEnaYNkru7 .btn-form {
  border-radius: 0px;
}
.cid-tONYYVbvzl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tONYYVbvzl .content {
    text-align: center;
  }
  .cid-tONYYVbvzl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tONYYVbvzl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tONYYVbvzl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tONYYVbvzl .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tONYYVbvzl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tONYYVbvzl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tONYYVbvzl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tONYYVbvzl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tONYYVbvzl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tONYYVbvzl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tONYYVbvzl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tONYYVbvzl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tONYYVbvzl H5 {
  color: #000000;
}
.cid-tONYYVbvzl P {
  color: #000000;
}
.cid-tONYYVbvzl .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-tONYYVbvzl .animationbdp1 {
  height: 2px;
  background: #f1b173;
  animation: bronzev 2s infinite linear;
  text-align: center;
}
.cid-tONYYVbvzl .animationbdp2 {
  height: 3px;
  background: #f1b173;
  animation: bronzev 4s infinite linear;
  text-align: center;
}
.cid-tONYYVbvzl .animationbdp3 {
  height: 4px;
  background: #f1b173;
  animation: bronzev 6s infinite linear;
  text-align: center;
}
@keyframes bronzev {
  0% {
    background: #f1b173;
  }
  10% {
    background: #de9956;
  }
  20% {
    background: #aa7354;
  }
  30% {
    background: #9b6849;
  }
  40% {
    background: #8d5e43;
  }
  50% {
    background: #5f3e2d;
  }
  60% {
    background: #8d5e43;
  }
  70% {
    background: #9b6849;
  }
  80% {
    background: #de9956;
  }
  90% {
    background: #aa7354;
  }
  100% {
    background: #f1b173;
  }
}
.cid-tONYYVbvzl .separationbdpb {
  background: #000;
  height: 30px;
}
.cid-tMVxfISJfM .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
}
.cid-tMVxfISJfM .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tMVxfISJfM a {
  color: #8d5e43;
  font-style: normal;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-tMVxfISJfM a:hover {
  color: #f1b173;
}
.cid-tMVxfISJfM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tMVxfISJfM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tMVxfISJfM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMVxfISJfM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tMVxfISJfM .menu-logo {
  margin-right: auto;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 0rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMVxfISJfM .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-tMVxfISJfM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMVxfISJfM .dropdown {
  color: #8d5e43;
}
.cid-tMVxfISJfM .dropdown .dropdown-menu {
  color: #8d5e43;
  z-index: 255;
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border: 1px solid #8d5e43;
  border-radius: 0px 0px 15px 0px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
}
.cid-tMVxfISJfM .dropdown .dropdown-menu .dropdown-item {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tMVxfISJfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMVxfISJfM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMVxfISJfM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMVxfISJfM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tMVxfISJfM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMVxfISJfM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tMVxfISJfM button.navbar-toggler:focus {
  outline: none;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #aa7354;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMVxfISJfM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMVxfISJfM .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tMVxfISJfM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tMVxfISJfM .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMVxfISJfM .collapsed .navbar-brand {
  margin-left: 0rem !important;
}
.cid-tMVxfISJfM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMVxfISJfM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tMVxfISJfM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMVxfISJfM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMVxfISJfM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  color: #8d5e43;
  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 #5f3e2d;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tMVxfISJfM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMVxfISJfM img {
    height: 3.8rem !important;
  }
  .cid-tMVxfISJfM .btn {
    display: -webkit-flex;
  }
  .cid-tMVxfISJfM button.navbar-toggler {
    display: block;
  }
  .cid-tMVxfISJfM .navbar-brand {
    margin-left: 0rem !important;
  }
  .cid-tMVxfISJfM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMVxfISJfM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing,
  .cid-tMVxfISJfM .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-nav,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMVxfISJfM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tMVxfISJfM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMVxfISJfM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMVxfISJfM .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 #5f3e2d;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tMVxfISJfM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tMVxfISJfM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tMVxfISJfM .nav-link:hover {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-tMVxfISJfM .logo {
  aspect-ratio: 2.20125786;
}
.cid-tMVxfISJfM .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#custom-html-gb {
  /* Type valid CSS here */
}
#custom-html-gb div {
  height: 75px;
  background-color: #000;
}
#custom-html-hq {
  /* Type valid CSS here */
}
#custom-html-hq div {
  padding: 1px 0;
  color: #000;
  text-align: center;
  background-color: #000;
}
#custom-html-hq hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(189, 125, 87, 0), rgba(189, 125, 87, 0.75), rgba(189, 125, 87, 0));
  margin-top: 5px;
  margin-bottom: 5px;
}
.cid-slZSeMtJfF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-slZSeMtJfF .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #000000;
}
.cid-slZSeMtJfF img {
  width: 100%;
}
.cid-slZSeMtJfF p {
  margin-top: 1rem;
  font-weight: normal;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-slZSeMtJfF .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-slZSeMtJfF .content-wrapper {
  padding-top: 2rem;
}
.cid-slZSeMtJfF h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-slZSeMtJfF .content-wrapper {
    padding-top: 0rem;
  }
  .cid-slZSeMtJfF p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-slZSeMtJfF .back {
    width: 100%;
    height: 75%;
  }
  .cid-slZSeMtJfF .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-slZSeMtJfF p {
    margin-top: 4rem;
  }
}
.cid-slZSeMtJfF .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-slZSeMtJfF .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-slZSeMtJfF .content-wrapper {
    padding-right: 3rem;
  }
  .cid-slZSeMtJfF h4 {
    right: 2rem;
  }
}
.cid-slZSeMtJfF H3 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-slZSeMtJfF H1 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-slZSeMtJfF .mbr-text,
.cid-slZSeMtJfF .mbr-section-btn {
  color: #ffffff;
}
.cid-slZSeMtJfF H4 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-slZSeMtJfF .cadre {
  overflow: hidden;
  border-radius: 5px;
}
.cid-slZSeMtJfF .shine {
  position: relative;
}
.cid-slZSeMtJfF .shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cid-slZSeMtJfF .shine:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.cid-slZSeMtJfF .couverture {
  aspect-ratio: 1.63666121;
}
.cid-tMVyuoEmNZ {
  background: #ffffff;
}
.cid-tMVyuoEmNZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tMVyuoEmNZ .mbr-figure {
  margin: 0 auto;
}
.cid-tMVyuoEmNZ figcaption {
  position: relative;
}
.cid-tMVyuoEmNZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cid-tMVyuoEmNZ .polling_message {
  color: white;
  float: left;
  margin-right: 2%;
}
.cid-tMVyuoEmNZ .view_port {
  background-color: #000;
  height: 20px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tMVyuoEmNZ .view_port {
    height: 10px;
  }
}
.cid-tMVyuoEmNZ .cylon_eye {
  background-color: #000;
  background-image: linear-gradient(to right, #000000 25%, #ad734b 50%, #000000 75%);
  color: white;
  height: 100%;
  width: 100%;
  -webkit-animation: 4s linear 0s infinite alternate move_eye;
  animation: 4s linear 0s infinite alternate move_eye;
}
@-webkit-keyframes move_eye {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 100%;
  }
}
@keyframes move_eye {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 100%;
  }
}
.cid-tMVyuoEmNZ .animationbdp1 {
  height: 2px;
  background: #f1b173;
  animation: bronzev 2s infinite linear;
  text-align: center;
}
.cid-tMVyuoEmNZ .animationbdp2 {
  height: 3px;
  background: #f1b173;
  animation: bronzev 4s infinite linear;
  text-align: center;
}
.cid-tMVyuoEmNZ .animationbdp3 {
  height: 4px;
  background: #f1b173;
  animation: bronzev 6s infinite linear;
  text-align: center;
}
@keyframes bronzev {
  0% {
    background: #f1b173;
  }
  10% {
    background: #de9956;
  }
  20% {
    background: #aa7354;
  }
  30% {
    background: #9b6849;
  }
  40% {
    background: #8d5e43;
  }
  50% {
    background: #5f3e2d;
  }
  60% {
    background: #8d5e43;
  }
  70% {
    background: #9b6849;
  }
  80% {
    background: #de9956;
  }
  90% {
    background: #aa7354;
  }
  100% {
    background: #f1b173;
  }
}
.cid-tMVyuoEmNZ .separationbdpb {
  background: #000;
  height: 10px;
}
.cid-slZSMtZc0N {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slZSMtZc0N .mbr-section-subtitle {
  color: #767676;
}
.cid-slZSMtZc0N H2 {
  text-align: left;
  color: #000;
}
.cid-slZSMtZc0N .container {
  height: 58px;
}
.cid-uChVzBy1AI {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uChVzBy1AI .card-box {
  padding: 0 0.3rem;
}
.cid-uChVzBy1AI .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uChVzBy1AI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uChVzBy1AI h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0.3rem;
}
.cid-uChVzBy1AI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uChVzBy1AI .mbr-text {
  color: #000000;
}
.cid-uChVzBy1AI .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uChVzBy1AI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uChVzBy1AI .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 1.49812734;
}
.cid-uChVzBy1AI .zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-uChVzBy1AI .card-title {
  color: #000000;
}
.cid-uChVzBy1AI .prix {
  position: relative;
  top: -15px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}
.cid-uChVzBy1AI .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.cid-uChVzBy1AI .row .col-sm-12 {
  flex: 0 0 auto;
  width: 80%;
  margin-right: 1rem;
}
.cid-uChVzBy1AI .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-uChVzBy1AI .souligne:hover {
  color: #000;
}
.cid-uChVzBy1AI .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-uChVzBy1AI .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-uChVzBy1AI .carousel-container {
  position: relative;
  width: 1080px;
  max-width: 94%;
  box-sizing: border-box;
  margin: 0 auto;
}
.cid-uChVzBy1AI .carousel-track1 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.cid-uChVzBy1AI .carousel-track1::-webkit-scrollbar {
  height: 8px;
}
.cid-uChVzBy1AI .carousel-track1::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cid-uChVzBy1AI .carousel-track1::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
.cid-uChVzBy1AI .carousel-track1::-webkit-scrollbar-thumb:hover {
  background: #777;
  cursor: e-resize;
}
.cid-uChVzBy1AI .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.6rem 0.8rem;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-uChVzBy1AI .carousel-arrow:hover {
  background: rgba(74, 34, 26, 0.8);
}
.cid-uChVzBy1AI .arrow-left1 {
  left: -2.2rem;
}
.cid-uChVzBy1AI .arrow-right1 {
  right: -2.2rem;
}
.cid-uChVzBy1AI .carousel-arrow.hidden {
  display: none;
}
.cid-slZTco1ba8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slZTco1ba8 .mbr-section-subtitle {
  color: #767676;
}
.cid-slZTco1ba8 H2 {
  text-align: left;
  color: #000;
}
.cid-slZTco1ba8 .container {
  height: 58px;
}
.cid-uChVA6fnly {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uChVA6fnly .card-box {
  padding: 0 0.3rem;
}
.cid-uChVA6fnly .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uChVA6fnly .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uChVA6fnly h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0.3rem;
}
.cid-uChVA6fnly p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uChVA6fnly .mbr-text {
  color: #000000;
}
.cid-uChVA6fnly .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uChVA6fnly .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uChVA6fnly .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 1.49812734;
}
.cid-uChVA6fnly .zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-uChVA6fnly .card-title {
  color: #000000;
}
.cid-uChVA6fnly .prix {
  position: relative;
  top: -15px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}
.cid-uChVA6fnly .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.cid-uChVA6fnly .row .col-sm-12 {
  flex: 0 0 auto;
  width: 80%;
  margin-right: 1rem;
}
.cid-uChVA6fnly .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-uChVA6fnly .souligne:hover {
  color: #000;
}
.cid-uChVA6fnly .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-uChVA6fnly .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-uChVA6fnly .carousel-container {
  position: relative;
  width: 1080px;
  max-width: 94%;
  box-sizing: border-box;
  margin: 0 auto;
}
.cid-uChVA6fnly .carousel-track2 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.cid-uChVA6fnly .carousel-track2::-webkit-scrollbar {
  height: 8px;
}
.cid-uChVA6fnly .carousel-track2::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cid-uChVA6fnly .carousel-track2::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
.cid-uChVA6fnly .carousel-track2::-webkit-scrollbar-thumb:hover {
  background: #777;
  cursor: e-resize;
}
.cid-uChVA6fnly .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.6rem 0.8rem;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-uChVA6fnly .carousel-arrow:hover {
  background: rgba(74, 34, 26, 0.8);
}
.cid-uChVA6fnly .arrow-left2 {
  left: -2.2rem;
}
.cid-uChVA6fnly .arrow-right2 {
  right: -2.2rem;
}
.cid-uChVA6fnly .carousel-arrow.hidden {
  display: none;
}
.cid-slZTpRg61Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slZTpRg61Q .mbr-section-subtitle {
  color: #767676;
}
.cid-slZTpRg61Q H2 {
  text-align: left;
  color: #000;
}
.cid-slZTpRg61Q .container {
  height: 58px;
}
.cid-uChVAEBhCP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uChVAEBhCP .card-box {
  padding: 0 0.3rem;
}
.cid-uChVAEBhCP .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uChVAEBhCP .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uChVAEBhCP h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0.3rem;
}
.cid-uChVAEBhCP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uChVAEBhCP .mbr-text {
  color: #000000;
}
.cid-uChVAEBhCP .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uChVAEBhCP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uChVAEBhCP .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 1.49812734;
}
.cid-uChVAEBhCP .zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-uChVAEBhCP .card-title {
  color: #000000;
}
.cid-uChVAEBhCP .prix {
  position: relative;
  top: -15px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}
.cid-uChVAEBhCP .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.cid-uChVAEBhCP .row .col-sm-12 {
  flex: 0 0 auto;
  width: 80%;
  margin-right: 1rem;
}
.cid-uChVAEBhCP .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-uChVAEBhCP .souligne:hover {
  color: #000;
}
.cid-uChVAEBhCP .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-uChVAEBhCP .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-uChVAEBhCP .carousel-container {
  position: relative;
  width: 1080px;
  max-width: 94%;
  box-sizing: border-box;
  margin: 0 auto;
}
.cid-uChVAEBhCP .carousel-track3 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.cid-uChVAEBhCP .carousel-track3::-webkit-scrollbar {
  height: 8px;
}
.cid-uChVAEBhCP .carousel-track3::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cid-uChVAEBhCP .carousel-track3::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
.cid-uChVAEBhCP .carousel-track3::-webkit-scrollbar-thumb:hover {
  background: #777;
  cursor: e-resize;
}
.cid-uChVAEBhCP .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.6rem 0.8rem;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-uChVAEBhCP .carousel-arrow:hover {
  background: rgba(74, 34, 26, 0.8);
}
.cid-uChVAEBhCP .arrow-left3 {
  left: -2.2rem;
}
.cid-uChVAEBhCP .arrow-right3 {
  right: -2.2rem;
}
.cid-uChVAEBhCP .carousel-arrow.hidden {
  display: none;
}
.cid-slZUdCWXp7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slZUdCWXp7 .mbr-section-subtitle {
  color: #767676;
}
.cid-slZUdCWXp7 H2 {
  text-align: left;
  color: #000;
}
.cid-slZUdCWXp7 .container {
  height: 58px;
}
.cid-uChVBlJFUm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uChVBlJFUm .card-box {
  padding: 0 0.3rem;
}
.cid-uChVBlJFUm .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uChVBlJFUm .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uChVBlJFUm h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0.3rem;
}
.cid-uChVBlJFUm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uChVBlJFUm .mbr-text {
  color: #000000;
}
.cid-uChVBlJFUm .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uChVBlJFUm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uChVBlJFUm .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 1.49812734;
}
.cid-uChVBlJFUm .zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-uChVBlJFUm .card-title {
  color: #000000;
}
.cid-uChVBlJFUm .prix {
  position: relative;
  top: -15px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}
.cid-uChVBlJFUm .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.cid-uChVBlJFUm .row .col-sm-12 {
  flex: 0 0 auto;
  width: 80%;
  margin-right: 1rem;
}
.cid-uChVBlJFUm .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-uChVBlJFUm .souligne:hover {
  color: #000;
}
.cid-uChVBlJFUm .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-uChVBlJFUm .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-uChVBlJFUm .carousel-container {
  position: relative;
  width: 1080px;
  max-width: 94%;
  box-sizing: border-box;
  margin: 0 auto;
}
.cid-uChVBlJFUm .carousel-track4 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.cid-uChVBlJFUm .carousel-track4::-webkit-scrollbar {
  height: 8px;
}
.cid-uChVBlJFUm .carousel-track4::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cid-uChVBlJFUm .carousel-track4::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
.cid-uChVBlJFUm .carousel-track4::-webkit-scrollbar-thumb:hover {
  background: #777;
  cursor: e-resize;
}
.cid-uChVBlJFUm .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.6rem 0.8rem;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-uChVBlJFUm .carousel-arrow:hover {
  background: rgba(74, 34, 26, 0.8);
}
.cid-uChVBlJFUm .arrow-left4 {
  left: -2.2rem;
}
.cid-uChVBlJFUm .arrow-right4 {
  right: -2.2rem;
}
.cid-uChVBlJFUm .carousel-arrow.hidden {
  display: none;
}
.cid-slZUuj8AgU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slZUuj8AgU .mbr-section-subtitle {
  color: #767676;
}
.cid-slZUuj8AgU H2 {
  text-align: left;
  color: #000;
}
.cid-slZUuj8AgU .container {
  height: 58px;
}
.cid-uChVBZrq5k {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uChVBZrq5k .card-box {
  padding: 0 0.3rem;
}
.cid-uChVBZrq5k .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uChVBZrq5k .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uChVBZrq5k h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0.3rem;
}
.cid-uChVBZrq5k p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uChVBZrq5k .mbr-text {
  color: #000000;
}
.cid-uChVBZrq5k .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uChVBZrq5k .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uChVBZrq5k .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 1.49812734;
}
.cid-uChVBZrq5k .zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-uChVBZrq5k .card-title {
  color: #000000;
}
.cid-uChVBZrq5k .prix {
  position: relative;
  top: -15px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}
.cid-uChVBZrq5k .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.cid-uChVBZrq5k .row .col-sm-12 {
  flex: 0 0 auto;
  width: 80%;
  margin-right: 1rem;
}
.cid-uChVBZrq5k .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-uChVBZrq5k .souligne:hover {
  color: #000;
}
.cid-uChVBZrq5k .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-uChVBZrq5k .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-uChVBZrq5k .carousel-container {
  position: relative;
  width: 1080px;
  max-width: 94%;
  box-sizing: border-box;
  margin: 0 auto;
}
.cid-uChVBZrq5k .carousel-track5 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.cid-uChVBZrq5k .carousel-track5::-webkit-scrollbar {
  height: 8px;
}
.cid-uChVBZrq5k .carousel-track5::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cid-uChVBZrq5k .carousel-track5::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
.cid-uChVBZrq5k .carousel-track5::-webkit-scrollbar-thumb:hover {
  background: #777;
  cursor: e-resize;
}
.cid-uChVBZrq5k .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.6rem 0.8rem;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-uChVBZrq5k .carousel-arrow:hover {
  background: rgba(74, 34, 26, 0.8);
}
.cid-uChVBZrq5k .arrow-left5 {
  left: -2.2rem;
}
.cid-uChVBZrq5k .arrow-right5 {
  right: -2.2rem;
}
.cid-uChVBZrq5k .carousel-arrow.hidden {
  display: none;
}
.cid-slZSeOBnoS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slZSeOBnoS .mbr-section-subtitle {
  color: #767676;
}
.cid-slZSeOBnoS H3 {
  text-align: left;
  color: #000;
}
.cid-slZSeOBnoS .container {
  height: 58px;
}
.cid-sMsjKzW8Vu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMsjKzW8Vu .mbr-text {
  color: #000000;
  padding: 0 0 0 0;
  border: 1px solid #eee;
  background-color: #fff;
}
.cid-sMsjKzW8Vu .mbr-text p {
  background: #ffffff;
}
.cid-sMsjKzW8Vu .titre {
  font-size: 1.3em;
  font-weight: bold;
}
.cid-sMsjKzW8Vu .p-3 {
  font-size: 0.9em;
  padding: 0px;
  text-align: justify;
}
.cid-sMsjKzW8Vu .bps {
  aspect-ratio: 4.76086957;
  width: 150px;
  max-width: 55%;
}
.cid-sMsjKzW8Vu .pp {
  aspect-ratio: 3.94736842;
  width: 150px;
  max-width: 35%;
}
.cid-sMsjKzW8Vu .paypal {
  position: relative;
  top: -35px;
}
.cid-sMsjKzW8Vu .logos-cb {
  max-width: 100%;
}
.cid-sMsjKzW8Vu .ups {
  aspect-ratio: 0.8359375;
  margin-right: 5px;
  width: 50px;
  max-width: 25%;
}
.cid-sMsjKzW8Vu .colissimo {
  aspect-ratio: 3.90909091;
  width: 400px;
  max-width: 60%;
}
.cid-sMsjKzW8Vu .lien {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-sMsjKzW8Vu .lien:hover {
  color: #000;
}
.cid-sMsjKzW8Vu .lien::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-sMsjKzW8Vu .lien:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-slZSePjhlP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slZSePjhlP .mbr-section-subtitle {
  color: #767676;
}
.cid-slZSePjhlP H3 {
  text-align: left;
  color: #000;
}
.cid-slZSePjhlP .container {
  height: 58px;
}
.cid-sEnb3rbmDp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEnb3rbmDp .title {
  margin-bottom: 2rem;
}
.cid-sEnb3rbmDp .mbr-section-subtitle {
  color: #767676;
}
.cid-sEnb3rbmDp a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sEnb3rbmDp a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sEnb3rbmDp .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sEnb3rbmDp .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sEnb3rbmDp H2 {
  color: #000000;
}
.cid-sEnb3rbmDp LABEL {
  color: #000000;
}
.cid-sEnb3rbmDp .form-control {
  border: 1px solid #aaa;
  border-radius: 0px;
  background-color: #fafafa;
}
.cid-sEnb3rbmDp .btn-form {
  border-radius: 0px;
}
.cid-tONZ0s5SvI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tONZ0s5SvI .content {
    text-align: center;
  }
  .cid-tONZ0s5SvI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tONZ0s5SvI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tONZ0s5SvI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tONZ0s5SvI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tONZ0s5SvI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tONZ0s5SvI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tONZ0s5SvI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tONZ0s5SvI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tONZ0s5SvI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tONZ0s5SvI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tONZ0s5SvI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tONZ0s5SvI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tONZ0s5SvI H5 {
  color: #000000;
}
.cid-tONZ0s5SvI P {
  color: #000000;
}
.cid-tONZ0s5SvI .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-tONZ0s5SvI .animationbdp1 {
  height: 2px;
  background: #f1b173;
  animation: bronzev 2s infinite linear;
  text-align: center;
}
.cid-tONZ0s5SvI .animationbdp2 {
  height: 3px;
  background: #f1b173;
  animation: bronzev 4s infinite linear;
  text-align: center;
}
.cid-tONZ0s5SvI .animationbdp3 {
  height: 4px;
  background: #f1b173;
  animation: bronzev 6s infinite linear;
  text-align: center;
}
@keyframes bronzev {
  0% {
    background: #f1b173;
  }
  10% {
    background: #de9956;
  }
  20% {
    background: #aa7354;
  }
  30% {
    background: #9b6849;
  }
  40% {
    background: #8d5e43;
  }
  50% {
    background: #5f3e2d;
  }
  60% {
    background: #8d5e43;
  }
  70% {
    background: #9b6849;
  }
  80% {
    background: #de9956;
  }
  90% {
    background: #aa7354;
  }
  100% {
    background: #f1b173;
  }
}
.cid-tONZ0s5SvI .separationbdpb {
  background: #000;
  height: 30px;
}
.cid-u1PddnwbS6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
}
.cid-u1PddnwbS6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-u1PddnwbS6 a {
  color: #8d5e43;
  font-style: normal;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u1PddnwbS6 a:hover {
  color: #f1b173;
}
.cid-u1PddnwbS6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u1PddnwbS6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-u1PddnwbS6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u1PddnwbS6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u1PddnwbS6 .menu-logo {
  margin-right: auto;
}
.cid-u1PddnwbS6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 0rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1PddnwbS6 .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-u1PddnwbS6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u1PddnwbS6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u1PddnwbS6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u1PddnwbS6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u1PddnwbS6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u1PddnwbS6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-u1PddnwbS6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u1PddnwbS6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1PddnwbS6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u1PddnwbS6 .dropdown {
  color: #8d5e43;
}
.cid-u1PddnwbS6 .dropdown .dropdown-menu {
  color: #8d5e43;
  z-index: 255;
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border: 1px solid #8d5e43;
  border-radius: 0px 0px 15px 0px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
}
.cid-u1PddnwbS6 .dropdown .dropdown-menu .dropdown-item {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u1PddnwbS6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1PddnwbS6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u1PddnwbS6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1PddnwbS6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u1PddnwbS6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u1PddnwbS6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u1PddnwbS6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u1PddnwbS6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u1PddnwbS6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u1PddnwbS6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u1PddnwbS6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u1PddnwbS6 button.navbar-toggler:focus {
  outline: none;
}
.cid-u1PddnwbS6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #aa7354;
}
.cid-u1PddnwbS6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1PddnwbS6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1PddnwbS6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1PddnwbS6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1PddnwbS6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1PddnwbS6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1PddnwbS6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1PddnwbS6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1PddnwbS6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u1PddnwbS6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-u1PddnwbS6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u1PddnwbS6 .collapsed .navbar-collapse.collapsing,
.cid-u1PddnwbS6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u1PddnwbS6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u1PddnwbS6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u1PddnwbS6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u1PddnwbS6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u1PddnwbS6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u1PddnwbS6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u1PddnwbS6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u1PddnwbS6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u1PddnwbS6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u1PddnwbS6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-u1PddnwbS6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1PddnwbS6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-u1PddnwbS6 .collapsed .navbar-brand {
  margin-left: 0rem !important;
}
.cid-u1PddnwbS6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u1PddnwbS6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-u1PddnwbS6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u1PddnwbS6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u1PddnwbS6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  color: #8d5e43;
  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 #5f3e2d;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-u1PddnwbS6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u1PddnwbS6 img {
    height: 3.8rem !important;
  }
  .cid-u1PddnwbS6 .btn {
    display: -webkit-flex;
  }
  .cid-u1PddnwbS6 button.navbar-toggler {
    display: block;
  }
  .cid-u1PddnwbS6 .navbar-brand {
    margin-left: 0rem !important;
  }
  .cid-u1PddnwbS6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u1PddnwbS6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u1PddnwbS6 .navbar-collapse.collapsing,
  .cid-u1PddnwbS6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-u1PddnwbS6 .navbar-collapse.collapsing .navbar-nav,
  .cid-u1PddnwbS6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u1PddnwbS6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u1PddnwbS6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u1PddnwbS6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u1PddnwbS6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1PddnwbS6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-u1PddnwbS6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u1PddnwbS6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u1PddnwbS6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1PddnwbS6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-u1PddnwbS6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u1PddnwbS6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u1PddnwbS6 .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 #5f3e2d;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-u1PddnwbS6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u1PddnwbS6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u1PddnwbS6 .nav-link:hover {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u1PddnwbS6 .logo {
  aspect-ratio: 2.20125786;
}
.cid-u1PddnwbS6 .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#custom-html-hz {
  /* Type valid CSS here */
}
#custom-html-hz div {
  height: 75px;
  background-color: #000;
}
#custom-html-i0 {
  /* Type valid CSS here */
}
#custom-html-i0 div {
  padding: 1px 0;
  color: #000;
  text-align: center;
  background-color: #000;
}
#custom-html-i0 hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(189, 125, 87, 0), rgba(189, 125, 87, 0.75), rgba(189, 125, 87, 0));
  margin-top: 5px;
  margin-bottom: 5px;
}
.cid-u1PddnS7Ex {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u1PddnS7Ex .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #000000;
}
.cid-u1PddnS7Ex img {
  width: 100%;
}
.cid-u1PddnS7Ex p {
  margin-top: 1rem;
  font-weight: normal;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u1PddnS7Ex .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 1rem;
}
.cid-u1PddnS7Ex .content-wrapper {
  padding-top: 2rem;
}
.cid-u1PddnS7Ex h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u1PddnS7Ex .content-wrapper {
    padding-top: 0rem;
  }
  .cid-u1PddnS7Ex p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u1PddnS7Ex .back {
    width: 100%;
    height: 75%;
  }
  .cid-u1PddnS7Ex .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-u1PddnS7Ex p {
    margin-top: 4rem;
  }
}
.cid-u1PddnS7Ex .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-u1PddnS7Ex .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-u1PddnS7Ex .content-wrapper {
    padding-right: 3rem;
  }
  .cid-u1PddnS7Ex h4 {
    right: 2rem;
  }
}
.cid-u1PddnS7Ex H3 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u1PddnS7Ex H1 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u1PddnS7Ex .mbr-text,
.cid-u1PddnS7Ex .mbr-section-btn {
  color: #ffffff;
}
.cid-u1PddnS7Ex H4 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u1PddnS7Ex .cadre {
  overflow: hidden;
  border-radius: 5px;
}
.cid-u1PddnS7Ex .shine {
  position: relative;
}
.cid-u1PddnS7Ex .shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cid-u1PddnS7Ex .shine:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.cid-u1PddnS7Ex .couverture {
  aspect-ratio: 1.49925037;
}
.cid-u1PddnS7Ex .indicateur {
  width: 10px;
  height: 10px;
}
.cid-u1Pddo2Wxj {
  background: #ffffff;
}
.cid-u1Pddo2Wxj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u1Pddo2Wxj .mbr-figure {
  margin: 0 auto;
}
.cid-u1Pddo2Wxj figcaption {
  position: relative;
}
.cid-u1Pddo2Wxj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cid-u1Pddo2Wxj .polling_message {
  color: white;
  float: left;
  margin-right: 2%;
}
.cid-u1Pddo2Wxj .view_port {
  background-color: #000;
  height: 20px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u1Pddo2Wxj .view_port {
    height: 10px;
  }
}
.cid-u1Pddo2Wxj .cylon_eye {
  background-color: #000;
  background-image: linear-gradient(to right, #000000 25%, #ad734b 50%, #000000 75%);
  color: white;
  height: 100%;
  width: 100%;
  -webkit-animation: 4s linear 0s infinite alternate move_eye;
  animation: 4s linear 0s infinite alternate move_eye;
}
@-webkit-keyframes move_eye {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 100%;
  }
}
@keyframes move_eye {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 100%;
  }
}
.cid-u1Pddo2Wxj .animationbdp1 {
  height: 2px;
  background: #f1b173;
  animation: bronzev 2s infinite linear;
  text-align: center;
}
.cid-u1Pddo2Wxj .animationbdp2 {
  height: 3px;
  background: #f1b173;
  animation: bronzev 4s infinite linear;
  text-align: center;
}
.cid-u1Pddo2Wxj .animationbdp3 {
  height: 4px;
  background: #f1b173;
  animation: bronzev 6s infinite linear;
  text-align: center;
}
@keyframes bronzev {
  0% {
    background: #f1b173;
  }
  10% {
    background: #de9956;
  }
  20% {
    background: #aa7354;
  }
  30% {
    background: #9b6849;
  }
  40% {
    background: #8d5e43;
  }
  50% {
    background: #5f3e2d;
  }
  60% {
    background: #8d5e43;
  }
  70% {
    background: #9b6849;
  }
  80% {
    background: #de9956;
  }
  90% {
    background: #aa7354;
  }
  100% {
    background: #f1b173;
  }
}
.cid-u1Pddo2Wxj .separationbdpb {
  background: #000;
  height: 10px;
}
.cid-u1PegJgbXT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u1PegJgbXT .mbr-section-subtitle {
  color: #767676;
}
.cid-u1PegJgbXT .container-table {
  margin: 0 auto;
}
.cid-u1PegJgbXT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u1PegJgbXT .dataTables_wrapper {
  display: block;
}
.cid-u1PegJgbXT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u1PegJgbXT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u1PegJgbXT table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u1PegJgbXT table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u1PegJgbXT table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u1PegJgbXT table.table {
  background: #ffffff;
}
.cid-u1PegJgbXT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u1PegJgbXT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u1PegJgbXT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u1PegJgbXT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u1PegJgbXT .dataTables_filter {
    text-align: center;
  }
  .cid-u1PegJgbXT .photo-produit {
    width: 45px;
    max-width: 100%;
  }
  .cid-u1PegJgbXT td {
    border-top: 1px solid #cccccc;
    font-size: 11px;
    padding: 2px;
  }
  .cid-u1PegJgbXT .head-item {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .cid-u1PegJgbXT .dataTables_filter {
    text-align: center;
  }
  .cid-u1PegJgbXT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-u1PegJgbXT .photo-produit {
    width: 80px;
    max-width: 100%;
  }
  .cid-u1PegJgbXT td {
    border-top: 1px solid #cccccc;
    font-size: 16px;
    padding: 3px;
  }
}
.cid-u1PegJgbXT .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u1PegJgbXT .souligne:hover {
  color: #000;
}
.cid-u1PegJgbXT .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u1PegJgbXT .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u1PegJgbXT .indicateurStockSerie {
  position: relative;
  bottom: 1px;
}
.cid-uZzTwFYXor {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZzTwFYXor .card-box {
  padding: 0 0.3rem;
}
.cid-uZzTwFYXor .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-uZzTwFYXor .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uZzTwFYXor h4 {
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
  font-size: 0.8em;
  color: #777;
  position: relative;
  left: -4px;
}
.cid-uZzTwFYXor p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uZzTwFYXor .mbr-text {
  color: #000000;
}
.cid-uZzTwFYXor .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uZzTwFYXor .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uZzTwFYXor h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0.3rem;
}
.cid-uZzTwFYXor .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 1.49812734;
}
.cid-uZzTwFYXor .zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-uZzTwFYXor .card-title {
  color: #000000;
}
.cid-uZzTwFYXor .prix {
  position: relative;
  top: -15px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}
.cid-uZzTwFYXor .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.cid-uZzTwFYXor .row .col-sm-12 {
  flex: 0 0 auto;
  width: 80%;
  margin-right: 1rem;
}
.cid-uZzTwFYXor .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-uZzTwFYXor .souligne:hover {
  color: #000;
}
.cid-uZzTwFYXor .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-uZzTwFYXor .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-uZzTwFYXor .carousel-container {
  position: relative;
  width: 1080px;
  max-width: 94%;
  box-sizing: border-box;
  margin: 0 auto;
}
.cid-uZzTwFYXor .carousel-tracklsv {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.cid-uZzTwFYXor .carousel-tracklsv::-webkit-scrollbar {
  height: 8px;
}
.cid-uZzTwFYXor .carousel-tracklsv::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cid-uZzTwFYXor .carousel-tracklsv::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
.cid-uZzTwFYXor .carousel-tracklsv::-webkit-scrollbar-thumb:hover {
  background: #777;
  cursor: e-resize;
}
.cid-uZzTwFYXor .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.6rem 0.8rem;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-uZzTwFYXor .carousel-arrow:hover {
  background: rgba(74, 34, 26, 0.8);
}
.cid-uZzTwFYXor .arrow-leftlsv {
  left: -2.2rem;
}
.cid-uZzTwFYXor .arrow-rightlsv {
  right: -2.2rem;
}
.cid-uZzTwFYXor .carousel-arrow.hidden {
  display: none;
}
.cid-uZzTwFYXor .container1 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #bbb;
  background-color: #fff;
  width: 1080px;
  max-width: 95%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cid-uZzTwFYXor h2 {
  font-size: 1.4em;
}
@media (min-width: 992px) {
  .cid-uZzTwFYXor .couverture {
    border-radius: .25rem;
    float: right;
    padding-left: 20px;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uZzTwFYXor .couverture {
    border-radius: .25rem;
    float: top;
    width: 100%;
    padding-bottom: 10px;
  }
}
.cid-uZzTwFYXor .photo-produit {
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .cid-uZzTwFYXor .photo-produit {
    width: 330px;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uZzTwFYXor .photo-produit {
    width: 100%;
  }
}
.cid-uZzTwFYXor .bloc {
  display: table;
  text-align: justify;
  font-size: 1em;
  padding: 0;
  line-height: 1.3em;
}
.cid-uZzTwFYXor .separation {
  height: 1px;
  border: 0px solid #6a2b2b;
  background-color: #6a2b2b;
  width: 100%;
}
.cid-uZzTwFYXor .notes {
  margin-top: 8px;
  color: #777;
  font-size: 0.8em;
  line-height: 1.4em;
  border-left: 1px solid #999;
  padding-left: 0.5rem;
}
.cid-uZzTwFYXor .div {
  font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
}
.cid-u3BUxmFBc5 {
  padding-top: 45px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-u3BUxmFBc5 .mbr-section-subtitle {
  color: #767676;
}
.cid-u3BUxmFBc5 H3 {
  text-align: left;
  color: #000;
  font-size: 25px;
}
.cid-u3BUxmFBc5 container {
  background-color: #fff;
}
.cid-u3BUxmFBc5 a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u3BUxmFBc5 a:hover {
  color: #000;
}
.cid-u3BUxmFBc5 a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u3BUxmFBc5 a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u3BUxmFBc5 .loupe {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .cid-u3BUxmFBc5 .loupe {
    width: 14px;
    height: 14px;
    position: relative;
    bottom: 2px;
  }
}
.cid-u3BUxmFBc5 .liner {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.cid-u3BUxmFBc5 .liner:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  margin: auto;
  margin-left: 10px;
  background: linear-gradient(0.25turn, #000000, #cccccc, #ffffff 80%);
}
.cid-u3BUD5tvqd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u3BUD5tvqd .mbr-text,
.cid-u3BUD5tvqd blockquote {
  color: #000;
  text-align: justify;
}
.cid-u3BUD5tvqd .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u3BUD5tvqd .souligne:hover {
  color: #000;
}
.cid-u3BUD5tvqd .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u3BUD5tvqd .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u3BXmx9ChJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u3BXmx9ChJ .card-box {
  padding: 0 0.5rem;
}
.cid-u3BXmx9ChJ .btn {
  font-size: 16px;
}
.cid-u3BXmx9ChJ .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-u3BXmx9ChJ .mbr-section-btn a {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-u3BXmx9ChJ h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0.5rem;
}
.cid-u3BXmx9ChJ h3 a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.cid-u3BXmx9ChJ h4 {
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0rem;
}
.cid-u3BXmx9ChJ p {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0;
  text-align: justify;
  padding-top: 0.2rem;
}
.cid-u3BXmx9ChJ .mbr-text {
  color: #000;
}
.cid-u3BXmx9ChJ .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u3BXmx9ChJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-u3BXmx9ChJ .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cid-u3BXmx9ChJ .zoom:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.cid-u3BXmx9ChJ .imagette {
  aspect-ratio: 1;
}
.cid-u3BXmx9ChJ .cadre {
  overflow: hidden;
  position: relative;
}
.cid-u3BXmx9ChJ .datec {
  font-size: 14px;
  color: #ffffff;
}
.cid-u3BXmx9ChJ .date span {
  color: #fff;
  display: inline-block;
  background-color: #555;
  padding: 0.2rem 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
  font-family: "Source Sans Pro", Tahoma, Arial;
}
.cid-u3BXmx9ChJ .geolocalisation {
  font-size: 14px;
  color: #000;
}
.cid-u3BXmx9ChJ .lieu {
  line-height: 31px;
}
.cid-u3BXmx9ChJ .pointeur {
  padding-right: 10px;
  aspect-ratio: 0.64516129;
}
.cid-u3BXmx9ChJ .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u3BXmx9ChJ .souligne:hover {
  color: #000;
}
.cid-u3BXmx9ChJ .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u3BXmx9ChJ .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u3BXmx9ChJ .souligne-blanc {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.cid-u3BXmx9ChJ .souligne-blanc:hover {
  color: #fff;
}
.cid-u3BXmx9ChJ .souligne-blanc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u3BXmx9ChJ .souligne-blanc:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u3BXmx9ChJ .inactif:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cid-u3BXmx9ChJ .inactif {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.cid-u2SyJHFNIV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2SyJHFNIV .mbr-section-subtitle {
  color: #767676;
}
.cid-u2SyJHFNIV H2 {
  text-align: left;
  color: #000;
}
.cid-u2SyJHFNIV .container {
  height: 58px;
}
.cid-u2SyJHFNIV a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u2SyJHFNIV a:hover {
  color: #000;
}
.cid-u2SyJHFNIV a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u2SyJHFNIV a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u2SyKcEOhE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2SyKcEOhE .mbr-text,
.cid-u2SyKcEOhE blockquote {
  color: #767676;
}
.cid-u2SyKcEOhE .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-u2SyKcEOhE h4 {
  font-size: 1.1em;
  text-align: center;
}
.cid-u2SyKcEOhE .avis {
  font-size: 16px;
  line-height: 19px;
}
.cid-u2SyKcEOhE .separation {
  height: 45px;
}
.cid-u2SyKcEOhE img {
  width: 40px;
}
.cid-u2SyKcEOhE a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u2SyKcEOhE a:hover {
  color: #000;
}
.cid-u2SyKcEOhE a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #777;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u2SyKcEOhE a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u1PddrAaZN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1PddrAaZN .mbr-section-subtitle {
  color: #767676;
}
.cid-u1PddrAaZN H3 {
  text-align: left;
  color: #000;
}
.cid-u1PddrAaZN .container {
  height: 58px;
}
.cid-u1PddrIx0e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1PddrIx0e .mbr-text {
  color: #000000;
  padding: 0 0 0 0;
  border: 1px solid #eee;
  background-color: #fff;
}
.cid-u1PddrIx0e .mbr-text p {
  background: #ffffff;
}
.cid-u1PddrIx0e .titre {
  font-size: 1.3em;
  font-weight: bold;
}
.cid-u1PddrIx0e .p-3 {
  font-size: 0.9em;
  padding: 0px;
  text-align: justify;
}
.cid-u1PddrIx0e .bps {
  aspect-ratio: 4.76086957;
  width: 150px;
  max-width: 55%;
}
.cid-u1PddrIx0e .pp {
  aspect-ratio: 3.94736842;
  width: 150px;
  max-width: 35%;
}
.cid-u1PddrIx0e .paypal {
  position: relative;
  top: -35px;
}
.cid-u1PddrIx0e .logos-cb {
  max-width: 100%;
}
.cid-u1PddrIx0e .ups {
  aspect-ratio: 0.8359375;
  margin-right: 5px;
  width: 50px;
  max-width: 25%;
}
.cid-u1PddrIx0e .colissimo {
  aspect-ratio: 3.90909091;
  width: 400px;
  max-width: 60%;
}
.cid-u1PddrIx0e .lien {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u1PddrIx0e .lien:hover {
  color: #000;
}
.cid-u1PddrIx0e .lien::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u1PddrIx0e .lien:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u1PddrTv4N {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1PddrTv4N .mbr-section-subtitle {
  color: #767676;
}
.cid-u1PddrTv4N H3 {
  text-align: left;
  color: #000;
}
.cid-u1PddrTv4N .container {
  height: 58px;
}
.cid-u1Pdds08BR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1Pdds08BR .title {
  margin-bottom: 2rem;
}
.cid-u1Pdds08BR .mbr-section-subtitle {
  color: #767676;
}
.cid-u1Pdds08BR a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-u1Pdds08BR a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-u1Pdds08BR .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-u1Pdds08BR .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u1Pdds08BR H2 {
  color: #000000;
}
.cid-u1Pdds08BR LABEL {
  color: #000000;
}
.cid-u1Pdds08BR .form-control {
  border: 1px solid #aaa;
  border-radius: 0px;
  background-color: #fafafa;
}
.cid-u1Pdds08BR .btn-form {
  border-radius: 0px;
}
.cid-u1Pddsb6Tq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-u1Pddsb6Tq .content {
    text-align: center;
  }
  .cid-u1Pddsb6Tq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Pddsb6Tq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u1Pddsb6Tq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u1Pddsb6Tq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u1Pddsb6Tq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u1Pddsb6Tq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-u1Pddsb6Tq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u1Pddsb6Tq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u1Pddsb6Tq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1Pddsb6Tq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u1Pddsb6Tq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1Pddsb6Tq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1Pddsb6Tq H5 {
  color: #000000;
}
.cid-u1Pddsb6Tq P {
  color: #000000;
}
.cid-u1Pddsb6Tq .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u1Pddsb6Tq .animationbdp1 {
  height: 2px;
  background: #f1b173;
  animation: bronzev 2s infinite linear;
  text-align: center;
}
.cid-u1Pddsb6Tq .animationbdp2 {
  height: 3px;
  background: #f1b173;
  animation: bronzev 4s infinite linear;
  text-align: center;
}
.cid-u1Pddsb6Tq .animationbdp3 {
  height: 4px;
  background: #f1b173;
  animation: bronzev 6s infinite linear;
  text-align: center;
}
@keyframes bronzev {
  0% {
    background: #f1b173;
  }
  10% {
    background: #de9956;
  }
  20% {
    background: #aa7354;
  }
  30% {
    background: #9b6849;
  }
  40% {
    background: #8d5e43;
  }
  50% {
    background: #5f3e2d;
  }
  60% {
    background: #8d5e43;
  }
  70% {
    background: #9b6849;
  }
  80% {
    background: #de9956;
  }
  90% {
    background: #aa7354;
  }
  100% {
    background: #f1b173;
  }
}
.cid-u1Pddsb6Tq .separationbdpb {
  background: #000;
  height: 30px;
}
.cid-u55M5Ww8iO .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
}
.cid-u55M5Ww8iO .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-u55M5Ww8iO a {
  color: #8d5e43;
  font-style: normal;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u55M5Ww8iO a:hover {
  color: #f1b173;
}
.cid-u55M5Ww8iO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u55M5Ww8iO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-u55M5Ww8iO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u55M5Ww8iO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u55M5Ww8iO .menu-logo {
  margin-right: auto;
}
.cid-u55M5Ww8iO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 0rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u55M5Ww8iO .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-u55M5Ww8iO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u55M5Ww8iO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u55M5Ww8iO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u55M5Ww8iO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u55M5Ww8iO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u55M5Ww8iO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-u55M5Ww8iO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u55M5Ww8iO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u55M5Ww8iO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u55M5Ww8iO .dropdown {
  color: #8d5e43;
}
.cid-u55M5Ww8iO .dropdown .dropdown-menu {
  color: #8d5e43;
  z-index: 255;
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border: 1px solid #8d5e43;
  border-radius: 0px 0px 15px 0px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
}
.cid-u55M5Ww8iO .dropdown .dropdown-menu .dropdown-item {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u55M5Ww8iO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u55M5Ww8iO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u55M5Ww8iO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u55M5Ww8iO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u55M5Ww8iO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u55M5Ww8iO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u55M5Ww8iO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u55M5Ww8iO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u55M5Ww8iO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u55M5Ww8iO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u55M5Ww8iO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u55M5Ww8iO button.navbar-toggler:focus {
  outline: none;
}
.cid-u55M5Ww8iO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #aa7354;
}
.cid-u55M5Ww8iO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u55M5Ww8iO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u55M5Ww8iO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u55M5Ww8iO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u55M5Ww8iO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u55M5Ww8iO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u55M5Ww8iO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u55M5Ww8iO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u55M5Ww8iO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u55M5Ww8iO .collapsed .btn {
  display: -webkit-flex;
}
.cid-u55M5Ww8iO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u55M5Ww8iO .collapsed .navbar-collapse.collapsing,
.cid-u55M5Ww8iO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u55M5Ww8iO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u55M5Ww8iO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u55M5Ww8iO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u55M5Ww8iO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u55M5Ww8iO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u55M5Ww8iO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u55M5Ww8iO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u55M5Ww8iO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u55M5Ww8iO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u55M5Ww8iO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-u55M5Ww8iO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u55M5Ww8iO .collapsed button.navbar-toggler {
  display: block;
}
.cid-u55M5Ww8iO .collapsed .navbar-brand {
  margin-left: 0rem !important;
}
.cid-u55M5Ww8iO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u55M5Ww8iO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-u55M5Ww8iO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u55M5Ww8iO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u55M5Ww8iO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  color: #8d5e43;
  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 #5f3e2d;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-u55M5Ww8iO .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u55M5Ww8iO img {
    height: 3.8rem !important;
  }
  .cid-u55M5Ww8iO .btn {
    display: -webkit-flex;
  }
  .cid-u55M5Ww8iO button.navbar-toggler {
    display: block;
  }
  .cid-u55M5Ww8iO .navbar-brand {
    margin-left: 0rem !important;
  }
  .cid-u55M5Ww8iO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u55M5Ww8iO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u55M5Ww8iO .navbar-collapse.collapsing,
  .cid-u55M5Ww8iO .navbar-collapse.show {
    display: block !important;
  }
  .cid-u55M5Ww8iO .navbar-collapse.collapsing .navbar-nav,
  .cid-u55M5Ww8iO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u55M5Ww8iO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u55M5Ww8iO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u55M5Ww8iO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u55M5Ww8iO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u55M5Ww8iO .navbar-collapse.collapsing .navbar-buttons,
  .cid-u55M5Ww8iO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u55M5Ww8iO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u55M5Ww8iO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u55M5Ww8iO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-u55M5Ww8iO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u55M5Ww8iO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u55M5Ww8iO .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 #5f3e2d;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-u55M5Ww8iO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u55M5Ww8iO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u55M5Ww8iO .nav-link:hover {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u55M5Ww8iO .logo {
  aspect-ratio: 2.20125786;
}
.cid-u55M5Ww8iO .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#custom-html-j5 {
  /* Type valid CSS here */
}
#custom-html-j5 div {
  height: 75px;
  background-color: #000;
}
#custom-html-j6 {
  /* Type valid CSS here */
}
#custom-html-j6 div {
  padding: 1px 0;
  color: #000;
  text-align: center;
  background-color: #000;
}
#custom-html-j6 hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(189, 125, 87, 0), rgba(189, 125, 87, 0.75), rgba(189, 125, 87, 0));
  margin-top: 5px;
  margin-bottom: 5px;
}
.cid-u55M5WNH5n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u55M5WNH5n .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #000000;
}
.cid-u55M5WNH5n img {
  width: 100%;
}
.cid-u55M5WNH5n p {
  margin-top: 1rem;
  font-weight: normal;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u55M5WNH5n .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-u55M5WNH5n .content-wrapper {
  padding-top: 2rem;
}
.cid-u55M5WNH5n h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u55M5WNH5n .content-wrapper {
    padding-top: 0rem;
  }
  .cid-u55M5WNH5n p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u55M5WNH5n .back {
    width: 100%;
    height: 75%;
  }
  .cid-u55M5WNH5n .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-u55M5WNH5n p {
    margin-top: 4rem;
  }
}
.cid-u55M5WNH5n .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-u55M5WNH5n .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-u55M5WNH5n .content-wrapper {
    padding-right: 3rem;
  }
  .cid-u55M5WNH5n h4 {
    right: 2rem;
  }
}
.cid-u55M5WNH5n H3 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u55M5WNH5n H1 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u55M5WNH5n .mbr-text,
.cid-u55M5WNH5n .mbr-section-btn {
  color: #ffffff;
}
.cid-u55M5WNH5n H4 {
  color: #ffffff;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u55M5WNH5n .cadre {
  overflow: hidden;
  border-radius: 5px;
}
.cid-u55M5WNH5n .shine {
  position: relative;
}
.cid-u55M5WNH5n .shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.cid-u55M5WNH5n .shine:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.cid-u55M5WNH5n .couverture {
  aspect-ratio: 1.49925037;
}
.cid-u55M5WNH5n .indicateur {
  width: 10px;
  height: 10px;
}
.cid-u55M5WYEbJ {
  background: #ffffff;
}
.cid-u55M5WYEbJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u55M5WYEbJ .mbr-figure {
  margin: 0 auto;
}
.cid-u55M5WYEbJ figcaption {
  position: relative;
}
.cid-u55M5WYEbJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cid-u55M5WYEbJ .polling_message {
  color: white;
  float: left;
  margin-right: 2%;
}
.cid-u55M5WYEbJ .view_port {
  background-color: #000;
  height: 20px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u55M5WYEbJ .view_port {
    height: 10px;
  }
}
.cid-u55M5WYEbJ .cylon_eye {
  background-color: #000;
  background-image: linear-gradient(to right, #000000 25%, #ad734b 50%, #000000 75%);
  color: white;
  height: 100%;
  width: 100%;
  -webkit-animation: 4s linear 0s infinite alternate move_eye;
  animation: 4s linear 0s infinite alternate move_eye;
}
@-webkit-keyframes move_eye {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 100%;
  }
}
@keyframes move_eye {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 100%;
  }
}
.cid-u55M5WYEbJ .animationbdp1 {
  height: 2px;
  background: #f1b173;
  animation: bronzev 2s infinite linear;
  text-align: center;
}
.cid-u55M5WYEbJ .animationbdp2 {
  height: 3px;
  background: #f1b173;
  animation: bronzev 4s infinite linear;
  text-align: center;
}
.cid-u55M5WYEbJ .animationbdp3 {
  height: 4px;
  background: #f1b173;
  animation: bronzev 6s infinite linear;
  text-align: center;
}
@keyframes bronzev {
  0% {
    background: #f1b173;
  }
  10% {
    background: #de9956;
  }
  20% {
    background: #aa7354;
  }
  30% {
    background: #9b6849;
  }
  40% {
    background: #8d5e43;
  }
  50% {
    background: #5f3e2d;
  }
  60% {
    background: #8d5e43;
  }
  70% {
    background: #9b6849;
  }
  80% {
    background: #de9956;
  }
  90% {
    background: #aa7354;
  }
  100% {
    background: #f1b173;
  }
}
.cid-u55M5WYEbJ .separationbdpb {
  background: #000;
  height: 10px;
}
#custom-html-jy .top {
  padding-top: 20px;
  width: 100%;
  background-color: #fff;
}
#custom-html-jy .defhor {
  width: 1100px;
  max-width: 100%;
  height: 410px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: auto;
  background-color: #fff;
}
@media (max-width: 1100px) {
  #custom-html-jy .defhor {
    height: 300px;
  }
}
#custom-html-jy .imagescroll {
  padding-top: 20px;
  height: 400px;
  max-height: 100%;
  margin: auto;
}
@media (max-width: 1100px) {
  #custom-html-jy .imagescroll {
    height: 280px;
    padding-right: 10px;
  }
}
#custom-html-jy ::-webkit-scrollbar-track {
  width: 3px;
}
#custom-html-jy ::-webkit-scrollbar-track {
  background: #ffffff;
}
#custom-html-jy ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
#custom-html-jy ::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.cid-u57lJ6mjvh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u57lJ6mjvh .mbr-text,
.cid-u57lJ6mjvh blockquote {
  color: #000;
  text-align: justify;
}
.cid-u57lJ6mjvh a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u57lJ6mjvh a:hover {
  color: #000;
}
.cid-u57lJ6mjvh a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u57lJ6mjvh a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55SjyPabT {
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-u55SjyPabT .mbr-section-subtitle {
  color: #767676;
}
.cid-u55SjyPabT .mbr-section {
  background-color: #fff;
}
.cid-u55SjyPabT H2 {
  text-align: left;
  color: #000;
  vertical-align: bottom;
}
.cid-u55SjyPabT .container {
  background-color: #fff;
}
.cid-u55SjyPabT a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55SjyPabT a:hover {
  color: #000;
}
.cid-u55SjyPabT a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55SjyPabT a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55SjyPabT .loupe {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .cid-u55SjyPabT .loupe {
    width: 14px;
    height: 14px;
    position: relative;
    bottom: 2px;
  }
}
.cid-u55SmIpTOh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55SmIpTOh .mbr-text,
.cid-u55SmIpTOh blockquote {
  color: #000;
  text-align: justify;
}
.cid-u55SmIpTOh a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55SmIpTOh a:hover {
  color: #000;
}
.cid-u55SmIpTOh a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55SmIpTOh a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55SQDoUm4 {
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-u55SQDoUm4 .mbr-section-subtitle {
  color: #767676;
}
.cid-u55SQDoUm4 .mbr-section {
  background-color: #fff;
}
.cid-u55SQDoUm4 H2 {
  text-align: left;
  color: #000;
  vertical-align: bottom;
}
.cid-u55SQDoUm4 .container {
  background-color: #fff;
}
.cid-u55SQDoUm4 a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55SQDoUm4 a:hover {
  color: #000;
}
.cid-u55SQDoUm4 a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55SQDoUm4 a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55SQDoUm4 .loupe {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .cid-u55SQDoUm4 .loupe {
    width: 14px;
    height: 14px;
    position: relative;
    bottom: 2px;
  }
}
.cid-u55SROFAU0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55SROFAU0 .mbr-text,
.cid-u55SROFAU0 blockquote {
  color: #000;
  text-align: justify;
}
.cid-u55SROFAU0 a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55SROFAU0 a:hover {
  color: #000;
}
.cid-u55SROFAU0 a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55SROFAU0 a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55VpPiLbo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55VpPiLbo .mbr-section-subtitle {
  color: #767676;
}
.cid-u55VpPiLbo .container-table {
  margin: 0 auto;
}
.cid-u55VpPiLbo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u55VpPiLbo .dataTables_wrapper {
  display: block;
}
.cid-u55VpPiLbo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-u55VpPiLbo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u55VpPiLbo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-u55VpPiLbo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-u55VpPiLbo table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u55VpPiLbo table td {
  border-top: 1px solid #cccccc;
}
.cid-u55VpPiLbo table.table {
  background: #ffffff;
}
.cid-u55VpPiLbo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u55VpPiLbo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u55VpPiLbo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u55VpPiLbo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u55VpPiLbo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u55VpPiLbo .dataTables_filter {
    text-align: center;
  }
  .cid-u55VpPiLbo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u55WAxEZbH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55WAxEZbH .mbr-text,
.cid-u55WAxEZbH blockquote {
  color: #000;
  text-align: justify;
}
.cid-u55WAxEZbH a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55WAxEZbH a:hover {
  color: #000;
}
.cid-u55WAxEZbH a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55WAxEZbH a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55Ttmxpgq {
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-u55Ttmxpgq .mbr-section-subtitle {
  color: #767676;
}
.cid-u55Ttmxpgq .mbr-section {
  background-color: #fff;
}
.cid-u55Ttmxpgq H2 {
  text-align: left;
  color: #000;
  vertical-align: bottom;
}
.cid-u55Ttmxpgq .container {
  background-color: #fff;
}
.cid-u55Ttmxpgq a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55Ttmxpgq a:hover {
  color: #000;
}
.cid-u55Ttmxpgq a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55Ttmxpgq a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55Ttmxpgq .loupe {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .cid-u55Ttmxpgq .loupe {
    width: 14px;
    height: 14px;
    position: relative;
    bottom: 2px;
  }
}
.cid-u55TrYdt7Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55TrYdt7Y .mbr-text,
.cid-u55TrYdt7Y blockquote {
  color: #000;
  text-align: justify;
}
.cid-u55TrYdt7Y a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55TrYdt7Y a:hover {
  color: #000;
}
.cid-u55TrYdt7Y a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55TrYdt7Y a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55TSg23Sr {
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-u55TSg23Sr .mbr-section-subtitle {
  color: #767676;
}
.cid-u55TSg23Sr .mbr-section {
  background-color: #fff;
}
.cid-u55TSg23Sr H2 {
  text-align: left;
  color: #000;
  vertical-align: bottom;
}
.cid-u55TSg23Sr .container {
  background-color: #fff;
}
.cid-u55TSg23Sr a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55TSg23Sr a:hover {
  color: #000;
}
.cid-u55TSg23Sr a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55TSg23Sr a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55TSg23Sr .loupe {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .cid-u55TSg23Sr .loupe {
    width: 14px;
    height: 14px;
    position: relative;
    bottom: 2px;
  }
}
.cid-u55TTEW7oW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55TTEW7oW .mbr-text,
.cid-u55TTEW7oW blockquote {
  color: #000;
  text-align: justify;
}
.cid-u55TTEW7oW a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55TTEW7oW a:hover {
  color: #000;
}
.cid-u55TTEW7oW a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55TTEW7oW a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55TTEW7oW .illustration {
  width: 500px;
  max-width: 100%;
}
.cid-u55M5ZLVH0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55M5ZLVH0 .card-box {
  padding: 0 0.5rem;
}
.cid-u55M5ZLVH0 .btn {
  font-size: 16px;
  padding: 10px;
}
.cid-u55M5ZLVH0 .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-u55M5ZLVH0 .mbr-section-btn a {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-u55M5ZLVH0 .card-wrapper {
  margin: 0px;
  height: 100%;
  padding-bottom: 1rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u55M5ZLVH0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-u55M5ZLVH0 h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0.5rem;
}
.cid-u55M5ZLVH0 h3 a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.cid-u55M5ZLVH0 h4 {
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0rem;
}
.cid-u55M5ZLVH0 p {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0;
  text-align: justify;
  padding-top: 0.2rem;
}
.cid-u55M5ZLVH0 .mbr-text {
  color: #000;
}
.cid-u55M5ZLVH0 .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cid-u55M5ZLVH0 .zoom:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.cid-u55M5ZLVH0 .imagette {
  aspect-ratio: 1;
}
.cid-u55M5ZLVH0 .cadre {
  overflow: hidden;
  position: relative;
}
.cid-u55M5ZLVH0 .datec {
  font-size: 14px;
  color: #ffffff;
}
.cid-u55M5ZLVH0 .date span {
  color: #fff;
  display: inline-block;
  background-color: #555;
  padding: 0.2rem 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
  font-family: "Source Sans Pro", Tahoma, Arial;
}
.cid-u55M5ZLVH0 .geolocalisation {
  font-size: 14px;
  color: #000;
}
.cid-u55M5ZLVH0 .lieu {
  line-height: 31px;
}
.cid-u55M5ZLVH0 .pointeur {
  padding-right: 10px;
  aspect-ratio: 0.64516129;
}
.cid-u55M5ZLVH0 .souligne {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55M5ZLVH0 .souligne:hover {
  color: #000;
}
.cid-u55M5ZLVH0 .souligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55M5ZLVH0 .souligne:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55M5ZLVH0 .souligne-blanc {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.cid-u55M5ZLVH0 .souligne-blanc:hover {
  color: #fff;
}
.cid-u55M5ZLVH0 .souligne-blanc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55M5ZLVH0 .souligne-blanc:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55M5ZLVH0 .inactif:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cid-u55M5ZLVH0 .inactif {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.cid-u55M5ZZ7rz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55M5ZZ7rz .mbr-section-subtitle {
  color: #767676;
}
.cid-u55M5ZZ7rz H2 {
  text-align: left;
  color: #000;
}
.cid-u55M5ZZ7rz .container {
  height: 58px;
}
.cid-u55M5ZZ7rz a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55M5ZZ7rz a:hover {
  color: #000;
}
.cid-u55M5ZZ7rz a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55M5ZZ7rz a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55M608MIU {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u55M608MIU .mbr-text,
.cid-u55M608MIU blockquote {
  color: #767676;
}
.cid-u55M608MIU .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-u55M608MIU h4 {
  font-size: 1.1em;
  text-align: center;
}
.cid-u55M608MIU .avis {
  font-size: 16px;
  line-height: 19px;
}
.cid-u55M608MIU .separation {
  height: 45px;
}
.cid-u55M608MIU img {
  width: 40px;
}
.cid-u55M608MIU a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55M608MIU a:hover {
  color: #000;
}
.cid-u55M608MIU a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #777;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55M608MIU a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55M60iORy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55M60iORy .mbr-section-subtitle {
  color: #767676;
}
.cid-u55M60iORy H3 {
  text-align: left;
  color: #000;
}
.cid-u55M60iORy .container {
  height: 58px;
}
.cid-u55M60qbcZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55M60qbcZ .mbr-text {
  color: #000000;
  padding: 0 0 0 0;
  border: 1px solid #eee;
  background-color: #fff;
}
.cid-u55M60qbcZ .mbr-text p {
  background: #ffffff;
}
.cid-u55M60qbcZ .titre {
  font-size: 1.3em;
  font-weight: bold;
}
.cid-u55M60qbcZ .p-3 {
  font-size: 0.9em;
  padding: 0px;
  text-align: justify;
}
.cid-u55M60qbcZ .bps {
  aspect-ratio: 4.76086957;
  width: 150px;
  max-width: 55%;
}
.cid-u55M60qbcZ .pp {
  aspect-ratio: 3.94736842;
  width: 150px;
  max-width: 35%;
}
.cid-u55M60qbcZ .paypal {
  position: relative;
  top: -35px;
}
.cid-u55M60qbcZ .logos-cb {
  max-width: 100%;
}
.cid-u55M60qbcZ .ups {
  aspect-ratio: 0.8359375;
  margin-right: 5px;
  width: 50px;
  max-width: 25%;
}
.cid-u55M60qbcZ .colissimo {
  aspect-ratio: 3.90909091;
  width: 400px;
  max-width: 60%;
}
.cid-u55M60qbcZ .lien {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-u55M60qbcZ .lien:hover {
  color: #000;
}
.cid-u55M60qbcZ .lien::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-u55M60qbcZ .lien:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-u55M60EOBY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55M60EOBY .mbr-section-subtitle {
  color: #767676;
}
.cid-u55M60EOBY H3 {
  text-align: left;
  color: #000;
}
.cid-u55M60EOBY .container {
  height: 58px;
}
.cid-u55M60OXZI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u55M60OXZI .title {
  margin-bottom: 2rem;
}
.cid-u55M60OXZI .mbr-section-subtitle {
  color: #767676;
}
.cid-u55M60OXZI a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-u55M60OXZI a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-u55M60OXZI .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-u55M60OXZI .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u55M60OXZI H2 {
  color: #000000;
}
.cid-u55M60OXZI LABEL {
  color: #000000;
}
.cid-u55M60OXZI .form-control {
  border: 1px solid #aaa;
  border-radius: 0px;
  background-color: #fafafa;
}
.cid-u55M60OXZI .btn-form {
  border-radius: 0px;
}
.cid-u55M610oSS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-u55M610oSS .content {
    text-align: center;
  }
  .cid-u55M610oSS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u55M610oSS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u55M610oSS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u55M610oSS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u55M610oSS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u55M610oSS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-u55M610oSS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u55M610oSS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u55M610oSS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u55M610oSS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u55M610oSS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u55M610oSS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u55M610oSS H5 {
  color: #000000;
}
.cid-u55M610oSS P {
  color: #000000;
}
.cid-u55M610oSS .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-u55M610oSS .animationbdp1 {
  height: 2px;
  background: #f1b173;
  animation: bronzev 2s infinite linear;
  text-align: center;
}
.cid-u55M610oSS .animationbdp2 {
  height: 3px;
  background: #f1b173;
  animation: bronzev 4s infinite linear;
  text-align: center;
}
.cid-u55M610oSS .animationbdp3 {
  height: 4px;
  background: #f1b173;
  animation: bronzev 6s infinite linear;
  text-align: center;
}
@keyframes bronzev {
  0% {
    background: #f1b173;
  }
  10% {
    background: #de9956;
  }
  20% {
    background: #aa7354;
  }
  30% {
    background: #9b6849;
  }
  40% {
    background: #8d5e43;
  }
  50% {
    background: #5f3e2d;
  }
  60% {
    background: #8d5e43;
  }
  70% {
    background: #9b6849;
  }
  80% {
    background: #de9956;
  }
  90% {
    background: #aa7354;
  }
  100% {
    background: #f1b173;
  }
}
.cid-u55M610oSS .separationbdpb {
  background: #000;
  height: 30px;
}
.cid-tMVxfISJfM .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.45);
}
.cid-tMVxfISJfM .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tMVxfISJfM a {
  color: #8d5e43;
  font-style: normal;
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-tMVxfISJfM a:hover {
  color: #f1b173;
}
.cid-tMVxfISJfM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tMVxfISJfM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tMVxfISJfM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMVxfISJfM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tMVxfISJfM .menu-logo {
  margin-right: auto;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 0rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMVxfISJfM .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-tMVxfISJfM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMVxfISJfM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMVxfISJfM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMVxfISJfM .dropdown {
  color: #8d5e43;
}
.cid-tMVxfISJfM .dropdown .dropdown-menu {
  color: #8d5e43;
  z-index: 255;
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border: 1px solid #8d5e43;
  border-radius: 0px 0px 15px 0px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.65);
}
.cid-tMVxfISJfM .dropdown .dropdown-menu .dropdown-item {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tMVxfISJfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMVxfISJfM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMVxfISJfM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMVxfISJfM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tMVxfISJfM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMVxfISJfM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMVxfISJfM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tMVxfISJfM button.navbar-toggler:focus {
  outline: none;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #aa7354;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMVxfISJfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMVxfISJfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMVxfISJfM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMVxfISJfM .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tMVxfISJfM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMVxfISJfM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tMVxfISJfM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tMVxfISJfM .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMVxfISJfM .collapsed .navbar-brand {
  margin-left: 0rem !important;
}
.cid-tMVxfISJfM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMVxfISJfM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tMVxfISJfM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMVxfISJfM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMVxfISJfM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  color: #8d5e43;
  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 #5f3e2d;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tMVxfISJfM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMVxfISJfM img {
    height: 3.8rem !important;
  }
  .cid-tMVxfISJfM .btn {
    display: -webkit-flex;
  }
  .cid-tMVxfISJfM button.navbar-toggler {
    display: block;
  }
  .cid-tMVxfISJfM .navbar-brand {
    margin-left: 0rem !important;
  }
  .cid-tMVxfISJfM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMVxfISJfM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing,
  .cid-tMVxfISJfM .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-nav,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tMVxfISJfM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMVxfISJfM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMVxfISJfM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tMVxfISJfM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMVxfISJfM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMVxfISJfM .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 #5f3e2d;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tMVxfISJfM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tMVxfISJfM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tMVxfISJfM .nav-link:hover {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-tMVxfISJfM .logo {
  aspect-ratio: 2.20125786;
}
.cid-tMVxfISJfM .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-rM9nuscUpy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rM9nuscUpy .card-box {
  padding: 0 0.3rem;
}
.cid-rM9nuscUpy .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-rM9nuscUpy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rM9nuscUpy h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0.3rem;
}
.cid-rM9nuscUpy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rM9nuscUpy .mbr-text {
  color: #000000;
}
.cid-rM9nuscUpy .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rM9nuscUpy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rM9nuscUpy .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 1.49812734;
}
.cid-rM9nuscUpy .zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-rM9nuscUpy .card-title {
  color: #000000;
}
.cid-rM9nuscUpy .prix {
  position: relative;
  top: -15px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}
#custom-html-hl {
  /* Type valid CSS here */
}
#custom-html-hl div {
  padding: 15px 0;
  color: #000;
  text-align: center;
  background-color: #000;
}
#custom-html-hl hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(189, 125, 87, 0), rgba(189, 125, 87, 0.75), rgba(189, 125, 87, 0));
  margin-top: 5px;
  margin-bottom: 5px;
}
.cid-rNhGOzVWGJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNhGOzVWGJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rNhGOzVWGJ H2 {
  text-align: left;
  color: #000;
}
.cid-rNhGOzVWGJ .container {
  height: 58px;
}
.cid-rNhH6n7Aqu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNhH6n7Aqu .mbr-text,
.cid-rNhH6n7Aqu blockquote {
  color: #767676;
}
.cid-rNhH6n7Aqu .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-rNhH6n7Aqu h4 {
  font-size: 1.1em;
  text-align: center;
}
.cid-sEnaTWZPsd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sEnaTWZPsd .mbr-section-subtitle {
  color: #767676;
}
.cid-sEnaTWZPsd .formoid {
  margin: auto;
}
.cid-sEnaTWZPsd .form-control {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0px;
  width: 400px;
  max-width: 95%;
  border: 1px solid #aaa;
  background-color: #fafafa;
}
.cid-sEnaTWZPsd .input-group-btn .btn {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  margin: 0 !important;
  width: 250px;
  max-width: 95%;
  border-radius: 0px;
}
.cid-sEnaTWZPsd a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sEnaTWZPsd a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-sEnaTWZPsd .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEnaTWZPsd .form-group,
  .cid-sEnaTWZPsd .input-group-btn,
  .cid-sEnaTWZPsd .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-sEnaTWZPsd .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-sEnaTWZPsd .reponse {
  font-family: "Source Sans Pro", Tahoma, Arial;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  display: none;
}
.cid-rShorZXQZw {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rShorZXQZw .mbr-text,
.cid-rShorZXQZw blockquote {
  color: #767676;
}
.cid-rShorZXQZw .mbr-text {
  color: #232323;
  text-align: justify;
  font-size: 1em;
}
.cid-rShorZXQZw h4 {
  font-size: 1.1em;
  text-align: center;
}
.cid-rI4oVK1fqC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rI4oVK1fqC .mbr-section-subtitle {
  color: #767676;
}
.cid-rI4oVK1fqC H2 {
  text-align: left;
  color: #000;
}
.cid-rI4oVK1fqC .container {
  height: 58px;
}
.cid-sMsjErDmm7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMsjErDmm7 .mbr-text {
  color: #000000;
  padding: 0 0 0 0;
  border: 1px solid #eee;
  background-color: #fff;
}
.cid-sMsjErDmm7 .mbr-text p {
  background: #ffffff;
}
.cid-sMsjErDmm7 .titre {
  font-size: 1.3em;
  font-weight: bold;
}
.cid-sMsjErDmm7 .p-3 {
  font-size: 0.9em;
  padding: 0px;
  text-align: justify;
}
.cid-sMsjErDmm7 .bps {
  aspect-ratio: 4.76086957;
  width: 150px;
  max-width: 55%;
}
.cid-sMsjErDmm7 .pp {
  aspect-ratio: 3.94736842;
  width: 150px;
  max-width: 35%;
}
.cid-sMsjErDmm7 .paypal {
  position: relative;
  top: -35px;
}
.cid-sMsjErDmm7 .logos-cb {
  max-width: 100%;
}
.cid-sMsjErDmm7 .ups {
  aspect-ratio: 0.8359375;
  margin-right: 5px;
  width: 50px;
  max-width: 25%;
}
.cid-sMsjErDmm7 .colissimo {
  aspect-ratio: 3.90909091;
  width: 400px;
  max-width: 60%;
}
.cid-sMsjErDmm7 .lien {
  position: relative;
  color: #000;
  text-decoration: none;
}
.cid-sMsjErDmm7 .lien:hover {
  color: #000;
}
.cid-sMsjErDmm7 .lien::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.cid-sMsjErDmm7 .lien:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.cid-rKDMWaKpHh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKDMWaKpHh .mbr-section-subtitle {
  color: #767676;
}
.cid-rKDMWaKpHh H3 {
  text-align: left;
  color: #000;
}
.cid-rKDMWaKpHh .container {
  height: 58px;
}
.cid-sEnaSWbv5c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEnaSWbv5c .title {
  margin-bottom: 2rem;
}
.cid-sEnaSWbv5c .mbr-section-subtitle {
  color: #767676;
}
.cid-sEnaSWbv5c a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sEnaSWbv5c a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sEnaSWbv5c .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sEnaSWbv5c .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sEnaSWbv5c H2 {
  color: #000000;
}
.cid-sEnaSWbv5c LABEL {
  color: #000000;
}
.cid-sEnaSWbv5c .form-control {
  border: 1px solid #aaa;
  border-radius: 0px;
  background-color: #fafafa;
}
.cid-sEnaSWbv5c .btn-form {
  border-radius: 0px;
}
.cid-tONYX3MHS1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tONYX3MHS1 .content {
    text-align: center;
  }
  .cid-tONYX3MHS1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tONYX3MHS1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tONYX3MHS1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tONYX3MHS1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tONYX3MHS1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tONYX3MHS1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tONYX3MHS1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tONYX3MHS1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tONYX3MHS1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tONYX3MHS1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tONYX3MHS1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tONYX3MHS1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tONYX3MHS1 H5 {
  color: #000000;
}
.cid-tONYX3MHS1 P {
  color: #000000;
}
.cid-tONYX3MHS1 .bronze {
  background: linear-gradient(to right, #f1b173, #de9956, #f1b173, #de9956, #f1b173);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.cid-tONYX3MHS1 .animationbdp1 {
  height: 2px;
  background: #f1b173;
  animation: bronzev 2s infinite linear;
  text-align: center;
}
.cid-tONYX3MHS1 .animationbdp2 {
  height: 3px;
  background: #f1b173;
  animation: bronzev 4s infinite linear;
  text-align: center;
}
.cid-tONYX3MHS1 .animationbdp3 {
  height: 4px;
  background: #f1b173;
  animation: bronzev 6s infinite linear;
  text-align: center;
}
@keyframes bronzev {
  0% {
    background: #f1b173;
  }
  10% {
    background: #de9956;
  }
  20% {
    background: #aa7354;
  }
  30% {
    background: #9b6849;
  }
  40% {
    background: #8d5e43;
  }
  50% {
    background: #5f3e2d;
  }
  60% {
    background: #8d5e43;
  }
  70% {
    background: #9b6849;
  }
  80% {
    background: #de9956;
  }
  90% {
    background: #aa7354;
  }
  100% {
    background: #f1b173;
  }
}
.cid-tONYX3MHS1 .separationbdpb {
  background: #000;
  height: 30px;
}
