:root {
  --sea-green: #2a8241;
  --combine-library--grey-600: #fff;
  --untitled-ui--white: white;
  --combine-library--warning-400: #000;
  --combine-library--secondary-600: #000;
  --combine-library--primary-600: #fff;
  --combine-library--grey-800: #08ff00;
  --combine-library--white: #000000c9;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--primary-200: #9e97ff;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--grey-100: #d9dce2;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #66708500;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #505050;
  --untitled-ui--warning300: #fec84b;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary300: #d6bbfb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  border: 10px solid #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

h1.mjjk {
  text-align: center;
  margin-bottom: 34px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #737373;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #000;
  text-transform: uppercase;
  border-right: 1px #fff;
  padding: 20px 30px;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  display: block;
}

.button {
  color: #01ea15;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-right-style: none;
  border-radius: 7px;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: inline-block;
}

.button:hover {
  color: #000;
  background-color: #55e750;
}

.button.hollow {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 30px;
  transition: background-color .5s, border-color .5s, color .5s;
}

.button.hollow:hover {
  color: #000;
  background-color: #55e750;
  border-color: #2a8241;
}

.button.hollow.single {
  margin-top: 0;
}

.button.hollow.bouton-1 {
  color: #fff;
  border-color: #fff;
}

.button.hollow.bouton-1:hover {
  color: #000;
  background-color: #62ff51;
}

.main-slider {
  background-image: linear-gradient(10deg, #0000007d, #0000007d), url('../images/446374.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding: 155px 10px 150px;
}

.main-slider.alternative {
  background-image: linear-gradient(#123626a3, #123626a3), url('../images/3361b5e1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-heading {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 73px;
}

.hero-heading.second {
  margin-top: 0;
  font-size: 59px;
}

.hero-heading.tre {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 42px;
}

.hero-subheader {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
}

.hero-subheader.conseil-endroit {
  text-align: left;
}

.features-section {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  border-left: 1px solid #fff3;
  border-right-style: none;
  padding: 25px;
  font-weight: 300;
  transition: background-color .5s;
}

.nav-link:hover {
  color: #62ff51;
  background-color: #ffffff17;
}

.nav-link.w--current {
  color: #fff;
  background-color: #ffffff17;
  padding-left: 25px;
  padding-right: 25px;
}

.nav-link.black {
  color: #000;
  border-top-color: #00000026;
  border-left-width: 1px;
  border-left-color: #00000026;
  border-right: 0 #0003;
  display: inline-block;
}

.nav-link.black:hover {
  background-color: #00000017;
}

.nav-link.black.w--current {
  border-left-style: solid;
  border-right-style: none;
  border-right-width: 0;
}

.nav-link.contact {
  padding-right: 30px;
}

.nav-link.soumission {
  color: #000;
  background-color: #62ff51;
}

.title-features {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.features-div {
  background-color: #a3d6b200;
  background-image: linear-gradient(#2e2d2db3, #2e2d2db3), url('../images/382.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 3px #55e750;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-left: 0;
  margin-right: 10px;
  padding: 40px 20px 60px;
  display: flex;
}

.features-div:hover {
  background-image: linear-gradient(#2e2d2d70, #2e2d2d70), url('../images/382.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.features-div.second {
  background-color: #83cc9700;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/2151004040.jpg');
  background-position: 0 0, 50% -10%;
  background-size: auto, cover;
  margin-right: 0;
}

.features-div.second:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/2151004040.jpg');
  background-position: 0 0, 50% -10%;
  background-size: auto, cover;
}

.features-div.third {
  background-color: #57c275;
  background-image: linear-gradient(#72ad84a3, #508c62), url('../images/unsplash_524010c76b52a_1-min.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  margin-right: 0;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  z-index: 2000;
  background-color: #000;
  border-bottom: 1px solid #fff3;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.section.about {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), linear-gradient(to top, #00000024, #0000), url('../images/473.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 650px;
  margin-top: 0;
  padding: 0 25px;
  display: flex;
}

.section.about.alternative {
  background-image: linear-gradient(to top, #00000024, #0000), url('../images/262695017_448380740230294_1885696013870203401_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.about.alternative.div {
  background-image: linear-gradient(to top, #00000024, #0000), url('../images/Bannière-Éco-Pro-Surface.png');
  background-attachment: scroll, scroll;
  height: 500px;
}

.section.about.alternative.div.rt {
  background-image: linear-gradient(to top, #00000024, #0000), url('../images/Bannière-Éco-Pro-Surface.png');
  background-attachment: scroll, fixed;
  margin-top: 0;
}

.section.process {
  background-image: none;
  background-position: 0 0;
  padding-top: 91px;
  padding-bottom: 145px;
  display: block;
}

.section-title {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 37px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.section-title.uji {
  margin-bottom: 7px;
}

.testimonials-section {
  background-image: url('../images/TP_S2023-CLNT03-126-ok.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  margin-top: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.testimonials-section.alternative {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.testimonials-section.section-pavage-promo {
  background-image: linear-gradient(#0000, #0000), url('../images/EcoPavage_Driveway_Black_3A.jpg');
}

.testimonials-section.section-pavage-promo._543 {
  margin-top: 0;
}

.emphasized-text {
  color: #6cbd0f;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.emphasized-text.right {
  text-align: right;
  font-weight: 100;
}

.features-text {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.navigation-div {
  margin-left: 0;
  margin-right: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 13px;
}

.navigation-div.black {
  border: 1px solid #00000017;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.brand {
  border-right: 1px #fff3;
  padding-top: 18px;
  padding-bottom: 18px;
}

.brand.w--current {
  border-left: 1px #ffffff38;
  border-right: 1px solid #ffffff38;
  padding-top: 6px;
  padding-bottom: 3px;
  transition: background-color .5s;
}

.brand.w--current:hover {
  background-color: #fff3;
}

.brand.footer {
  float: none;
  border: 1px #000;
  transition: background-color .5s;
  display: inline-block;
}

.brand.footer:hover {
  background-color: #fff3;
}

.brand.black {
  border-right-width: 1px;
  border-right-color: #00000026;
  display: block;
}

.brand.black.w--current {
  border-top: 1px #00000017;
  border-right-style: solid;
  border-right-color: #00000026;
  margin-left: 0;
}

.brand.black.w--current:hover {
  background-color: #00000017;
}

.upperheading-white, .white {
  color: #fff;
  text-align: center;
}

.testimonials-text {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.testimonials-slider {
  background-color: #0000;
  border-right-style: none;
}

.slider-arrow {
  opacity: .5;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .5s;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow.mobile {
  display: none;
  position: absolute;
  overflow: hidden;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.about-us-div {
  text-align: center;
}

.about-us-div.half-side {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  display: flex;
  box-shadow: 0 6px 5px #0003;
}

.team-row {
  margin-top: 80px;
}

.team-name {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.social-link-block {
  background-color: #d1d1d166;
  background-image: url('../images/53f333fd1b92a02f2f930a05_facebook_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-right-style: none;
  margin-right: 10px;
  padding: 20px;
  transition: background-color .5s;
}

.social-link-block:hover {
  background-color: #62ff51;
  border-right-width: 0;
  border-right-color: #0000;
}

.social-link-block._4 {
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg');
}

.social-link-block._3 {
  background-color: #585757;
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg');
  margin-left: 10px;
}

.social-link-block._3:hover {
  color: #000;
  background-color: #62ff51;
}

.social-link-block._2 {
  background-image: url('../images/53f3342f1b92a02f2f930a07_rss_footer.svg');
}

.team-position {
  margin-bottom: 10px;
}

.social-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 32px;
  padding-left: 19px;
}

.skills-section {
  background-image: linear-gradient(5deg, #122e3680, #122e3680), url('../images/photo-1413991322434-bbd3f33c3232-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.skills-section.alternative {
  background-image: linear-gradient(#103f267d, #103f267d), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.skills-wrapper {
  margin-bottom: 30px;
}

.skills-containner {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.skills-progress-line {
  background-color: #67bf7f;
  width: 85%;
  height: 100%;
}

.skills-progress-line.photography {
  width: 65%;
}

.skills-progress-line.illustrations {
  width: 75%;
}

.skills-progress-line.copywriting {
  width: 80%;
}

.skills-progress-line.photoshop {
  width: 95%;
}

.skills-progress-line.design {
  width: 85%;
}

.skills-row {
  margin-top: 80px;
}

.skills-title {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.skills-values {
  color: #fff;
  text-align: right;
  font-weight: 400;
}

.working-process-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #00000017;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 20px;
  padding: 0 15px;
  display: flex;
}

.working-process-wrapper:hover {
  border-color: #62ff51;
}

.working-process-wrapper.application-tab {
  background-color: #62ff51;
  background-image: linear-gradient(#f5f5f5, #f5f5f5), url('../images/EcoPavage_Driveway_Gris.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  padding-top: 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.working-process-wrapper.application-tab.uhj {
  background-image: linear-gradient(#55e750, #55e750), url('../images/EcoPaving_Equestrian_2.png');
  padding-top: 15px;
}

.working-process-wrapper.application-tab.app-epdm {
  height: 500px;
}

.working-process-wrapper.ujj {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  height: 400px;
  padding-top: 0;
}

.working-process-wrapper.ujj.app-epdm {
  height: 500px;
}

.working-process-wrapper._455 {
  justify-content: flex-start;
  height: 550px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.working-process-wrapper._455._66 {
  height: 600px;
}

.icon-service {
  background-color: #f5f5f5;
  background-image: url('../images/timer_1timer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.icon-service.planning {
  background-image: url('../images/mortgage-loan.png');
  background-size: 41px;
}

.icon-service.develop {
  background-color: #fff;
  background-image: url('../images/bodybuilding-muscles-480x480.png');
  background-size: 34px;
}

.icon-service.develop.porosit {
  background-image: url('../images/fall-accident.png');
}

.icon-service.develop.poro {
  background-image: url('../images/cloud-rain.png');
}

.icon-service.support {
  background-color: #fff;
  background-image: url('../images/expand-arrows-one-480x480.png');
  background-size: 30px;
}

.icon-service.support.snow {
  background-image: url('../images/five-stars-thumbs-up.png');
}

.icon-service.support.pratique {
  background-image: url('../images/icons8-main-ok-100.png');
}

.icon-service.idea {
  background-color: #fff;
  background-image: url('../images/service-tools.png');
  background-size: 35px;
}

.process-row {
  margin-top: 40px;
}

.process-column {
  margin-top: 70px;
}

.portfolio-post {
  background-image: url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
}

.portfolio-post._2 {
  background-image: url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.portfolio-post._3 {
  background-image: url('../images/photo-1445796068163-f1115a21bbd9-min.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.portfolio-post._4 {
  background-image: url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.portfolio-post._5 {
  background-image: url('../images/Dollarphotoclub_56332376-min.jpg');
  background-size: cover;
}

.portfolio-post._6 {
  background-image: url('../images/photo-1442422502730-a90f72460717-min.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.portfolio-post.single {
  height: 400px;
  margin-bottom: 10px;
}

.portfolio-post._7 {
  background-image: url('../images/photo-1429277096327-11ee3b761c93.jpg');
  background-size: cover;
}

.portfolio-post._8 {
  background-image: url('../images/L2NfDz5SOm7Gbf755qpw_DSCF0490-min.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.portfolio-link {
  width: 100%;
  height: 100%;
  padding: 0;
}

.colorbox {
  text-align: center;
  background-image: linear-gradient(#000000d9, #000000d9);
  width: 100%;
  height: 100%;
  padding-top: 130px;
}

.project-name {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #fff3;
  width: 195px;
  height: 46px;
  padding-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.project-name:hover {
  color: #fff;
  background-color: #fff3;
}

.portfolio-row {
  margin-top: 80px;
}

.portfolio-row.second {
  margin-top: 1px;
}

.portfolio-row.alternative {
  margin-top: 0;
}

.portfolio-section {
  padding-top: 120px;
  padding-bottom: 10px;
}

.portfolio-section.alternative {
  padding-top: 10px;
}

.client-section {
  background-color: #e8e8e8;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.client-section.alternative {
  margin-top: 10px;
}

.client-column {
  opacity: .5;
  text-align: center;
  transition: opacity .5s;
}

.client-column:hover {
  opacity: 1;
}

.contact-us-section {
  background-image: linear-gradient(135deg, #ffffffe3, #ffffffe6), url('../images/photo-1519904981063-b0cf448d479e-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.form-field {
  color: #737373;
  border: 1px solid #0000;
  min-width: 0;
  font-family: Lato, sans-serif;
}

.form-field.message {
  height: 120px;
}

.form-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.contact-column {
  text-align: right;
}

.conatct-info-text {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.conatct-info-text.address {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-row {
  margin-top: 80px;
}

.form-wrapper {
  margin-top: 0;
}

.footer-section {
  background-color: #0000;
  background-image: url('../images/Éco-Background.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
}

.footer-containner {
  text-align: center;
}

.white-paragraph {
  float: none;
  color: #ffffff8f;
  margin-top: 50px;
  margin-bottom: 40px;
  display: inline-block;
}

.white-paragraph.licenses {
  color: #ffffffbf;
  text-transform: none;
  font-weight: 400;
  text-decoration: underline;
}

.nav-menu {
  display: flex;
}

.arrow {
  margin-top: 600px;
}

.arrow.right {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 30px 0 0;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 20px;
  transition: background-color .5s;
  display: flex;
  top: 50%;
}

.arrow.right:hover {
  opacity: 1;
  background-color: #ffffff17;
}

.arrow.left {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 0 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  transition: background-color .5s;
  display: flex;
  top: 50%;
}

.arrow.left:hover {
  opacity: 1;
  background-color: #ffffff17;
  transition-property: none;
  transition-timing-function: ease;
}

.slidenav {
  display: none;
}

.containner-slide {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 40%;
}

.portfolio-column {
  min-height: 0;
  padding-left: 0;
  padding-right: 1px;
}

.white-section {
  height: 10px;
}

.hero-section {
  background-image: linear-gradient(#0000008c, #0000), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 0 0, 50% 86%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.licenses {
  background-image: linear-gradient(#00000057, #00000057), linear-gradient(#0000008c, #0000), url('../images/plants-growing-light-bulb-nature-background.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 118px;
  padding-bottom: 27px;
}

.hero-section.licenses.top-epdm {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000008c, #0000), url('../images/1-background-ecopavage.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
}

.hero-section.licenses.contact {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0000008c, #0000), url('../images/26749.jpg');
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.hero-section.licenses.soumission {
  background-image: linear-gradient(#00000054, #00000054), linear-gradient(#0000, #0000), linear-gradient(#0000008c, #0000), url('../images/hand-holding-pen-paper.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.hero-section.licenses.eco {
  background-image: linear-gradient(#00000061, #00000061), linear-gradient(#0000, #0000), linear-gradient(#0000008c, #0000), url('../images/1-background-ecopavage.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
}

.hero-section.licenses.eco.epoxy {
  background-image: linear-gradient(#00000061, #00000061), url('../images/486946741_3951862625053427_1031275438514592253_n-1.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000008c, #0000);
  background-position: 0 0, 50%, 0 0, 0 0;
  background-size: auto, cover, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll;
}

.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.info-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.info-text {
  text-align: left;
  margin-bottom: 50px;
}

.success {
  color: #fff;
  background-color: #2a8241;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.important-text {
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 0;
}

.error-message {
  background-color: #000;
}

.error-text {
  color: #fff;
}

.navbar-scroll {
  z-index: 1111;
  box-shadow: none;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0, -102%);
}

.banner-section {
  height: auto;
}

.submit-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 30px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  transition: background-color .5s, border-color .5s, color .5s;
}

.submit-button:hover {
  color: #fff;
  background-color: #2a8241;
  border-color: #2a8241;
}

.licenses-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-infolicenses {
  background-color: #f0f0f0;
  padding: 30px;
}

.image-name {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Oswald, sans-serif;
}

.list-image {
  background-color: #fff;
  margin-bottom: 1px;
  padding-left: 20px;
  transition: background-color .2s;
  display: block;
}

.list-image:hover {
  background-color: #2a82412e;
}

.unordered-list {
  padding-left: 0;
}

.licenses {
  padding: 0;
}

.dropdown {
  border-left: 1px solid #fff3;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.dropdown:hover {
  color: #61fe52;
}

.dropdown.w--open:hover {
  background-color: #ffffff17;
}

.dropdown.drop-2 {
  display: none;
}

.dropdown-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.dropdown-title:hover {
  color: #62ff51;
}

.iocn {
  color: #ffffff80;
}

.dropdown-link {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid #ffffff30;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .4s, color .4s;
}

.dropdown-link:hover {
  color: #000;
  background-color: #62ff51;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #333;
}

.dropdown-link.w--current:hover {
  color: #000;
  background-color: #62ff51;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  background-color: #1d1d1d;
  width: 170px;
  margin-top: 1px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-firs {
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
}

.image-div {
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-div.logo {
  background-image: url('../images/Untitled-22.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.licence-link {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: #fa7000;
  text-decoration: underline;
}

.licence-link.changelog:hover {
  color: var(--sea-green);
}

.lottie-animation {
  width: 250px;
  height: 250px;
  margin-bottom: -14px;
}

.lottie-animation.nhhj {
  margin-bottom: -33px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.slide-hero-image-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  opacity: .56;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph.iuu {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.columns {
  display: flex;
}

.lottie-animation-2 {
  width: 100px;
  height: 100px;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.combine-contact4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-contact4_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-contact4_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-contact4_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 3rem;
  display: flex;
}

.combine-contact4_component {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  display: flex;
  overflow: hidden;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  background-image: url('../images/26749.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-global.contact {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/26749.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.combine-section_contact4 {
  background-color: var(--combine-library--grey-050);
}

.text-span {
  color: #55e750;
}

.propos-section {
  background-image: url('../images/Éco-Backgroundwhite.png'), linear-gradient(#fffffff7, #fffffff7), url('../images/2150799631.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, fixed;
  height: auto;
  padding-top: 54px;
  padding-bottom: 76px;
}

.column-3 {
  background-image: url('../images/446374.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border: 1px solid #0000006e;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
}

.text-block {
  word-break: keep-all;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.columns-2 {
  box-shadow: none;
  flex-direction: row-reverse;
  display: flex;
}

.combine-footer3_link {
  color: var(--combine-library--grey-800);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: var(--combine-library--grey-800);
}

.combine-footer3_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-footer3_bottom-text-link {
  color: var(--combine-library--primary-200);
  text-decoration: none;
}

.combine-footer3_bottom-text-link:hover {
  color: var(--combine-library--white);
}

.combine-footer3_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer3_bottom {
  background-color: #00000061;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
}

.combine-footer3_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-footer3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 4rem;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-section-medium-2.hgu {
  padding-top: 0;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-global-2.tyru {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/plants-growing-light-bulb-nature-background.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.combine-padding-global-2.tyru.faq {
  padding-top: 74px;
}

.combine-footer3_component {
  background-color: var(--combine-library--grey-800);
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-faq4_answer {
  overflow: hidden;
}

.combine-icon_small {
  color: var(--combine-library--grey-800);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-faq4_title {
  color: var(--combine-library--grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq4_title.ddd {
  color: var(--combine-library--grey-800);
}

.combine-faq4_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 1.25rem 10px;
  display: flex;
}

.combine-faq4_accordion {
  background-color: #0000003d;
}

.combine-faq4_accordion._223 {
  background-color: #0000;
}

.combine-faq4_wrapper {
  background-color: var(--combine-library--white);
  border-radius: 1.4rem;
  flex-direction: column;
  padding-top: 23px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.combine-faq4_wrapper._344 {
  background-color: var(--combine-library--warning-400);
}

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq4_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--combine-library--grey-100);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3.7rem;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.combine-heading-style-h2-2.head-faq {
  color: var(--combine-library--primary-600);
}

.combine-faq4_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-faq4_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-section_faq4 {
  background-color: var(--combine-library--grey-050);
}

.div-block-2 {
  background-color: #68666645;
  width: 300px;
  height: 4px;
  margin-bottom: 17px;
}

.div-block-2.tyre {
  display: none;
}

.bold-text-2 {
  color: var(--combine-library--primary-600);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  color: var(--combine-library--primary-600);
  font-weight: 400;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 400;
}

.bold-text-9, .bold-text-10 {
  font-size: 15px;
  font-weight: 400;
}

.combine-gallery3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-gallery3_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  color: #fff;
  height: 4rem;
}

.combine-text-size-regular-3 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-3 {
  background-color: #000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
}

.combine-section_gallery3 {
  background-color: var(--combine-library--secondary-600);
}

.copavage {
  padding: 20px 20px 49px;
}

.copavage.tabs-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/446374.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-2 {
  margin-top: 47px;
}

.tabs {
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  background-position: 0 0;
  border-radius: 15px;
  margin-top: 20px;
  padding: 42px 25px;
}

.epdm {
  padding: 20px 20px 49px;
}

.tab-link-01 {
  opacity: .75;
  white-space: nowrap;
  background-color: #fff;
  border-right: 5px solid #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.tab-link-01:hover {
  opacity: 1;
}

.tab-link-01.w--current {
  opacity: 1;
  color: #3b2ae5;
  background-color: #62ff51;
  border-right-color: #55e750;
}

.tabs-01 {
  width: 100%;
  max-width: 1100px;
  margin-top: 113px;
  display: flex;
}

.button-2 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-2:hover {
  opacity: .8;
}

.content-section-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.button-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.tabs-content-01 {
  padding: 40px;
}

.in-tabs-image {
  z-index: 5;
  background-image: url('../images/guy-in-suit.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
  position: relative;
}

.tabs-menu-01 {
  border-right: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.paragraph-2 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.border-effect {
  z-index: 1;
  background-color: #fff;
  border: 5px solid #3b2ae5;
  position: absolute;
  inset: -20px -20px 15px 15px;
}

.border-effect.no-fill {
  background-color: #0000;
  border-color: #55e750;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.section-title-2 {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.gyhg {
  text-align: left;
  font-size: 17px;
}

.bold-text-11 {
  color: #000;
  text-align: left;
}

.lottie-animation-3 {
  width: 100px;
  height: 100px;
}

.lottie-animation-3.lolo {
  width: 80px;
  height: 80px;
  margin-top: 11px;
  margin-bottom: 0;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.uuu {
  margin-top: 21px;
  line-height: 22px;
}

.bold-text-12 {
  color: #000;
  line-height: 18px;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  margin-right: 10px;
}

.tab-link-tab-1.w--current {
  color: #3b3b3b;
  background-color: #1cec05;
  border-radius: 8px;
  margin-right: 10px;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  margin-right: 10px;
}

.tab-link-tab-2.w--current {
  color: #000;
  background-color: #62ff51;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  margin-right: 10px;
}

.tab-link-tab-3.w--current {
  color: #000;
  background-color: #55e750;
}

.tab-link-tab-4 {
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 10px;
}

.tab-link-tab-4.w--current {
  color: #000;
  background-color: #62ff51;
  width: 20%;
}

.tab-link-tab-4.faq {
  background-color: #000;
  border-radius: 8px;
}

.tab-link-tab-4.opp {
  background-color: #fff;
  border-radius: 20px;
}

.tab-link-tab-4.iru {
  background-color: #000;
  border-radius: 8px;
}

.container-4 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  padding-top: 25px;
  padding-bottom: 50px;
  display: flex;
}

.columns-3 {
  margin-bottom: 70px;
}

.slider {
  height: 500px;
}

.slide {
  background-image: url('../images/Screen-Shot-2021-03-02-at-2.55.41-PM.png');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/EcoPavage_Driveway_Gris_2.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.columns-4 {
  margin-bottom: 22px;
}

.column-4 {
  border: 1px #00000045;
  padding-top: 27px;
  padding-bottom: 19px;
}

.uui-testimonial07_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial07_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial07_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial07_arrow.left {
  right: 4rem;
}

.uui-testimonial07_logo {
  max-height: 3rem;
}

.uui-testimonial07_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial07_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-testimonial07_client-image-wrapper {
  margin-right: 1rem;
}

.uui-testimonial07_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-xsmall.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial07_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial07_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial07_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-testimonial07_slide {
  padding-right: 2rem;
}

.uui-testimonial07_mask {
  width: 50%;
  overflow: visible;
}

.uui-testimonial07_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  text-align: center;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/close-up-people-with-thumbs-up.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wbs-testimonial-5-content {
  color: var(--flowstica-webflow-library--black);
  font-size: 17px;
  line-height: 1.4em;
}

.wbs-testimonial-7-rating-star {
  height: 20px;
}

.wbs-testimonial-7-rating {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--flowstica-webflow-library--white-smoke);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: relative;
}

.wbs-heading-h5 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-testimonial-7-rating-logo {
  height: 40px;
}

.wbs-testimonial-7-wrap {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section {
  padding: 6.25rem 5% 2.1rem;
}

.wbs-section.gyy {
  flex-flow: row;
  padding-top: 2.75rem;
  display: flex;
}

.wbs-hero-5-image {
  width: 70%;
}

.wbs-hero-5-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.wbs-hero-5-author-name {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.wbs-hero-5-avatar-image {
  opacity: .42;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.wbs-hero-5-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-hero-5-blockquote-content {
  font-size: 1.375rem;
  line-height: 1.3em;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-heading-h1 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-hero-2-tagline {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-hero-5-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wbs-hero-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
  padding-right: 16px;
  display: grid;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.div-block-15 {
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-14 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.left-arrow {
  height: 60px;
  inset: auto 100px 0% auto;
}

.link-block-2 {
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.div-block-7 {
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 9px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  z-index: 1;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 115px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  position: static;
  transform: rotate(90deg);
}

.div-block-16 {
  background-color: #1d1d1d;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-11 {
  overflow: hidden;
}

.text-block-4 {
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

.text-block-6 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
}

.div-block-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-18 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-2 {
  background-image: url('../images/06.jpg');
  background-position: 0 0;
  background-size: 125px;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% auto 0% 0;
}

.slider-2 {
  height: 100vh;
}

.right-arrow-2 {
  height: 60px;
  inset: auto 0% 0% auto;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  display: flex;
}

.icon-2 {
  background-color: #0000;
}

.div-block-6 {
  z-index: 2;
  background-color: #1d1d1d;
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-3 {
  position: absolute;
  inset: 0%;
}

.link-block {
  z-index: 2;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: -31%;
  overflow: hidden;
}

.text-block-3 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.slide-nav {
  display: none;
}

.div-block-4 {
  z-index: 3;
  width: 400px;
  height: 70%;
  margin-left: -191px;
  position: relative;
  inset: auto auto auto 0%;
  overflow: visible;
}

.wbs-app-button {
  height: 40px;
}

.wbs-cta-8-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.wbs-cta-8-description {
  color: var(--flowstica-webflow-library--white-smoke);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-cta-8-title {
  color: var(--flowstica-webflow-library--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-cta-8-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.wbs-cta-8 {
  z-index: 1;
  grid-column-gap: 150px;
  grid-row-gap: 16px;
  background-color: var(--flowstica-webflow-library--black);
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.wbs-section-2 {
  padding: 6.25rem 5%;
}

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_image {
  object-fit: cover;
  border-top-left-radius: 10rem;
  width: auto;
  height: 42rem;
}

.uui-heroheader01_image.dhj {
  border-top-left-radius: 0;
  border-top-right-radius: 10rem;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 30px;
  display: grid;
}

.uui-heroheader01_component.eco-2 {
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 2.3rem;
  padding-bottom: 0;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/Éco-Backgroundwhite.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 27px;
  padding-left: 1.2rem;
  padding-right: 2rem;
}

.uui-section_heroheader01 {
  overflow: hidden;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_image {
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -6rem;
  position: relative;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader03 {
  overflow: hidden;
}

.uui-navbar06_styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.uui-navbar06_menu-button {
  padding: 0;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.show-tablet {
  display: none;
}

.uui-navbar06_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar06_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar06_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar06_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar06_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar06_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar06_blog-item-content {
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.uui-navbar06_blog-item-image {
  object-fit: cover;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.uui-navbar06_blog-item-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  min-width: 9rem;
  padding-top: 66.6667%;
  position: relative;
  overflow: hidden;
}

.uui-navbar06_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar06_blog-item:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar06_blog-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  align-items: start;
  width: 100%;
  display: flex;
}

.uui-navbar06_blog-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-navbar06_dropdown-content-right {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.uui-navbar06_dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-navbar06_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar06_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .25rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar06_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar06_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 15rem;
  padding: 2rem 2rem 2rem 0;
}

.uui-navbar06_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar06_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar06_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar06_dropdown-list.w--open {
  background-color: #fff;
  width: auto;
  min-width: 0;
  max-width: none;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar06_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar06_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar06_menu-dropdown {
  position: static;
}

.uui-navbar06_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar06_logo-link {
  padding-left: 0;
}

.uui-navbar06_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block-7 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-7:hover {
  color: #62ff51;
  font-size: 14px;
}

.section-2 {
  background-image: url('../images/2-bann-web-1-EPDM-OK.png');
  background-position: 0 0;
  background-size: cover;
  height: 450px;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  font-size: 15px;
}

.container-5 {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: block;
}

.image-4 {
  border-radius: 20px;
}

.media-text {
  color: #4a4a4a;
  text-align: left;
  word-break: keep-all;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.media-text._3 {
  color: #fff;
}

.media-text.gyu {
  text-align: center;
}

.button-full {
  color: #55e750;
  letter-spacing: 1px;
  background-color: #000;
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-full:hover {
  color: var(--combine-library--primary-600);
  background-color: #000;
}

.button-full.tyy {
  margin-top: 0;
}

.divider {
  background-color: #969799;
  width: 60px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.imac {
  margin-right: 0;
}

.imac-column {
  text-align: center;
  background-image: url('../images/393258428_1068555194174215_6713403407700911251_n.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  padding-right: 10px;
}

.media-tittle {
  text-align: left;
  text-transform: none;
  font-size: 23px;
  line-height: 31px;
}

.media-tittle._3 {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
}

.ads-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.responsive-div {
  padding-left: 40px;
}

.headerline-section {
  font-weight: 500;
}

.headerline-section.small {
  color: #3a3a3a;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 46px;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.headerline-section.small.media {
  color: #969799;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.service-section {
  background-color: #f8f8f8;
  border-top: 1px #f0eded;
  border-bottom: 0 #f0eded;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-icon {
  float: left;
  background-color: #db4b4b;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-bottom: 50px;
  margin-right: 20px;
  padding: 15px;
  transition: all .5s;
  display: inline-block;
}

.service-icon:hover {
  background-color: #4a4a4a;
}

.service-icon.new {
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
}

.tittle {
  float: none;
  color: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.tittle.service {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 11px;
  padding-left: 0;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.features-text-2 {
  color: #4a4a4a;
  text-align: left;
  margin-top: 10px;
  padding-left: 0;
  font-size: 17px;
}

.row-service-2 {
  margin-top: 50px;
}

.column-5 {
  text-align: left;
  padding-top: 10px;
  display: inline-block;
  position: relative;
}

.column-5.media {
  height: 379px;
  padding-top: 0;
}

.column-media {
  opacity: .86;
  background-color: #292929;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 70px 35px 70px 36px;
  display: flex;
}

.color {
  color: #adafb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.media-section-fullwidth {
  background-image: url('../images/excavators-excavate-earth-construction-site.jpg');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
  display: block;
}

.media-section-fullwidth.service {
  background-image: url('../images/EcoPavage_Driveway_Black_3A.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.media-section-fullwidth.service.epdm-sect {
  background-image: url('../images/141189.jpg');
  background-position: 50% 100%;
}

.columns-5 {
  flex-direction: row-reverse;
  display: flex;
}

.text-block-8 {
  margin-top: 10px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.body {
  border-style: none;
  display: block;
}

.section-3 {
  background-color: #55e750;
}

.lottie-animation-4 {
  width: 50px;
  height: 50px;
}

.lottie-animation-5 {
  width: 150px;
  height: 100px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  margin-bottom: 24px;
  margin-right: 0;
}

.lottie-animation-6 {
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.container-7 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.lottie-animation-7 {
  width: 100px;
  margin-left: -21px;
  margin-right: -14px;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  font-weight: 400;
}

.paragraph-12 {
  color: #000;
  font-size: 17px;
  line-height: 24px;
}

.bold-text-13 {
  font-family: Lato, sans-serif;
}

.bold-text-14 {
  font-size: 17px;
}

.container-9 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.image-6 {
  width: 30px;
  margin-right: 5px;
}

.container-10 {
  flex-direction: row;
  align-items: flex-start;
  width: 90%;
  display: block;
}

.heading-3 {
  margin-top: 4px;
  margin-bottom: -2px;
}

.heading-4 {
  margin-top: -1px;
  margin-bottom: -2px;
}

.tab-pane-tab-3 {
  padding-bottom: 30px;
}

.heading-17 {
  text-align: center;
  margin-bottom: 52px;
}

.heading-17.vie-priv-e {
  color: #000;
  font-size: 63px;
  line-height: 59px;
}

.text-block-38 {
  text-align: center;
  margin-bottom: 52px;
  font-size: 15px;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: -16px;
  display: flex;
}

.section-4 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-4.about-ferrano {
  box-shadow: none;
  background-color: #f8f8f8;
  border-top: 1px solid #f0eded;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  transition-property: all;
  position: relative;
}

.section-4.about-ferrano.black {
  box-shadow: none;
  background-color: #f1f1f1;
  border-top-style: none;
  padding-top: 131px;
  padding-bottom: 131px;
}

.section-4.about-ferrano.black.hgh {
  background-image: linear-gradient(to bottom, var(--combine-library--primary-600), var(--combine-library--primary-600)), url('../images/Éco-Backgroundwhite.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-20 {
  padding-bottom: 113px;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.paragraph-13 {
  text-align: left;
}

.cookie-modal_component {
  background-color: #f7f7f7;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: none;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #62ff51;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  display: block;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.link-4 {
  color: #6d6d6d;
}

.link-4.fgtt {
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1;
}

.cookie-modal_button_text {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.cookie-modal_button_text.fht {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.body-2 {
  background-color: #000;
}

.body-2.bod-cont {
  border-style: none;
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  margin-bottom: 0;
}

.column-7, .column-8, .column-9, .column-10, .column-11 {
  flex-direction: column;
  display: flex;
}

.body-3, .body-4, .body-5, .body-6, .body-7, .body-8 {
  border-style: none;
}

.uui-heroheader23_card-image {
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 24rem;
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader23_card-image.is-hovering {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: relative;
  transform: translate(3rem, -4rem);
  box-shadow: -68px 68px 32px #10182840;
}

.uui-heroheader23_image-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
  transform: rotateX(-51deg)rotateY(0)rotateZ(-30deg);
}

.uui-heroheader23_image-wrapper {
  background-color: var(--untitled-ui--gray500);
  background-image: url('../images/2150769095.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32.25rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.uui-heroheader23_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-heroheader23_item {
  align-items: center;
  display: flex;
}

.uui-heroheader23_item-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader23_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui--gray600);
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui--gray900);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1;
}

.uui-heroheader23_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  flex-direction: column;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader01_pattern-image-2 {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image2-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-heroheader01_fileupload-image1-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper-2 {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_image-2 {
  object-fit: cover;
  border-top-left-radius: 10rem;
  border-top-right-radius: 0;
  width: 100%;
  height: 40rem;
  display: block;
}

.uui-heroheader01_image-2.hdg {
  border-top-left-radius: 0;
  border-top-right-radius: 10rem;
}

.uui-heroheader01_image-wrapper-2 {
  position: relative;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.uui-heroheader01_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader01-2 {
  overflow: hidden;
}

.container-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  padding-top: 0;
  padding-bottom: 11px;
}

.link-block-4 {
  padding-top: 0;
  padding-bottom: 19px;
}

.text-span-2, .text-span-3 {
  color: #7e7e7e;
}

.booster-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  display: flex;
}

.subheader {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.subheader._20px-bottom-pad {
  border-bottom: 1px dashed #000;
  margin-bottom: 20px;
  font-size: 24px;
}

.subheader._20px-bottom-pad.jju {
  color: #000;
}

.booster-tab-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.booster-tab-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #36364a;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.booster-tab-link:hover {
  box-shadow: 0 2px 6px #122b691f, 0 1px 2px #122b691f, 0 0 0 1px #122b6914;
}

.booster-tab-link.w--current {
  color: #000;
  background-color: #62ff51;
}

.text-block-41 {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block-49 {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.tabs-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.tab-pane-tab-1 {
  background-color: #000;
  border-radius: 0;
  padding: 42px 22px;
}

.container-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-6 {
  color: #fff;
}

.booster-tabs-image {
  border: 1px solid #11023b14;
  border-radius: 16px;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 42px;
}

.image-14 {
  margin-top: 33px;
}

.tab-pane-tab-2 {
  background-color: #000;
  border-radius: 15px;
}

.image-13 {
  margin-top: 22px;
}

.tab-pane-tab-5 {
  background-color: #000;
  border-radius: 16px;
}

.div-block-21 {
  background-color: #fff0;
  padding-bottom: 50px;
}

.bbb {
  color: #000;
}

.epoxy-title {
  color: #fff;
}

.text-block-50 {
  color: #62ff51;
}

.columns-8 {
  margin-bottom: 0;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22 {
  border-radius: 400px;
}

.container-26 {
  max-width: none;
}

.lightbox-link-2 {
  padding: 10px;
}

.container-27 {
  padding-left: 15px;
  padding-right: 15px;
}

.lightbox-link-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.column-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-28 {
  width: 100%;
  margin-top: 33px;
  padding-left: 15px;
  padding-right: 15px;
}

.lightbox-link-4 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-28, .column-29, .column-30, .column-31, .column-32, .column-33, .column-34, .column-35, .column-36, .column-37, .column-38, .column-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-40 {
  justify-content: center;
  align-items: center;
  display: block;
}

.column-41 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link-5 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-42, .column-43, .column-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  margin-top: -11px;
}

.image-24 {
  margin-top: -22px;
}

.image-25, .image-26 {
  margin-top: -16px;
}

.image-27 {
  margin-top: -13px;
}

.image-28 {
  margin-top: -8px;
}

.image-29 {
  margin-top: -20px;
}

.image-30 {
  margin-top: -11px;
}

.image-31 {
  margin-top: 22px;
}

.text-block-51 {
  color: #000;
  text-align: center;
  font-size: 15px;
}

.container-29 {
  padding-left: 15px;
  padding-right: 15px;
}

.heading-19 {
  margin-bottom: 31px;
}

.column-45, .column-46, .column-47, .column-48 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32 {
  border-radius: 10px;
  margin-top: -2px;
}

.container-30 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-49, .column-50, .column-51, .column-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-20 {
  margin-bottom: 25px;
}

.image-33 {
  margin-top: -43px;
}

.opp {
  border-radius: 10px;
}

.section_gallery18 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.gallery18_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery18_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_lightbox-link {
  width: 100%;
}

.gallery18_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.gallery18_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

@media screen and (min-width: 1440px) {
  .hero-section.licenses.top-epdm {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000008c, #0000), url('../images/1-background-ecopavage.jpg');
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
  }

  .utility-page-wrap._404 {
    background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/Conception-patio-oka.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .column-3 {
    height: 700px;
  }

  .text-block {
    word-break: keep-all;
    font-size: 15px;
  }

  .div-block-2.tyre {
    display: none;
  }

  .uui-heroheader01_component {
    justify-items: center;
  }

  .uui-heroheader01_component.eco-2 {
    justify-content: center;
  }

  .media-text {
    word-break: keep-all;
  }

  .media-text.gyu {
    font-size: 16px;
    line-height: 23px;
  }

  .container-24 {
    font-size: 15px;
  }

  .button-3 {
    background-color: #000;
    margin-top: 22px;
    font-size: 18px;
  }

  .booster-tabs-image {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  body {
    height: 100%;
    margin-bottom: 10px;
  }

  .button.hollow {
    width: auto;
  }

  .main-slider {
    padding-top: 146px;
    padding-bottom: 75px;
  }

  .hero-heading {
    letter-spacing: 2px;
    margin-bottom: -13px;
    font-size: 52px;
    line-height: 98px;
  }

  .hero-subheader {
    margin-top: 0;
    margin-bottom: 0;
  }

  .features-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    border: 1px solid #fff0;
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    display: flex;
  }

  .nav-link.w--current {
    background-color: #ffffff17;
  }

  .nav-link.black {
    color: #fff;
    border-bottom-style: solid;
    display: block;
  }

  .nav-link.black:hover {
    background-color: #ffffff17;
  }

  .nav-link.black.w--current {
    display: block;
  }

  .nav-link.contact {
    margin-bottom: 40px;
  }

  .nav-link.soumission {
    border-radius: 12px;
    width: 50%;
  }

  .features-div, .features-div.second {
    margin-right: 0;
  }

  .section.about {
    background-image: linear-gradient(#ffffff8f, #ffffff8f), linear-gradient(to top, #00000024, #0000), url('../images/473.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
  }

  .section.about.alternative {
    background-position: 0 0, 82%;
    background-size: auto, 200px;
  }

  .section.about.alternative.div.rt {
    background-image: linear-gradient(to top, #00000024, #0000), url('../images/Bannière-Éco-Pro-Surface.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-title.uji {
    width: auto;
  }

  .testimonials-section.section-pavage-promo {
    margin-top: 0;
  }

  .brand {
    border-right-style: none;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .about-us-div.half-side {
    align-items: center;
    width: 100%;
    margin-bottom: 69px;
    margin-left: 0;
  }

  .working-process-wrapper.application-tab {
    width: 400px;
    height: 400px;
    margin-left: 0;
  }

  .working-process-wrapper.application-tab.app-epdm {
    width: 400px;
    margin-left: 0;
    position: relative;
  }

  .working-process-wrapper.ujj {
    border-radius: 20px;
    width: 400px;
    margin-left: 0;
  }

  .working-process-wrapper.ujj.app-epdm {
    border-radius: 13px;
    width: 400px;
    margin-left: 0;
  }

  .working-process-wrapper._455 {
    height: 650px;
  }

  .working-process-wrapper._455._66 {
    height: 800px;
  }

  .process-row {
    margin-top: 70px;
  }

  .process-column {
    margin-top: 10px;
  }

  .portfolio-post {
    height: 350px;
    margin-bottom: 1px;
  }

  .colorbox {
    padding-top: 160px;
  }

  .portfolio-row.second {
    margin-top: 0;
  }

  .form-field {
    font-weight: 300;
  }

  .form-field.message {
    height: 140px;
  }

  .footer-section {
    background-image: url('../images/Éco-Background.png');
    background-position: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .icon {
    color: #62ff51;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: flex;
  }

  .icon.black {
    color: #000;
  }

  .menu-button {
    border-left: 1px solid #62ff51;
    justify-content: center;
    align-items: center;
    width: 71px;
    height: 71px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
    border-left-color: #62ff51;
  }

  .menu-button.black {
    background-color: #0000;
    border-left-color: #00000026;
    width: 61px;
    height: 71px;
  }

  .nav-menu {
    background-color: #000000ed;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 22px;
  }

  .arrow.right, .arrow.left {
    display: none;
    top: 87%;
  }

  .portfolio-column {
    padding-right: 0;
  }

  .hero-section.licenses {
    padding-top: 125px;
  }

  .hero-section.licenses.top-epdm {
    background-image: linear-gradient(#00000036, #00000036), linear-gradient(#0000008c, #0000), url('../images/1-background-ecopavage.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
  }

  .hero-section.licenses.eco {
    background-image: linear-gradient(#00000042, #00000042), linear-gradient(#0000, #0000), linear-gradient(#0000008c, #0000), url('../images/1-background-ecopavage.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    padding-top: 110px;
  }

  .navbar-scroll {
    box-shadow: none;
    display: none;
  }

  .banner-section {
    width: 100%;
    height: auto;
  }

  .dropdown {
    border-left-style: none;
    padding-left: 25px;
  }

  .dropdown:hover {
    background-color: #ffffff17;
  }

  .dropdown-title {
    font-size: 17px;
  }

  .dropdown-link {
    color: #000;
    background-color: #43e435;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .licence-items {
    width: 80%;
  }

  .lottie-animation {
    width: 200px;
    height: 200px;
    margin-bottom: -32px;
  }

  .paragraph {
    width: auto;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 59px;
    display: flex;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-contact4_component {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .propos-section {
    padding-top: 45px;
    padding-bottom: 15px;
  }

  .column-3 {
    height: 780px;
  }

  .text-block {
    word-break: keep-all;
    padding-left: 7px;
    font-size: 14px;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .div-block-2 {
    background-color: #68666645;
    width: 46%;
  }

  .div-block-2.tyre {
    background-color: #99999963;
    height: 2px;
    margin-top: 19px;
    display: block;
  }

  .combine-gallery3_image-wrapper {
    padding: 8px 7px;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tabs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .border-effect {
    display: none;
  }

  .content-wrap-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-2 {
    flex-flow: column;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .tab-link-tab-4, .tab-link-tab-4.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-testimonial07_slide {
    margin-right: 0;
    padding-right: 0;
  }

  .uui-testimonial07_mask {
    width: 100%;
  }

  .uui-testimonial07_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heading-medium {
    font-size: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .wbs-testimonial-7-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-heading-h1 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }

  .wbs-hero-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wbs-cta-8-button {
    margin-top: 0;
  }

  .wbs-cta-8 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 40px;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-heroheader01_image {
    height: 50rem;
    margin-bottom: 0;
  }

  .uui-heroheader01_image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-space-large {
    min-height: 0;
  }

  .uui-max-width-medium {
    max-width: none;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader01_content {
    flex-direction: column;
    display: block;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader01_component.eco-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: .9rem;
    padding-bottom: 0;
  }

  .hide-tablet {
    display: none;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

  .uui-heroheader03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar06_menu-button.w--open {
    background-color: #0000;
  }

  .show-tablet {
    display: block;
  }

  .uui-navbar06_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar06_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar06_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar06_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar06_blog-item-content, .uui-navbar06_blog-item-image {
    width: 100%;
  }

  .uui-navbar06_blog-item-image-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .uui-navbar06_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .uui-navbar06_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar06_dropdown-content-left {
    align-content: start;
    align-items: start;
    max-width: none;
    padding: 1rem 0 0;
  }

  .uui-navbar06_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar06_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar06_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar06_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar06_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar06_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar06_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar06_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .media-text {
    word-break: keep-all;
    width: 700px;
    font-size: 17px;
  }

  .media-text._3 {
    font-size: 13px;
  }

  .media-text.gyu {
    font-size: 15px;
  }

  .imac {
    margin-left: auto;
    margin-right: auto;
  }

  .imac-column {
    display: block;
    position: relative;
  }

  .media-tittle._3 {
    font-size: 23px;
  }

  .responsive-div {
    padding-right: 40px;
  }

  .headerline-section.small.media {
    margin-top: 30px;
  }

  .service-section {
    padding-top: 66px;
    padding-bottom: 60px;
  }

  .service-icon {
    margin-bottom: 20px;
  }

  .service-icon.new {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .tittle.service {
    padding-right: 0;
  }

  .features-text-2 {
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
  }

  .row-service-2 {
    margin-top: 0;
  }

  .column-5.media {
    margin-bottom: 0;
  }

  .column-media, .media-section-fullwidth, .media-section-fullwidth.service {
    height: auto;
  }

  .text-block-8 {
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
  }

  .container-9 {
    justify-content: flex-start;
  }

  .container-10 {
    max-width: none;
  }

  .heading-3, .heading-4 {
    line-height: 24px;
  }

  .features-right {
    max-width: 100%;
  }

  .section-4 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .container-20 {
    padding-bottom: 96px;
  }

  .body-2.bod-cont {
    border-style: none;
  }

  .column-6 {
    align-items: center;
    margin-bottom: 50px;
  }

  .column-7, .column-8, .column-9, .column-10 {
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .column-11 {
    justify-content: center;
    align-items: center;
  }

  .column-12 {
    display: block;
  }

  .right-arrow-3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .column-13, .column-14, .column-15, .column-16, .column-17, .column-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-6 {
    flex-flow: column;
    place-content: space-between center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container-21, .tab-pane-tab-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .tabs-content-3 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .column-20, .column-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .uui-heroheader23_card-image {
    border-radius: 1.125rem;
  }

  .uui-heroheader23_image-grid {
    transform: scale(.9)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

  .uui-heroheader23_image-wrapper {
    border-radius: 0;
    width: 100vw;
    margin-left: -2rem;
  }

  .uui-heroheader23_item-list {
    margin-top: -9px;
    margin-bottom: 34px;
  }

  .uui-text-size-xlarge-2 {
    margin-bottom: 0;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.1rem;
  }

  .uui-heroheader23_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .uui-heroheader01_fileupload-image-wrapper-2 {
    left: -2.5%;
  }

  .uui-heroheader01_image-2 {
    border-top-left-radius: 0;
  }

  .uui-heroheader01_image-2.hdg {
    border-top-right-radius: 0;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heroheader01_component-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block-20 {
    width: 100%;
  }

  .heading-18 {
    width: auto;
  }

  .column-23, .column-24, .column-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subheader._20px-bottom-pad {
    color: #000;
    border-bottom: 1px dashed #000;
    margin-bottom: 15px;
    font-size: 26px;
  }

  .booster-tab-menu {
    flex-flow: column;
  }

  .booster-tab-link {
    width: 100%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .gallery18_slide {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .gallery18_lightbox-link {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 0;
  }

  .button.hollow.single {
    margin-bottom: 70px;
  }

  .button.hollow.new {
    margin-bottom: 100px;
  }

  .main-slider {
    height: auto;
    padding-top: 0;
    padding-bottom: 55px;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 68px;
  }

  .hero-heading.tre {
    font-size: 31px;
  }

  .hero-subheader {
    margin-top: 0;
    font-size: 21px;
  }

  .features-section {
    padding-bottom: 0;
  }

  .nav-link {
    width: 100%;
    max-width: 1500px;
    margin-bottom: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-link.contact {
    margin-bottom: 20px;
  }

  .features-div {
    margin-bottom: 0;
    margin-right: 0;
  }

  .features-div.second {
    margin-right: 0;
  }

  .section.about {
    background-image: linear-gradient(#ffffffba, #ffffffba), linear-gradient(to top, #00000024, #0000), url('../images/473.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    padding-bottom: 20px;
  }

  .section.about.alternative {
    background-position: 0 0, 50% 92%;
    background-size: auto, 180px;
  }

  .section.process {
    background-position: 0 0, 50% 100%;
    background-size: auto, auto;
  }

  .testimonials-section, .testimonials-section.section-pavage-promo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    border-right-style: none;
    padding-left: 30px;
  }

  .testimonials-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .about-us-div.half-side {
    width: 100%;
    margin-left: 0;
  }

  .social-wrapper {
    margin-bottom: 50px;
  }

  .working-process-wrapper.application-tab {
    margin-left: 0;
  }

  .working-process-wrapper.application-tab.app-epdm {
    width: 400px;
    margin-left: 0;
  }

  .working-process-wrapper.ujj {
    margin-left: 0;
  }

  .working-process-wrapper.ujj.app-epdm {
    border-radius: 12px;
    width: 400px;
    margin-left: 0;
  }

  .working-process-wrapper._455, .working-process-wrapper._455._66 {
    height: auto;
  }

  .process-column.second {
    margin-top: 0;
  }

  .process-column.first {
    margin-top: 50px;
  }

  .portfolio-post {
    margin-bottom: 1px;
  }

  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-us-section {
    background-position: 0 0, 68% 100%;
    background-size: auto, cover;
  }

  .footer-section {
    padding-bottom: 10px;
  }

  .icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    display: flex;
  }

  .nav-menu {
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
  }

  .arrow.right {
    top: 87%;
  }

  .arrow.left {
    margin-bottom: 0;
    top: 87%;
  }

  .hero-section.licenses {
    padding-top: 126px;
  }

  .hero-section.licenses.eco {
    padding-top: 123px;
  }

  .project-section {
    padding-bottom: 0;
  }

  .navbar-scroll {
    box-shadow: none;
    display: none;
  }

  .banner-section {
    height: auto;
    padding-top: 71px;
  }

  .submit-button {
    margin-bottom: 70px;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .licence-items, .licence-item-firs {
    width: 100%;
  }

  .combine-text-size-regular {
    font-family: Montserrat, sans-serif;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .propos-section {
    padding-top: 42px;
    padding-bottom: 0;
  }

  .column-3 {
    border-style: none;
    height: 400px;
  }

  .text-block {
    word-break: keep-all;
    background-image: linear-gradient(#ffffffc9, #ffffffc9);
    padding: 40px 18px 38px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .combine-footer3_link {
    font-family: Montserrat, sans-serif;
  }

  .combine-footer3_bottom-text {
    order: 1;
  }

  .combine-footer3_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-faq4_content {
    align-items: stretch;
  }

  .combine-faq4_component {
    grid-template-columns: 1fr;
  }

  .combine-gallery3_component {
    column-count: 2;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tabs {
    background-image: linear-gradient(#ffffffe6, #ffffffe6);
    background-position: 0 0;
    margin-top: 0;
    padding-bottom: 15px;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .tab-link-tab-3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .tab-link-tab-4 {
    width: 100%;
  }

  .columns-4 {
    margin-bottom: -20px;
    padding-top: 22px;
  }

  .column-4 {
    opacity: 1;
    border-style: none;
  }

  .uui-testimonial07_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial07_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial07_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial07_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial07_divider {
    display: none;
  }

  .uui-testimonial07_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial07_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-heading-xsmall.text-weight-medium {
    font-size: 1.1rem;
  }

  .uui-testimonial07_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial07_slide {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial07_component {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wbs-testimonial-7-wrap {
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-heading-h1 {
    font-size: 2.4rem;
    line-height: 1.1em;
  }

  .wbs-cta-8 {
    grid-template-columns: 1fr;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 29.5rem;
    margin-bottom: 0;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-max-width-medium {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-heroheader01_content {
    width: 100%;
  }

  .uui-heroheader01_component {
    padding-left: 9px;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 2.4rem;
    padding-bottom: 0;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 22rem;
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-navbar06_link {
    font-size: 1rem;
  }

  .uui-navbar06_blog-item-image {
    margin-bottom: 0;
  }

  .uui-navbar06_blog-item-image-wrapper {
    max-width: 100%;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1rem;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: .5rem;
  }

  .uui-navbar06_dropdown-link-list {
    max-width: none;
  }

  .uui-navbar06_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar06_dropdown-list.w--open {
    margin-bottom: 0;
  }

  .uui-navbar06_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar06_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar06_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .media-text {
    width: auto;
  }

  .button-full {
    margin-top: 20px;
  }

  .media-tittle {
    text-align: left;
  }

  .headerline-section.small.media {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .service-icon {
    margin-bottom: 46px;
  }

  .tittle {
    text-align: center;
  }

  .features-text-2 {
    font-family: Montserrat, sans-serif;
  }

  .column-5 {
    text-align: center;
    display: inline-block;
    position: relative;
  }

  .media-section-fullwidth {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-8 {
    font-family: Montserrat, sans-serif;
  }

  .tab-pane-tab-3 {
    background-image: none;
  }

  .heading-17.vie-priv-e {
    font-size: 53px;
  }

  .section-4.about-ferrano.black {
    padding-top: 81px;
    padding-bottom: 100px;
  }

  .container-20 {
    padding-bottom: 74px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .columns-6 {
    margin-top: 23px;
    padding-left: 0;
  }

  .container-21 {
    background-color: #ffffffe3;
    padding-top: 33px;
  }

  .tab-pane-tab-4 {
    background-image: none;
    padding-top: 23px;
  }

  .tabs-content-2 {
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .couleurs {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .columns-7 {
    padding-right: 0;
  }

  .container-22 {
    background-image: linear-gradient(#ffffffe3, #ffffffe3);
    padding-top: 30px;
  }

  .column-20, .column-21, .column-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-23 {
    margin-bottom: 8px;
  }

  .uui-heroheader23_image-grid {
    transform: scale(.7)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

  .uui-heroheader23_image-wrapper {
    height: 17rem;
    margin-left: -1rem;
  }

  .uui-text-size-large-2, .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heroheader23_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    margin-bottom: 1.1rem;
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader01_pattern-image-2 {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-heroheader01_image-2 {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-3.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .booster-container {
    max-width: none;
  }

  .subheader._20px-bottom-pad {
    margin-bottom: 24px;
    padding-bottom: 6px;
  }

  .booster-tab-menu {
    flex-flow: column;
  }

  .booster-tab-link {
    width: 100%;
    margin-bottom: 5px;
  }

  .booster-tabs-image {
    width: 100%;
  }

  .columns-8 {
    margin-bottom: -20px;
    padding-top: 22px;
  }

  .column-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .lightbox-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

@media screen and (max-width: 479px) {
  h1.mjjk {
    line-height: 35px;
  }

  a {
    text-align: center;
  }

  .button.hollow.new {
    margin-bottom: 100px;
  }

  .main-slider {
    padding-top: 51px;
  }

  .hero-heading {
    letter-spacing: 3px;
    margin-top: 14px;
    font-size: 35px;
    line-height: 40px;
  }

  .hero-heading.second {
    font-size: 41px;
    line-height: 46px;
  }

  .hero-heading.tre {
    line-height: 37px;
  }

  .hero-subheader {
    margin-top: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .nav-link {
    height: auto;
    margin-bottom: 15px;
  }

  .nav-link.contact {
    margin-bottom: 31px;
  }

  .nav-link.ugf {
    margin-bottom: 0;
  }

  .features-div {
    margin-right: 0;
  }

  .features-div.second {
    margin-bottom: -18px;
    margin-right: 0;
  }

  .navbar {
    width: auto;
  }

  .section.about {
    background-image: linear-gradient(#ffffff9e, #ffffff9e), url('../images/473.jpg'), linear-gradient(to top, #00000024, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section.about.alternative.div.rt {
    background-image: linear-gradient(to top, #00000024, #0000), url('../images/Bannière-Éco-Pro-Surface.png');
    background-size: auto, contain;
    background-attachment: scroll, scroll;
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title.uji {
    text-align: left;
    font-size: 24px;
  }

  .testimonials-section, .testimonials-section.section-pavage-promo {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 0;
  }

  .navigation-div {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    border-right-style: none;
    padding-left: 8px;
    display: block;
  }

  .brand.w--current {
    border-right-style: none;
  }

  .brand.footer {
    padding-right: 8px;
  }

  .testimonials-text {
    font-size: 17px;
  }

  .testimonials-slider {
    height: auto;
  }

  .slider-arrow {
    opacity: .35;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .about-us-div.half-side {
    align-items: flex-start;
    width: auto;
    margin-top: 37px;
    padding-bottom: 33px;
  }

  .social-wrapper {
    margin-bottom: 40px;
  }

  .working-process-wrapper {
    border-radius: 17px;
    height: 500px;
  }

  .working-process-wrapper.application-tab {
    width: 250px;
  }

  .working-process-wrapper.application-tab.uhj {
    height: 550px;
  }

  .working-process-wrapper.application-tab.uhj.app-epdm {
    height: 600px;
  }

  .working-process-wrapper.application-tab.app-epdm {
    width: auto;
    height: 500px;
    margin-left: 0;
  }

  .working-process-wrapper.ujj {
    width: 250px;
    height: 450px;
  }

  .working-process-wrapper.ujj.app-epdm {
    height: 550px;
    margin-left: 0;
  }

  .working-process-wrapper.dfjt {
    height: 550px;
  }

  .process-column {
    margin-top: 0;
  }

  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-us-section {
    background-position: 0 0, 78%;
    background-size: auto, cover;
  }

  .footer-section {
    background-image: url('../images/Éco-Background.png');
    background-position: 0%;
    background-size: auto;
    background-attachment: scroll;
    padding-bottom: 10px;
  }

  .white-paragraph {
    margin-left: 5px;
    margin-right: 5px;
  }

  .icon {
    color: #62ff51;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    border-left-color: #62ff51;
    justify-content: center;
    align-items: center;
    margin-left: -1px;
    margin-right: -17px;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .slider-nav {
    padding-top: 45px;
  }

  .arrow.right, .arrow.left {
    top: 87%;
  }

  .hero-section.licenses {
    padding-top: 129px;
  }

  .hero-section.licenses.eco {
    padding-top: 125px;
  }

  .banner-section {
    height: 654px;
    padding-top: 75px;
  }

  .image-name {
    text-align: center;
    line-height: 20px;
  }

  .list-image {
    padding-left: 0;
  }

  .dropdown {
    max-width: none;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .dropdown-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .licence-item-firs {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .image-div {
    flex: 0 auto;
    width: 100px;
  }

  .image-div.logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-link.changelog {
    text-align: center;
    margin-right: 0;
  }

  .paragraph {
    text-align: left;
    font-size: 15px;
  }

  .columns {
    padding-left: 0;
  }

  .combine-text-size-regular {
    color: var(--untitled-ui--white);
    text-align: center;
  }

  .combine-contact4_feature {
    flex-direction: column;
    justify-content: center;
  }

  .combine-contact4_content {
    align-items: center;
    padding: 1.5rem 1.5rem 4.6rem;
  }

  .combine-padding-section-medium {
    margin-top: 0;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-global.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .propos-section {
    padding-top: 47px;
    padding-bottom: 0;
  }

  .text-block {
    text-align: left;
    white-space: break-spaces;
    word-break: normal;
    padding-top: 29px;
    font-size: 14px;
    text-decoration: none;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-footer3_bottom {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-global-2.tyru {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .combine-faq4_title {
    font-size: 1.1rem;
  }

  .div-block-2 {
    background-color: #55e75087;
    width: 250px;
  }

  .div-block-2.tyre {
    background-color: #55e75075;
    width: 200px;
    height: 2px;
  }

  .combine-gallery3_component {
    column-count: 1;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copavage.tabs-section {
    padding-left: 7px;
    padding-right: 7px;
  }

  .tab-link-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-01 {
    flex-direction: column;
  }

  .tabs-content-01 {
    padding: 20px;
  }

  .in-tabs-image {
    min-height: 300px;
  }

  .tabs-menu-01 {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
  }

  .uui-testimonial07_client {
    justify-content: center;
    align-items: center;
  }

  .uui-testimonial07_content {
    display: flex;
  }

  .uui-testimonial07_mask {
    width: 294px;
  }

  .uui-testimonial07_component {
    width: auto;
    display: block;
  }

  .uui-heading-medium {
    line-height: 1.2;
  }

  .uui-max-width-large {
    line-height: 14px;
  }

  .wbs-testimonial-7-rating {
    padding: 30px;
  }

  .wbs-heading-h1 {
    font-size: 2.3rem;
  }

  .wbs-cta-8-button {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .wbs-cta-8-title {
    font-size: 1.7rem;
  }

  .wbs-cta-8 {
    padding: 20px;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 27rem;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .uui-max-width-medium {
    padding-left: 13px;
    padding-right: 12px;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 1.3rem;
  }

  .uui-page-padding-2 {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    height: 15rem;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .uui-navbar06_blog-item {
    flex-direction: column;
  }

  .uui-navbar06_blog-list, .uui-navbar06_dropdown-content-left {
    grid-template-columns: 1fr;
  }

  .image-4 {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .media-text {
    padding-left: 5px;
    padding-right: 3px;
  }

  .media-tittle {
    margin-bottom: 20px;
    line-height: 23px;
  }

  .service-icon {
    margin-bottom: 100px;
  }

  .service-icon.new {
    margin-bottom: 0;
  }

  .features-text-2 {
    word-break: normal;
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-5 {
    text-align: center;
    display: inline-block;
  }

  .column-media {
    height: auto;
  }

  .media-section-fullwidth {
    background-position: 50%;
  }

  .media-section-fullwidth.service {
    padding-left: 9px;
    padding-right: 10px;
  }

  .text-block-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-3 {
    padding-top: 6px;
    padding-bottom: 15px;
  }

  .paragraph-12 {
    text-align: left;
    font-size: 16px;
  }

  .tab-pane-tab-3 {
    background-image: none;
  }

  .heading-17.vie-priv-e {
    font-size: 28px;
    line-height: 37px;
  }

  .text-block-38 {
    font-size: 17px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .section-4.about-ferrano.black.hgh {
    padding-top: 222px;
  }

  .container-20 {
    padding-bottom: 70px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .paragraph-13 {
    text-align: center;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .image-8 {
    margin-top: 4px;
  }

  .container-21 {
    background-color: #ffffffe8;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tab-pane-tab-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content-2 {
    background-image: none;
  }

  .paragraph-14 {
    word-break: keep-all;
  }

  .paragraph-15 {
    font-size: 15px;
  }

  .container-22 {
    background-image: linear-gradient(#fffffff7, #fffffff7);
  }

  .column-20, .column-21 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-heroheader23_card-image {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-heroheader23_image-wrapper {
    width: 100vw;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader01_pattern-image-2 {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image-2 {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_component-2 {
    grid-template-columns: 1fr;
  }

  .subheader._20px-bottom-pad {
    text-align: left;
    line-height: 1.2;
  }

  .booster-tab-menu {
    flex-flow: column;
    width: auto;
  }

  .booster-tab-link {
    width: 100%;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .epoxy-title {
    font-size: 29px;
    line-height: 32px;
  }

  .lightbox-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery18_slide {
    padding-left: .1rem;
    padding-right: .1rem;
  }
}

#w-node-c068a2e5-6935-554b-0606-aff11d27cbe4-a837cb7e, #w-node-_80bd8350-b476-0063-9b8b-4ff949ed82d6-cd8033c6, #w-node-c1e7e55e-cec9-c952-9750-b93d3d3c95f8-fbce4eda, #w-node-c1e7e55e-cec9-c952-9750-b93d3d3c95fa-fbce4eda, #w-node-c1e7e55e-cec9-c952-9750-b93d3d3c95fc-fbce4eda, #w-node-c1e7e55e-cec9-c952-9750-b93d3d3c95fe-fbce4eda, #w-node-c1e7e55e-cec9-c952-9750-b93d3d3c9600-fbce4eda, #w-node-d58935a0-742a-8476-e21c-f2d3d8519deb-fbce4eda, #w-node-d58935a0-742a-8476-e21c-f2d3d8519ded-fbce4eda, #w-node-d58935a0-742a-8476-e21c-f2d3d8519def-fbce4eda, #w-node-d58935a0-742a-8476-e21c-f2d3d8519df3-fbce4eda, #w-node-_80bd8350-b476-0063-9b8b-4ff949ed82d6-b59430d5, #w-node-_8aa9a405-7b93-6217-8426-dcdeccf1a269-b59430d5, #w-node-_8aa9a405-7b93-6217-8426-dcdeccf1a280-b59430d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aa9a405-7b93-6217-8426-dcdeccf1a282-b59430d5, #w-node-_8aa9a405-7b93-6217-8426-dcdeccf1a288-b59430d5, #w-node-_8aa9a405-7b93-6217-8426-dcdeccf1a28e-b59430d5 {
  align-self: start;
}

#w-node-c068a2e5-6935-554b-0606-aff11d27cbe4-d996b964 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-aa4b75c4-ea50-cba5-caef-859c16c1b5d6-cd8033c6, #w-node-aa4b75c4-ea50-cba5-caef-859c16c1b5d6-8334e190 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aa4b75c4-ea50-cba5-caef-859c16c1b5d6-cd8033c6, #w-node-aa4b75c4-ea50-cba5-caef-859c16c1b5d6-8334e190 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


