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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Roboto, sans-serif;
  color: #24346c;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: KalistaSerifBold, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: KalistaSerifBold, sans-serif;
  color: #007ac9;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: KalistaSerifBold, sans-serif;
  color: #007ac9;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

a {
  color: #007ac9;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  padding-left: 25px;
  background-image: url('../images/bullet.svg');
  background-position: 0% 50%;
  background-size: auto 2px;
  background-repeat: no-repeat;
}

strong {
  font-weight: bold;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bg-video {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-logo-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  min-width: 400px;
  margin-top: 80px;
  margin-bottom: 25vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100vw;
  height: 80px;
  max-width: 100%;
  background-color: #007ac9;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-button {
  width: 80px;
  height: 80px;
  padding: 20px;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
}

.menu-button:hover {
  background-color: #24346c;
}

.menu-button.w--open {
  background-color: #24346c;
}

.hero-main-links-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-main-link-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22vw;
  height: 32vh;
  min-width: 275px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 20px 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
}

.hero-main-link-box:hover {
  border-bottom: 20px none #da3b15;
}

.hero-main-link {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: KalistaSerifBold, sans-serif;
  color: #007ac9;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.hero-main-link:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #da3b15;
  text-decoration: none;
}

.hero-main-link.decorative-text {
  margin-right: 5px;
  margin-left: 5px;
  color: #da3b15;
}

.hero-main-link.decorative-text:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-link-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-link-icon-box {
  height: 55%;
  min-height: 60px;
  margin-bottom: 10px;
}

.main-link-icon {
  height: 100%;
}

.nav-lang-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav-lang-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.nav-lang-link:hover {
  background-color: #24346c;
  text-decoration: none;
}

.nav-lang-link.decorative-text {
  padding: 0px;
}

