body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Abel', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0a4cc4 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a4cc4 !important;
  border-color: #0a4cc4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #062c72 !important;
  border-color: #062c72 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #062c72 !important;
  border-color: #062c72 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a4cc4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #062c72 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a4cc4 !important;
  border-color: #0a4cc4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #0a4cc4 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #052663 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #0a4cc4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0a4cc4;
  border-color: #0a4cc4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0a4cc4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5790f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.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: 'Abel', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #0a4cc4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Abel', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0a4cc4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a4cc4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0a4cc4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a4cc4;
  border-bottom-color: #0a4cc4;
}
.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: #0a4cc4 !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: #ff6666 !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='%230a4cc4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-to8WOmnPJp {
  background-image: url("../../../assets/images/01.webp");
}
.cid-to8WOmnPJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8WOmnPJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: justify center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8WOmnPJp .mbr-text,
.cid-to8WOmnPJp .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-to8C3hg9vF .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-to8C3hg9vF .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-to8C3hg9vF .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-to8C3hg9vF .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-to8C3hg9vF .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-to8C3hg9vF .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-to8C3hg9vF .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-to8C3hg9vF .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-to8C3hg9vF .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-to8C3hg9vF .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-to8C3hg9vF .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-to8C3hg9vF .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-to8C3hg9vF .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-to8C3hg9vF .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-to8C3hg9vF .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-to8C3hg9vF P {
  color: #232323;
}
.cid-to8C3hg9vF DIV {
  color: #ffffff;
}
.cid-to8C3hg9vF H10 {
  color: #767676;
}
.cid-to8C3hg9vF .hidden {
  display: none;
}
.cid-to8C3hg9vF div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-to8BHkh2JU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-to8BHkh2JU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to8BHkh2JU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to8BHkh2JU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to8BHkh2JU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to8BHkh2JU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to8BHkh2JU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to8BHkh2JU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to8BHkh2JU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to8BHkh2JU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to8BHkh2JU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to8BHkh2JU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to8BHkh2JU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to8BHkh2JU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to8BHkh2JU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-to8BHkh2JU .media-container-row .mbr-text {
  color: #000000;
}
.cid-to8BHkh2JU foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4eE4cl.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4eE4cl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4eE4cl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4eE4cl .modal-content,
.cid-tBGP4eE4cl .modal-dialog {
  height: auto;
}
.cid-tBGP4eE4cl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4eE4cl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4eE4cl .form-wrapper .mbr-form .form-group,
  .cid-tBGP4eE4cl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4eE4cl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4eE4cl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4eE4cl .mbr-text {
  text-align: center;
}
.cid-tBGP4eE4cl .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4eE4cl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4eE4cl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4eE4cl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4eE4cl .modal-open {
  overflow: hidden;
}
.cid-tBGP4eE4cl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4eE4cl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4eE4cl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4eE4cl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4eE4cl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4eE4cl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4eE4cl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4eE4cl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4eE4cl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4eE4cl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4eE4cl .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4eE4cl .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4eE4cl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4eE4cl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4eE4cl .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4eE4cl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4eE4cl .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4eE4cl .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4eE4cl .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4eE4cl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4eE4cl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4eE4cl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4eE4cl .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4eE4cl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4eE4cl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4eE4cl .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4eE4cl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4eE4cl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4eE4cl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4eE4cl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4eE4cl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4eE4cl .modal-lg,
  .cid-tBGP4eE4cl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4eE4cl .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4eE4cl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4eE4cl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4eE4cl .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4eE4cl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4eE4cl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4eE4cl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4eE4cl .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4eE4cl .mbr-section-btn .btn {
  margin: 0;
}
.cid-tobNqNXRhF {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-tobNqNXRhF .mbr-text {
  text-align: justify;
}
.cid-tobKccIxtF .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tobKccIxtF .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tobKccIxtF .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tobKccIxtF .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tobKccIxtF .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tobKccIxtF .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tobKccIxtF .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tobKccIxtF .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tobKccIxtF .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tobKccIxtF .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tobKccIxtF .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tobKccIxtF .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tobKccIxtF .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tobKccIxtF .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tobKccIxtF .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tobKccIxtF P {
  color: #232323;
}
.cid-tobKccIxtF DIV {
  color: #ffffff;
}
.cid-tobKccIxtF H10 {
  color: #767676;
}
.cid-tobKccIxtF .hidden {
  display: none;
}
.cid-tobKccIxtF div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tobKcbrAmw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tobKcbrAmw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tobKcbrAmw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tobKcbrAmw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tobKcbrAmw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tobKcbrAmw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tobKcbrAmw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tobKcbrAmw .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tobKcbrAmw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tobKcbrAmw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tobKcbrAmw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tobKcbrAmw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tobKcbrAmw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tobKcbrAmw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tobKcbrAmw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tobKcbrAmw .media-container-row .mbr-text {
  color: #000000;
}
.cid-tobKcbrAmw foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4gaNef.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4gaNef.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4gaNef.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4gaNef .modal-content,
.cid-tBGP4gaNef .modal-dialog {
  height: auto;
}
.cid-tBGP4gaNef .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4gaNef .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4gaNef .form-wrapper .mbr-form .form-group,
  .cid-tBGP4gaNef .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4gaNef .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4gaNef .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4gaNef .mbr-text {
  text-align: center;
}
.cid-tBGP4gaNef .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4gaNef .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4gaNef .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4gaNef .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4gaNef .modal-open {
  overflow: hidden;
}
.cid-tBGP4gaNef .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4gaNef .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4gaNef .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4gaNef .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4gaNef .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4gaNef .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4gaNef .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4gaNef .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4gaNef .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4gaNef .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4gaNef .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4gaNef .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4gaNef .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4gaNef .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4gaNef .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4gaNef .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4gaNef .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4gaNef .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4gaNef .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4gaNef .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4gaNef .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4gaNef .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4gaNef .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4gaNef .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4gaNef .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4gaNef .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4gaNef .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4gaNef .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4gaNef .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4gaNef .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4gaNef .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4gaNef .modal-lg,
  .cid-tBGP4gaNef .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4gaNef .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4gaNef .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4gaNef .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4gaNef .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4gaNef .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4gaNef .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4gaNef .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4gaNef .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4gaNef .mbr-section-btn .btn {
  margin: 0;
}
.cid-tobR2AveQ5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-tobR2AveQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tobR2AveQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tobR2AveQ5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tobR2AveQ5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tobR2AveQ5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tobR2AveQ5 .mbr-text {
  text-align: justify;
}
.cid-tobR1MzFlc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-tobR1MzFlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tobR1MzFlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tobR1MzFlc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tobR1MzFlc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tobR1MzFlc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tobR1MzFlc .mbr-text {
  text-align: justify;
}
.cid-tocuUppZpE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
  text-align: justify;
}
.cid-tobQBANAkS .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tobQBANAkS .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tobQBANAkS .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tobQBANAkS .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tobQBANAkS .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tobQBANAkS .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tobQBANAkS .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tobQBANAkS .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tobQBANAkS .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tobQBANAkS .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tobQBANAkS .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tobQBANAkS .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tobQBANAkS .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tobQBANAkS .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tobQBANAkS .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tobQBANAkS P {
  color: #232323;
}
.cid-tobQBANAkS DIV {
  color: #ffffff;
}
.cid-tobQBANAkS H10 {
  color: #767676;
}
.cid-tobQBANAkS .hidden {
  display: none;
}
.cid-tobQBANAkS div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tobQBzXc1u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tobQBzXc1u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tobQBzXc1u .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tobQBzXc1u .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tobQBzXc1u .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tobQBzXc1u .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tobQBzXc1u .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tobQBzXc1u .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tobQBzXc1u .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tobQBzXc1u .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tobQBzXc1u .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tobQBzXc1u .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tobQBzXc1u .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tobQBzXc1u .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tobQBzXc1u .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tobQBzXc1u .media-container-row .mbr-text {
  color: #000000;
}
.cid-tobQBzXc1u foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4gPJ5k.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4gPJ5k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4gPJ5k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4gPJ5k .modal-content,
.cid-tBGP4gPJ5k .modal-dialog {
  height: auto;
}
.cid-tBGP4gPJ5k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4gPJ5k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4gPJ5k .form-wrapper .mbr-form .form-group,
  .cid-tBGP4gPJ5k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4gPJ5k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4gPJ5k .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4gPJ5k .mbr-text {
  text-align: center;
}
.cid-tBGP4gPJ5k .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4gPJ5k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4gPJ5k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4gPJ5k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4gPJ5k .modal-open {
  overflow: hidden;
}
.cid-tBGP4gPJ5k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4gPJ5k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4gPJ5k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4gPJ5k .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4gPJ5k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4gPJ5k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4gPJ5k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4gPJ5k .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4gPJ5k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4gPJ5k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4gPJ5k .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4gPJ5k .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4gPJ5k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4gPJ5k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4gPJ5k .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4gPJ5k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4gPJ5k .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4gPJ5k .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4gPJ5k .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4gPJ5k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4gPJ5k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4gPJ5k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4gPJ5k .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4gPJ5k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4gPJ5k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4gPJ5k .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4gPJ5k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4gPJ5k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4gPJ5k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4gPJ5k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4gPJ5k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4gPJ5k .modal-lg,
  .cid-tBGP4gPJ5k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4gPJ5k .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4gPJ5k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4gPJ5k .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4gPJ5k .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4gPJ5k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4gPJ5k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4gPJ5k .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4gPJ5k .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4gPJ5k .mbr-section-btn .btn {
  margin: 0;
}
.cid-tocxHtUqbn {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #98dee8;
  text-align: justify;
}
.cid-tocxHtUqbn .mbr-text {
  color: #000000;
}
.cid-tocxHv4h6a .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tocxHv4h6a .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tocxHv4h6a .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tocxHv4h6a .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tocxHv4h6a .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tocxHv4h6a .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tocxHv4h6a .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tocxHv4h6a .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tocxHv4h6a .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tocxHv4h6a .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tocxHv4h6a .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tocxHv4h6a .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tocxHv4h6a .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tocxHv4h6a .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tocxHv4h6a .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tocxHv4h6a P {
  color: #232323;
}
.cid-tocxHv4h6a DIV {
  color: #ffffff;
}
.cid-tocxHv4h6a H10 {
  color: #767676;
}
.cid-tocxHv4h6a .hidden {
  display: none;
}
.cid-tocxHv4h6a div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tocxHu9rBn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocxHu9rBn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tocxHu9rBn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tocxHu9rBn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tocxHu9rBn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tocxHu9rBn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tocxHu9rBn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tocxHu9rBn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tocxHu9rBn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tocxHu9rBn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tocxHu9rBn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tocxHu9rBn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tocxHu9rBn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tocxHu9rBn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tocxHu9rBn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tocxHu9rBn .media-container-row .mbr-text {
  color: #000000;
}
.cid-tocxHu9rBn foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4htXJh.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4htXJh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4htXJh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4htXJh .modal-content,
.cid-tBGP4htXJh .modal-dialog {
  height: auto;
}
.cid-tBGP4htXJh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4htXJh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4htXJh .form-wrapper .mbr-form .form-group,
  .cid-tBGP4htXJh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4htXJh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4htXJh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4htXJh .mbr-text {
  text-align: center;
}
.cid-tBGP4htXJh .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4htXJh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4htXJh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4htXJh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4htXJh .modal-open {
  overflow: hidden;
}
.cid-tBGP4htXJh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4htXJh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4htXJh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4htXJh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4htXJh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4htXJh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4htXJh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4htXJh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4htXJh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4htXJh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4htXJh .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4htXJh .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4htXJh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4htXJh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4htXJh .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4htXJh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4htXJh .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4htXJh .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4htXJh .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4htXJh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4htXJh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4htXJh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4htXJh .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4htXJh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4htXJh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4htXJh .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4htXJh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4htXJh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4htXJh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4htXJh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4htXJh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4htXJh .modal-lg,
  .cid-tBGP4htXJh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4htXJh .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4htXJh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4htXJh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4htXJh .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4htXJh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4htXJh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4htXJh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4htXJh .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4htXJh .mbr-section-btn .btn {
  margin: 0;
}
.cid-tocAhHo2Qc {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  text-align: justify;
}
.cid-tocAhHMKHv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocAhHMKHv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tocAhHMKHv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tocAhHMKHv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tocAhHMKHv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tocAhHMKHv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tocAhHMKHv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tocAhHMKHv .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tocAhHMKHv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tocAhHMKHv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tocAhHMKHv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tocAhHMKHv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tocAhHMKHv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tocAhHMKHv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tocAhHMKHv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tocAhHMKHv .media-container-row .mbr-text {
  color: #000000;
}
.cid-tocAhHMKHv foot-menu-item {
  color: #000000;
}
.cid-tocAhIICZS .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tocAhIICZS .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tocAhIICZS .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tocAhIICZS .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tocAhIICZS .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tocAhIICZS .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tocAhIICZS .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tocAhIICZS .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tocAhIICZS .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tocAhIICZS .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tocAhIICZS .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tocAhIICZS .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tocAhIICZS .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tocAhIICZS .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tocAhIICZS .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tocAhIICZS P {
  color: #232323;
}
.cid-tocAhIICZS DIV {
  color: #ffffff;
}
.cid-tocAhIICZS H10 {
  color: #767676;
}
.cid-tocAhIICZS .hidden {
  display: none;
}
.cid-tocAhIICZS div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4iae0w.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4iae0w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4iae0w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4iae0w .modal-content,
.cid-tBGP4iae0w .modal-dialog {
  height: auto;
}
.cid-tBGP4iae0w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4iae0w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4iae0w .form-wrapper .mbr-form .form-group,
  .cid-tBGP4iae0w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4iae0w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4iae0w .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4iae0w .mbr-text {
  text-align: center;
}
.cid-tBGP4iae0w .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4iae0w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4iae0w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4iae0w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4iae0w .modal-open {
  overflow: hidden;
}
.cid-tBGP4iae0w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4iae0w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4iae0w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4iae0w .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4iae0w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4iae0w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4iae0w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4iae0w .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4iae0w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4iae0w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4iae0w .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4iae0w .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4iae0w .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4iae0w .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4iae0w .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4iae0w .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4iae0w .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4iae0w .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4iae0w .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4iae0w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4iae0w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4iae0w .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4iae0w .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4iae0w .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4iae0w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4iae0w .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4iae0w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4iae0w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4iae0w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4iae0w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4iae0w .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4iae0w .modal-lg,
  .cid-tBGP4iae0w .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4iae0w .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4iae0w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4iae0w .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4iae0w .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4iae0w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4iae0w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4iae0w .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4iae0w .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4iae0w .mbr-section-btn .btn {
  margin: 0;
}
.cid-tocBRPVXDP {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #65c6d4;
  text-align: justify;
}
.cid-tocBRRnhkH .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tocBRRnhkH .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tocBRRnhkH .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tocBRRnhkH .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tocBRRnhkH .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tocBRRnhkH .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tocBRRnhkH .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tocBRRnhkH .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tocBRRnhkH .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tocBRRnhkH .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tocBRRnhkH .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tocBRRnhkH .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tocBRRnhkH .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tocBRRnhkH .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tocBRRnhkH .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tocBRRnhkH P {
  color: #232323;
}
.cid-tocBRRnhkH DIV {
  color: #ffffff;
}
.cid-tocBRRnhkH H10 {
  color: #767676;
}
.cid-tocBRRnhkH .hidden {
  display: none;
}
.cid-tocBRRnhkH div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tocBRQnVCv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocBRQnVCv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tocBRQnVCv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tocBRQnVCv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tocBRQnVCv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tocBRQnVCv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tocBRQnVCv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tocBRQnVCv .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tocBRQnVCv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tocBRQnVCv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tocBRQnVCv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tocBRQnVCv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tocBRQnVCv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tocBRQnVCv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tocBRQnVCv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tocBRQnVCv .media-container-row .mbr-text {
  color: #000000;
}
.cid-tocBRQnVCv foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4kiI0z.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4kiI0z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4kiI0z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4kiI0z .modal-content,
.cid-tBGP4kiI0z .modal-dialog {
  height: auto;
}
.cid-tBGP4kiI0z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4kiI0z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4kiI0z .form-wrapper .mbr-form .form-group,
  .cid-tBGP4kiI0z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4kiI0z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4kiI0z .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4kiI0z .mbr-text {
  text-align: center;
}
.cid-tBGP4kiI0z .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4kiI0z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4kiI0z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4kiI0z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4kiI0z .modal-open {
  overflow: hidden;
}
.cid-tBGP4kiI0z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4kiI0z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4kiI0z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4kiI0z .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4kiI0z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4kiI0z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4kiI0z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4kiI0z .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4kiI0z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4kiI0z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4kiI0z .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4kiI0z .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4kiI0z .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4kiI0z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4kiI0z .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4kiI0z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4kiI0z .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4kiI0z .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4kiI0z .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4kiI0z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4kiI0z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4kiI0z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4kiI0z .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4kiI0z .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4kiI0z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4kiI0z .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4kiI0z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4kiI0z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4kiI0z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4kiI0z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4kiI0z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4kiI0z .modal-lg,
  .cid-tBGP4kiI0z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4kiI0z .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4kiI0z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4kiI0z .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4kiI0z .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4kiI0z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4kiI0z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4kiI0z .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4kiI0z .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4kiI0z .mbr-section-btn .btn {
  margin: 0;
}
.cid-tocE7oE2rw {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  text-align: justify;
}
.cid-tocE7qyJOB .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tocE7qyJOB .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tocE7qyJOB .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tocE7qyJOB .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tocE7qyJOB .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tocE7qyJOB .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tocE7qyJOB .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tocE7qyJOB .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tocE7qyJOB .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tocE7qyJOB .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tocE7qyJOB .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tocE7qyJOB .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tocE7qyJOB .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tocE7qyJOB .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tocE7qyJOB .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tocE7qyJOB P {
  color: #232323;
}
.cid-tocE7qyJOB DIV {
  color: #ffffff;
}
.cid-tocE7qyJOB H10 {
  color: #767676;
}
.cid-tocE7qyJOB .hidden {
  display: none;
}
.cid-tocE7qyJOB div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tocE7phezD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocE7phezD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tocE7phezD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tocE7phezD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tocE7phezD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tocE7phezD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tocE7phezD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tocE7phezD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tocE7phezD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tocE7phezD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tocE7phezD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tocE7phezD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tocE7phezD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tocE7phezD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tocE7phezD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tocE7phezD .media-container-row .mbr-text {
  color: #000000;
}
.cid-tocE7phezD foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4kYVml.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4kYVml.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4kYVml.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4kYVml .modal-content,
.cid-tBGP4kYVml .modal-dialog {
  height: auto;
}
.cid-tBGP4kYVml .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4kYVml .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4kYVml .form-wrapper .mbr-form .form-group,
  .cid-tBGP4kYVml .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4kYVml .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4kYVml .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4kYVml .mbr-text {
  text-align: center;
}
.cid-tBGP4kYVml .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4kYVml .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4kYVml .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4kYVml .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4kYVml .modal-open {
  overflow: hidden;
}
.cid-tBGP4kYVml .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4kYVml .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4kYVml .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4kYVml .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4kYVml .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4kYVml .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4kYVml .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4kYVml .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4kYVml .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4kYVml .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4kYVml .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4kYVml .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4kYVml .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4kYVml .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4kYVml .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4kYVml .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4kYVml .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4kYVml .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4kYVml .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4kYVml .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4kYVml .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4kYVml .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4kYVml .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4kYVml .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4kYVml .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4kYVml .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4kYVml .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4kYVml .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4kYVml .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4kYVml .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4kYVml .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4kYVml .modal-lg,
  .cid-tBGP4kYVml .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4kYVml .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4kYVml .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4kYVml .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4kYVml .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4kYVml .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4kYVml .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4kYVml .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4kYVml .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4kYVml .mbr-section-btn .btn {
  margin: 0;
}
.cid-tocFMUUYpD {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #98dee8;
  text-align: justify;
}
.cid-tocFMWGNuR .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tocFMWGNuR .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tocFMWGNuR .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tocFMWGNuR .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tocFMWGNuR .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tocFMWGNuR .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tocFMWGNuR .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tocFMWGNuR .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tocFMWGNuR .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tocFMWGNuR .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tocFMWGNuR .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tocFMWGNuR .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tocFMWGNuR .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tocFMWGNuR .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tocFMWGNuR .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tocFMWGNuR P {
  color: #232323;
}
.cid-tocFMWGNuR DIV {
  color: #ffffff;
}
.cid-tocFMWGNuR H10 {
  color: #767676;
}
.cid-tocFMWGNuR .hidden {
  display: none;
}
.cid-tocFMWGNuR div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tocFMVpHxU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocFMVpHxU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tocFMVpHxU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tocFMVpHxU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tocFMVpHxU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tocFMVpHxU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tocFMVpHxU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tocFMVpHxU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tocFMVpHxU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tocFMVpHxU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tocFMVpHxU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tocFMVpHxU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tocFMVpHxU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tocFMVpHxU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tocFMVpHxU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tocFMVpHxU .media-container-row .mbr-text {
  color: #000000;
}
.cid-tocFMVpHxU foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4tt2o7.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4tt2o7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4tt2o7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4tt2o7 .modal-content,
.cid-tBGP4tt2o7 .modal-dialog {
  height: auto;
}
.cid-tBGP4tt2o7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4tt2o7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4tt2o7 .form-wrapper .mbr-form .form-group,
  .cid-tBGP4tt2o7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4tt2o7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4tt2o7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4tt2o7 .mbr-text {
  text-align: center;
}
.cid-tBGP4tt2o7 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4tt2o7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4tt2o7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4tt2o7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4tt2o7 .modal-open {
  overflow: hidden;
}
.cid-tBGP4tt2o7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4tt2o7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4tt2o7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4tt2o7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4tt2o7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4tt2o7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4tt2o7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4tt2o7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4tt2o7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4tt2o7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4tt2o7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4tt2o7 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4tt2o7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4tt2o7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4tt2o7 .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4tt2o7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4tt2o7 .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4tt2o7 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4tt2o7 .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4tt2o7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4tt2o7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4tt2o7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4tt2o7 .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4tt2o7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4tt2o7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4tt2o7 .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4tt2o7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4tt2o7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4tt2o7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4tt2o7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4tt2o7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4tt2o7 .modal-lg,
  .cid-tBGP4tt2o7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4tt2o7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4tt2o7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4tt2o7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4tt2o7 .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4tt2o7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4tt2o7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4tt2o7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4tt2o7 .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4tt2o7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tocLx8g5TB {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocLx8g5TB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tocLx8g5TB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tocLx8g5TB .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tocLx8g5TB .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tocLx8g5TB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tocLx8g5TB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tocLx8g5TB .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tocLx8g5TB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tocLx8g5TB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tocLx8g5TB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tocLx8g5TB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tocLx8g5TB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tocLdoUDLs .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tocLdoUDLs .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tocLdoUDLs .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tocLdoUDLs .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tocLdoUDLs .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tocLdoUDLs .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tocLdoUDLs .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tocLdoUDLs .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tocLdoUDLs .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tocLdoUDLs .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tocLdoUDLs .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tocLdoUDLs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tocLdoUDLs .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tocLdoUDLs .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tocLdoUDLs .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tocLdoUDLs P {
  color: #232323;
}
.cid-tocLdoUDLs DIV {
  color: #ffffff;
}
.cid-tocLdoUDLs H10 {
  color: #767676;
}
.cid-tocLdoUDLs .hidden {
  display: none;
}
.cid-tocLdoUDLs div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tocLdo9J7n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocLdo9J7n .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tocLdo9J7n .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tocLdo9J7n .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tocLdo9J7n .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tocLdo9J7n .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tocLdo9J7n .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tocLdo9J7n .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tocLdo9J7n .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tocLdo9J7n .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tocLdo9J7n .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tocLdo9J7n .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tocLdo9J7n .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tocLdo9J7n .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tocLdo9J7n .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tocLdo9J7n .media-container-row .mbr-text {
  color: #000000;
}
.cid-tocLdo9J7n foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4ueq9U.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4ueq9U.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4ueq9U.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4ueq9U .modal-content,
.cid-tBGP4ueq9U .modal-dialog {
  height: auto;
}
.cid-tBGP4ueq9U .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4ueq9U .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4ueq9U .form-wrapper .mbr-form .form-group,
  .cid-tBGP4ueq9U .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4ueq9U .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4ueq9U .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4ueq9U .mbr-text {
  text-align: center;
}
.cid-tBGP4ueq9U .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4ueq9U .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4ueq9U .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4ueq9U .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4ueq9U .modal-open {
  overflow: hidden;
}
.cid-tBGP4ueq9U .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4ueq9U .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4ueq9U .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4ueq9U .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4ueq9U .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4ueq9U .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4ueq9U .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4ueq9U .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4ueq9U .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4ueq9U .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4ueq9U .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4ueq9U .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4ueq9U .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4ueq9U .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4ueq9U .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4ueq9U .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4ueq9U .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4ueq9U .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4ueq9U .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4ueq9U .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4ueq9U .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4ueq9U .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4ueq9U .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4ueq9U .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4ueq9U .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4ueq9U .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4ueq9U .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4ueq9U .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4ueq9U .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4ueq9U .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4ueq9U .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4ueq9U .modal-lg,
  .cid-tBGP4ueq9U .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4ueq9U .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4ueq9U .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4ueq9U .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4ueq9U .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4ueq9U .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4ueq9U .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4ueq9U .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4ueq9U .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4ueq9U .mbr-section-btn .btn {
  margin: 0;
}
.cid-tocWELdxgF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tocWELdxgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tocWELdxgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tocWELdxgF .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tocWELdxgF .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tocWELdxgF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tocWELdxgF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tocWELdxgF .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tocWELdxgF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tocWELdxgF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tocWELdxgF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tocWELdxgF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tocWELdxgF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tocWELYtZd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocWELYtZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tocWELYtZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tocWELYtZd .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tocWELYtZd .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tocWELYtZd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tocWELYtZd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tocWELYtZd .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tocWELYtZd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tocWELYtZd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tocWELYtZd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tocWELYtZd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tocWELYtZd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tocXt5cVFV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tocXt5cVFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tocXt5cVFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tocXt5cVFV .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tocXt5cVFV .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tocXt5cVFV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tocXt5cVFV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tocXt5cVFV .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tocXt5cVFV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tocXt5cVFV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tocXt5cVFV .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tocXt5cVFV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tocXt5cVFV .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tocWENyrbQ .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tocWENyrbQ .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tocWENyrbQ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tocWENyrbQ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tocWENyrbQ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tocWENyrbQ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tocWENyrbQ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tocWENyrbQ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tocWENyrbQ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tocWENyrbQ .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tocWENyrbQ .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tocWENyrbQ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tocWENyrbQ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tocWENyrbQ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tocWENyrbQ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tocWENyrbQ P {
  color: #232323;
}
.cid-tocWENyrbQ DIV {
  color: #ffffff;
}
.cid-tocWENyrbQ H10 {
  color: #767676;
}
.cid-tocWENyrbQ .hidden {
  display: none;
}
.cid-tocWENyrbQ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tocWEMzmhT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocWEMzmhT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tocWEMzmhT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tocWEMzmhT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tocWEMzmhT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tocWEMzmhT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tocWEMzmhT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tocWEMzmhT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tocWEMzmhT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tocWEMzmhT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tocWEMzmhT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tocWEMzmhT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tocWEMzmhT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tocWEMzmhT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tocWEMzmhT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tocWEMzmhT .media-container-row .mbr-text {
  color: #000000;
}
.cid-tocWEMzmhT foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4v34JS.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4v34JS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4v34JS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4v34JS .modal-content,
.cid-tBGP4v34JS .modal-dialog {
  height: auto;
}
.cid-tBGP4v34JS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4v34JS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4v34JS .form-wrapper .mbr-form .form-group,
  .cid-tBGP4v34JS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4v34JS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4v34JS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4v34JS .mbr-text {
  text-align: center;
}
.cid-tBGP4v34JS .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4v34JS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4v34JS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4v34JS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4v34JS .modal-open {
  overflow: hidden;
}
.cid-tBGP4v34JS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4v34JS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4v34JS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4v34JS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4v34JS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4v34JS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4v34JS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4v34JS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4v34JS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4v34JS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4v34JS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4v34JS .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4v34JS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4v34JS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4v34JS .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4v34JS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4v34JS .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4v34JS .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4v34JS .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4v34JS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4v34JS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4v34JS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4v34JS .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4v34JS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4v34JS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4v34JS .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4v34JS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4v34JS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4v34JS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4v34JS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4v34JS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4v34JS .modal-lg,
  .cid-tBGP4v34JS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4v34JS .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4v34JS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4v34JS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4v34JS .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4v34JS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4v34JS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4v34JS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4v34JS .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4v34JS .mbr-section-btn .btn {
  margin: 0;
}
.cid-tyXBCUoUlf {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyXBCUoUlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyXBCUoUlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyXBCUoUlf .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tyXBCUoUlf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyXBCUoUlf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyXBCUoUlf .card-wrapper {
    padding: 4rem;
  }
}
.cid-tyXBCUoUlf .mbr-text,
.cid-tyXBCUoUlf .mbr-section-btn {
  color: #ffffff;
}
.cid-tyXBCUoUlf .card-title,
.cid-tyXBCUoUlf .card-box {
  text-align: left;
}
.cid-tocYENhLSl .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tocYENhLSl .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tocYENhLSl .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tocYENhLSl .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tocYENhLSl .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tocYENhLSl .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tocYENhLSl .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tocYENhLSl .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tocYENhLSl .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tocYENhLSl .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tocYENhLSl .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tocYENhLSl .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tocYENhLSl .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tocYENhLSl .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tocYENhLSl .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tocYENhLSl P {
  color: #232323;
}
.cid-tocYENhLSl DIV {
  color: #ffffff;
}
.cid-tocYENhLSl H10 {
  color: #767676;
}
.cid-tocYENhLSl .hidden {
  display: none;
}
.cid-tocYENhLSl div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tocYEMicZu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocYEMicZu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tocYEMicZu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tocYEMicZu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tocYEMicZu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tocYEMicZu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tocYEMicZu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tocYEMicZu .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tocYEMicZu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tocYEMicZu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tocYEMicZu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tocYEMicZu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tocYEMicZu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tocYEMicZu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tocYEMicZu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tocYEMicZu .media-container-row .mbr-text {
  color: #000000;
}
.cid-tocYEMicZu foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4o5u1B.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4o5u1B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4o5u1B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4o5u1B .modal-content,
.cid-tBGP4o5u1B .modal-dialog {
  height: auto;
}
.cid-tBGP4o5u1B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4o5u1B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4o5u1B .form-wrapper .mbr-form .form-group,
  .cid-tBGP4o5u1B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4o5u1B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4o5u1B .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4o5u1B .mbr-text {
  text-align: center;
}
.cid-tBGP4o5u1B .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4o5u1B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4o5u1B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4o5u1B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4o5u1B .modal-open {
  overflow: hidden;
}
.cid-tBGP4o5u1B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4o5u1B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4o5u1B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4o5u1B .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4o5u1B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4o5u1B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4o5u1B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4o5u1B .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4o5u1B .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4o5u1B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4o5u1B .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4o5u1B .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4o5u1B .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4o5u1B .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4o5u1B .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4o5u1B .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4o5u1B .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4o5u1B .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4o5u1B .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4o5u1B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4o5u1B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4o5u1B .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4o5u1B .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4o5u1B .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4o5u1B .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4o5u1B .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4o5u1B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4o5u1B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4o5u1B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4o5u1B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4o5u1B .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4o5u1B .modal-lg,
  .cid-tBGP4o5u1B .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4o5u1B .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4o5u1B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4o5u1B .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4o5u1B .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4o5u1B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4o5u1B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4o5u1B .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4o5u1B .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4o5u1B .mbr-section-btn .btn {
  margin: 0;
}
.cid-tyXBNwzMOU {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyXBNwzMOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyXBNwzMOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyXBNwzMOU .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tyXBNwzMOU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyXBNwzMOU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyXBNwzMOU .card-wrapper {
    padding: 4rem;
  }
}
.cid-tyXBNwzMOU .mbr-text,
.cid-tyXBNwzMOU .mbr-section-btn {
  color: #ffffff;
}
.cid-tyXBNwzMOU .card-title,
.cid-tyXBNwzMOU .card-box {
  text-align: left;
}
.cid-tocZd7krf8 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tocZd7krf8 .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tocZd7krf8 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tocZd7krf8 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tocZd7krf8 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tocZd7krf8 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tocZd7krf8 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tocZd7krf8 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tocZd7krf8 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tocZd7krf8 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tocZd7krf8 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tocZd7krf8 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tocZd7krf8 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tocZd7krf8 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tocZd7krf8 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tocZd7krf8 P {
  color: #232323;
}
.cid-tocZd7krf8 DIV {
  color: #ffffff;
}
.cid-tocZd7krf8 H10 {
  color: #767676;
}
.cid-tocZd7krf8 .hidden {
  display: none;
}
.cid-tocZd7krf8 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tocZd6nQTM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tocZd6nQTM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tocZd6nQTM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tocZd6nQTM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tocZd6nQTM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tocZd6nQTM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tocZd6nQTM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tocZd6nQTM .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tocZd6nQTM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tocZd6nQTM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tocZd6nQTM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tocZd6nQTM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tocZd6nQTM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tocZd6nQTM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tocZd6nQTM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tocZd6nQTM .media-container-row .mbr-text {
  color: #000000;
}
.cid-tocZd6nQTM foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4oGh9c.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4oGh9c.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4oGh9c.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4oGh9c .modal-content,
.cid-tBGP4oGh9c .modal-dialog {
  height: auto;
}
.cid-tBGP4oGh9c .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4oGh9c .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4oGh9c .form-wrapper .mbr-form .form-group,
  .cid-tBGP4oGh9c .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4oGh9c .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4oGh9c .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4oGh9c .mbr-text {
  text-align: center;
}
.cid-tBGP4oGh9c .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4oGh9c .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4oGh9c .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4oGh9c .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4oGh9c .modal-open {
  overflow: hidden;
}
.cid-tBGP4oGh9c .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4oGh9c .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4oGh9c .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4oGh9c .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4oGh9c .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4oGh9c .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4oGh9c .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4oGh9c .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4oGh9c .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4oGh9c .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4oGh9c .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4oGh9c .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4oGh9c .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4oGh9c .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4oGh9c .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4oGh9c .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4oGh9c .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4oGh9c .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4oGh9c .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4oGh9c .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4oGh9c .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4oGh9c .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4oGh9c .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4oGh9c .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4oGh9c .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4oGh9c .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4oGh9c .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4oGh9c .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4oGh9c .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4oGh9c .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4oGh9c .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4oGh9c .modal-lg,
  .cid-tBGP4oGh9c .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4oGh9c .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4oGh9c .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4oGh9c .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4oGh9c .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4oGh9c .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4oGh9c .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4oGh9c .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4oGh9c .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4oGh9c .mbr-section-btn .btn {
  margin: 0;
}
.cid-tod1v3AcKH {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  text-align: justify;
}
.cid-tod1v5mjDj .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tod1v5mjDj .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tod1v5mjDj .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tod1v5mjDj .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tod1v5mjDj .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tod1v5mjDj .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tod1v5mjDj .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tod1v5mjDj .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tod1v5mjDj .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tod1v5mjDj .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tod1v5mjDj .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tod1v5mjDj .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tod1v5mjDj .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tod1v5mjDj .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tod1v5mjDj .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tod1v5mjDj P {
  color: #232323;
}
.cid-tod1v5mjDj DIV {
  color: #ffffff;
}
.cid-tod1v5mjDj H10 {
  color: #767676;
}
.cid-tod1v5mjDj .hidden {
  display: none;
}
.cid-tod1v5mjDj div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tod1v41cxX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tod1v41cxX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tod1v41cxX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tod1v41cxX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tod1v41cxX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tod1v41cxX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tod1v41cxX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tod1v41cxX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tod1v41cxX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tod1v41cxX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tod1v41cxX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tod1v41cxX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tod1v41cxX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tod1v41cxX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tod1v41cxX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tod1v41cxX .media-container-row .mbr-text {
  color: #000000;
}
.cid-tod1v41cxX foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4rpzls.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4rpzls.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4rpzls.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4rpzls .modal-content,
.cid-tBGP4rpzls .modal-dialog {
  height: auto;
}
.cid-tBGP4rpzls .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4rpzls .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4rpzls .form-wrapper .mbr-form .form-group,
  .cid-tBGP4rpzls .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4rpzls .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4rpzls .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4rpzls .mbr-text {
  text-align: center;
}
.cid-tBGP4rpzls .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4rpzls .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4rpzls .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4rpzls .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4rpzls .modal-open {
  overflow: hidden;
}
.cid-tBGP4rpzls .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4rpzls .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4rpzls .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4rpzls .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4rpzls .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4rpzls .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4rpzls .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4rpzls .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4rpzls .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4rpzls .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4rpzls .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4rpzls .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4rpzls .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4rpzls .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4rpzls .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4rpzls .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4rpzls .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4rpzls .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4rpzls .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4rpzls .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4rpzls .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4rpzls .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4rpzls .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4rpzls .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4rpzls .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4rpzls .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4rpzls .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4rpzls .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4rpzls .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4rpzls .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4rpzls .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4rpzls .modal-lg,
  .cid-tBGP4rpzls .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4rpzls .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4rpzls .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4rpzls .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4rpzls .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4rpzls .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4rpzls .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4rpzls .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4rpzls .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4rpzls .mbr-section-btn .btn {
  margin: 0;
}
.cid-tyXU7mqfPR {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ff8a8a;
}
.cid-tyXU7mqfPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyXU7mqfPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyXU7mqfPR .mbr-section-title {
  color: #000000;
}
.cid-tyXU7mqfPR .mbr-text,
.cid-tyXU7mqfPR .link {
  color: #000000;
  text-align: justify;
}
.cid-tod6QIVHyc .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tod6QIVHyc .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tod6QIVHyc .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tod6QIVHyc .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tod6QIVHyc .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tod6QIVHyc .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tod6QIVHyc .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tod6QIVHyc .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tod6QIVHyc .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tod6QIVHyc .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tod6QIVHyc .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tod6QIVHyc .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tod6QIVHyc .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tod6QIVHyc .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tod6QIVHyc .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tod6QIVHyc P {
  color: #232323;
}
.cid-tod6QIVHyc DIV {
  color: #ffffff;
}
.cid-tod6QIVHyc H10 {
  color: #767676;
}
.cid-tod6QIVHyc .hidden {
  display: none;
}
.cid-tod6QIVHyc div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tod6QHXg5p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tod6QHXg5p .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tod6QHXg5p .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tod6QHXg5p .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tod6QHXg5p .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tod6QHXg5p .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tod6QHXg5p .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tod6QHXg5p .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tod6QHXg5p .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tod6QHXg5p .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tod6QHXg5p .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tod6QHXg5p .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tod6QHXg5p .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tod6QHXg5p .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tod6QHXg5p .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tod6QHXg5p .media-container-row .mbr-text {
  color: #000000;
}
.cid-tod6QHXg5p foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4pgs5s.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4pgs5s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4pgs5s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4pgs5s .modal-content,
.cid-tBGP4pgs5s .modal-dialog {
  height: auto;
}
.cid-tBGP4pgs5s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4pgs5s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4pgs5s .form-wrapper .mbr-form .form-group,
  .cid-tBGP4pgs5s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4pgs5s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4pgs5s .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4pgs5s .mbr-text {
  text-align: center;
}
.cid-tBGP4pgs5s .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4pgs5s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4pgs5s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4pgs5s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4pgs5s .modal-open {
  overflow: hidden;
}
.cid-tBGP4pgs5s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4pgs5s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4pgs5s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4pgs5s .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4pgs5s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4pgs5s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4pgs5s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4pgs5s .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4pgs5s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4pgs5s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4pgs5s .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4pgs5s .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4pgs5s .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4pgs5s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4pgs5s .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4pgs5s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4pgs5s .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4pgs5s .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4pgs5s .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4pgs5s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4pgs5s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4pgs5s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4pgs5s .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4pgs5s .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4pgs5s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4pgs5s .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4pgs5s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4pgs5s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4pgs5s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4pgs5s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4pgs5s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4pgs5s .modal-lg,
  .cid-tBGP4pgs5s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4pgs5s .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4pgs5s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4pgs5s .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4pgs5s .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4pgs5s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4pgs5s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4pgs5s .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4pgs5s .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4pgs5s .mbr-section-btn .btn {
  margin: 0;
}
.cid-tyXUowRpZ6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyXUowRpZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyXUowRpZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyXUowRpZ6 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tyXUowRpZ6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyXUowRpZ6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyXUowRpZ6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tyXUowRpZ6 .mbr-text,
.cid-tyXUowRpZ6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tyXUowRpZ6 .card-title,
.cid-tyXUowRpZ6 .card-box {
  text-align: left;
}
.cid-tod7gDhYDB .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tod7gDhYDB .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tod7gDhYDB .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tod7gDhYDB .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tod7gDhYDB .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tod7gDhYDB .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tod7gDhYDB .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tod7gDhYDB .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tod7gDhYDB .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tod7gDhYDB .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tod7gDhYDB .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tod7gDhYDB .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tod7gDhYDB .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tod7gDhYDB .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tod7gDhYDB .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tod7gDhYDB P {
  color: #232323;
}
.cid-tod7gDhYDB DIV {
  color: #ffffff;
}
.cid-tod7gDhYDB H10 {
  color: #767676;
}
.cid-tod7gDhYDB .hidden {
  display: none;
}
.cid-tod7gDhYDB div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tod7gCddh1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tod7gCddh1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tod7gCddh1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tod7gCddh1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tod7gCddh1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tod7gCddh1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tod7gCddh1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tod7gCddh1 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tod7gCddh1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tod7gCddh1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tod7gCddh1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tod7gCddh1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tod7gCddh1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tod7gCddh1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tod7gCddh1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tod7gCddh1 .media-container-row .mbr-text {
  color: #000000;
}
.cid-tod7gCddh1 foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4pXmVe.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4pXmVe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4pXmVe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4pXmVe .modal-content,
.cid-tBGP4pXmVe .modal-dialog {
  height: auto;
}
.cid-tBGP4pXmVe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4pXmVe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4pXmVe .form-wrapper .mbr-form .form-group,
  .cid-tBGP4pXmVe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4pXmVe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4pXmVe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4pXmVe .mbr-text {
  text-align: center;
}
.cid-tBGP4pXmVe .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4pXmVe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4pXmVe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4pXmVe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4pXmVe .modal-open {
  overflow: hidden;
}
.cid-tBGP4pXmVe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4pXmVe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4pXmVe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4pXmVe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4pXmVe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4pXmVe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4pXmVe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4pXmVe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4pXmVe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4pXmVe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4pXmVe .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4pXmVe .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4pXmVe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4pXmVe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4pXmVe .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4pXmVe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4pXmVe .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4pXmVe .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4pXmVe .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4pXmVe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4pXmVe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4pXmVe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4pXmVe .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4pXmVe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4pXmVe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4pXmVe .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4pXmVe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4pXmVe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4pXmVe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4pXmVe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4pXmVe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4pXmVe .modal-lg,
  .cid-tBGP4pXmVe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4pXmVe .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4pXmVe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4pXmVe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4pXmVe .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4pXmVe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4pXmVe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4pXmVe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4pXmVe .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4pXmVe .mbr-section-btn .btn {
  margin: 0;
}
.cid-todkWMc91F {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-todkWMc91F .mbr-fallback-image.disabled {
  display: none;
}
.cid-todkWMc91F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-todkWMc91F .video-wrapper iframe {
  width: 100%;
}
.cid-todkWMc91F .mbr-section-title,
.cid-todkWMc91F .mbr-section-subtitle,
.cid-todkWMc91F .mbr-text {
  text-align: center;
}
.cid-todkX3IPXm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-todkX3IPXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-todkX3IPXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-todkX3IPXm .video-wrapper iframe {
  width: 100%;
}
.cid-todkX3IPXm .mbr-section-title,
.cid-todkX3IPXm .mbr-section-subtitle,
.cid-todkX3IPXm .mbr-text {
  text-align: center;
}
.cid-todkBscPcm .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-todkBscPcm .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-todkBscPcm .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-todkBscPcm .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-todkBscPcm .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-todkBscPcm .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-todkBscPcm .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-todkBscPcm .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-todkBscPcm .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-todkBscPcm .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-todkBscPcm .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-todkBscPcm .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-todkBscPcm .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-todkBscPcm .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-todkBscPcm .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-todkBscPcm P {
  color: #232323;
}
.cid-todkBscPcm DIV {
  color: #ffffff;
}
.cid-todkBscPcm H10 {
  color: #767676;
}
.cid-todkBscPcm .hidden {
  display: none;
}
.cid-todkBscPcm div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-todkBra5LY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-todkBra5LY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-todkBra5LY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-todkBra5LY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-todkBra5LY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-todkBra5LY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-todkBra5LY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-todkBra5LY .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-todkBra5LY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-todkBra5LY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-todkBra5LY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-todkBra5LY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-todkBra5LY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-todkBra5LY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-todkBra5LY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-todkBra5LY .media-container-row .mbr-text {
  color: #000000;
}
.cid-todkBra5LY foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4qB0kO.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4qB0kO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4qB0kO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4qB0kO .modal-content,
.cid-tBGP4qB0kO .modal-dialog {
  height: auto;
}
.cid-tBGP4qB0kO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4qB0kO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4qB0kO .form-wrapper .mbr-form .form-group,
  .cid-tBGP4qB0kO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4qB0kO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4qB0kO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4qB0kO .mbr-text {
  text-align: center;
}
.cid-tBGP4qB0kO .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4qB0kO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4qB0kO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4qB0kO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4qB0kO .modal-open {
  overflow: hidden;
}
.cid-tBGP4qB0kO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4qB0kO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4qB0kO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4qB0kO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4qB0kO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4qB0kO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4qB0kO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4qB0kO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4qB0kO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4qB0kO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4qB0kO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4qB0kO .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4qB0kO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4qB0kO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4qB0kO .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4qB0kO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4qB0kO .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4qB0kO .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4qB0kO .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4qB0kO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4qB0kO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4qB0kO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4qB0kO .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4qB0kO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4qB0kO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4qB0kO .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4qB0kO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4qB0kO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4qB0kO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4qB0kO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4qB0kO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4qB0kO .modal-lg,
  .cid-tBGP4qB0kO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4qB0kO .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4qB0kO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4qB0kO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4qB0kO .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4qB0kO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4qB0kO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4qB0kO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4qB0kO .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4qB0kO .mbr-section-btn .btn {
  margin: 0;
}
.cid-tod8hbQg6a {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ff8a8a;
}
@media (min-width: 992px) {
  .cid-tod8hbQg6a .carousel {
    min-height: 600px;
  }
  .cid-tod8hbQg6a .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tod8hbQg6a .carousel {
    min-height: 390px;
  }
  .cid-tod8hbQg6a .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tod8hbQg6a .carousel {
    min-height: 330px;
  }
  .cid-tod8hbQg6a .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tod8hbQg6a .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tod8hbQg6a .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tod8hbQg6a .carousel,
.cid-tod8hbQg6a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tod8hbQg6a .item-wrapper {
  width: 100%;
}
.cid-tod8hbQg6a .carousel-caption {
  bottom: 40px;
}
.cid-tod8hbQg6a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tod8hbQg6a .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tod8hbQg6a .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tod8hbQg6a .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tod8hbQg6a .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tod8hbQg6a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tod8hbQg6a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tod8hbQg6a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tod8hbQg6a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tod8hbQg6a .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tod8hbQg6a .carousel-indicators li.active,
.cid-tod8hbQg6a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tod8hbQg6a .carousel-indicators li::after,
.cid-tod8hbQg6a .carousel-indicators li::before {
  content: none;
}
.cid-tod8hbQg6a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tod8hbQg6a .carousel-indicators {
    display: none !important;
  }
}
.cid-tod7XvfBjO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tod7XvfBjO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tod7XvfBjO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tod7XvfBjO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tod7XvfBjO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tod7XvfBjO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tod7XvfBjO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tod7XvfBjO .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tod7XvfBjO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tod7XvfBjO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tod7XvfBjO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tod7XvfBjO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tod7XvfBjO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tod7XvfBjO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tod7XvfBjO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tod7XvfBjO .media-container-row .mbr-text {
  color: #000000;
}
.cid-tod7XvfBjO foot-menu-item {
  color: #000000;
}
.cid-tod7Xwfdzk .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tod7Xwfdzk .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tod7Xwfdzk .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tod7Xwfdzk .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tod7Xwfdzk .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tod7Xwfdzk .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tod7Xwfdzk .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tod7Xwfdzk .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tod7Xwfdzk .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tod7Xwfdzk .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tod7Xwfdzk .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tod7Xwfdzk .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tod7Xwfdzk .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tod7Xwfdzk .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tod7Xwfdzk .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tod7Xwfdzk P {
  color: #232323;
}
.cid-tod7Xwfdzk DIV {
  color: #ffffff;
}
.cid-tod7Xwfdzk H10 {
  color: #767676;
}
.cid-tod7Xwfdzk .hidden {
  display: none;
}
.cid-tod7Xwfdzk div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGOsLR2XZ.popup-builder {
  background-color: #ffffff;
}
.cid-tBGOsLR2XZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGOsLR2XZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGOsLR2XZ .modal-content,
.cid-tBGOsLR2XZ .modal-dialog {
  height: auto;
}
.cid-tBGOsLR2XZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGOsLR2XZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGOsLR2XZ .form-wrapper .mbr-form .form-group,
  .cid-tBGOsLR2XZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGOsLR2XZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGOsLR2XZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGOsLR2XZ .mbr-text {
  text-align: center;
}
.cid-tBGOsLR2XZ .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGOsLR2XZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGOsLR2XZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGOsLR2XZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGOsLR2XZ .modal-open {
  overflow: hidden;
}
.cid-tBGOsLR2XZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGOsLR2XZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGOsLR2XZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGOsLR2XZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGOsLR2XZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGOsLR2XZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGOsLR2XZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGOsLR2XZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGOsLR2XZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGOsLR2XZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGOsLR2XZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGOsLR2XZ .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGOsLR2XZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGOsLR2XZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGOsLR2XZ .modal-header {
    padding: 1rem;
  }
}
.cid-tBGOsLR2XZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGOsLR2XZ .modal-header .close svg {
  fill: #353535;
}
.cid-tBGOsLR2XZ .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGOsLR2XZ .modal-header .close:focus {
  outline: none;
}
.cid-tBGOsLR2XZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGOsLR2XZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGOsLR2XZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGOsLR2XZ .modal-body {
    padding: 1rem;
  }
}
.cid-tBGOsLR2XZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGOsLR2XZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGOsLR2XZ .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGOsLR2XZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGOsLR2XZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGOsLR2XZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGOsLR2XZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGOsLR2XZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGOsLR2XZ .modal-lg,
  .cid-tBGOsLR2XZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGOsLR2XZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGOsLR2XZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGOsLR2XZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGOsLR2XZ .form-group {
  margin-bottom: 1rem;
}
.cid-tBGOsLR2XZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGOsLR2XZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGOsLR2XZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGOsLR2XZ .mbr-section-btn {
  margin: 0;
}
.cid-tBGOsLR2XZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-todBzQU6pz {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background: #65c6d4;
}
.cid-todBzQU6pz .mbr-fallback-image.disabled {
  display: none;
}
.cid-todBzQU6pz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-todBzQU6pz .google-map {
  height: 30rem;
  position: relative;
}
.cid-todBzQU6pz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-todBzQU6pz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-todBzQU6pz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-todBzQU6pz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-todBfwSnq9 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-todBfwSnq9 .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-todBfwSnq9 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-todBfwSnq9 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-todBfwSnq9 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-todBfwSnq9 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-todBfwSnq9 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-todBfwSnq9 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-todBfwSnq9 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-todBfwSnq9 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-todBfwSnq9 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-todBfwSnq9 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-todBfwSnq9 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-todBfwSnq9 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-todBfwSnq9 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-todBfwSnq9 P {
  color: #232323;
}
.cid-todBfwSnq9 DIV {
  color: #ffffff;
}
.cid-todBfwSnq9 H10 {
  color: #767676;
}
.cid-todBfwSnq9 .hidden {
  display: none;
}
.cid-todBfwSnq9 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-todBfw2z7a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-todBfw2z7a .row-links {
  width: 100%;
  justify-content: center;
}
.cid-todBfw2z7a .social-row {
  width: 100%;
  justify-content: center;
}
.cid-todBfw2z7a .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-todBfw2z7a .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-todBfw2z7a .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-todBfw2z7a .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-todBfw2z7a .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-todBfw2z7a .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-todBfw2z7a .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-todBfw2z7a .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-todBfw2z7a .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-todBfw2z7a .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-todBfw2z7a .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-todBfw2z7a .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-todBfw2z7a .media-container-row .mbr-text {
  color: #000000;
}
.cid-todBfw2z7a foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4s9Fyb.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4s9Fyb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4s9Fyb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4s9Fyb .modal-content,
.cid-tBGP4s9Fyb .modal-dialog {
  height: auto;
}
.cid-tBGP4s9Fyb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4s9Fyb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4s9Fyb .form-wrapper .mbr-form .form-group,
  .cid-tBGP4s9Fyb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4s9Fyb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4s9Fyb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4s9Fyb .mbr-text {
  text-align: center;
}
.cid-tBGP4s9Fyb .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4s9Fyb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4s9Fyb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4s9Fyb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4s9Fyb .modal-open {
  overflow: hidden;
}
.cid-tBGP4s9Fyb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4s9Fyb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4s9Fyb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4s9Fyb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4s9Fyb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4s9Fyb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4s9Fyb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4s9Fyb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4s9Fyb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4s9Fyb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4s9Fyb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4s9Fyb .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4s9Fyb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4s9Fyb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4s9Fyb .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4s9Fyb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4s9Fyb .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4s9Fyb .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4s9Fyb .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4s9Fyb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4s9Fyb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4s9Fyb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4s9Fyb .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4s9Fyb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4s9Fyb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4s9Fyb .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4s9Fyb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4s9Fyb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4s9Fyb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4s9Fyb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4s9Fyb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4s9Fyb .modal-lg,
  .cid-tBGP4s9Fyb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4s9Fyb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4s9Fyb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4s9Fyb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4s9Fyb .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4s9Fyb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4s9Fyb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4s9Fyb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4s9Fyb .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4s9Fyb .mbr-section-btn .btn {
  margin: 0;
}
.cid-todDTzzZzr {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #fff0b0;
}
.cid-todDTzzZzr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-todDTzzZzr input,
.cid-todDTzzZzr textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-todDTzzZzr input:hover,
.cid-todDTzzZzr textarea:hover {
  border-color: transparent!important;
}
.cid-todDTzzZzr .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-todDTzzZzr h4 {
  margin-bottom: 3rem;
}
.cid-todDTzzZzr .col-auto {
  width: 100%;
}
.cid-todDTzzZzr textarea {
  min-height: 250px;
}
.cid-todDTzzZzr .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-todDTzzZzr .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-todDTzzZzr .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-todDTzzZzr H4 {
  color: #263d5a;
}
.cid-todDTzzZzr .section-content-subtitle {
  text-align: center;
  color: #000000;
}
.cid-todDTzzZzr .section-content-title {
  color: #000000;
  text-align: center;
}
.cid-todDTzzZzr H5 {
  text-align: center;
}
.cid-todDTzzZzr .section-content-text {
  color: #000000;
  text-align: left;
}
.cid-todCEagaea .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-todCEagaea .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-todCEagaea .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-todCEagaea .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-todCEagaea .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-todCEagaea .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-todCEagaea .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-todCEagaea .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-todCEagaea .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-todCEagaea .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-todCEagaea .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-todCEagaea .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-todCEagaea .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-todCEagaea .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-todCEagaea .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-todCEagaea P {
  color: #232323;
}
.cid-todCEagaea DIV {
  color: #ffffff;
}
.cid-todCEagaea H10 {
  color: #767676;
}
.cid-todCEagaea .hidden {
  display: none;
}
.cid-todCEagaea div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-todCE9iCc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-todCE9iCc7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-todCE9iCc7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-todCE9iCc7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-todCE9iCc7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-todCE9iCc7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-todCE9iCc7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-todCE9iCc7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-todCE9iCc7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-todCE9iCc7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-todCE9iCc7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-todCE9iCc7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-todCE9iCc7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-todCE9iCc7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-todCE9iCc7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-todCE9iCc7 .media-container-row .mbr-text {
  color: #000000;
}
.cid-todCE9iCc7 foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4sPCXE.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4sPCXE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4sPCXE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4sPCXE .modal-content,
.cid-tBGP4sPCXE .modal-dialog {
  height: auto;
}
.cid-tBGP4sPCXE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4sPCXE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4sPCXE .form-wrapper .mbr-form .form-group,
  .cid-tBGP4sPCXE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4sPCXE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4sPCXE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4sPCXE .mbr-text {
  text-align: center;
}
.cid-tBGP4sPCXE .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4sPCXE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4sPCXE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4sPCXE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4sPCXE .modal-open {
  overflow: hidden;
}
.cid-tBGP4sPCXE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4sPCXE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4sPCXE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4sPCXE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4sPCXE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4sPCXE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4sPCXE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4sPCXE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4sPCXE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4sPCXE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4sPCXE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4sPCXE .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4sPCXE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4sPCXE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4sPCXE .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4sPCXE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4sPCXE .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4sPCXE .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4sPCXE .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4sPCXE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4sPCXE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4sPCXE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4sPCXE .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4sPCXE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4sPCXE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4sPCXE .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4sPCXE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4sPCXE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4sPCXE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4sPCXE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4sPCXE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4sPCXE .modal-lg,
  .cid-tBGP4sPCXE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4sPCXE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4sPCXE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4sPCXE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4sPCXE .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4sPCXE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4sPCXE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4sPCXE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4sPCXE .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4sPCXE .mbr-section-btn .btn {
  margin: 0;
}
.cid-todVktBg4l {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  text-align: justify;
}
.cid-todVktZJjV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-todVktZJjV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-todVktZJjV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-todVktZJjV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-todVktZJjV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-todVktZJjV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-todVktZJjV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-todVktZJjV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-todVktZJjV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-todVktZJjV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-todVktZJjV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-todVktZJjV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-todVktZJjV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-todVktZJjV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-todVktZJjV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-todVktZJjV .media-container-row .mbr-text {
  color: #000000;
}
.cid-todVktZJjV foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4iSSMj.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4iSSMj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4iSSMj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4iSSMj .modal-content,
.cid-tBGP4iSSMj .modal-dialog {
  height: auto;
}
.cid-tBGP4iSSMj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4iSSMj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4iSSMj .form-wrapper .mbr-form .form-group,
  .cid-tBGP4iSSMj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4iSSMj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4iSSMj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4iSSMj .mbr-text {
  text-align: center;
}
.cid-tBGP4iSSMj .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4iSSMj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4iSSMj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4iSSMj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4iSSMj .modal-open {
  overflow: hidden;
}
.cid-tBGP4iSSMj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4iSSMj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4iSSMj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4iSSMj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4iSSMj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4iSSMj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4iSSMj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4iSSMj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4iSSMj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4iSSMj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4iSSMj .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4iSSMj .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4iSSMj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4iSSMj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4iSSMj .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4iSSMj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4iSSMj .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4iSSMj .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4iSSMj .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4iSSMj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4iSSMj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4iSSMj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4iSSMj .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4iSSMj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4iSSMj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4iSSMj .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4iSSMj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4iSSMj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4iSSMj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4iSSMj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4iSSMj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4iSSMj .modal-lg,
  .cid-tBGP4iSSMj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4iSSMj .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4iSSMj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4iSSMj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4iSSMj .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4iSSMj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4iSSMj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4iSSMj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4iSSMj .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4iSSMj .mbr-section-btn .btn {
  margin: 0;
}
.cid-todX4jT3DD {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  text-align: justify;
}
.cid-todX4m7Eyn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-todX4m7Eyn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-todX4m7Eyn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-todX4m7Eyn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-todX4m7Eyn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-todX4m7Eyn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-todX4m7Eyn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-todX4m7Eyn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-todX4m7Eyn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-todX4m7Eyn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-todX4m7Eyn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-todX4m7Eyn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-todX4m7Eyn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-todX4m7Eyn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-todX4m7Eyn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-todX4m7Eyn .media-container-row .mbr-text {
  color: #000000;
}
.cid-todX4m7Eyn foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4jwUxR.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4jwUxR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4jwUxR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4jwUxR .modal-content,
.cid-tBGP4jwUxR .modal-dialog {
  height: auto;
}
.cid-tBGP4jwUxR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4jwUxR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4jwUxR .form-wrapper .mbr-form .form-group,
  .cid-tBGP4jwUxR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4jwUxR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4jwUxR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4jwUxR .mbr-text {
  text-align: center;
}
.cid-tBGP4jwUxR .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4jwUxR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4jwUxR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4jwUxR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4jwUxR .modal-open {
  overflow: hidden;
}
.cid-tBGP4jwUxR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4jwUxR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4jwUxR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4jwUxR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4jwUxR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4jwUxR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4jwUxR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4jwUxR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4jwUxR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4jwUxR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4jwUxR .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4jwUxR .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4jwUxR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4jwUxR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4jwUxR .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4jwUxR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4jwUxR .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4jwUxR .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4jwUxR .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4jwUxR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4jwUxR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4jwUxR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4jwUxR .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4jwUxR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4jwUxR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4jwUxR .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4jwUxR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4jwUxR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4jwUxR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4jwUxR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4jwUxR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4jwUxR .modal-lg,
  .cid-tBGP4jwUxR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4jwUxR .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4jwUxR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4jwUxR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4jwUxR .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4jwUxR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4jwUxR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4jwUxR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4jwUxR .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4jwUxR .mbr-section-btn .btn {
  margin: 0;
}
.cid-tpW479xNBi {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  text-align: justify;
}
.cid-tpW47bbP1V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tpW47bbP1V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tpW47bbP1V .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tpW47bbP1V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tpW47bbP1V .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tpW47bbP1V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tpW47bbP1V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tpW47bbP1V .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tpW47bbP1V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tpW47bbP1V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tpW47bbP1V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tpW47bbP1V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpW47bbP1V .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpW47bbP1V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tpW47bbP1V .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tpW47bbP1V .media-container-row .mbr-text {
  color: #000000;
}
.cid-tpW47bbP1V foot-menu-item {
  color: #000000;
}
.cid-tpW47ag0pf .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tpW47ag0pf .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tpW47ag0pf .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tpW47ag0pf .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tpW47ag0pf .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tpW47ag0pf .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tpW47ag0pf .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tpW47ag0pf .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tpW47ag0pf .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tpW47ag0pf .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tpW47ag0pf .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tpW47ag0pf .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tpW47ag0pf .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tpW47ag0pf .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tpW47ag0pf .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tpW47ag0pf P {
  color: #232323;
}
.cid-tpW47ag0pf DIV {
  color: #ffffff;
}
.cid-tpW47ag0pf H10 {
  color: #767676;
}
.cid-tpW47ag0pf .hidden {
  display: none;
}
.cid-tpW47ag0pf div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4lz02G.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4lz02G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4lz02G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4lz02G .modal-content,
.cid-tBGP4lz02G .modal-dialog {
  height: auto;
}
.cid-tBGP4lz02G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4lz02G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4lz02G .form-wrapper .mbr-form .form-group,
  .cid-tBGP4lz02G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4lz02G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4lz02G .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4lz02G .mbr-text {
  text-align: center;
}
.cid-tBGP4lz02G .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4lz02G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4lz02G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4lz02G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4lz02G .modal-open {
  overflow: hidden;
}
.cid-tBGP4lz02G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4lz02G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4lz02G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4lz02G .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4lz02G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4lz02G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4lz02G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4lz02G .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4lz02G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4lz02G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4lz02G .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4lz02G .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4lz02G .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4lz02G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4lz02G .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4lz02G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4lz02G .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4lz02G .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4lz02G .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4lz02G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4lz02G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4lz02G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4lz02G .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4lz02G .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4lz02G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4lz02G .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4lz02G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4lz02G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4lz02G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4lz02G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4lz02G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4lz02G .modal-lg,
  .cid-tBGP4lz02G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4lz02G .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4lz02G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4lz02G .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4lz02G .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4lz02G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4lz02G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4lz02G .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4lz02G .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4lz02G .mbr-section-btn .btn {
  margin: 0;
}
.cid-tpW4t6dydu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  text-align: justify;
}
.cid-tpW4t6T5Vn .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tpW4t6T5Vn .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tpW4t6T5Vn .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tpW4t6T5Vn .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tpW4t6T5Vn .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tpW4t6T5Vn .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tpW4t6T5Vn .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tpW4t6T5Vn .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tpW4t6T5Vn .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tpW4t6T5Vn .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tpW4t6T5Vn .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tpW4t6T5Vn .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tpW4t6T5Vn .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tpW4t6T5Vn .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tpW4t6T5Vn .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tpW4t6T5Vn P {
  color: #232323;
}
.cid-tpW4t6T5Vn DIV {
  color: #ffffff;
}
.cid-tpW4t6T5Vn H10 {
  color: #767676;
}
.cid-tpW4t6T5Vn .hidden {
  display: none;
}
.cid-tpW4t6T5Vn div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tpW4t7IfXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tpW4t7IfXo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tpW4t7IfXo .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tpW4t7IfXo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tpW4t7IfXo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tpW4t7IfXo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tpW4t7IfXo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tpW4t7IfXo .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tpW4t7IfXo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tpW4t7IfXo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tpW4t7IfXo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tpW4t7IfXo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpW4t7IfXo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpW4t7IfXo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tpW4t7IfXo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tpW4t7IfXo .media-container-row .mbr-text {
  color: #000000;
}
.cid-tpW4t7IfXo foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4maypA.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4maypA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4maypA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4maypA .modal-content,
.cid-tBGP4maypA .modal-dialog {
  height: auto;
}
.cid-tBGP4maypA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4maypA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4maypA .form-wrapper .mbr-form .form-group,
  .cid-tBGP4maypA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4maypA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4maypA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4maypA .mbr-text {
  text-align: center;
}
.cid-tBGP4maypA .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4maypA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4maypA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4maypA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4maypA .modal-open {
  overflow: hidden;
}
.cid-tBGP4maypA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4maypA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4maypA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4maypA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4maypA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4maypA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4maypA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4maypA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4maypA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4maypA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4maypA .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4maypA .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4maypA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4maypA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4maypA .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4maypA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4maypA .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4maypA .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4maypA .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4maypA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4maypA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4maypA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4maypA .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4maypA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4maypA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4maypA .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4maypA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4maypA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4maypA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4maypA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4maypA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4maypA .modal-lg,
  .cid-tBGP4maypA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4maypA .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4maypA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4maypA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4maypA .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4maypA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4maypA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4maypA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4maypA .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4maypA .mbr-section-btn .btn {
  margin: 0;
}
.cid-tpW4B6v9C1 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  text-align: justify;
}
.cid-tpW4B841GC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tpW4B841GC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tpW4B841GC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tpW4B841GC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tpW4B841GC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tpW4B841GC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tpW4B841GC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tpW4B841GC .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tpW4B841GC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tpW4B841GC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tpW4B841GC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tpW4B841GC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpW4B841GC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpW4B841GC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tpW4B841GC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tpW4B841GC .media-container-row .mbr-text {
  color: #000000;
}
.cid-tpW4B841GC foot-menu-item {
  color: #000000;
}
.cid-tpW4B7dxBi .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tpW4B7dxBi .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tpW4B7dxBi .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tpW4B7dxBi .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tpW4B7dxBi .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tpW4B7dxBi .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tpW4B7dxBi .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tpW4B7dxBi .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tpW4B7dxBi .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tpW4B7dxBi .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tpW4B7dxBi .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tpW4B7dxBi .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tpW4B7dxBi .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tpW4B7dxBi .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tpW4B7dxBi .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tpW4B7dxBi P {
  color: #232323;
}
.cid-tpW4B7dxBi DIV {
  color: #ffffff;
}
.cid-tpW4B7dxBi H10 {
  color: #767676;
}
.cid-tpW4B7dxBi .hidden {
  display: none;
}
.cid-tpW4B7dxBi div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4no4db.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4no4db.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4no4db.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4no4db .modal-content,
.cid-tBGP4no4db .modal-dialog {
  height: auto;
}
.cid-tBGP4no4db .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4no4db .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4no4db .form-wrapper .mbr-form .form-group,
  .cid-tBGP4no4db .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4no4db .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4no4db .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4no4db .mbr-text {
  text-align: center;
}
.cid-tBGP4no4db .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4no4db .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4no4db .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4no4db .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4no4db .modal-open {
  overflow: hidden;
}
.cid-tBGP4no4db .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4no4db .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4no4db .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4no4db .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4no4db .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4no4db .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4no4db .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4no4db .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4no4db .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4no4db .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4no4db .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4no4db .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4no4db .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4no4db .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4no4db .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4no4db .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4no4db .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4no4db .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4no4db .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4no4db .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4no4db .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4no4db .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4no4db .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4no4db .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4no4db .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4no4db .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4no4db .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4no4db .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4no4db .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4no4db .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4no4db .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4no4db .modal-lg,
  .cid-tBGP4no4db .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4no4db .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4no4db .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4no4db .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4no4db .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4no4db .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4no4db .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4no4db .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4no4db .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4no4db .mbr-section-btn .btn {
  margin: 0;
}
.cid-tv4XvJJWV7 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tv4XvJJWV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv4XvJJWV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tv4XvJJWV7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tv4XvJJWV7 .row {
  flex-direction: row-reverse;
}
.cid-tv4XvJJWV7 img {
  width: 100%;
}
.cid-tv4X4FQSxj .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tv4X4FQSxj .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tv4X4FQSxj .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tv4X4FQSxj .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tv4X4FQSxj .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tv4X4FQSxj .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tv4X4FQSxj .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tv4X4FQSxj .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tv4X4FQSxj .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tv4X4FQSxj .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tv4X4FQSxj .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tv4X4FQSxj .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tv4X4FQSxj .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tv4X4FQSxj .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tv4X4FQSxj .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tv4X4FQSxj P {
  color: #232323;
}
.cid-tv4X4FQSxj DIV {
  color: #ffffff;
}
.cid-tv4X4FQSxj H10 {
  color: #767676;
}
.cid-tv4X4FQSxj .hidden {
  display: none;
}
.cid-tv4X4FQSxj div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tv4X4GBs06 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tv4X4GBs06 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tv4X4GBs06 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tv4X4GBs06 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tv4X4GBs06 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tv4X4GBs06 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tv4X4GBs06 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tv4X4GBs06 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tv4X4GBs06 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tv4X4GBs06 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tv4X4GBs06 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tv4X4GBs06 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tv4X4GBs06 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tv4X4GBs06 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tv4X4GBs06 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tv4X4GBs06 .media-container-row .mbr-text {
  color: #000000;
}
.cid-tv4X4GBs06 foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4mNQ7X.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4mNQ7X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4mNQ7X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4mNQ7X .modal-content,
.cid-tBGP4mNQ7X .modal-dialog {
  height: auto;
}
.cid-tBGP4mNQ7X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4mNQ7X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4mNQ7X .form-wrapper .mbr-form .form-group,
  .cid-tBGP4mNQ7X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4mNQ7X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4mNQ7X .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4mNQ7X .mbr-text {
  text-align: center;
}
.cid-tBGP4mNQ7X .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4mNQ7X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4mNQ7X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4mNQ7X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4mNQ7X .modal-open {
  overflow: hidden;
}
.cid-tBGP4mNQ7X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4mNQ7X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4mNQ7X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4mNQ7X .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4mNQ7X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4mNQ7X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4mNQ7X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4mNQ7X .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4mNQ7X .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4mNQ7X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4mNQ7X .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4mNQ7X .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4mNQ7X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4mNQ7X .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4mNQ7X .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4mNQ7X .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4mNQ7X .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4mNQ7X .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4mNQ7X .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4mNQ7X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4mNQ7X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4mNQ7X .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4mNQ7X .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4mNQ7X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4mNQ7X .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4mNQ7X .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4mNQ7X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4mNQ7X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4mNQ7X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4mNQ7X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4mNQ7X .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4mNQ7X .modal-lg,
  .cid-tBGP4mNQ7X .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4mNQ7X .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4mNQ7X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4mNQ7X .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4mNQ7X .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4mNQ7X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4mNQ7X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4mNQ7X .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4mNQ7X .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4mNQ7X .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvWcA5IGMs {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvWcA5IGMs .mbr-text {
  text-align: justify;
}
.cid-to8BHkh2JU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-to8BHkh2JU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to8BHkh2JU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to8BHkh2JU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to8BHkh2JU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to8BHkh2JU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to8BHkh2JU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to8BHkh2JU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to8BHkh2JU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to8BHkh2JU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to8BHkh2JU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to8BHkh2JU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to8BHkh2JU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to8BHkh2JU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to8BHkh2JU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-to8BHkh2JU .media-container-row .mbr-text {
  color: #000000;
}
.cid-to8BHkh2JU foot-menu-item {
  color: #000000;
}
.cid-tBFPflLmjm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .empty_md {
    display: block;
  }
}
.cid-tBFPflLmjm .container,
.cid-tBFPflLmjm .container-fluid,
.cid-tBFPflLmjm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tBFPflLmjm .container,
  .cid-tBFPflLmjm .container-fluid,
  .cid-tBFPflLmjm .empty_md {
    min-height: 170px !important;
  }
}
.cid-tBFPflLmjm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tBFPflLmjm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 110px !important;
  }
}
.cid-tBFPflLmjm .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tBFPflLmjm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tBFPflLmjm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tBFPflLmjm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tBFPflLmjm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tBFPflLmjm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tBFPflLmjm .empty,
  .cid-tBFPflLmjm .icons-menu {
    min-width: 265px;
  }
  .cid-tBFPflLmjm .navbar-logo {
    margin: 0;
  }
  .cid-tBFPflLmjm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tBFPflLmjm .btn {
    white-space: nowrap;
  }
  .cid-tBFPflLmjm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tBFPflLmjm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tBFPflLmjm .dropdown-toggle::after,
  .cid-tBFPflLmjm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tBFPflLmjm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tBFPflLmjm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tBFPflLmjm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tBFPflLmjm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tBFPflLmjm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tBFPflLmjm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tBFPflLmjm .nav-item:focus,
