.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 85vh;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  background-color: #015c79;
  background-image: url('../images/image-hero-nivelaxe.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px 40px;
  -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;
  background-color: #e7e8e9;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.logo-nivelaxe-menu {
  width: 250px;
  height: 100px;
  margin-right: 60px;
}

.logo-nivelaxe-menu.w--current {
  width: 250px;
  height: 100px;
  margin-right: 60px;
  background-image: url('../images/nivelaxe-logo-web.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.div-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-menu {
  font-family: korolev, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-menu.footer-menu {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 130%;
}

.link-menu.footer-menu:hover {
  color: #e4a130;
}

.lien-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 0px solid #000;
}

.lien-menu:hover {
  border-bottom: 1px solid #e4a130;
  border-top-width: 1px;
  border-top-color: #e4a130;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-left: 0px;
  -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;
}

.outil-arpentage-header {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: bottom 175ms ease;
  transition: bottom 175ms ease;
}

.outil-arpentage-header.mobile {
  display: none;
}

.texte-header-home {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: korolev, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
}

.sous-texte-header-home {
  margin-left: 0px;
  padding-top: 10px;
  font-family: korolev, sans-serif;
  color: #e4a130;
  font-size: 30px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-4 {
  margin-bottom: 0px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.div-block-5 {
  margin-top: 25px;
  margin-bottom: 130px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-6 {
  height: 1px;
  background-color: #e4a130;
  color: #e4a130;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph {
  margin-bottom: 15px;
  font-family: korolev, sans-serif;
  color: #526c74;
  font-size: 18px;
  line-height: 130%;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph.autres-pages {
  color: #526c74;
  text-align: left;
}

.h1-home {
  margin-bottom: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #e4a130;
  font-family: korolev, sans-serif;
  color: #015c79;
  font-size: 46px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h1-home.footer {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.h1-home.pied-de-page {
  border-width: 0px;
}

.h1-home.autres-pages {
  margin-top: 0px;
  border-top-color: #e4a130;
  border-bottom-color: #e4a130;
  text-align: left;
}

.h1-home.placeholder {
  margin-top: 30px;
  color: #e4a130;
  font-size: 40px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.div-block-9 {
  position: absolute;
  left: 12.5%;
  top: 13%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 260px;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 140px;
  background-color: #015c79;
  background-image: url('../images/pastille-constuction.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-9.leve-technique {
  background-image: url('../images/pastille-leve-technique.jpg');
}

.div-block-9.plan-impression {
  background-image: url('../images/pastille-impression-plan.jpg');
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: korolev-compressed, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.patillle-services-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin: 30px 40px;
  padding-top: 0px;
  padding-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-mire {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.image-mire:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.bouton-mire {
  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;
  background-color: transparent;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px 40px 80px;
  -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;
  background-color: #000;
}

.footer.placeholder {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paragraph-2 {
  font-family: korolev, sans-serif;
  color: #008ab6;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #e4a130;
}

.link-2.placeholder {
  text-align: left;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-11.placeholder {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block {
  margin-top: 43px;
  font-family: korolev, sans-serif;
  color: #fff;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  color: #e4a130;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  -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: #015c79;
  background-image: url('../images/terrain-wireframe-white30.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bouton {
  width: 85%;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: rgba(1, 92, 121, 0.78);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.bouton:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.heading-2 {
  margin-bottom: 20px;
  font-family: korolev-compressed, sans-serif;
  color: #e4a130;
  font-size: 38px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-toggle {
  display: none;
}

.dropdown-toggle.w--open {
  display: block;
}

.dropdown {
  display: none;
}

.section-5 {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #015c79;
}

.section-6 {
  height: auto;
  padding: 100px 40px;
  background-color: #ebedee;
  background-image: url('../images/terrain-wireframe-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-texte-pages-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.div-texte-pages-reg.equipe {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-nav-2 {
  display: none;
  font-size: 8px;
}

.right-arrow-2 {
  display: block;
}

.slide {
  border-radius: 10px;
  background-image: url('../images/flotte-vehicules.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._3 {
  background-image: url('../images/chantier-train-de-lest.jpg');
}

.slide._2 {
  background-image: url('../images/employe-chantier.jpg');
}

.slide._5 {
  background-image: url('../images/slider-a-propos-mur-installation.jpg');
}

.slide._4 {
  background-image: url('../images/slider-a-propos-vis-panneau.jpg');
}

.left-arrow-2 {
  display: block;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  min-height: 450px;
  min-width: 450px;
  margin-top: 0px;
  margin-left: 40px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-14.placeholder {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -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;
}

.image {
  display: block;
}

.text-block-2 {
  width: 150px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: korolev, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-16.placeholder {
  width: 33%;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-membre-equipe {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  padding-right: 0px;
  border-radius: 100px;
  background-color: #015c79;
}

.heading-3 {
  font-family: korolev, sans-serif;
  color: #015c79;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-3 {
  margin-bottom: 9px;
  padding-bottom: 0px;
  font-family: korolev, sans-serif;
  color: #526c74;
  font-size: 18px;
  font-weight: 300;
}

.link-4 {
  font-family: korolev, sans-serif;
  color: #526c74;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-4:hover {
  color: #e4a130;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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;
  background-color: #015c79;
  background-image: url('../images/terrain-wireframe-white30.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-2 {
  width: 350px;
}

.paragraph-3 {
  font-family: korolev, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.div-block-21 {
  width: 350px;
}

.link-5 {
  color: #e4a130;
}

.icon {
  color: rgba(255, 255, 255, 0.66);
  font-size: 24px;
}

.icon-2 {
  color: rgba(255, 255, 255, 0.66);
  font-size: 24px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0px;
  padding-right: 20px;
  padding-left: 30px;
  -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;
  border-left: 1px solid #fff;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .div-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link-menu.burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-menu.burger:hover {
    color: #015c79;
  }
  .link-menu.footer-menu {
    font-size: 15px;
  }
  .lien-menu {
    display: none;
  }
  .texte-header-home {
    font-size: 47px;
  }
  .sous-texte-header-home {
    font-size: 30px;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph.autres-pages.equipe {
    margin-bottom: 37px;
  }
  .bouton-mire {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .link-2 {
    font-size: 17px;
  }
  .div-block-11 {
    width: 100%;
  }
  .bouton {
    height: auto;
    padding-right: 56px;
    padding-left: 56px;
  }
  .heading-2 {
    margin-bottom: 20px;
  }
  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
    transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
    transition: flex 200ms ease;
    transition: flex 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex 200ms ease, -ms-flex 200ms ease;
  }
  .dropdown-toggle:active {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .dropdown-toggle.w--open {
    padding: 0px;
  }
  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    max-height: 40px;
    max-width: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: padding 200ms ease;
    transition: padding 200ms ease;
  }
  .div-block-12:active {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-12:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-13 {
    width: 50px;
    height: 5px;
    max-height: none;
    max-width: none;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 8px;
    background-color: #e4a130;
  }
  .div-block-13:active {
    width: 50px;
    max-height: none;
    max-width: none;
  }
  .dropdown-list {
    width: 60.890625px;
  }
  .dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 250px;
    margin-top: 50px;
    padding-right: 13px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #e4a130;
  }
  .div-texte-pages-reg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-2 {
    width: auto;
    height: 600px;
    min-height: auto;
    margin-left: 0px;
  }
  .div-block-14 {
    height: auto;
  }
  .div-block-16 {
    width: 33%;
  }
  .div-block-17 {
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-18 {
    width: 100%;
    margin-bottom: 25px;
  }
  .div-block-22 {
    padding-top: 30px;
    padding-left: 20px;
    border-top: 1px solid #fff;
    border-left-width: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    overflow: hidden;
    height: auto;
  }
  .section-2 {
    padding: 60px 30px;
  }
  .div-block-2 {
    display: block;
    height: auto;
  }
  .outil-arpentage-header {
    display: none;
  }
  .outil-arpentage-header.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .texte-header-home {
    font-size: 40px;
  }
  .sous-texte-header-home {
    font-size: 26px;
  }
  .div-block-5 {
    margin-bottom: 20px;
  }
  .footer {
    padding: 60px 30px;
  }
  .div-block-11 {
    -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;
  }
  .div-texte-pages-reg.equipe {
    padding-bottom: 0px;
  }
  .slider-2 {
    height: 500px;
    min-width: auto;
  }
  .div-block-14 {
    width: auto;
    height: auto;
    margin-top: 32px;
  }
  .div-block-15 {
    display: none;
  }
  .div-block-16 {
    width: auto;
  }
  .div-block-16.placeholder {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 85vh;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-2 {
    padding: 40px 10px;
  }
  .logo-nivelaxe-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    min-width: 200px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-nivelaxe-menu.w--current {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 200px;
    height: 100px;
    min-width: 200px;
    margin-right: 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;
    background-image: none;
  }
  .div-menu {
    height: 125px;
  }
  .outil-arpentage-header.mobile {
    padding-right: 40px;
    padding-left: 40px;
  }
  .texte-header-home {
    text-align: center;
  }
  .sous-texte-header-home {
    text-align: center;
  }
  .h1-home {
    font-size: 40px;
  }
  .div-block-9 {
    left: 13%;
    top: 18.5%;
    width: 220px;
    height: 220px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    font-size: 30px;
  }
  .patillle-services-home {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image-mire {
    display: block;
  }
  .bouton-mire {
    -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;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block {
    text-align: center;
  }
  .heading-2 {
    font-size: 33px;
  }
  .dropdown-list.w--open {
    width: 250px;
    margin-top: 57px;
  }
  .section-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-6 {
    padding: 60px 20px;
  }
  .slider-2 {
    height: 350px;
  }
  .div-block-18 {
    height: auto;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-19 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-20 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-membre-equipe {
    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;
  }
  .div-block-21 {
    width: 300px;
  }
}

