.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Walter Turncoat', handwriting;
  font-size: 1.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2rem;
}
.display-2 {
  font-family: 'Walter Turncoat', handwriting;
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 1.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #afc6ce !important;
}
.bg-success {
  background-color: #53df9e !important;
}
.bg-info {
  background-color: #99cc8c !important;
}
.bg-warning {
  background-color: #19a182 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #afc6ce !important;
  border-color: #afc6ce !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cfdde1 !important;
  border-color: #cfdde1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cfdde1 !important;
  border-color: #cfdde1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #99cc8c !important;
  border-color: #99cc8c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #b8dcaf !important;
  border-color: #b8dcaf !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b8dcaf !important;
  border-color: #b8dcaf !important;
}
.btn-success,
.btn-success:active {
  background-color: #53df9e !important;
  border-color: #53df9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #19a182 !important;
  border-color: #19a182 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #20cda6 !important;
  border-color: #20cda6 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #20cda6 !important;
  border-color: #20cda6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #afc6ce;
  color: #afc6ce;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #79a0ad !important;
  background-color: transparent !important;
  border-color: #79a0ad !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #afc6ce !important;
  border-color: #afc6ce !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #99cc8c;
  color: #99cc8c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #64b150 !important;
  background-color: transparent !important;
  border-color: #64b150 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #99cc8c !important;
  border-color: #99cc8c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #53df9e;
  color: #53df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #22b973 !important;
  background-color: transparent !important;
  border-color: #22b973 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #53df9e !important;
  border-color: #53df9e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #19a182;
  color: #19a182;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0d5645 !important;
  background-color: transparent !important;
  border-color: #0d5645 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #19a182 !important;
  border-color: #19a182 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #afc6ce !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #53df9e !important;
}
.text-info {
  color: #99cc8c !important;
}
.text-warning {
  color: #19a182 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7099a7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #20ac6b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5da84a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0b493b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #afc6ce;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #99cc8c;
}
.alert-warning {
  background-color: #19a182;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #afc6ce;
  border-color: #afc6ce;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #afc6ce;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #55e5c4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #afc6ce !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #afc6ce;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #afc6ce;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #afc6ce;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #afc6ce;
  border-bottom-color: #afc6ce;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #afc6ce !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23afc6ce' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 22px;
  }
}
.mbr-section-btn .btn .btn-primary,
.mbr-section-btn-main .btn .btn-primary,
.mbr-section-btn .btn .btn-secondary,
.mbr-section-btn-main .btn .btn-secondary,
.mbr-section-btn .btn .btn-success,
.mbr-section-btn-main .btn .btn-success,
.mbr-section-btn .btn .btn-info,
.mbr-section-btn-main .btn .btn-info,
.mbr-section-btn .btn .btn-warning,
.mbr-section-btn-main .btn .btn-warning,
.mbr-section-btn .btn .btn-danger,
.mbr-section-btn-main .btn .btn-danger,
.mbr-section-btn .btn .btn-black,
.mbr-section-btn-main .btn .btn-black,
.mbr-section-btn .btn .btn-white,
.mbr-section-btn-main .btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.tag-wrap {
  border-radius: 8px;
}
.tag-wrapper {
  border-radius: 30px;
}
.soc-item {
  border-radius: 8px;
}
.soc-item .mbr-iconfont {
  border-radius: 8px;
}
.slide-content .item-wrapper .item-img {
  border-radius: 10px;
}
.content-wrapper {
  border-radius: 20px;
}
.content-wrapper img {
  border-radius: 20px !important;
}
.google-map iframe {
  border-radius: 20px;
}
.card-mini {
  border-radius: 30px !important;
}
.title-wrap .item-title {
  border-radius: 15rem;
}
.nav.nav-tabs .nav-link {
  border-radius: 30px !important;
}
.form-control {
  border-radius: 8px !important;
}
#custom-html-3l {
  /* Le 4ème bloc n'existe pas dans votre HTML actuel, j'ai commenté la ligne */
  /* .donation-block:nth-child(4) { grid-area: prelevement; } */
  /* Responsive Design */
}
#custom-html-3l body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #c86343;
  color: #333;
  line-height: 1.8;
}
#custom-html-3l .donation-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px #9abab6;
  text-align: center;
}
#custom-html-3l .header h1 {
  font-size: 2.8em;
  font-weight: 700;
  color: #9abab6;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: 'Walter Turncoat', cursive;
}
#custom-html-3l .header h2 {
  font-size: 2em;
  font-weight: 500;
  color: black;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