.cid-tBFPflLmjm .nav-link:focus {
  outline: none;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tBFPflLmjm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBFPflLmjm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBFPflLmjm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBFPflLmjm ul.navbar-nav li {
  margin: auto;
}
.cid-tBFPflLmjm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tBFPflLmjm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tBFPflLmjm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBFPflLmjm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBFPflLmjm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tBFPflLmjm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBFPflLmjm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBFPflLmjm .navbar .icons-menu,
  .cid-tBFPflLmjm .navbar .empty {
    display: none;
  }
  .cid-tBFPflLmjm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tBFPflLmjm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFPflLmjm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFPflLmjm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tBFPflLmjm .navbar .container-fluid,
  .cid-tBFPflLmjm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFPflLmjm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tBFPflLmjm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tBFPflLmjm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tBFPflLmjm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tBFPflLmjm .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFPflLmjm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFPflLmjm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFPflLmjm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFPflLmjm .dropdown-item.active,
.cid-tBFPflLmjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFPflLmjm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tBFPflLmjm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tBFPflLmjm .navbar-buttons {
  text-align: center;
}
.cid-tBFPflLmjm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFPflLmjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFPflLmjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFPflLmjm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tBFPflLmjm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tBFPflLmjm a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tBFPflLmjm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFPflLmjm .navbar {
    height: 77px;
  }
  .cid-tBFPflLmjm .navbar.opened {
    height: auto;
  }
  .cid-tBFPflLmjm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGP4frUlU.popup-builder {
  background-color: #ffffff;
}
.cid-tBGP4frUlU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBGP4frUlU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBGP4frUlU .modal-content,
.cid-tBGP4frUlU .modal-dialog {
  height: auto;
}
.cid-tBGP4frUlU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBGP4frUlU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBGP4frUlU .form-wrapper .mbr-form .form-group,
  .cid-tBGP4frUlU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBGP4frUlU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBGP4frUlU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBGP4frUlU .mbr-text {
  text-align: center;
}
.cid-tBGP4frUlU .pt-0 {
  padding-top: 0 !important;
}
.cid-tBGP4frUlU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBGP4frUlU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBGP4frUlU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBGP4frUlU .modal-open {
  overflow: hidden;
}
.cid-tBGP4frUlU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBGP4frUlU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBGP4frUlU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBGP4frUlU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tBGP4frUlU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBGP4frUlU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBGP4frUlU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBGP4frUlU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tBGP4frUlU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBGP4frUlU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBGP4frUlU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBGP4frUlU .modal-backdrop.show {
  opacity: .5;
}
.cid-tBGP4frUlU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBGP4frUlU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4frUlU .modal-header {
    padding: 1rem;
  }
}
.cid-tBGP4frUlU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBGP4frUlU .modal-header .close svg {
  fill: #353535;
}
.cid-tBGP4frUlU .modal-header .close:hover {
  opacity: 1;
}
.cid-tBGP4frUlU .modal-header .close:focus {
  outline: none;
}
.cid-tBGP4frUlU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tBGP4frUlU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBGP4frUlU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4frUlU .modal-body {
    padding: 1rem;
  }
}
.cid-tBGP4frUlU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBGP4frUlU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGP4frUlU .modal-footer {
    padding: 1rem;
  }
}
.cid-tBGP4frUlU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBGP4frUlU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBGP4frUlU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBGP4frUlU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBGP4frUlU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBGP4frUlU .modal-lg,
  .cid-tBGP4frUlU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBGP4frUlU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBGP4frUlU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBGP4frUlU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tBGP4frUlU .form-group {
  margin-bottom: 1rem;
}
.cid-tBGP4frUlU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBGP4frUlU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBGP4frUlU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tBGP4frUlU .mbr-section-btn {
  margin: 0;
}
.cid-tBGP4frUlU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tCDbgsRxHb .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tCDbgsRxHb .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tCDbgsRxHb .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tCDbgsRxHb .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tCDbgsRxHb .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tCDbgsRxHb .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tCDbgsRxHb .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tCDbgsRxHb .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tCDbgsRxHb .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tCDbgsRxHb .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tCDbgsRxHb .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tCDbgsRxHb .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tCDbgsRxHb .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tCDbgsRxHb .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tCDbgsRxHb .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tCDbgsRxHb P {
  color: #232323;
}
.cid-tCDbgsRxHb DIV {
  color: #ffffff;
}
.cid-tCDbgsRxHb H10 {
  color: #767676;
}
.cid-tCDbgsRxHb .hidden {
  display: none;
}
.cid-tCDbgsRxHb div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tCDbgtir3S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCDbgtir3S .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCDbgtir3S .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCDbgtir3S .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCDbgtir3S .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCDbgtir3S .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCDbgtir3S .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCDbgtir3S .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCDbgtir3S .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCDbgtir3S .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCDbgtir3S .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCDbgtir3S .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCDbgtir3S .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCDbgtir3S .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCDbgtir3S .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCDbgtir3S .media-container-row .mbr-text {
  color: #000000;
}
.cid-tCDbgtir3S foot-menu-item {
  color: #000000;
}
.cid-tCDbgtDbRQ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tCDbgtDbRQ {
    min-height: 170px !important;
  }
}
.cid-tCDbgtDbRQ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCDbgtDbRQ .empty_md {
    display: block;
  }
}
.cid-tCDbgtDbRQ .container,
.cid-tCDbgtDbRQ .container-fluid,
.cid-tCDbgtDbRQ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tCDbgtDbRQ .container,
  .cid-tCDbgtDbRQ .container-fluid,
  .cid-tCDbgtDbRQ .empty_md {
    min-height: 170px !important;
  }
}
.cid-tCDbgtDbRQ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tCDbgtDbRQ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tCDbgtDbRQ .top_menu {
    min-height: 110px !important;
  }
}
.cid-tCDbgtDbRQ .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tCDbgtDbRQ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tCDbgtDbRQ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tCDbgtDbRQ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tCDbgtDbRQ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tCDbgtDbRQ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tCDbgtDbRQ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tCDbgtDbRQ .empty,
  .cid-tCDbgtDbRQ .icons-menu {
    min-width: 265px;
  }
  .cid-tCDbgtDbRQ .navbar-logo {
    margin: 0;
  }
  .cid-tCDbgtDbRQ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tCDbgtDbRQ .btn {
    white-space: nowrap;
  }
  .cid-tCDbgtDbRQ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tCDbgtDbRQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tCDbgtDbRQ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tCDbgtDbRQ .dropdown-toggle::after,
  .cid-tCDbgtDbRQ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tCDbgtDbRQ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tCDbgtDbRQ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCDbgtDbRQ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tCDbgtDbRQ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCDbgtDbRQ .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tCDbgtDbRQ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tCDbgtDbRQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tCDbgtDbRQ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tCDbgtDbRQ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tCDbgtDbRQ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tCDbgtDbRQ .nav-item:focus,