.nav-lang-link.decorative-text:hover {
  background-color: transparent;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  min-width: 150px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.nav-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  z-index: 99;
  width: 100vw;
  max-width: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.light-grey {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: rgba(217, 217, 214, 0.25);
}

.section.map {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.section.h1-banner {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #da3b15;
}

.section.white-banner {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section.footer {
  padding-bottom: 10vh;
  border-top: 10px solid #da3b15;
  background-color: #007ac9;
}

.section.dark-blue {
  background-color: #24346c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 24, 32, 0.97)), to(rgba(16, 24, 32, 0.97))), url('../images/pedno_icone_blanc.svg');
  background-image: linear-gradient(180deg, rgba(16, 24, 32, 0.97), rgba(16, 24, 32, 0.97)), url('../images/pedno_icone_blanc.svg');
  background-position: 0px 0px, 10% 100%;
  background-size: auto, auto 60%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.small {
  padding-top: 10vh;
}

.section.small-margin {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.container {
  z-index: 99;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.relative {
  position: relative;
}

.intro-wrapper {
  margin-bottom: 60px;
}

.list-style1 {
  padding-left: 0px;
  list-style-type: none;
}

.list-item-style1 {
  margin-bottom: 10px;
  padding: 15px 15px 15px 45px;
  border-style: solid;
  border-width: 2px;
  border-color: #da3b15;
  background-image: url('../images/pedno_icone_blanc.svg');
  background-position: 15px 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
}

.link-block-2 {
  width: 175px;
  margin-bottom: 40px;
}

.footer-tel {
  padding: 5px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.footer-tel:hover {
  background-color: #24346c;
}

.footer-tel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-media-link {
  width: 50px;
  margin-left: 10px;
  background-color: #007ac9;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.footer-media-link:hover {
  background-color: #24346c;
}

.footer-nav {
  margin-bottom: 10px;
  padding: 5px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-nav:hover {
  background-color: #24346c;
}

.footer-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-home {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: KalistaSerifBold, sans-serif;
  color: #fff;
  font-size: 1.8vw;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.distributor-map {
  height: 60vh;
}

.form {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textfield {
  height: 80px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #74aee0;
  background-color: #fff;
  color: #da3b15;
  font-size: 20px;
  line-height: 1.3;
}

.textfield:hover {
  border-color: #007ac9;
}

.textfield:focus {
  border-style: solid;
  border-color: #007ac9;
}

.textfield::-webkit-input-placeholder {
  color: #74aee0;
}

.textfield:-ms-input-placeholder {
  color: #74aee0;
}

.textfield::-ms-input-placeholder {
  color: #74aee0;
}

.textfield::placeholder {
  color: #74aee0;
}

.textfield.search {
  min-width: 300px;
  margin-bottom: 0px;
  padding: 20px 30px;
  text-transform: uppercase;
}

.textfield.message {
  height: 200px;
  max-width: 100%;
}

.nav-burger-img {
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
}

.img-logos-accueil {
  width: 140px;
}

.h2-blue {
  margin-top: 0px;
  color: #007ac9;
  line-height: 1.6;
}

.h2-blue.small {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
}

.h2-blue.find-distributor {
  min-width: 350px;
  margin-bottom: 0px;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.big-submit {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.big-submit:hover {
  background-color: #24346c;
}

.arrow-search {
  width: 25px;
}

.container-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textfield-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-separator {
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
  background-color: #74aee0;
}

.footer-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-eckilink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footer-eckilink:hover {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #24346c;
}

.footer-smalltext {
  color: #fff;
  font-size: 13px;
}

.guarantees {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-guarantees {
  display: block;
  margin-top: 20px;
  padding: 21px;
  border-style: solid;
  border-width: 2px;
  border-color: #74aee0;
  color: #fff;
}

.guarantees-btn {
  position: absolute;
  top: -30px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #74aee0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.guarantees-btn:hover {
  background-color: #24346c;
}

.icon {
  position: static;
  margin: 0px 0px 0px 6px;
  font-size: 13px;
  text-decoration: none;
}

.icon:hover {
  text-decoration: none;
}

.copyright-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-menu {
  z-index: 999;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background-color: #007ac9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 122, 201, 0.95)), to(rgba(0, 122, 201, 0.95))), url('../images/pedno_icone-texture.svg');
  background-image: linear-gradient(180deg, rgba(0, 122, 201, 0.95), rgba(0, 122, 201, 0.95)), url('../images/pedno_icone-texture.svg');
  background-position: 0px 0px, 100% 26vh;
  background-size: auto, 800px;
  background-repeat: repeat, no-repeat;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.navlink:hover {
  background-color: #24346c;
}

.navlink.desktop {
  height: 100%;
  padding: 5px 10px;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.image-5 {
  width: 100%;
  height: 95%;
  max-width: 150px;
}

.nav-menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.footer-link {
  display: block;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  background-color: #24346c;
}

.garanties-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 30vh;
  max-width: 100%;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007ac9;
}

.page-header.a-propos {
  background-color: #007ac9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 122, 201, 0.94)), to(rgba(0, 122, 201, 0.94))), url('../images/texture-icons.svg');
  background-image: linear-gradient(180deg, rgba(0, 122, 201, 0.94), rgba(0, 122, 201, 0.94)), url('../images/texture-icons.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, repeat;
}

.page-header._404 {
  background-color: #007ac9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 122, 201, 0.94)), to(rgba(0, 122, 201, 0.94))), url('../images/texture-404.svg');
  background-image: linear-gradient(180deg, rgba(0, 122, 201, 0.94), rgba(0, 122, 201, 0.94)), url('../images/texture-404.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, repeat;
}

.page-header.contact {
  background-color: #007ac9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 122, 201, 0.94)), to(rgba(0, 122, 201, 0.94))), url('../images/texture-contact.svg');
  background-image: linear-gradient(180deg, rgba(0, 122, 201, 0.94), rgba(0, 122, 201, 0.94)), url('../images/texture-contact.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, repeat;
}

.page-header.vehicule {
  background-color: #007ac9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 122, 201, 0.94)), to(rgba(0, 122, 201, 0.94))), url('../images/entete-icones-vehicule-minier.svg');
  background-image: linear-gradient(180deg, rgba(0, 122, 201, 0.94), rgba(0, 122, 201, 0.94)), url('../images/entete-icones-vehicule-minier.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, repeat;
}

.page-header.chaines {
  background-color: #007ac9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 122, 201, 0.94)), to(rgba(0, 122, 201, 0.94))), url('../images/entete-icones-chaines-chenilles.svg');
  background-image: linear-gradient(180deg, rgba(0, 122, 201, 0.94), rgba(0, 122, 201, 0.94)), url('../images/entete-icones-chaines-chenilles.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, repeat;
}

.page-header.mecano-soudure {
  background-color: #007ac9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 122, 201, 0.94)), to(rgba(0, 122, 201, 0.94))), url('../images/entete-icones-mecano.svg');
  background-image: linear-gradient(180deg, rgba(0, 122, 201, 0.94), rgba(0, 122, 201, 0.94)), url('../images/entete-icones-mecano.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, repeat;
}

.section.dark {
  background-color: #fff;
}

.section.small {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.separator {
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
  background-color: #da3b15;
}

.separator.mg-bottom-60 {
  margin-bottom: 60px;
}

.list-item {
  margin-bottom: 5px;
  padding: 15px;
  border-left: 10px solid #da3b15;
  background-color: rgba(217, 217, 214, 0.25);
  background-image: none;
  color: #24346c;
  font-size: 22px;
}

.h1-page {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: KalistaSerifBold, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.column-14 {
  height: 200px;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.border-block {
  padding: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #da3b15;
}

.block-mission-bg {
  min-height: 200px;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/cible.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/cible.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.block-vision-bg {
  min-height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/oeil.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/oeil.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.container-90 {
  width: 90%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.header-container {
  width: 60%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.values-grid {
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.value-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #da3b15;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 59, 21, 0.94)), to(rgba(218, 59, 21, 0.94))), url('../images/pedno_icone-texture.svg');
  background-image: linear-gradient(180deg, rgba(218, 59, 21, 0.94), rgba(218, 59, 21, 0.94)), url('../images/pedno_icone-texture.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.vule-block-text {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-family: KalistaSerifBold, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.main-navlink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 275px;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
}

.main-navlink-icon-wrapper {
  width: 100px;
  margin-right: 20px;
}

.main-navlink-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45%;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navlink-text {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: KalistaSerifBold, sans-serif;
  color: #007ac9;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.main-navlink-text:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #da3b15;
  text-decoration: none;
}

.main-navlink-text.decorative {
  margin-right: 5px;
  margin-left: 5px;
  color: #da3b15;
}

.main-navlink-text.decorative:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007ac9;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
}

.btn:hover {
  background-color: #24346c;
}

.btn.no-margin {
  margin-right: 0px;
  margin-bottom: 0px;
}

.btn.alt {
  border-style: solid;
  border-width: 2px;
  border-color: #da3b15;
  background-color: transparent;
  color: #da3b15;
}

.btn.alt:hover {
  background-color: #da3b15;
  color: #fcfcfc;
}

.btn._3d {
  z-index: 2;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 20px 10px 70px;
  background-image: url('../images/icon-3d.svg');
  background-position: 20px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 18px;
}

.form-standard {
  width: 80%;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.big-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 20px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #da3b15;
  background-color: #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-decoration: none;
}

.big-btn:hover {
  background-color: #d7edff;
}

.big-btn.product {
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.big-btn.product:hover {
  background-color: #da3b15;
  color: #fff;
}

.big-btn.intranet {
  margin-bottom: 60px;
}

.big-btn-icon {
  width: 100px;
  margin-right: 20px;
}

.big-btn-text {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: KalistaSerifBold, sans-serif;
  color: #007ac9;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.big-btn-text:hover {
  text-decoration: none;
}

.contact-tel-span {
  margin-right: 10px;
  color: #007ac9;
}

.wrapper-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-standard {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
}

.p-standard.error {
  color: #da3b15;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.error-message {
  padding: 0px;
  background-color: transparent;
  color: #da3b15;
}

.contact-infos-links {
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: KalistaSerifBold, sans-serif;
  color: #24346c;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.contact-infos-links:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #da3b15;
}

.contact-infos-links.address {
  margin-right: auto;
  margin-left: auto;
}

.timeline-dropdown {
  z-index: 99;
  margin-bottom: 40px;
  background-color: #da3b15;
}

.timeline-dropdown-wrapper {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-width: 250px;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: KalistaSerifBold, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.timeline-dropdown-toggle:hover {
  background-color: #fdfdfd;
  color: #da3b15;
}

.timeline-dropdown-toggle.w--open {
  z-index: 1;
}

.timeline-big-year {
  position: relative;
  z-index: 1;
  margin-bottom: -115px;
  margin-left: -25vw;
  font-family: KalistaSerifBold, sans-serif;
  color: rgba(0, 122, 201, 0.4);
  font-size: 190px;
  line-height: 1.4;
  text-align: left;
}

.timeline-img {
  position: relative;
  z-index: 0;
  width: 600px;
  height: 300px;
  margin-bottom: -104px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-white {
  position: relative;
  z-index: 5;
  max-width: 800px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}

.timeline-event-title {
  position: static;
  z-index: 3;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: KalistaSerifBold, sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.timeline-slider {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: transparent;
}

.timeline-slide {
  height: 100%;
}

.timeline-slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow-wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow {
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 2px;
  border-color: #da3b15;
  border-radius: 100px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #da3b15;
  font-size: 36px;
}

.slider-arrow:hover {
  border-color: #fff;
  color: #fff;
}

.slider-arrow.alt:hover {
  border-color: #da3b15;
  background-color: #da3b15;
}

.slide-nav {
  display: none;
}

.timeline-red-line {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: #da3b15;
}

.timeline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-red-dot {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #da3b15;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.timeline-red-dot:hover {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.timeline-red-dot.current {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.timeline-white-dot {
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background-color: #fff;
  opacity: 0;
}

.timeline-white-dot.active {
  opacity: 1;
}

.timeline-dropdown-list {
  z-index: 0;
  background-color: #da3b15;
}

.timeline-dropdown-link {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: KalistaSerifBold, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.timeline-dropdown-link:hover {
  background-color: #fff;
  color: #da3b15;
}

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

.big-list-2 {
  height: 70%;
  padding-left: 0px;
  font-size: 18px;
  line-height: 1.7;
  list-style-type: none;
}

.column-center {
  padding-right: 10px;
  padding-left: 10px;
}

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

.p-big-text {
  margin-bottom: 60px;
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
}

.h2-column-title {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 30px;
  font-family: KalistaSerifBold, sans-serif;
  color: #007ac9;
  font-weight: 700;
  text-align: left;
}

.minautor-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-family: KalistaSerifBold, sans-serif;
  color: rgba(0, 122, 201, 0.3);
  font-size: 170px;
  line-height: 1.4;
  text-align: left;
}

.minautor-img-1 {
  position: relative;
  z-index: 3;
  width: 550px;
  height: 300px;
  margin-bottom: -130px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dimensions-table {
  margin-bottom: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.table-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007ac9;
  font-family: KalistaSerifBold, sans-serif;
  color: #fff;
}

.text-block-3 {
  color: #fff;
}

.table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  background-color: #f5f5f5;
  color: #24346c;
  font-size: 16px;
}

.table-cell.bold {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f5f5f5;
  font-weight: 700;
}

.table-cell.bold.sub {
  padding-left: 30px;
}

.table-cell.small-text {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: none;
  background-color: transparent;
  font-size: 14px;
}

.text-block-4 {
  margin-right: 20px;
}

.characteristics-table {
  margin-bottom: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.footer-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.columns-nomargin.footer {
  margin-bottom: 10px;
}

.h2-white {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 800px;
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-border-block {
  margin-bottom: 30px;
}

.columns-border-block.last {
  margin-bottom: 0px;
}

.small-text {
  font-size: 14px;
}

.text-dark-section {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 800px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}

.content-section {
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 1.6;
}

.content-section.no-margin {
  margin-bottom: 0px;
}

.content-section.small-margin {
  margin-bottom: 20px;
}

.comlumn-nav {
  padding-right: 0px;
  padding-left: 0px;
}

.comlumn-nav.center {
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}

.nav-menu-white-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.columns-nav {
  width: 100%;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.job-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #da3b15;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  text-decoration: none;
}

.job-title {
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.collection-list-wrapper-2 {
  width: 80%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horaire {
  color: #74aee0;
}

.horaire.job-page {
  margin-bottom: 40px;
}

.btn-alt-icon {
  width: 30px;
  height: 30px;
}

.nav-menu-container {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-container.bottom {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-job-title {
  margin-bottom: 0px;
}

.contact-map {
  width: 100vw;
  height: 60vh;
  max-width: 100%;
}

.slider-arrow-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-right: -20px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-blue-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chaines-title {
  position: relative;
  z-index: 1;
  margin-bottom: -85px;
  font-family: KalistaSerifBold, sans-serif;
  color: rgba(0, 122, 201, 0.3);
  font-size: 170px;
  line-height: 1.4;
  text-align: center;
}

.columns-2 {
  margin-bottom: 20px;
}

.product-image {
  z-index: 1;
  width: 100%;
  height: 300px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-image.page-chenilles {
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-image.product-page {
  margin-bottom: 20px;
}

.product-image.chenilles-detailed-list {
  height: 250px;
  margin-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.product-title {
  font-family: KalistaSerifBold, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.product-title.catalog {
  margin-bottom: 20px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-checklist-item {
  padding-bottom: 20px;
}

.products-category-chains {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007ac9;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: KalistaSerifBold, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}

.products-category-chains:hover {
  background-color: #24346c;
}

.products-category-chains._1 {
  background-image: url('../images/Chaines-a-anneaux.jpg');
  background-position: 50% 50%;
  background-size: 140%;
}

.products-category-chains._1:hover {
  background-image: url('../images/chaines-anneaux-hover.jpg');
}

.products-category-chains._2 {
  background-image: url('../images/chaines-losange.jpg');
  background-position: 50% 50%;
  background-size: 140%;
  background-repeat: no-repeat;
}

.products-category-chains._2:hover {
  background-image: url('../images/chaines-losange-hover.jpg');
}

.products-category-chains._3 {
  background-image: url('../images/chaines-losanges-BC.jpg');
  background-position: 50% 50%;
  background-size: 140%;
}

.products-category-chains._3:hover {
  background-image: url('../images/chaines-losanges-BC-hover.jpg');
}

.products-category-chains._4 {
  background-image: url('../images/xtreme-steel.jpg');
  background-position: 50% 50%;
  background-size: 140%;
  background-repeat: no-repeat;
}

.products-category-chains._4:hover {
  background-image: url('../images/xtreme-steel-hover.jpg');
  background-position: 50% 50%;
}

.container-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #da3b15;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  text-decoration: none;
}

.product-column-left {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-column-left.product-chenille {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.product-page-title {
  font-size: 22px;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox-pieces {
  position: absolute !important;
}

.checkbox {
  position: static;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin: 0px 10px 0px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #74aee0;
  border-radius: 0px;
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  width: 30px;
  height: 30px;
  margin: 0px 10px 0px 0px;
  border-color: #da3b15;
  background-color: #da3b15;
  background-image: url('../images/check.svg');
  background-size: 16px;
}

.checkbox.w--redirected-focus {
  width: 30px;
  height: 30px;
  margin: 0px 10px 0px 0px;
  border-width: 2px;
  border-color: #74aee0;
  box-shadow: none;
}

.checkbox-label-2 {
  display: none;
  margin-bottom: 0px;
  color: #74aee0;
  font-size: 19px;
  line-height: 1.2;
}

.checkbox-label-2.hide {
  display: none;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-wrapper.chenilles {
  margin-bottom: 0px;
}

.checkbox-columns {
  margin-bottom: 40px;
}

.form-label {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
}

.image-with-border {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 10px;
  border-color: #da3b15;
  -o-object-fit: cover;
  object-fit: cover;
}

.cut-corner-top {
  position: absolute;
  left: auto;
  top: -1px;
  right: -1px;
  bottom: auto;
  z-index: 5;
  width: 100px;
  height: 62px;
  background-image: url('../images/cut-corner.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-with-cut-corners {
  position: relative;
}

.cut-corner-bottom {
  position: absolute;
  left: -1px;
  top: auto;
  right: auto;
  bottom: -1px;
  z-index: 5;
  width: 100px;
  height: 62px;
  background-image: url('../images/cut-corner.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cut-corner-square-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
}

.columns-margin {
  position: relative;
  margin-bottom: 60px;
}

.columns-margin.product-page-chenilles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  border-bottom: 2px solid #da3b15;
}

.mecano-title {
  position: relative;
  z-index: 1;
  margin-bottom: -288px;
  font-family: KalistaSerifBold, sans-serif;
  color: rgba(0, 122, 201, 0.3);
  font-size: 170px;
  line-height: 1.4;
  text-align: center;
}

.content-img {
  position: relative;
  z-index: 0;
  display: block;
  width: 80%;
  max-height: 550px;
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-img.large {
  max-width: none;
}

.product-checklist-collection-wrapper {
  margin-bottom: 60px;
}

.list-logos-accueil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-logos-accueil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-category-tracks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007ac9;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: KalistaSerifBold, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}

.products-category-tracks:hover {
  background-color: #24346c;
}

.products-category-tracks.transporter {
  background-image: url('../images/transporteur.svg');
  background-position: 50% 50%;
  background-size: 330px;
  background-repeat: no-repeat;
}

.products-category-tracks.transporter-light {
  background-image: url('../images/transporteur.svg');
  background-position: 50% 50%;
  background-size: 270px;
  background-repeat: no-repeat;
}

.products-category-tracks.abbateuse {
  background-image: url('../images/abbatteuse.svg');
  background-position: 50% 50%;
  background-size: 350px;
  background-repeat: no-repeat;
}

.products-category-tracks.skidder {
  background-image: url('../images/skidder.svg');
  background-position: 50% 50%;
  background-size: 350px;
  background-repeat: no-repeat;
}

.product-checklist-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #74aee0;
}

.product-checklist {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-item-products {
  width: 33.33%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.product-image-list {
  z-index: 1;
  width: 100%;
  height: 300px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog-subsection {
  margin-bottom: 40px;
  color: #24346c;
  font-size: 18px;
}

.photo-slider {
  width: 80%;
  height: 40vh;
  max-height: 550px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  background-color: #fff;
}

.slide-1 {
  background-image: url('../images/chung-hei-2kbxk9Ww_IY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/chung-hei-2kbxk9Ww_IY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.piece-img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.checkbox-column-left {
  padding-right: 5px;
  padding-left: 0px;
}

.checkbox-column-right {
  padding-right: 0px;
  padding-left: 5px;
}

.checkbox-wrapper-border {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px 20px 20px 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #74aee0;
}

.text-block-8 {
  font-size: 16px;
}

.catalog-item-block {
  border-style: solid;
  border-width: 2px;
  border-color: #da3b15;
}

.select {
  height: 80px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #74aee0;
  background-color: #fff;
  color: #da3b15;
  font-size: 20px;
  line-height: 1.3;
}

.select:hover {
  border-color: #007ac9;
}

.select:focus {
  border-style: solid;
  border-color: #007ac9;
}

.select::-webkit-input-placeholder {
  color: #74aee0;
}

.select:-ms-input-placeholder {
  color: #74aee0;
}

.select::-ms-input-placeholder {
  color: #74aee0;
}

.select::placeholder {
  color: #74aee0;
}

.select.search {
  min-width: 300px;
  margin-bottom: 0px;
  padding: 20px 30px;
  text-transform: uppercase;
}

.select.message {
  height: 200px;
  max-width: 100%;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-checklist-col1 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-checklist-col1.product-chenille {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-checklist-col2 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-checklist-col2.product-chenille {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-checklist-col2-image {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-checklist-col2-image.product-chenille {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-checklist-col-text {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-checklist-col-text.product-chenille {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-checklist-title {
  margin-bottom: 10px;
  font-size: 22px;
}

.machine-type-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.machine-type-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.machine-type-icon-block.less-than-16tons {
  padding-right: 14px;
  padding-left: 14px;
}

.machine-type-icon-off {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.machine-type-icon-on {
  width: 100%;
  height: 100%;
}

.machine-type-icon-on.transport-less16tons {
  width: 80%;
  height: 80%;
}

.product-gauge-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-gauge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 4px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #da3b15;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.gauge-dot {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border-radius: 20px;
  background-color: #c22c09;
}

.gauge-dot.filled {
  background-color: #fff;
}

.intranet-category-block {
  margin-bottom: 60px;
}

.checkbox-label {
  margin-bottom: 10px;
  color: #24346c;
  font-size: 20px;
  line-height: 1.2;
}

.checkbox-label.hide {
  display: none;
}

.checkbox-label-infos {
  margin-bottom: 5px;
  color: #74aee0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.checkbox-label-infos.hide {
  display: none;
}

.checkbox-label-infos.brand {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 22px;
  }

  .hero-main-link-box {
    width: 30vw;
    min-width: auto;
  }

  .hero-main-link {
    font-size: 24px;
  }

  .section {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .list-item-style1 {
    font-size: 22px;
  }

  .h1-home {
    font-size: 20px;
  }

  .navlink {
    font-size: 18px;
  }

  .nav-menu-desktop {
    display: none;
  }

  .h1-page {
    font-size: 28px;
  }

  .values-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-navlink {
    min-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-navlink-text {
    font-size: 16px;
  }

  .contact-infos-links {
    font-size: 22px;
  }

  .timeline-big-year {
    margin-left: 0vw;
  }

  .slider-arrow.alt {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .p-big-text {
    font-size: 32px;
  }

  .minautor-title {
    font-size: 100px;
  }

  .minautor-img-1 {
    margin-bottom: -75px;
  }

  .columns-nomargin {
    margin-bottom: 60px;
  }

  .chaines-title {
    font-size: 100px;
  }

  .product-image {
    height: 200px;
  }

  .product-image.chenilles-detailed-list {
    height: 200px;
  }

  .image-with-cut-corners {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .mecano-title {
    margin-bottom: -200px;
    font-size: 100px;
  }

  .product-image-list {
    height: 200px;
  }

  .product-checklist-col1 {
    width: 8%;
  }

  .product-checklist-col2 {
    width: 92%;
  }

  .product-checklist-col2-image {
    width: 35%;
  }

  .product-checklist-col-text {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  .hero-logo-wrapper {
    width: 50%;
    min-width: 300px;
    margin-top: 80px;
    margin-bottom: 140px;
  }

  .hero-main-links-wrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .hero-main-link-box {
    width: 30%;
    height: auto;
    min-width: 350px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-main-link {
    font-size: 16px;
  }

  .main-link-text-box {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-link-icon-box {
    width: 60px;
    height: auto;
    min-height: auto;
    min-width: 60px;
    margin-right: 10px;
  }

  .section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .list-style1 {
    margin-bottom: 40px;
  }

  .list-item-style1 {
    font-size: 20px;
  }

  .footer-tel-wrapper {
    margin-bottom: 20px;
  }

  .footer-media-link.first {
    margin-left: 0px;
  }

  .footer-nav-wrapper {
    margin-bottom: 10px;
  }

  .h1-home {
    font-size: 16px;
  }

  .textfield.search {
    min-width: 200px;
  }

  .h2-blue.find-distributor {
    min-width: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .container-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-separator {
    margin-bottom: 20px;
  }

  .footer-column-right {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-column-right.credits {
    margin-bottom: 0px;
  }

  .footer-eckilink {
    margin-left: -5px;
  }

  .guarantees-btn {
    position: relative;
    top: auto;
  }

  .copyright-columns {
    display: block;
    margin-bottom: 20px;
  }

  .navlink {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .garanties-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list-item {
    font-size: 20px;
  }

  .vule-block-text {
    font-size: 14px;
  }

  .main-navlink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .btn {
    margin-right: 0px;
  }

  .form-standard {
    width: 100%;
  }

  .big-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .big-btn-icon {
    margin-right: 0px;
  }

  .big-btn-text {
    font-size: 14px;
  }

  .contact-infos-links {
    font-size: 20px;
  }

  .timeline-big-year {
    margin-bottom: -44px;
    font-size: 120px;
  }

  .p-white {
    font-size: 16px;
  }

  .timeline-event-title {
    max-width: 300px;
  }

  .timeline-slider {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-arrow-wrapper-left {
    width: 50px;
    height: 300px;
    margin-top: 0px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

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

  .big-list-2 {
    margin-bottom: 0px;
  }

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

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

  .p-big-text {
    font-size: 24px;
  }

  .h2-column-title {
    font-size: 20px;
  }

  .minautor-title {
    margin-bottom: 20px;
    font-size: 15vw;
  }

  .minautor-img-1 {
    margin-bottom: -11vw;
  }

  .table-top {
    font-size: 12px;
  }

  .table-cell {
    font-size: 14px;
  }

  .text-dark-section {
    width: auto;
    font-size: 16px;
  }

  .content-section {
    font-size: 16px;
  }

  .nav-menu-white-section {
    height: auto;
    margin-bottom: 0px;
  }

  .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-title {
    font-size: 18px;
  }

  .div-block-25 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-container {
    width: 100%;
    height: 100%;
  }

  .column-empty {
    display: none;
  }

  .icon-3 {
    position: static;
  }

  .slider-arrow-wrapper-right {
    width: 50px;
    height: 300px;
    margin-top: 0px;
  }

  .nav-menu-blue-section {
    height: 80vh;
  }

  .chaines-title {
    margin-bottom: 20px;
    font-size: 15vw;
  }

  .product-image {
    margin-bottom: 20px;
  }

  .product-image.page-chenilles {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .product-image.chenilles-detailed-list {
    height: 300px;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .container-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-column-left {
    margin-bottom: 60px;
    padding-right: 0px;
  }

  .product-column-left.product-chenille {
    padding-right: 20px;
  }

  .product-column-left.product-chenille {
    margin-bottom: 0px;
  }

  .product-page-title {
    font-size: 18px;
  }

  .checkbox {
    position: static;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    width: 25px;
    height: 25px;
    min-height: 25px;
    min-width: 25px;
    margin-bottom: 20px;
  }

  .checkbox.w--redirected-checked {
    width: 20px;
    height: 20px;
    background-size: 14px;
  }

  .checkbox-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .mecano-title {
    font-size: 15vw;
  }

  .content-img {
    margin-bottom: 40px;
  }

  .content-img.large {
    width: 100%;
  }

  .item-logos-accueil {
    width: 50%;
  }

  .col-item-products {
    width: 100%;
  }

  .photo-slider {
    height: 300px;
  }

  .piece-img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }

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

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

  .checkbox-wrapper-border {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .select.search {
    min-width: 200px;
  }

  .product-checklist-col1 {
    padding-right: 20px;
  }

  .product-checklist-col1.product-chenille {
    padding-right: 20px;
  }

  .product-checklist-col1.product-chenille {
    margin-bottom: 0px;
  }

  .product-checklist-col2 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-checklist-col2.product-chenille {
    padding-right: 20px;
  }

  .product-checklist-col2.product-chenille {
    margin-bottom: 0px;
  }

  .product-checklist-col2-image {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .product-checklist-col2-image.product-chenille {
    padding-right: 20px;
  }

  .product-checklist-col2-image.product-chenille {
    margin-bottom: 0px;
  }

  .product-checklist-col-text {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .product-checklist-col-text.product-chenille {
    padding-right: 20px;
  }

  .product-checklist-col-text.product-chenille {
    margin-bottom: 0px;
  }

  .product-checklist-title {
    font-size: 18px;
  }

  .machine-type-icon-block {
    width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .hero-logo-wrapper {
    min-width: 200px;
  }

  .nav-container {
    margin-right: 0px;
    margin-left: 18px;
  }

  .hero-main-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }

  .hero-main-link-box {
    width: 100px;
    height: 130px;
    min-width: auto;
    margin-right: 5px;
    margin-bottom: 0px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-main-link {
    font-size: 12px;
    line-height: 1.6;
  }

  .hero-main-link.decorative-text {
    height: 2px;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 5px;
    background-color: #da3b15;
    color: transparent;
    font-size: 10px;
  }

  .main-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-link-wrapper.nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-link-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-link-icon-box {
    width: 60%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .nav-lang-link {
    font-size: 14px;
  }

  .brand {
    min-width: 100px;
  }

  .brand.w--current {
    width: 30%;
    min-width: 100px;
  }

  .section.light-grey {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.h1-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .textfield {
    font-size: 16px;
  }

  .textfield.search {
    min-width: 180px;
  }

  .container-search {
    width: 90%;
  }

  .nav-menu.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 122, 201, 0.95)), to(rgba(0, 122, 201, 0.95))), url('../images/pedno_icone-texture.svg');
    background-image: linear-gradient(180deg, rgba(0, 122, 201, 0.95), rgba(0, 122, 201, 0.95)), url('../images/pedno_icone-texture.svg');
    background-position: 0px 0px, 70% 26vh;
  }

  .h1-page {
    font-size: 24px;
  }

  .values-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .main-navlink-icon-wrapper {
    width: 60px;
  }

  .main-navlink-text {
    font-size: 14px;
  }

  .btn {
    font-size: 16px;
    text-align: center;
  }

  .timeline-big-year {
    font-size: 100px;
  }

  .timeline-event-title {
    max-width: 220px;
  }

  .timeline-slider {
    width: 90%;
  }

  .slider-arrow-wrapper-left {
    margin-left: -10px;
  }

  .timeline-red-dot {
    width: 10px;
    height: 10px;
  }

  .timeline-white-dot.active {
    width: 4px;
    height: 4px;
  }

  .minautor-img-1 {
    margin-bottom: -14vw;
  }

  .table-top {
    font-size: 10px;
  }

  .table-cell {
    padding-right: 0px;
    padding-left: 5px;
    font-size: 12px;
  }

  .h2-white {
    width: 100%;
  }

  .content-section {
    margin-bottom: 40px;
  }

  .slider-arrow-wrapper-right {
    margin-right: -10px;
  }

  .product-image {
    height: 250px;
  }

  .product-image.chenilles-detailed-list {
    height: 300px;
  }

  .product-checklist-item {
    width: 100%;
  }

  .container-block {
    padding: 20px;
  }

  .product-column-left.product-chenille {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .product-column-left.product-chenille {
    margin-bottom: 0px;
  }

  .product-page-title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .checkbox {
    left: 10px;
    top: 10px;
  }

  .columns-margin.product-page-chenilles {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mecano-title {
    margin-bottom: -100px;
  }

  .product-checklist-block {
    padding: 10px;
  }

  .col-item-products {
    width: 100%;
  }

  .product-image-list {
    height: 250px;
  }

  .photo-slider {
    width: 90%;
    margin-bottom: 40px;
  }

  .checkbox-wrapper-border {
    padding: 10px 10px 10px 40px;
  }

  .select {
    font-size: 16px;
  }

  .select.search {
    min-width: 180px;
  }

  .product-checklist-col1.product-chenille {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .product-checklist-col1.product-chenille {
    margin-bottom: 0px;
  }

  .product-checklist-col2 {
    margin-bottom: 20px;
  }

  .product-checklist-col2.product-chenille {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .product-checklist-col2.product-chenille {
    margin-bottom: 0px;
  }

  .product-checklist-col2-image.product-chenille {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .product-checklist-col2-image.product-chenille {
    margin-bottom: 0px;
  }

  .product-checklist-col-text {
    margin-bottom: 20px;
  }

  .product-checklist-col-text.product-chenille {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .product-checklist-col-text.product-chenille {
    margin-bottom: 0px;
  }

  .product-checklist-title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .machine-type-icon-block {
    width: 60px;
  }

  .machine-type-icon-block.less-than-16tons {
    padding-right: 8px;
    padding-left: 8px;
  }

  .product-gauge {
    font-size: 14px;
  }

  .gauge-dot {
    width: 14px;
    height: 14px;
  }
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df585-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e5c6a703-280d-d9d7-ef15-e2b54cf4e00e-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df594-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e36b07ce-b578-7efd-7b92-d736a490c402-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df59a-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d56b6e09-b094-9e97-cb8d-f7ff81c15ecd-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5a0-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6dbbbceb-8d6c-2bac-0c03-14d6324f39dd-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5a6-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-be83ec8a-d402-c0e1-ecfb-3133cdd49f9b-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5ac-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_58672182-9404-8909-62f3-6b360045196b-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5b2-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d6501647-c3bc-b702-15f1-b722a40c4f8c-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5b8-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e3ccc9c6-c61f-553d-66a7-6172d34a2fc0-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5c7-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_307ddd44-b8a4-19f2-acdb-c5fa8c6b214b-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5db-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5de-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5ed-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5f0-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5f6-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c6697f70-d976-dc58-7d1e-dc11df8907df-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df5fc-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_59a2fed5-da78-9fa1-cd2a-66fc3e53eb7c-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df602-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c7e65e26-dd6a-1f38-6d33-efeb086d0b3f-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df608-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b28d1da4-8e9c-aca6-bac3-5dc6ed6117ad-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df60e-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f0f475e4-a24c-0d4d-95a2-5a5d5fc300b6-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df614-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_09b3f197-1c25-4a01-2bbd-c11d108a2ef6-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df61a-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_82a1712d-cb3a-84ee-a554-3254ec6e17dd-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df620-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1bb02de3-e8a2-4fab-58d3-4d3ed612245e-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df626-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_745447cf-fa96-34ff-21fc-16cb6ff16b32-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df62c-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0fc703bf-0f5c-cb3a-b416-6d80a10599ad-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df632-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b4ade452-61b4-1903-4960-0d9978f0241a-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d17b1432-0c24-b9ad-ffbf-2e4cbb4df635-b8be4730 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@font-face {
  font-family: 'KalistaSerifBold';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
