body {
  font-family: Jost;
}
.display-1 {
  font-family: 'ARIAL';
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'ARIAL';
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'ARIAL';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'ARIAL';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'ARIAL';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #6592e6 !important;
}
.bg-success {
  background-color: #82c000 !important;
}
.bg-info {
  background-color: #4ebbb9 !important;
}
.bg-warning {
  background-color: #ffaa00 !important;
}
.bg-danger {
  background-color: #777070 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4ebbb9 !important;
  border-color: #4ebbb9 !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: #31817f !important;
  border-color: #31817f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31817f !important;
  border-color: #31817f !important;
}
.btn-success,
.btn-success:active {
  background-color: #82c000 !important;
  border-color: #82c000 !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: #476900 !important;
  border-color: #476900 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #476900 !important;
  border-color: #476900 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffaa00 !important;
  border-color: #ffaa00 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #a87000 !important;
  border-color: #a87000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a87000 !important;
  border-color: #a87000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #777070 !important;
  border-color: #777070 !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: #4a4646 !important;
  border-color: #4a4646 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4a4646 !important;
  border-color: #4a4646 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4ebbb9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31817f !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: #4ebbb9 !important;
  border-color: #4ebbb9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #82c000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #476900 !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: #82c000 !important;
  border-color: #82c000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffaa00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a87000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaa00 !important;
  border-color: #ffaa00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #777070;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4a4646 !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: #777070 !important;
  border-color: #777070 !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: #6592e6 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #82c000 !important;
}
.text-info {
  color: #4ebbb9 !important;
}
.text-warning {
  color: #ffaa00 !important;
}
.text-danger {
  color: #777070 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3d5a00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2d7674 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #996600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #423f3f !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4ebbb9;
}
.alert-warning {
  background-color: #ffaa00;
}
.alert-danger {
  background-color: #777070;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c1ff41;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aadedd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeecc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b1b1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'ARIAL';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'ARIAL';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %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-ugYVqFTdQj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugYVqFTdQj nav.navbar {
  position: fixed;
}
.cid-ugYVqFTdQj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugYVqFTdQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugYVqFTdQj .dropdown-item:hover,
.cid-ugYVqFTdQj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugYVqFTdQj .dropdown-item:hover span {
  color: white;
}
.cid-ugYVqFTdQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugYVqFTdQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugYVqFTdQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYVqFTdQj .nav-link {
  position: relative;
}
.cid-ugYVqFTdQj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .container {
    flex-wrap: nowrap;
  }
}
.cid-ugYVqFTdQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown-menu,
.cid-ugYVqFTdQj .navbar.opened {
  background: #353535 !important;
}
.cid-ugYVqFTdQj .nav-item:focus,
.cid-ugYVqFTdQj .nav-link:focus {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYVqFTdQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYVqFTdQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYVqFTdQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugYVqFTdQj .navbar .navbar-logo img {
  width: auto;
}
.cid-ugYVqFTdQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar.collapsed {
  justify-content: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYVqFTdQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugYVqFTdQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugYVqFTdQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYVqFTdQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugYVqFTdQj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYVqFTdQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugYVqFTdQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYVqFTdQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugYVqFTdQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugYVqFTdQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown-item.active,
.cid-ugYVqFTdQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYVqFTdQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYVqFTdQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYVqFTdQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugYVqFTdQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYVqFTdQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugYVqFTdQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugYVqFTdQj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYVqFTdQj .navbar {
    height: 70px;
  }
  .cid-ugYVqFTdQj .navbar.opened {
    height: auto;
  }
  .cid-ugYVqFTdQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucKANErEVC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ucKANErEVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKANErEVC h1 {
  line-height: 1.2em;
  word-wrap: break-word;
  text-align: justify-all;
}
.cid-ucKANErEVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKANErEVC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucKANErEVC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucKANErEVC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucKANErEVC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucKANErEVC .mbr-text,
.cid-ucKANErEVC .mbr-section-btn {
  color: #fafafa;
}
.cid-ucKANErEVC .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1.35135135;
}
.cid-ucKANErEVC .slide1 {
  background: rgba(0, 0, 0, 0) url('https://hydromulching-euro-tec.co.uk/turkey/assets/images/euro-tec-turkey-slideshow-1.jpg');
}
.cid-ucKANErEVC .slide2 {
  background: rgba(0, 0, 0, 0) url('https://hydromulching-euro-tec.co.uk/turkey/assets/images/euro-tec-turkey-slideshow-2.jpg');
}
.cid-ucKANErEVC .slide3 {
  background: rgba(0, 0, 0, 0) url('https://hydromulching-euro-tec.co.uk/turkey/assets/images/euro-tec-turkey-slideshow-3.jpg');
}
.cid-ucKANErEVC .slide4 {
  background: rgba(0, 0, 0, 0) url('https://hydromulching-euro-tec.co.uk/turkey/assets/images/euro-tec-turkey-slideshow-4.jpg');
}
.cid-ucKANErEVC .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  animation: var(--i) 18s ease-in-out infinite;
}
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-ucKANErEVC .container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucKANErEVC .column-left {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
.cid-ucKANErEVC .column-right {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
.cid-ucLhlVmfAc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-ucLhlVmfAc div {
  cursor: auto;
}
.cid-ucLhlVmfAc .item-wrapper {
  cursor: auto;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucLhlVmfAc .item-wrapper .item-content,
  .cid-ucLhlVmfAc .item-wrapper .item-content1,
  .cid-ucLhlVmfAc .item-wrapper .item-content2,
  .cid-ucLhlVmfAc .item-wrapper .item-content3 {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucLhlVmfAc .item-wrapper .item-content,
  .cid-ucLhlVmfAc .item-wrapper .item-content1,
  .cid-ucLhlVmfAc .item-wrapper .item-content2,
  .cid-ucLhlVmfAc .item-wrapper .item-content3 {
    padding: 1rem;
  }
}
.cid-ucLhlVmfAc .item-content::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 13px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #82C000;
  margin-right: 57px;
  vertical-align: bottom;
  z-index: -1;
}
.cid-ucLhlVmfAc .item-content1::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 13px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #00BCBA;
  margin-right: 57px;
  vertical-align: bottom;
  z-index: -1;
}
.cid-ucLhlVmfAc .item-content2::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 13px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #FFAA00;
  margin-right: 57px;
  vertical-align: bottom;
  z-index: -1;
}
.cid-ucLhlVmfAc .item-content3::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 13px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #C0C0C0;
  margin-right: 57px;
  vertical-align: bottom;
  z-index: -1;
}
.cid-ucLhlVmfAc img,
.cid-ucLhlVmfAc .item-img {
  width: 100%;
}
.cid-ucLhlVmfAc .item:focus,
.cid-ucLhlVmfAc span:focus {
  outline: none;
}
.cid-ucLhlVmfAc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucLhlVmfAc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucLhlVmfAc .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-ucLhlVmfAc .mbr-text,
.cid-ucLhlVmfAc .mbr-section-btn {
  text-align: left;
}
.cid-ucLhlVmfAc .item-title {
  text-align: left;
}
.cid-ucLhlVmfAc .item-subtitle {
  text-align: left;
}
.cid-ucLhlVmfAc .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ucJQQqIgDS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ucJQQqIgDS .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ucJQQqIgDS .mbr-text {
  color: #fafafa;
}
.cid-ucLhmKKrxJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-ucLhmKKrxJ div {
  cursor: auto;
}
.cid-ucLhmKKrxJ img,
.cid-ucLhmKKrxJ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ucLhmKKrxJ .item:focus,
.cid-ucLhmKKrxJ span:focus {
  outline: none;
}
.cid-ucLhmKKrxJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucLhmKKrxJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucLhmKKrxJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucLhmKKrxJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucLhmKKrxJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucLhmKKrxJ .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-ucLhmKKrxJ .mbr-text,
.cid-ucLhmKKrxJ .mbr-section-btn {
  text-align: left;
}
.cid-ucLhmKKrxJ .item-title {
  text-align: left;
}
.cid-ucLhmKKrxJ .item-subtitle {
  text-align: left;
}
.cid-ucLhmKKrxJ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ucLstFmt2O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ucLstFmt2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucLstFmt2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucLstFmt2O div {
  cursor: auto;
}
@media (max-width: 991px) {
  .cid-ucLstFmt2O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucLstFmt2O .row {
  flex-direction: row-reverse;
}
.cid-ucLstFmt2O img {
  width: 100%;
}
.cid-ucLstFmt2O .image-wrapper {
  position: relative;
}
.cid-ucLstFmt2O .image-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ucLstFmt2O .image-container img {
  max-width: 30%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cid-ucLstFmt2O .image-container {
    flex-direction: column;
    align-items: center;
  }
  .cid-ucLstFmt2O .image-container img {
    max-width: 80%;
    margin-bottom: 10px;
  }
}
.cid-ucJQwDaNDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ucJQwDaNDs .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ucJQwDaNDs .mbr-text {
  color: #fafafa;
}
.cid-umKYbh4Mjb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-umKYbh4Mjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKYbh4Mjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKYbh4Mjb div {
  cursor: auto;
}
@media (max-width: 991px) {
  .cid-umKYbh4Mjb .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-umKYbh4Mjb .row {
    flex-direction: row-reverse;
  }
}
.cid-umKYbh4Mjb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umKYbh4Mjb .text-wrapper {
    padding: 2rem;
  }
}
.cid-umKYbh4Mjb .mbr-text {
  color: #ffffff;
}
.cid-umKYbh4Mjb .mbr-section-title {
  color: #ffffff;
}
.cid-ucLw44DMSd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-ucLw44DMSd .mbr-text {
  color: #fafafa;
}
.cid-ucLw44DMSd .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ucLw44DMSd ul,
.cid-ucLw44DMSd li {
  color: #fafafa;
}
.cid-ucLwmrTIio {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-ucLwmrTIio .mbr-text {
  color: #fafafa;
}
.cid-ucLwmrTIio .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ucLwmrTIio ul,
.cid-ucLwmrTIio li {
  color: #fafafa;
}
.cid-ucLwr9O7wG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-ucLwr9O7wG .mbr-text {
  color: #fafafa;
}
.cid-ucLwr9O7wG .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ucLwr9O7wG ul,
.cid-ucLwr9O7wG li {
  color: #fafafa;
}
.cid-ucLpMauRDx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .content {
    text-align: center;
  }
  .cid-ucLpMauRDx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucLpMauRDx .map {
  height: 8.75rem;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucLpMauRDx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ucLpMauRDx img {
  cursor: auto;
}
.cid-ucLpMauRDx .google-map {
  height: 25rem;
  position: relative;
}
.cid-ucLpMauRDx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucLpMauRDx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucLpMauRDx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucLpMauRDx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucLpMauRDx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ucLpMauRDx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ucLpMauRDx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucLpMauRDx .list {
  list-style-type: none;
  padding: 0;
}
.cid-ucLpMauRDx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucLpMauRDx H5 {
  color: #ffffff;
}
.cid-ucLpMauRDx .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 2.27272727;
}
.cid-ucLpMauRDx .slide1 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-01.jpg');
}
.cid-ucLpMauRDx .slide2 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-02.jpg');
}
.cid-ucLpMauRDx .slide3 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-03.jpg');
}
.cid-ucLpMauRDx .slide4 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-04.jpg');
}
.cid-ucLpMauRDx .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  animation: var(--i) 18s ease-in-out infinite;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3 {
    flex: 0 0 25%;
  }
  @media (max-width: 768px) {
    .col-3 {
      flex: 0 0 100%;
    }
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .cid-ucLpMauRDx .col-sm-3 {
    width: 100%;
  }
}
.cid-ugYVqFTdQj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugYVqFTdQj nav.navbar {
  position: fixed;
}
.cid-ugYVqFTdQj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugYVqFTdQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugYVqFTdQj .dropdown-item:hover,
.cid-ugYVqFTdQj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugYVqFTdQj .dropdown-item:hover span {
  color: white;
}
.cid-ugYVqFTdQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugYVqFTdQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugYVqFTdQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYVqFTdQj .nav-link {
  position: relative;
}
.cid-ugYVqFTdQj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .container {
    flex-wrap: nowrap;
  }
}
.cid-ugYVqFTdQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown-menu,
.cid-ugYVqFTdQj .navbar.opened {
  background: #353535 !important;
}
.cid-ugYVqFTdQj .nav-item:focus,
.cid-ugYVqFTdQj .nav-link:focus {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYVqFTdQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYVqFTdQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYVqFTdQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugYVqFTdQj .navbar .navbar-logo img {
  width: auto;
}
.cid-ugYVqFTdQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar.collapsed {
  justify-content: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYVqFTdQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugYVqFTdQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugYVqFTdQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYVqFTdQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugYVqFTdQj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYVqFTdQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugYVqFTdQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYVqFTdQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugYVqFTdQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugYVqFTdQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown-item.active,
.cid-ugYVqFTdQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYVqFTdQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYVqFTdQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYVqFTdQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugYVqFTdQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYVqFTdQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugYVqFTdQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugYVqFTdQj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYVqFTdQj .navbar {
    height: 70px;
  }
  .cid-ugYVqFTdQj .navbar.opened {
    height: auto;
  }
  .cid-ugYVqFTdQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8M7bBCzwQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/euro-mulcher-1.2.jpg");
}
.cid-u8M7bBCzwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8M7bBCzwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8M7bDIC1x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-u8M7bDIC1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8M7bDIC1x .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-u8M7bDIC1x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8M7bDIC1x img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8M7bDIC1x .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8M7bDIC1x .mbr-text {
  color: #ffffff;
}
.cid-u8M7bDIC1x .mbr-section-title {
  color: #ffffff;
}
.cid-u8M7bCht8d {
  background: #ffffff;
}
.cid-u8M7bCht8d .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u8M7bCht8d figcaption {
  position: relative;
}
.cid-u8M7bCht8d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u8M7bCht8d .image-block {
    width: 100% !important;
  }
}
.cid-u8M7bEUesW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8M7bEUesW table {
  font-family: 'ARIAL';
  font-size: 1rem;
  line-height: 1.5;
}
.cid-u8M7bEUesW img,
.cid-u8M7bEUesW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u8M7bEUesW .item:focus,
.cid-u8M7bEUesW span:focus {
  outline: none;
}
.cid-u8M7bEUesW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8M7bEUesW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8M7bEUesW .item-wrapper .item-content {
    padding: 1em 0 0;
  }
  .cid-u8M7bEUesW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8M7bEUesW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u8M7bEUesW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u8M7bEUesW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8M7bEUesW .mbr-section-title {
  color: #232323;
}
.cid-u8M7bEUesW .mbr-text,
.cid-u8M7bEUesW .mbr-section-btn {
  text-align: left;
}
.cid-u8M7bEUesW .item-title {
  text-align: center;
}
.cid-u8M7bEUesW .item-subtitle {
  text-align: left;
}
.cid-u8M7bFv29R {
  background: #ffffff;
}
.cid-u8M7bFv29R .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u8M7bFv29R figcaption {
  position: relative;
}
.cid-u8M7bFv29R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u8M7bFv29R .image-block {
    width: 100% !important;
  }
}
.cid-ucLpMauRDx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .content {
    text-align: center;
  }
  .cid-ucLpMauRDx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucLpMauRDx .map {
  height: 8.75rem;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucLpMauRDx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ucLpMauRDx img {
  cursor: auto;
}
.cid-ucLpMauRDx .google-map {
  height: 25rem;
  position: relative;
}
.cid-ucLpMauRDx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucLpMauRDx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucLpMauRDx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucLpMauRDx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucLpMauRDx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ucLpMauRDx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ucLpMauRDx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucLpMauRDx .list {
  list-style-type: none;
  padding: 0;
}
.cid-ucLpMauRDx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucLpMauRDx H5 {
  color: #ffffff;
}
.cid-ucLpMauRDx .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 2.27272727;
}
.cid-ucLpMauRDx .slide1 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-01.jpg');
}
.cid-ucLpMauRDx .slide2 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-02.jpg');
}
.cid-ucLpMauRDx .slide3 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-03.jpg');
}
.cid-ucLpMauRDx .slide4 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-04.jpg');
}
.cid-ucLpMauRDx .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  animation: var(--i) 18s ease-in-out infinite;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3 {
    flex: 0 0 25%;
  }
  @media (max-width: 768px) {
    .col-3 {
      flex: 0 0 100%;
    }
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .cid-ucLpMauRDx .col-sm-3 {
    width: 100%;
  }
}
.cid-ugYVqFTdQj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugYVqFTdQj nav.navbar {
  position: fixed;
}
.cid-ugYVqFTdQj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugYVqFTdQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugYVqFTdQj .dropdown-item:hover,
.cid-ugYVqFTdQj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugYVqFTdQj .dropdown-item:hover span {
  color: white;
}
.cid-ugYVqFTdQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugYVqFTdQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugYVqFTdQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYVqFTdQj .nav-link {
  position: relative;
}
.cid-ugYVqFTdQj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .container {
    flex-wrap: nowrap;
  }
}
.cid-ugYVqFTdQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown-menu,
.cid-ugYVqFTdQj .navbar.opened {
  background: #353535 !important;
}
.cid-ugYVqFTdQj .nav-item:focus,
.cid-ugYVqFTdQj .nav-link:focus {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYVqFTdQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYVqFTdQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYVqFTdQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugYVqFTdQj .navbar .navbar-logo img {
  width: auto;
}
.cid-ugYVqFTdQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar.collapsed {
  justify-content: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYVqFTdQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugYVqFTdQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugYVqFTdQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYVqFTdQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugYVqFTdQj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYVqFTdQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugYVqFTdQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYVqFTdQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugYVqFTdQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugYVqFTdQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown-item.active,
.cid-ugYVqFTdQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYVqFTdQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYVqFTdQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYVqFTdQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugYVqFTdQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYVqFTdQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugYVqFTdQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugYVqFTdQj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYVqFTdQj .navbar {
    height: 70px;
  }
  .cid-ugYVqFTdQj .navbar.opened {
    height: auto;
  }
  .cid-ugYVqFTdQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8M82WZD1Q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/euro-mulcher-2.0.-2jpg.jpg");
}
.cid-u8M82WZD1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8M82WZD1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8M82XjLKq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-u8M82XjLKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8M82XjLKq .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-u8M82XjLKq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8M82XjLKq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8M82XjLKq .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8M82XjLKq .mbr-text {
  color: #ffffff;
}
.cid-u8M82XjLKq .mbr-section-title {
  color: #ffffff;
}
.cid-u8M82Y14Ff {
  background: #ffffff;
}
.cid-u8M82Y14Ff .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u8M82Y14Ff figcaption {
  position: relative;
}
.cid-u8M82Y14Ff figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u8M82Y14Ff .image-block {
    width: 100% !important;
  }
}
.cid-u8M82YkHXP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8M82YkHXP table {
  font-family: 'ARIAL';
  font-size: 1rem;
  line-height: 1.5;
}
.cid-u8M82YkHXP img,
.cid-u8M82YkHXP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u8M82YkHXP .item:focus,
.cid-u8M82YkHXP span:focus {
  outline: none;
}
.cid-u8M82YkHXP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8M82YkHXP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8M82YkHXP .item-wrapper .item-content {
    padding: 1em 0 0;
  }
  .cid-u8M82YkHXP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8M82YkHXP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u8M82YkHXP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u8M82YkHXP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8M82YkHXP .mbr-section-title {
  color: #232323;
}
.cid-u8M82YkHXP .mbr-text,
.cid-u8M82YkHXP .mbr-section-btn {
  text-align: left;
}
.cid-u8M82YkHXP .item-title {
  text-align: center;
}
.cid-u8M82YkHXP .item-subtitle {
  text-align: left;
}
.cid-u8M82YJW0R {
  background: #ffffff;
}
.cid-u8M82YJW0R .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u8M82YJW0R figcaption {
  position: relative;
}
.cid-u8M82YJW0R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u8M82YJW0R .image-block {
    width: 100% !important;
  }
}
.cid-ucLpMauRDx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .content {
    text-align: center;
  }
  .cid-ucLpMauRDx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucLpMauRDx .map {
  height: 8.75rem;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucLpMauRDx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ucLpMauRDx img {
  cursor: auto;
}
.cid-ucLpMauRDx .google-map {
  height: 25rem;
  position: relative;
}
.cid-ucLpMauRDx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucLpMauRDx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucLpMauRDx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucLpMauRDx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucLpMauRDx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ucLpMauRDx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ucLpMauRDx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucLpMauRDx .list {
  list-style-type: none;
  padding: 0;
}
.cid-ucLpMauRDx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucLpMauRDx H5 {
  color: #ffffff;
}
.cid-ucLpMauRDx .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 2.27272727;
}
.cid-ucLpMauRDx .slide1 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-01.jpg');
}
.cid-ucLpMauRDx .slide2 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-02.jpg');
}
.cid-ucLpMauRDx .slide3 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-03.jpg');
}
.cid-ucLpMauRDx .slide4 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-04.jpg');
}
.cid-ucLpMauRDx .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  animation: var(--i) 18s ease-in-out infinite;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3 {
    flex: 0 0 25%;
  }
  @media (max-width: 768px) {
    .col-3 {
      flex: 0 0 100%;
    }
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .cid-ucLpMauRDx .col-sm-3 {
    width: 100%;
  }
}
.cid-ugYVqFTdQj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugYVqFTdQj nav.navbar {
  position: fixed;
}
.cid-ugYVqFTdQj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugYVqFTdQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugYVqFTdQj .dropdown-item:hover,
.cid-ugYVqFTdQj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugYVqFTdQj .dropdown-item:hover span {
  color: white;
}
.cid-ugYVqFTdQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugYVqFTdQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugYVqFTdQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYVqFTdQj .nav-link {
  position: relative;
}
.cid-ugYVqFTdQj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .container {
    flex-wrap: nowrap;
  }
}
.cid-ugYVqFTdQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown-menu,
.cid-ugYVqFTdQj .navbar.opened {
  background: #353535 !important;
}
.cid-ugYVqFTdQj .nav-item:focus,
.cid-ugYVqFTdQj .nav-link:focus {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYVqFTdQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYVqFTdQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYVqFTdQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugYVqFTdQj .navbar .navbar-logo img {
  width: auto;
}
.cid-ugYVqFTdQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar.collapsed {
  justify-content: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYVqFTdQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugYVqFTdQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugYVqFTdQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYVqFTdQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugYVqFTdQj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYVqFTdQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugYVqFTdQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYVqFTdQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugYVqFTdQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugYVqFTdQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown-item.active,
.cid-ugYVqFTdQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYVqFTdQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYVqFTdQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYVqFTdQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugYVqFTdQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYVqFTdQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugYVqFTdQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugYVqFTdQj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYVqFTdQj .navbar {
    height: 70px;
  }
  .cid-ugYVqFTdQj .navbar.opened {
    height: auto;
  }
  .cid-ugYVqFTdQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8M8qshsYp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/maxresdefault.jpg");
}
.cid-u8M8qshsYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8M8qshsYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8M8qsCLGV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-u8M8qsCLGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8M8qsCLGV .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-u8M8qsCLGV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8M8qsCLGV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8M8qsCLGV .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8M8qsCLGV .mbr-text {
  color: #ffffff;
}
.cid-u8M8qsCLGV .mbr-section-title {
  color: #ffffff;
}
.cid-u8M8qtkAKt {
  background: #ffffff;
}
.cid-u8M8qtkAKt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u8M8qtkAKt figcaption {
  position: relative;
}
.cid-u8M8qtkAKt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u8M8qtkAKt .image-block {
    width: 100% !important;
  }
}
.cid-u8M8qtDDCZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8M8qtDDCZ table {
  font-family: 'ARIAL';
  font-size: 1rem;
  line-height: 1.5;
}
.cid-u8M8qtDDCZ img,
.cid-u8M8qtDDCZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u8M8qtDDCZ .item:focus,
.cid-u8M8qtDDCZ span:focus {
  outline: none;
}
.cid-u8M8qtDDCZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8M8qtDDCZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8M8qtDDCZ .item-wrapper .item-content {
    padding: 1em 0 0;
  }
  .cid-u8M8qtDDCZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8M8qtDDCZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u8M8qtDDCZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u8M8qtDDCZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8M8qtDDCZ .mbr-section-title {
  color: #232323;
}
.cid-u8M8qtDDCZ .mbr-text,
.cid-u8M8qtDDCZ .mbr-section-btn {
  text-align: left;
}
.cid-u8M8qtDDCZ .item-title {
  text-align: center;
}
.cid-u8M8qtDDCZ .item-subtitle {
  text-align: left;
}
.cid-u8M8qu1Yhq {
  background: #ffffff;
}
.cid-u8M8qu1Yhq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-u8M8qu1Yhq figcaption {
  position: relative;
}
.cid-u8M8qu1Yhq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u8M8qu1Yhq .image-block {
    width: 100% !important;
  }
}
.cid-ucLpMauRDx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .content {
    text-align: center;
  }
  .cid-ucLpMauRDx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucLpMauRDx .map {
  height: 8.75rem;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucLpMauRDx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ucLpMauRDx img {
  cursor: auto;
}
.cid-ucLpMauRDx .google-map {
  height: 25rem;
  position: relative;
}
.cid-ucLpMauRDx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucLpMauRDx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucLpMauRDx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucLpMauRDx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucLpMauRDx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ucLpMauRDx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ucLpMauRDx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucLpMauRDx .list {
  list-style-type: none;
  padding: 0;
}
.cid-ucLpMauRDx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucLpMauRDx H5 {
  color: #ffffff;
}
.cid-ucLpMauRDx .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 2.27272727;
}
.cid-ucLpMauRDx .slide1 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-01.jpg');
}
.cid-ucLpMauRDx .slide2 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-02.jpg');
}
.cid-ucLpMauRDx .slide3 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-03.jpg');
}
.cid-ucLpMauRDx .slide4 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-04.jpg');
}
.cid-ucLpMauRDx .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  animation: var(--i) 18s ease-in-out infinite;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3 {
    flex: 0 0 25%;
  }
  @media (max-width: 768px) {
    .col-3 {
      flex: 0 0 100%;
    }
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .cid-ucLpMauRDx .col-sm-3 {
    width: 100%;
  }
}
.cid-ugYVqFTdQj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugYVqFTdQj nav.navbar {
  position: fixed;
}
.cid-ugYVqFTdQj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugYVqFTdQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugYVqFTdQj .dropdown-item:hover,
.cid-ugYVqFTdQj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugYVqFTdQj .dropdown-item:hover span {
  color: white;
}
.cid-ugYVqFTdQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugYVqFTdQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugYVqFTdQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYVqFTdQj .nav-link {
  position: relative;
}
.cid-ugYVqFTdQj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .container {
    flex-wrap: nowrap;
  }
}
.cid-ugYVqFTdQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown-menu,
.cid-ugYVqFTdQj .navbar.opened {
  background: #353535 !important;
}
.cid-ugYVqFTdQj .nav-item:focus,
.cid-ugYVqFTdQj .nav-link:focus {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYVqFTdQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYVqFTdQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYVqFTdQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugYVqFTdQj .navbar .navbar-logo img {
  width: auto;
}
.cid-ugYVqFTdQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar.collapsed {
  justify-content: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYVqFTdQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugYVqFTdQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugYVqFTdQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYVqFTdQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugYVqFTdQj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYVqFTdQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugYVqFTdQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYVqFTdQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugYVqFTdQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugYVqFTdQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown-item.active,
.cid-ugYVqFTdQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYVqFTdQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYVqFTdQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYVqFTdQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugYVqFTdQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYVqFTdQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugYVqFTdQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugYVqFTdQj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYVqFTdQj .navbar {
    height: 70px;
  }
  .cid-ugYVqFTdQj .navbar.opened {
    height: auto;
  }
  .cid-ugYVqFTdQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaENZJ0vn2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/maxresdefault.jpg");
}
.cid-uaENZJ0vn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaENZJ0vn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaENZJh7Xr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uaENZJh7Xr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaENZJh7Xr .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-uaENZJh7Xr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaENZJh7Xr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaENZJh7Xr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaENZJh7Xr .mbr-text {
  color: #ffffff;
}
.cid-uaENZJh7Xr .mbr-section-title {
  color: #ffffff;
}
.cid-uaENZJXB2N {
  background: #ffffff;
}
.cid-uaENZJXB2N .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uaENZJXB2N figcaption {
  position: relative;
}
.cid-uaENZJXB2N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uaENZJXB2N .image-block {
    width: 100% !important;
  }
}
.cid-uaENZKdJp0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaENZKdJp0 table {
  font-family: 'ARIAL';
  font-size: 1rem;
  line-height: 1.5;
}
.cid-uaENZKdJp0 img,
.cid-uaENZKdJp0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uaENZKdJp0 .item:focus,
.cid-uaENZKdJp0 span:focus {
  outline: none;
}
.cid-uaENZKdJp0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uaENZKdJp0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uaENZKdJp0 .item-wrapper .item-content {
    padding: 1em 0 0;
  }
  .cid-uaENZKdJp0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaENZKdJp0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uaENZKdJp0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uaENZKdJp0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uaENZKdJp0 .mbr-section-title {
  color: #232323;
}
.cid-uaENZKdJp0 .mbr-text,
.cid-uaENZKdJp0 .mbr-section-btn {
  text-align: left;
}
.cid-uaENZKdJp0 .item-title {
  text-align: center;
}
.cid-uaENZKdJp0 .item-subtitle {
  text-align: left;
}
.cid-uaENZKBidW {
  background: #ffffff;
}
.cid-uaENZKBidW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uaENZKBidW figcaption {
  position: relative;
}
.cid-uaENZKBidW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uaENZKBidW .image-block {
    width: 100% !important;
  }
}
.cid-ucLpMauRDx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .content {
    text-align: center;
  }
  .cid-ucLpMauRDx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucLpMauRDx .map {
  height: 8.75rem;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucLpMauRDx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ucLpMauRDx img {
  cursor: auto;
}
.cid-ucLpMauRDx .google-map {
  height: 25rem;
  position: relative;
}
.cid-ucLpMauRDx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucLpMauRDx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucLpMauRDx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucLpMauRDx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucLpMauRDx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ucLpMauRDx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ucLpMauRDx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucLpMauRDx .list {
  list-style-type: none;
  padding: 0;
}
.cid-ucLpMauRDx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucLpMauRDx H5 {
  color: #ffffff;
}
.cid-ucLpMauRDx .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 2.27272727;
}
.cid-ucLpMauRDx .slide1 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-01.jpg');
}
.cid-ucLpMauRDx .slide2 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-02.jpg');
}
.cid-ucLpMauRDx .slide3 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-03.jpg');
}
.cid-ucLpMauRDx .slide4 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-04.jpg');
}
.cid-ucLpMauRDx .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  animation: var(--i) 18s ease-in-out infinite;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3 {
    flex: 0 0 25%;
  }
  @media (max-width: 768px) {
    .col-3 {
      flex: 0 0 100%;
    }
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .cid-ucLpMauRDx .col-sm-3 {
    width: 100%;
  }
}
.cid-ugYVqFTdQj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugYVqFTdQj nav.navbar {
  position: fixed;
}
.cid-ugYVqFTdQj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugYVqFTdQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugYVqFTdQj .dropdown-item:hover,
.cid-ugYVqFTdQj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ugYVqFTdQj .dropdown-item:hover span {
  color: white;
}
.cid-ugYVqFTdQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugYVqFTdQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugYVqFTdQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugYVqFTdQj .nav-link {
  position: relative;
}
.cid-ugYVqFTdQj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .container {
    flex-wrap: nowrap;
  }
}
.cid-ugYVqFTdQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown-menu,
.cid-ugYVqFTdQj .navbar.opened {
  background: #353535 !important;
}
.cid-ugYVqFTdQj .nav-item:focus,
.cid-ugYVqFTdQj .nav-link:focus {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugYVqFTdQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugYVqFTdQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugYVqFTdQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugYVqFTdQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.opened {
  transition: all 0.3s;
}
.cid-ugYVqFTdQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugYVqFTdQj .navbar .navbar-logo img {
  width: auto;
}
.cid-ugYVqFTdQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar.collapsed {
  justify-content: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugYVqFTdQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugYVqFTdQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugYVqFTdQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugYVqFTdQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugYVqFTdQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugYVqFTdQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugYVqFTdQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugYVqFTdQj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugYVqFTdQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugYVqFTdQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugYVqFTdQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugYVqFTdQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugYVqFTdQj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugYVqFTdQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugYVqFTdQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugYVqFTdQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugYVqFTdQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugYVqFTdQj .dropdown-item.active,
.cid-ugYVqFTdQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ugYVqFTdQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugYVqFTdQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ugYVqFTdQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugYVqFTdQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugYVqFTdQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugYVqFTdQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugYVqFTdQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugYVqFTdQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugYVqFTdQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugYVqFTdQj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugYVqFTdQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugYVqFTdQj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugYVqFTdQj .navbar {
    height: 70px;
  }
  .cid-ugYVqFTdQj .navbar.opened {
    height: auto;
  }
  .cid-ugYVqFTdQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucKAdzfJAX {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hero-image.jpg");
}
.cid-ucKAdzfJAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKAdzfJAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKAdzfJAX .image-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ucKAdzfJAX .image-container img {
  max-width: 30%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cid-ucKAdzfJAX .image-container {
    flex-direction: column;
    align-items: center;
  }
  .cid-ucKAdzfJAX .image-container img {
    max-width: 80%;
    margin-bottom: 10px;
  }
}
.cid-ucKAdzNgFU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ucKAdzNgFU .mbr-text {
  color: #ffffff;
}
.cid-ucKAdA8GLk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-ucKAdA8GLk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucKAdA8GLk .mbr-text {
  color: #fafafa;
}
.cid-ucKAdAEUx2 {
  background: #ffffff;
}
.cid-ucKAdAEUx2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ucKAdAEUx2 figcaption {
  position: relative;
}
.cid-ucKAdAEUx2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ucKAdAEUx2 .image-block {
    width: 100% !important;
  }
}
.cid-ucKAdBJbaw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucKAdBJbaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKAdBJbaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucKAdBJbaw .mbr-text {
  color: #c1c1c1;
}
.cid-ucKAdCbMXD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucKAdCbMXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKAdCbMXD .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-ucKAdCbMXD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucKAdCbMXD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucKAdCbMXD .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucKAdCbMXD .mbr-section-title {
  color: #000000;
}
#custom-html-2s .ligne {
  width: 60%;
  height: 1px;
  background-color: #ccc;
  margin: 0 auto;
  /* Pour centrer la ligne horizontalement */
}
#custom-html-2s .global {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cid-ucKAdCSfRT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucKAdCSfRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKAdCSfRT .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-ucKAdCSfRT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucKAdCSfRT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucKAdCSfRT .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucKAdCSfRT .mbr-section-title {
  color: #000000;
}
#custom-html-2u .ligne {
  width: 60%;
  height: 1px;
  background-color: #ccc;
  margin: 0 auto;
  /* Pour centrer la ligne horizontalement */
}
#custom-html-2u .global {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cid-ucKAdDxMRE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucKAdDxMRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKAdDxMRE .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-ucKAdDxMRE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucKAdDxMRE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucKAdDxMRE .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucKAdDxMRE .mbr-section-title {
  color: #000000;
}
#custom-html-2y .ligne {
  width: 60%;
  height: 1px;
  background-color: #ccc;
  margin: 0 auto;
  /* Pour centrer la ligne horizontalement */
}
#custom-html-2y .global {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cid-ucKAdEZcnc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucKAdEZcnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKAdEZcnc .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-ucKAdEZcnc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucKAdEZcnc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucKAdEZcnc .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucKAdFAi6v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucKAdFAi6v img,
.cid-ucKAdFAi6v .item-img,
.cid-ucKAdFAi6v .item-img-2,
.cid-ucKAdFAi6v .item-img-3 {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucKAdFAi6v .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeGallery 12s infinite;
}
.cid-ucKAdFAi6v .item-img img:nth-child(1) {
  animation-delay: 0s;
}
.cid-ucKAdFAi6v .item-img img:nth-child(2) {
  animation-delay: 3s;
}
.cid-ucKAdFAi6v .item-img img:nth-child(3) {
  animation-delay: 6s;
}
.cid-ucKAdFAi6v .item-img img:nth-child(4) {
  animation-delay: 9s;
}
.cid-ucKAdFAi6v .item-img-2 img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeGallery 13s infinite;
}
.cid-ucKAdFAi6v .item-img-2 img:nth-child(1) {
  animation-delay: 1s;
}
.cid-ucKAdFAi6v .item-img-2 img:nth-child(2) {
  animation-delay: 4s;
}
.cid-ucKAdFAi6v .item-img-2 img:nth-child(3) {
  animation-delay: 7s;
}
.cid-ucKAdFAi6v .item-img-2 img:nth-child(4) {
  animation-delay: 10s;
}
.cid-ucKAdFAi6v .item-img-3 img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeGallery 14s infinite;
}
.cid-ucKAdFAi6v .item-img-3 img:nth-child(1) {
  animation-delay: 2s;
}
.cid-ucKAdFAi6v .item-img-3 img:nth-child(2) {
  animation-delay: 5s;
}
.cid-ucKAdFAi6v .item-img-3 img:nth-child(3) {
  animation-delay: 8s;
}
.cid-ucKAdFAi6v .item-img-3 img:nth-child(4) {
  animation-delay: 11s;
}
@keyframes fadeGallery {
  0%,
  100% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
}
.cid-ucKAdFAi6v .item:focus,
.cid-ucKAdFAi6v span:focus {
  outline: none;
}
.cid-ucKAdFAi6v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucKAdFAi6v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucKAdFAi6v .item-wrapper .item-content {
    padding: 1em;
  }
}
@media (max-width: 991px) {
  .cid-ucKAdFAi6v .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucKAdFAi6v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucKAdFAi6v .mbr-section-title {
  color: #232323;
}
.cid-ucKAdFAi6v .mbr-text,
.cid-ucKAdFAi6v .mbr-section-btn {
  text-align: left;
}
.cid-ucKAdFAi6v .item-title {
  text-align: center;
}
.cid-ucKAdFAi6v .item-subtitle {
  text-align: left;
}
.cid-uxow09kzKz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uxow09kzKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxow09kzKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxow09kzKz .mbr-text {
  color: #c1c1c1;
}
.cid-uxow09kzKz H3 {
  color: #ffffff;
}
.cid-uxow0VXMsD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uxow0VXMsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxow0VXMsD .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-uxow0VXMsD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxow0VXMsD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxow0VXMsD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxow0VXMsD .mbr-section-title {
  color: #ffffff;
}
.cid-uxow0VXMsD .mbr-text {
  color: #ffffff;
}
.cid-uxow1tGY8P {
  background: #ffffff;
}
.cid-uxow1tGY8P .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uxow1tGY8P figcaption {
  position: relative;
}
.cid-uxow1tGY8P figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uxow1tGY8P .image-block {
    width: 100% !important;
  }
}
.cid-ucLpMauRDx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .content {
    text-align: center;
  }
  .cid-ucLpMauRDx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucLpMauRDx .map {
  height: 8.75rem;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucLpMauRDx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ucLpMauRDx img {
  cursor: auto;
}
.cid-ucLpMauRDx .google-map {
  height: 25rem;
  position: relative;
}
.cid-ucLpMauRDx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucLpMauRDx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucLpMauRDx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucLpMauRDx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucLpMauRDx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucLpMauRDx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ucLpMauRDx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ucLpMauRDx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucLpMauRDx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucLpMauRDx .list {
  list-style-type: none;
  padding: 0;
}
.cid-ucLpMauRDx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucLpMauRDx H5 {
  color: #ffffff;
}
.cid-ucLpMauRDx .slider {
  position: relative;
  width: 100%;
  aspect-ratio: 2.27272727;
}
.cid-ucLpMauRDx .slide1 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-01.jpg');
}
.cid-ucLpMauRDx .slide2 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-02.jpg');
}
.cid-ucLpMauRDx .slide3 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-03.jpg');
}
.cid-ucLpMauRDx .slide4 {
  background: rgba(0, 0, 0, 0) url('https://www.euro-tec.fr/wp-content/uploads/2023/06/igg-hydromulching-hydroseeding-solutions-by-euro-tec-slider-04.jpg');
}
.cid-ucLpMauRDx .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  animation: var(--i) 18s ease-in-out infinite;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3 {
    flex: 0 0 25%;
  }
  @media (max-width: 768px) {
    .col-3 {
      flex: 0 0 100%;
    }
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .cid-ucLpMauRDx .col-sm-3 {
    width: 100%;
  }
}