.cid-tCDbgtDbRQ .nav-link:focus {
  outline: none;
}
.cid-tCDbgtDbRQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tCDbgtDbRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tCDbgtDbRQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tCDbgtDbRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCDbgtDbRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tCDbgtDbRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCDbgtDbRQ ul.navbar-nav li {
  margin: auto;
}
.cid-tCDbgtDbRQ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tCDbgtDbRQ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tCDbgtDbRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tCDbgtDbRQ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tCDbgtDbRQ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tCDbgtDbRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCDbgtDbRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCDbgtDbRQ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tCDbgtDbRQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tCDbgtDbRQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCDbgtDbRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCDbgtDbRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCDbgtDbRQ .navbar .icons-menu,
  .cid-tCDbgtDbRQ .navbar .empty {
    display: none;
  }
  .cid-tCDbgtDbRQ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tCDbgtDbRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCDbgtDbRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCDbgtDbRQ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tCDbgtDbRQ .navbar .container-fluid,
  .cid-tCDbgtDbRQ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tCDbgtDbRQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCDbgtDbRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCDbgtDbRQ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tCDbgtDbRQ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tCDbgtDbRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tCDbgtDbRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tCDbgtDbRQ .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tCDbgtDbRQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCDbgtDbRQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCDbgtDbRQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCDbgtDbRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCDbgtDbRQ .dropdown-item.active,