#custom-html-3l .header p {
  font-size: 0.7em;
  letter-spacing: 1px;
  line-height: 1.5;
}
#custom-html-3l .header strong {
  font-weight: bold;
  color: #000;
}
#custom-html-3l .donation-options {
  display: grid;
  grid-template-areas: "paypal helloasso" "virement virement";
  /* Le 3ème bloc prend toute la largeur de la 2ème ligne */
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
#custom-html-3l .donation-block {
  background: #9abab6;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  /* Centre le contenu à l'intérieur de chaque bloc */
}
#custom-html-3l .donation-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 15px #c86343;
}
#custom-html-3l .donation-block h3 {
  font-size: 1.7em;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#custom-html-3l .donation-block p {
  font-size: 1.1em;
  margin: 8px 0;
}
#custom-html-3l button {
  background: linear-gradient(135deg, #ffffff, #9abab6);
  color: black;
  border: none;
  padding: 14px 24px;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#custom-html-3l button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
#custom-html-3l .donation-block:nth-child(1) {
  grid-area: paypal;
}
#custom-html-3l .donation-block:nth-child(2) {
  grid-area: helloasso;
}
#custom-html-3l .donation-block:nth-child(3) {
  grid-area: virement;
}
@media screen and (max-width: 768px) {
  #custom-html-3l .donation-container {
    margin: 20px;
    padding: 20px;
  }
  #custom-html-3l .header h1 {
    font-size: 2.2em;
  }
  #custom-html-3l .header h2 {
    font-size: 1.6em;
  }
  #custom-html-3l .donation-options {
    grid-template-areas: "paypal" "helloasso" "virement";
    /* Le 3ème bloc prend toute la largeur */
    grid-template-columns: 1fr;
  }
  #custom-html-3l .donation-block {
    padding: 20px;
  }
  #custom-html-3l button {
    width: 100%;
    padding: 12px;
  }
}
.cid-uBF6BPtVLr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uBF6BPtVLr .item-wrapper {
  width: 100%;
}
.cid-uBF6BPtVLr .left-side {
  text-align: left;
}
.cid-uBF6BPtVLr .row {
  align-items: center;
  justify-content: center;
}
.cid-uBF6BPtVLr .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uBF6BPtVLr .card-box:focus-within {
  opacity: 1;
}
.cid-uBF6BPtVLr .row-center {
  height: 100%;
}
.cid-uBF6BPtVLr .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uBF6BPtVLr .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uBF6BPtVLr .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uBF6BPtVLr .card-wrapper:hover .card-box,
.cid-uBF6BPtVLr .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uBF6BPtVLr .card-wrapper:hover .card-img,
.cid-uBF6BPtVLr .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uBF6BPtVLr .card-wrapper:hover:before,
.cid-uBF6BPtVLr .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uBF6BPtVLr .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uBF6BPtVLr .g {
  grid-row-gap: 24px;
}
.cid-uBF6BPtVLr .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uBF6BPtVLr .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uBF6BPtVLr .carousel-control {
    display: none;
  }
}
.cid-uBF6BPtVLr .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uBF6BPtVLr .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uBF6BPtVLr .card1 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g26de9ff0f8f2ff44b0124c8e89a0-h_m6oykhz9.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBF6BPtVLr .card2 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g690b13dfc98e69a75bcafb9084ef-h_m6nt86sv.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBF6BPtVLr .card3 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/gf4b67adaa7a6f5c22c4841622274-h_m6nt977f.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBF6BPtVLr .card4 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image7-h_m8eaiebp.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBF6BPtVLr .card5 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image4-h_m6oyj9yz.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBF6BPtVLr .card6 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image5-h_m6oyjxik.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uBJVFWRSbQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background: transparent;
}
.cid-uBJVFWRSbQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uBJVFWRSbQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBJVFWRSbQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uBJVFWRSbQ .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uBJVFWRSbQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBJVFWRSbQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBJVFWRSbQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uBJVFWRSbQ .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uBJVFWRSbQ .embla__button--next,
.cid-uBJVFWRSbQ .embla__button--prev {
  display: flex;
}
.cid-uBJVFWRSbQ .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uBJVFWRSbQ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uBJVFWRSbQ .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uBJVFWRSbQ .embla__button.embla__button--next {
  right: 0;
}
.cid-uBJVFWRSbQ .embla {
  position: relative;
  width: 100%;
}
.cid-uBJVFWRSbQ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uBJVFWRSbQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBJVFWRSbQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBJVFWRSbQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBJVFWRSbQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBJVFWRSbQ .item-desc {
  color: #ffffff;
}
.cid-uCAugVc5Yk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background: transparent;
}
.cid-uCAugVc5Yk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uCAugVc5Yk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uCAugVc5Yk .embla__slide .slide-content {
  width: 100%;
}
.cid-uCAugVc5Yk .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uCAugVc5Yk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCAugVc5Yk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uCAugVc5Yk .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uCAugVc5Yk .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uCAugVc5Yk .embla__button--next,
.cid-uCAugVc5Yk .embla__button--prev {
  display: flex;
}
.cid-uCAugVc5Yk .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uCAugVc5Yk .embla__button:hover {
  opacity: .7 !important;
}
.cid-uCAugVc5Yk .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uCAugVc5Yk .embla__button.embla__button--next {
  right: 0;
}
.cid-uCAugVc5Yk .embla {
  position: relative;
  width: 100%;
}
.cid-uCAugVc5Yk .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uCAugVc5Yk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCAugVc5Yk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCAugVc5Yk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCAugVc5Yk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uCAugVc5Yk .item-desc {
  color: #ffffff;
}
.cid-uCAugV1NfO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uCAugV1NfO .item-wrapper {
  width: 100%;
}
.cid-uCAugV1NfO .left-side {
  text-align: left;
}
.cid-uCAugV1NfO .row {
  align-items: center;
  justify-content: center;
}
.cid-uCAugV1NfO .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uCAugV1NfO .card-box:focus-within {
  opacity: 1;
}
.cid-uCAugV1NfO .row-center {
  height: 100%;
}
.cid-uCAugV1NfO .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uCAugV1NfO .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uCAugV1NfO .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uCAugV1NfO .card-wrapper:hover .card-box,
.cid-uCAugV1NfO .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uCAugV1NfO .card-wrapper:hover .card-img,
.cid-uCAugV1NfO .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uCAugV1NfO .card-wrapper:hover:before,
.cid-uCAugV1NfO .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uCAugV1NfO .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uCAugV1NfO .g {
  grid-row-gap: 24px;
}
.cid-uCAugV1NfO .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uCAugV1NfO .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uCAugV1NfO .carousel-control {
    display: none;
  }
}
.cid-uCAugV1NfO .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uCAugV1NfO .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uCAugV1NfO .card1 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/gfaab3c5aeaaa808f8b2f7a8a6c9a-h_m9fjssaq.png");
  background-size: cover;
  background-position: center;
}
.cid-uCAugV1NfO .card2 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g4d4afcb9e10e7edc9c758fbdbf46-h_m9fjt3ai.png");
  background-size: cover;
  background-position: center;
}
.cid-uCAugV1NfO .card3 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/gd6a8b92c1de0e94026e5ca171ab6-h_m9fjtgpm.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uCAugV1NfO .card4 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g4d4afcb9e10e7edc9c758fbdbf46-h_m9hed70e.png");
  background-size: cover;
  background-position: center;
}
.cid-uCAugV1NfO .card5 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g41132d776601f6b342f4f4cb6170-h_m9fju7t6.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uCAugV1NfO .card6 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g1631730f57277644223caaca99cf-h_m9he6jzn.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uCAuegG3nA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uCAuegG3nA .item-wrapper {
  width: 20%;
}
.cid-uCAuegG3nA .left-side {
  text-align: left;
}
.cid-uCAuegG3nA .row {
  align-items: center;
  justify-content: center;
}
.cid-uCAuegG3nA .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  height: 400px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-uCAuegG3nA:focus-within {
  opacity: 1;
  height: 25%;
  display: flex;
  align-items: flex-end;
}
.cid-uCAuegG3nA .row-center {
  height: 100%;
}
.cid-uCAuegG3nA .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 500px;
}
.cid-uCAuegG3nA .card-img img {
  object-fit: cover;
  height: 50%;
  width: 50%;
}
.cid-uCAuegG3nA .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 200px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uCAuegG3nA .card-wrapper:hover .card-box,
.cid-uCAuegG3nA .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uCAuegG3nA .card-wrapper:hover .card-img,
.cid-uCAuegG3nA .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uCAuegG3nA .card-wrapper:hover:before,
.cid-uCAuegG3nA .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uCAuegG3nA .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uCAuegG3nA .g {
  grid-row-gap: 24px;
}
.cid-uCAuegG3nA .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uCAuegG3nA .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uCAuegG3nA .carousel-control {
    display: none;
  }
}
.cid-uCAuegG3nA .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uCAuegG3nA .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uCAuegG3nA .card1 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g26de9ff0f8f2ff44b0124c8e89a0-h_mbjog1j7.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uCAuegG3nA .card2 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g690b13dfc98e69a75bcafb9084ef-h_mbjogdz2.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uCAuegG3nA .card3 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/gf4b67adaa7a6f5c22c4841622274-h_mbjogset.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uCAuegG3nA .card4 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image7-h_mbjoh78i.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uCAuegG3nA .card5 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image4-h_mazjwsru.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uCAuegG3nA .card6 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image5-h_mbjoi52n.jpg");
  background-size: cover;
  background-position: center;
}
#custom-html-3r .container {
  max-width: 900px;
  background: #00000025;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: auto;
}
#custom-html-3r .section {
  margin-top: 20px;
}
#custom-html-3r h1,
#custom-html-3r h2 {
  color: white;
}
#custom-html-3r p,
#custom-html-3r ul {
  text-align: justify;
}
#custom-html-43 {
  /* Type valid CSS here */
}
#custom-html-49 {
  /* Type valid CSS here */
}
.cid-uJzvKh8fRg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uJzvKh8fRg .item-wrapper {
  width: 100%;
}
.cid-uJzvKh8fRg .left-side {
  text-align: left;
}
.cid-uJzvKh8fRg .row {
  align-items: center;
  justify-content: center;
}
.cid-uJzvKh8fRg .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uJzvKh8fRg .card-box:focus-within {
  opacity: 1;
}
.cid-uJzvKh8fRg .row-center {
  height: 100%;
}
.cid-uJzvKh8fRg .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uJzvKh8fRg .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uJzvKh8fRg .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uJzvKh8fRg .card-wrapper:hover .card-box,
.cid-uJzvKh8fRg .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uJzvKh8fRg .card-wrapper:hover .card-img,
.cid-uJzvKh8fRg .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uJzvKh8fRg .card-wrapper:hover:before,
.cid-uJzvKh8fRg .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uJzvKh8fRg .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uJzvKh8fRg .g {
  grid-row-gap: 24px;
}
.cid-uJzvKh8fRg .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uJzvKh8fRg .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uJzvKh8fRg .carousel-control {
    display: none;
  }
}
.cid-uJzvKh8fRg .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uJzvKh8fRg .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uJzvKh8fRg .card1 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g26de9ff0f8f2ff44b0124c8e89a0-h_m9zotyj7.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uJzvKh8fRg .card2 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g690b13dfc98e69a75bcafb9084ef-h_m9zou9p8.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uJzvKh8fRg .card3 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/gf4b67adaa7a6f5c22c4841622274-h_m9zouj3g.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uJzvKh8fRg .card4 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image7-h_m9zov66i.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uJzvKh8fRg .card5 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image4-h_m9zovn0t.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uJzvKh8fRg .card6 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image5-h_m9zow256.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKHzW9nA9c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uKHzW9nA9c .item-wrapper {
  width: 20%;
}
.cid-uKHzW9nA9c .left-side {
  text-align: left;
}
.cid-uKHzW9nA9c .row {
  align-items: center;
  justify-content: center;
}
.cid-uKHzW9nA9c .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  height: 400px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-uKHzW9nA9c:focus-within {
  opacity: 1;
  height: 25%;
  display: flex;
  align-items: flex-end;
}
.cid-uKHzW9nA9c .row-center {
  height: 100%;
}
.cid-uKHzW9nA9c .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 500px;
}
.cid-uKHzW9nA9c .card-img img {
  object-fit: cover;
  height: 50%;
  width: 50%;
}
.cid-uKHzW9nA9c .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 200px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uKHzW9nA9c .card-wrapper:hover .card-box,
.cid-uKHzW9nA9c .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uKHzW9nA9c .card-wrapper:hover .card-img,
.cid-uKHzW9nA9c .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uKHzW9nA9c .card-wrapper:hover:before,
.cid-uKHzW9nA9c .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uKHzW9nA9c .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uKHzW9nA9c .g {
  grid-row-gap: 24px;
}
.cid-uKHzW9nA9c .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uKHzW9nA9c .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uKHzW9nA9c .carousel-control {
    display: none;
  }
}
.cid-uKHzW9nA9c .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uKHzW9nA9c .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uKHzW9nA9c .card1 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g26de9ff0f8f2ff44b0124c8e89a0-h_mbgf9hqc.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKHzW9nA9c .card2 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g690b13dfc98e69a75bcafb9084ef-h_mbgf9uc8.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKHzW9nA9c .card3 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/gf4b67adaa7a6f5c22c4841622274-h_mavg7eiy.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKHzW9nA9c .card4 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image7-h_mavg7vww.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKHzW9nA9c .card5 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image4-h_mbgfa9sd.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uKHzW9nA9c .card6 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image5-h_mavgbspb.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uLlKB5XZmP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uLlKB5XZmP .item-wrapper {
  width: 20%;
}
.cid-uLlKB5XZmP .left-side {
  text-align: left;
}
.cid-uLlKB5XZmP .row {
  align-items: center;
  justify-content: center;
}
.cid-uLlKB5XZmP .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  height: 400px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-uLlKB5XZmP:focus-within {
  opacity: 1;
  height: 25%;
  display: flex;
  align-items: flex-end;
}
.cid-uLlKB5XZmP .row-center {
  height: 100%;
}
.cid-uLlKB5XZmP .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 500px;
}
.cid-uLlKB5XZmP .card-img img {
  object-fit: cover;
  height: 50%;
  width: 50%;
}
.cid-uLlKB5XZmP .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 200px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uLlKB5XZmP .card-wrapper:hover .card-box,
.cid-uLlKB5XZmP .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uLlKB5XZmP .card-wrapper:hover .card-img,
.cid-uLlKB5XZmP .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uLlKB5XZmP .card-wrapper:hover:before,
.cid-uLlKB5XZmP .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uLlKB5XZmP .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uLlKB5XZmP .g {
  grid-row-gap: 24px;
}
.cid-uLlKB5XZmP .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uLlKB5XZmP .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uLlKB5XZmP .carousel-control {
    display: none;
  }
}
.cid-uLlKB5XZmP .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uLlKB5XZmP .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uLlKB5XZmP .card1 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g26de9ff0f8f2ff44b0124c8e89a0-h_mah2bwcp.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uLlKB5XZmP .card2 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g690b13dfc98e69a75bcafb9084ef-h_mah2d5vu.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uLlKB5XZmP .card3 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/gf4b67adaa7a6f5c22c4841622274-h_mah2dmaq.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uLlKB5XZmP .card4 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image7-h_mah2e4yi.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uLlKB5XZmP .card5 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image4-h_mah2eggw.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uLlKB5XZmP .card6 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image5-h_mah2ex63.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uMYu5WMAdk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uMYu5WMAdk .item-wrapper {
  width: 20%;
}
.cid-uMYu5WMAdk .left-side {
  text-align: left;
}
.cid-uMYu5WMAdk .row {
  align-items: center;
  justify-content: center;
}
.cid-uMYu5WMAdk .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  height: 400px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-uMYu5WMAdk:focus-within {
  opacity: 1;
  height: 25%;
  display: flex;
  align-items: flex-end;
}
.cid-uMYu5WMAdk .row-center {
  height: 100%;
}
.cid-uMYu5WMAdk .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 500px;
}
.cid-uMYu5WMAdk .card-img img {
  object-fit: cover;
  height: 50%;
  width: 50%;
}
.cid-uMYu5WMAdk .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 200px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uMYu5WMAdk .card-wrapper:hover .card-box,
.cid-uMYu5WMAdk .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uMYu5WMAdk .card-wrapper:hover .card-img,
.cid-uMYu5WMAdk .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uMYu5WMAdk .card-wrapper:hover:before,
.cid-uMYu5WMAdk .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uMYu5WMAdk .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uMYu5WMAdk .g {
  grid-row-gap: 24px;
}
.cid-uMYu5WMAdk .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uMYu5WMAdk .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uMYu5WMAdk .carousel-control {
    display: none;
  }
}
.cid-uMYu5WMAdk .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uMYu5WMAdk .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uMYu5WMAdk .card1 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g26de9ff0f8f2ff44b0124c8e89a0-h_mbfa1mb9.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uMYu5WMAdk .card2 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g690b13dfc98e69a75bcafb9084ef-h_mbfa1yob.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uMYu5WMAdk .card3 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/gf4b67adaa7a6f5c22c4841622274-h_mbfa2eak.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uMYu5WMAdk .card4 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image7-h_mbfa2v6t.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uMYu5WMAdk .card5 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image4-h_mbfa39bt.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uMYu5WMAdk .card6 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image5-h_mbfa3pc9.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uNDTlX4jSq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uNDTlX4jSq .item-wrapper {
  width: 20%;
}
.cid-uNDTlX4jSq .left-side {
  text-align: left;
}
.cid-uNDTlX4jSq .row {
  align-items: center;
  justify-content: center;
}
.cid-uNDTlX4jSq .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  height: 400px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-uNDTlX4jSq:focus-within {
  opacity: 1;
  height: 25%;
  display: flex;
  align-items: flex-end;
}
.cid-uNDTlX4jSq .row-center {
  height: 100%;
}
.cid-uNDTlX4jSq .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 500px;
}
.cid-uNDTlX4jSq .card-img img {
  object-fit: cover;
  height: 50%;
  width: 50%;
}
.cid-uNDTlX4jSq .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 200px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uNDTlX4jSq .card-wrapper:hover .card-box,
.cid-uNDTlX4jSq .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uNDTlX4jSq .card-wrapper:hover .card-img,
.cid-uNDTlX4jSq .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uNDTlX4jSq .card-wrapper:hover:before,
.cid-uNDTlX4jSq .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uNDTlX4jSq .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uNDTlX4jSq .g {
  grid-row-gap: 24px;
}
.cid-uNDTlX4jSq .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uNDTlX4jSq .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uNDTlX4jSq .carousel-control {
    display: none;
  }
}
.cid-uNDTlX4jSq .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uNDTlX4jSq .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uNDTlX4jSq .card1 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g26de9ff0f8f2ff44b0124c8e89a0-h_mbfa1mb9.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uNDTlX4jSq .card2 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/g690b13dfc98e69a75bcafb9084ef-h_mbfa1yob.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uNDTlX4jSq .card3 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/gf4b67adaa7a6f5c22c4841622274-h_mbfa2eak.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uNDTlX4jSq .card4 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image7-h_mbfa2v6t.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uNDTlX4jSq .card5 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image4-h_mbfa39bt.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uNDTlX4jSq .card6 {
  background-image: url("https://r.mobirisesite.com/1153067/assets/images/image5-h_mbfa3pc9.jpg");
  background-size: cover;
  background-position: center;
}
#custom-html-3m {
  /* Type valid CSS here */
}