.cid-tCDbgtDbRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tCDbgtDbRQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCDbgtDbRQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tCDbgtDbRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tCDbgtDbRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tCDbgtDbRQ .navbar-buttons {
  text-align: center;
}
.cid-tCDbgtDbRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCDbgtDbRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tCDbgtDbRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCDbgtDbRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDbgtDbRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDbgtDbRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCDbgtDbRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDbgtDbRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCDbgtDbRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCDbgtDbRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDbgtDbRQ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tCDbgtDbRQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCDbgtDbRQ a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tCDbgtDbRQ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCDbgtDbRQ .navbar {
    height: 77px;
  }
  .cid-tCDbgtDbRQ .navbar.opened {
    height: auto;
  }
  .cid-tCDbgtDbRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCDbgu9tzq.popup-builder {
  background-color: #ffffff;
}
.cid-tCDbgu9tzq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tCDbgu9tzq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tCDbgu9tzq .modal-content,
.cid-tCDbgu9tzq .modal-dialog {
  height: auto;
}
.cid-tCDbgu9tzq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tCDbgu9tzq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tCDbgu9tzq .form-wrapper .mbr-form .form-group,
  .cid-tCDbgu9tzq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tCDbgu9tzq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tCDbgu9tzq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCDbgu9tzq .mbr-text {
  text-align: center;
}
.cid-tCDbgu9tzq .pt-0 {
  padding-top: 0 !important;
}
.cid-tCDbgu9tzq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tCDbgu9tzq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tCDbgu9tzq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tCDbgu9tzq .modal-open {
  overflow: hidden;
}
.cid-tCDbgu9tzq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tCDbgu9tzq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tCDbgu9tzq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tCDbgu9tzq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tCDbgu9tzq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tCDbgu9tzq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tCDbgu9tzq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tCDbgu9tzq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tCDbgu9tzq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tCDbgu9tzq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tCDbgu9tzq .modal-backdrop.fade {
  opacity: 0;
}
.cid-tCDbgu9tzq .modal-backdrop.show {
  opacity: .5;
}
.cid-tCDbgu9tzq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tCDbgu9tzq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCDbgu9tzq .modal-header {
    padding: 1rem;
  }
}
.cid-tCDbgu9tzq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tCDbgu9tzq .modal-header .close svg {
  fill: #353535;
}
.cid-tCDbgu9tzq .modal-header .close:hover {
  opacity: 1;
}
.cid-tCDbgu9tzq .modal-header .close:focus {
  outline: none;
}
.cid-tCDbgu9tzq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tCDbgu9tzq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tCDbgu9tzq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCDbgu9tzq .modal-body {
    padding: 1rem;
  }
}
.cid-tCDbgu9tzq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tCDbgu9tzq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCDbgu9tzq .modal-footer {
    padding: 1rem;
  }
}
.cid-tCDbgu9tzq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tCDbgu9tzq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tCDbgu9tzq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tCDbgu9tzq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tCDbgu9tzq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tCDbgu9tzq .modal-lg,
  .cid-tCDbgu9tzq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tCDbgu9tzq .modal-xl {
    max-width: 1140px;
  }
}
.cid-tCDbgu9tzq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tCDbgu9tzq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tCDbgu9tzq .form-group {
  margin-bottom: 1rem;
}
.cid-tCDbgu9tzq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tCDbgu9tzq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tCDbgu9tzq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tCDbgu9tzq .mbr-section-btn {
  margin: 0;
}
.cid-tCDbgu9tzq .mbr-section-btn .btn {
  margin: 0;
}
.cid-tCDbDKmGDE {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-tCDbDKmGDE .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tCDbDKmGDE .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tCDbDKmGDE .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-tCDbDKmGDE .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tCDbDKmGDE .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 45px;
  overflow: hidden;
}
.cid-tCDbDKmGDE .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCDbphLObX .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tCDbphLObX .icon-bar a:hover {
  background-color: #169208;
  width: 100px;
}
.cid-tCDbphLObX .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 14px;
}
.cid-tCDbphLObX .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tCDbphLObX .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tCDbphLObX .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tCDbphLObX .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tCDbphLObX .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tCDbphLObX .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tCDbphLObX .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tCDbphLObX .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tCDbphLObX .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tCDbphLObX .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tCDbphLObX .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tCDbphLObX .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-tCDbphLObX P {
  color: #232323;
}
.cid-tCDbphLObX DIV {
  color: #ffffff;
}
.cid-tCDbphLObX H10 {
  color: #767676;
}
.cid-tCDbphLObX .hidden {
  display: none;
}
.cid-tCDbphLObX div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tCDbpidPik {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCDbpidPik .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCDbpidPik .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCDbpidPik .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCDbpidPik .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCDbpidPik .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCDbpidPik .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCDbpidPik .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCDbpidPik .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCDbpidPik .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCDbpidPik .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCDbpidPik .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCDbpidPik .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCDbpidPik .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCDbpidPik .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCDbpidPik .media-container-row .mbr-text {
  color: #000000;
}
.cid-tCDbpidPik foot-menu-item {
  color: #000000;
}
.cid-tCDbpizodV {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #65c6d4;
}
@media (min-width: 991px) {
  .cid-tCDbpizodV {
    min-height: 170px !important;
  }
}
.cid-tCDbpizodV .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCDbpizodV .empty_md {
    display: block;
  }
}
.cid-tCDbpizodV .container,
.cid-tCDbpizodV .container-fluid,
.cid-tCDbpizodV .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tCDbpizodV .container,
  .cid-tCDbpizodV .container-fluid,
  .cid-tCDbpizodV .empty_md {
    min-height: 170px !important;
  }
}
.cid-tCDbpizodV .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tCDbpizodV .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tCDbpizodV .top_menu {
    min-height: 110px !important;
  }
}
.cid-tCDbpizodV .navbar-caption:hover {
  color: #ff6666 !important;
}
.cid-tCDbpizodV .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tCDbpizodV .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tCDbpizodV .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #010101;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tCDbpizodV .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tCDbpizodV .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tCDbpizodV .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tCDbpizodV .empty,
  .cid-tCDbpizodV .icons-menu {
    min-width: 265px;
  }
  .cid-tCDbpizodV .navbar-logo {
    margin: 0;
  }
  .cid-tCDbpizodV .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tCDbpizodV .btn {
    white-space: nowrap;
  }
  .cid-tCDbpizodV .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tCDbpizodV .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tCDbpizodV .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tCDbpizodV .dropdown-toggle::after,
  .cid-tCDbpizodV .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tCDbpizodV .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tCDbpizodV .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCDbpizodV .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tCDbpizodV .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCDbpizodV .dropdown-menu .dropdown-item:hover {
  color: #0a4cc4 !important;
  background-color: #3db7c9;
}
.cid-tCDbpizodV .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tCDbpizodV .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tCDbpizodV .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tCDbpizodV .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tCDbpizodV .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tCDbpizodV .nav-item:focus,
.cid-tCDbpizodV .nav-link:focus {
  outline: none;
}
.cid-tCDbpizodV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tCDbpizodV .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tCDbpizodV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tCDbpizodV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCDbpizodV .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tCDbpizodV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCDbpizodV ul.navbar-nav li {
  margin: auto;
}
.cid-tCDbpizodV .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4;
}
.cid-tCDbpizodV .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #65c6d4 !important;
}
.cid-tCDbpizodV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tCDbpizodV .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tCDbpizodV .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tCDbpizodV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCDbpizodV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCDbpizodV .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tCDbpizodV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-tCDbpizodV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCDbpizodV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCDbpizodV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tCDbpizodV .navbar .icons-menu,
  .cid-tCDbpizodV .navbar .empty {
    display: none;
  }
  .cid-tCDbpizodV .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tCDbpizodV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCDbpizodV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCDbpizodV .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tCDbpizodV .navbar .container-fluid,
  .cid-tCDbpizodV .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tCDbpizodV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCDbpizodV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCDbpizodV .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tCDbpizodV .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tCDbpizodV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tCDbpizodV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tCDbpizodV .navbar.navbar-short {
  background: #65c6d4 !important;
  min-height: 90px;
}
.cid-tCDbpizodV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCDbpizodV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCDbpizodV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCDbpizodV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCDbpizodV .dropdown-item.active,
.cid-tCDbpizodV .dropdown-item:active {
  background-color: transparent;
}
.cid-tCDbpizodV .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCDbpizodV .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tCDbpizodV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tCDbpizodV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tCDbpizodV .navbar-buttons {
  text-align: center;
}
.cid-tCDbpizodV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCDbpizodV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010101;
}
.cid-tCDbpizodV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCDbpizodV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDbpizodV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDbpizodV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCDbpizodV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDbpizodV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCDbpizodV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCDbpizodV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDbpizodV .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tCDbpizodV a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tCDbpizodV a.nav-link:hover {
  color: #ff6666 !important;
}
.is-builder .cid-tCDbpizodV .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCDbpizodV .navbar {
    height: 77px;
  }
  .cid-tCDbpizodV .navbar.opened {
    height: auto;
  }
  .cid-tCDbpizodV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCDbpj1Xw5.popup-builder {
  background-color: #ffffff;
}
.cid-tCDbpj1Xw5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tCDbpj1Xw5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tCDbpj1Xw5 .modal-content,
.cid-tCDbpj1Xw5 .modal-dialog {
  height: auto;
}
.cid-tCDbpj1Xw5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tCDbpj1Xw5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tCDbpj1Xw5 .form-wrapper .mbr-form .form-group,
  .cid-tCDbpj1Xw5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tCDbpj1Xw5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tCDbpj1Xw5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCDbpj1Xw5 .mbr-text {
  text-align: center;
}
.cid-tCDbpj1Xw5 .pt-0 {
  padding-top: 0 !important;
}
.cid-tCDbpj1Xw5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tCDbpj1Xw5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tCDbpj1Xw5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tCDbpj1Xw5 .modal-open {
  overflow: hidden;
}
.cid-tCDbpj1Xw5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tCDbpj1Xw5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tCDbpj1Xw5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tCDbpj1Xw5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tCDbpj1Xw5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tCDbpj1Xw5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tCDbpj1Xw5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tCDbpj1Xw5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tCDbpj1Xw5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tCDbpj1Xw5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tCDbpj1Xw5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tCDbpj1Xw5 .modal-backdrop.show {
  opacity: .5;
}
.cid-tCDbpj1Xw5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tCDbpj1Xw5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCDbpj1Xw5 .modal-header {
    padding: 1rem;
  }
}
.cid-tCDbpj1Xw5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tCDbpj1Xw5 .modal-header .close svg {
  fill: #353535;
}
.cid-tCDbpj1Xw5 .modal-header .close:hover {
  opacity: 1;
}
.cid-tCDbpj1Xw5 .modal-header .close:focus {
  outline: none;
}
.cid-tCDbpj1Xw5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tCDbpj1Xw5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tCDbpj1Xw5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCDbpj1Xw5 .modal-body {
    padding: 1rem;
  }
}
.cid-tCDbpj1Xw5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tCDbpj1Xw5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCDbpj1Xw5 .modal-footer {
    padding: 1rem;
  }
}
.cid-tCDbpj1Xw5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tCDbpj1Xw5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tCDbpj1Xw5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tCDbpj1Xw5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tCDbpj1Xw5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tCDbpj1Xw5 .modal-lg,
  .cid-tCDbpj1Xw5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tCDbpj1Xw5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tCDbpj1Xw5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tCDbpj1Xw5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tCDbpj1Xw5 .form-group {
  margin-bottom: 1rem;
}
.cid-tCDbpj1Xw5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tCDbpj1Xw5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tCDbpj1Xw5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tCDbpj1Xw5 .mbr-section-btn {
  margin: 0;
}
.cid-tCDbpj1Xw5 .mbr-section-btn .btn {
  margin: 0;
}
