.body {
  font-family: Merriweather, sans-serif;
  font-size: 0.9em;
  line-height: 1.2;
}

.note {
  font-size: 1em;
  line-height: 1;
  font-style: italic;
}

.txt-small {
  font-family: Karla, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

.txt-cap {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Karla, sans-serif;
  color: #858589;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.wrap-btn {
  display: inline-block;
  height: 90px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.wrap-btn.wrap-btn-popup {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 0%;
}

.wrap-btn.wrap-btn-strategy {
  margin-top: -19px;
}

.wrap-btn.margin-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wrap-btn.margin-left:hover {
  padding-left: 0px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.wrap-btn.margin-left.wrap-btn-contact-menu {
  margin-bottom: auto;
}

.wrap-btn.margin-left.wrap-btn-contact-menu.btn-t {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
}

.txt-big {
  font-size: 1.7em;
  line-height: 1.4;
}

.list {
  font-family: Karla, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.list-item {
  line-height: 1.4;
}

.bold {
  font-weight: 700;
}

.div-block-2 {
  padding: 66px;
}

.link {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  color: #17375e;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 700;
  cursor: default;
}

.link.link-popup-energie {
  margin-top: -10px;
}

.tagline {
  font-family: Karla, sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h4 {
  margin-bottom: 40px;
  font-family: Karla, sans-serif;
  font-size: 2em;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.h4.h4-absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 0%;
  font-size: 1.4em;
  text-align: right;
}

.wrap-social {
  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;
}

.txt {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #414141;
  font-size: 16px;
  line-height: 1.4;
  list-style-type: none;
}

.txt.txt-footer {
  color: #fff;
  font-size: 0.8em;
}

.txt.txt-footer.adesse-no-display {
  display: none;
}

.txt.txt-long {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  margin-bottom: 16px;
  text-align: left;
}

.txt.txt-long.inline {
  left: auto;
  top: 40px;
  right: auto;
  display: block;
  overflow: auto;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt.txt-long.color-txt-white {
  color: #fff;
  font-size: 20px;
}

.txt.txt-border {
  border-bottom: 2px dashed #43899b;
}

.txt.txt-card-border {
  border-top: 2px solid #43899b;
}

.txt.last-txt-margin {
  margin-bottom: 10px;
}

.txt.white-txt {
  color: #fff;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 35px;
  -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: 25px;
  background-color: #414141;
  background-image: -webkit-gradient(linear, left top, right top, from(#8dd8ea), to(#86f2bd));
  background-image: linear-gradient(90deg, #8dd8ea, #86f2bd);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.41);
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn:hover {
  margin-top: -5px;
  margin-left: -5px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #17375e;
  box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.17);
  color: #414141;
}

.btn.contact-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 30%;
  z-index: 2;
  height: 40px;
  padding-right: 16px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c72323), to(#d83e33));
  background-image: linear-gradient(90deg, #c72323, #d83e33);
}

.btn.contact-button:hover {
  font-weight: 700;
}

.btn.inline-btn {
  height: 40px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn.inline-btn:hover {
  margin-top: 0px;
  margin-left: -5px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn.btn-retour {
  position: static;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  margin-top: 0px;
  margin-left: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#17375e), to(#43899b));
  background-image: linear-gradient(90deg, #17375e, #43899b);
  white-space: normal;
}

.btn.btn-retour:hover {
  color: #fff;
}

.btn.btn-retour.btn-fixed {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  z-index: 2;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 35px;
  padding-left: 35px;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: 8px;
  background-color: #e9e9e9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon.icon-twitter {
  background-color: #1da1f2;
}

.social-icon.icon-twitter:hover {
  background-color: #1092e2;
}

.social-icon.icon-facebook {
  background-color: #3b5998;
}

.social-icon.icon-facebook:hover {
  background-color: #284685;
}

.h1 {
  color: #43899b;
  font-size: 4.25em;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.h1.h1-home {
  max-width: 510px;
  color: #17375e;
  font-size: 1.4em;
  text-transform: none;
}

.h2 {
  position: relative;
  margin-bottom: 0px;
  color: #17375e;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
}

.h3 {
  margin-bottom: 40px;
  color: #8dd8ea;
  font-size: 2.5em;
  line-height: 1;
}

.h3.h3-white {
  max-width: 800px;
  padding-top: 20px;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.2;
  text-align: center;
}

.h3.h3-white.h3-center {
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.h3.h3-white.h3-center.txt-black {
  font-family: Karla, sans-serif;
  color: #000;
}

.h3.h3-white.h3-center.txt-minimize {
  max-width: 820px;
  margin-top: 0px;
  padding-top: 40px;
  border-bottom: 2px none #fff;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
}

.h3.h3-white.h3-center.txt-minimize.margin-top {
  margin-top: 0px;
  margin-bottom: 36px;
}

.h3.h3-white.h3-center.txt-minimize.padding-top {
  display: block;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3.h3-white.h3-center.txt-minimize.no-margin {
  margin-bottom: 0px;
}

.h3.h3-white.h3-center.txt-minimize.no-margin.w100 {
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h3.h3-white.h3-center.txt-minimize.no-margin.no-display {
  display: none;
}

.h3.h3-white.h3-center.no-margin-h3 {
  margin-bottom: 0px;
}

.quote {
  font-size: 1.2em;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}

.link-social {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.container-100vh-hard {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 80vh;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 50px;
  -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;
  -webkit-perspective: 824px;
  perspective: 824px;
  text-align: left;
}

.container-100vh-hard.v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-100vh-hard.v.v-no-100vh-for-smartphone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-100vh-hard.none {
  display: none;
}

.container-100vh-hard.contanier-min-100vh {
  height: auto;
  padding-top: 103px;
  padding-bottom: 46px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg {
  position: absolute;
  left: -28%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 1920px;
  height: 1070px;
  background-image: url('../images/bg-home.png');
  background-position: 0px 0px;
  background-size: cover;
}

.wrap-title {
  position: relative;
  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;
}

.wrap-title.wrap-title-txt-center {
  width: 100%;
  max-width: 1080px;
  text-align: left;
}

.container-multiple {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
  -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;
}

.container-multiple.bg-white {
  background-color: #fff;
}

.container-multiple.container-page-divisee {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-text {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-content {
  width: 100%;
  height: 70%;
}

.wrap-title-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20%;
  -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;
}

.wrap-info-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  -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;
}

.wrap-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  max-width: 30%;
  min-height: 0px;
  margin-bottom: 30px;
  padding-right: 30px;
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-all-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  min-height: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 31px 50px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
}

.card:hover {
  box-shadow: 12px 16px 11px 0 rgba(0, 0, 0, 0.06);
}

.card-wrap-img {
  overflow: hidden;
  width: 100%;
  height: 45%;
}

.card-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/team-easil-1383612-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.card-txt {
  width: 100%;
  height: 60%;
  padding: 30px;
}

.popup {
  position: fixed;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 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;
  background-color: #fff;
}

.window {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: #fff;
}

.close {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.wrap-barre {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.barre-close {
  width: 100%;
  height: 2px;
  background-color: #17375e;
  color: #17375e;
}

.barre-close.barre-close-h {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.barre-close.barre-close-v {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(90deg) translate(0px, -50%);
  -ms-transform: rotate(90deg) translate(0px, -50%);
  transform: rotate(90deg) translate(0px, -50%);
}

.head {
  position: fixed;
  left: auto;
  z-index: 100;
  display: none;
  width: 100%;
  height: 60px;
  max-width: none;
  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;
}

.bg-head {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  background-color: #414141;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
  opacity: 1;
}

.wrap-logo {
  position: absolute;
  left: 50px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  max-height: 100%;
}

.wrap-burger {
  position: absolute;
  left: auto;
  top: 0%;
  right: 50px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.barre {
  width: 100%;
  height: 2px;
  margin: 2px;
  background-color: #86f2bd;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.barre-small {
  width: 100%;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #f85359;
}

.barre-small.barre-smaller {
  width: 80%;
  background-color: #17375e;
}

.wrap-menu {
  position: fixed;
  left: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 58px;
  -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;
}

.wrap-link {
  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;
}

.link-menu {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
}

.div-block-3 {
  padding: 36px 32px;
  background-color: #43899b;
}

.h2-span {
  font-family: Karla, sans-serif;
  font-size: 0.6em;
  line-height: 0.8;
  font-weight: 400;
}

.h5 {
  position: relative;
  margin-top: 21px;
  font-family: Merriweather, sans-serif;
  color: #43899b;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
}

.wrap-img-hero {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: 600px;
  -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;
}

.wrap-img-hero.wrap-img-hero-risk {
  z-index: 0;
  padding-top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrap-img-hero.wrap-img-hero-risk.img-margin-btm {
  margin-top: 0px;
  margin-bottom: -80px;
}

.wrap-img-hero.wrap-img-hero-risk.img-infrastructure-margin {
  margin-bottom: -45px;
}

.wrap-img-hero.wrap-img-hero-risk.none {
  display: none;
}

.img-hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 50%;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.img-hero.img-risk {
  z-index: 0;
  padding-top: 0px;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.shadow-img-hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 50%;
  -webkit-transform: translate(0px, 70%);
  -ms-transform: translate(0px, 70%);
  transform: translate(0px, 70%);
}

.shadow-img-hero.shadow-risk {
  display: block;
  padding-top: 117px;
  -webkit-transform: translate(0px, 70%);
  -ms-transform: translate(0px, 70%);
  transform: translate(0px, 70%);
}

.shadow-img-hero.shadow-risk.shadow-margin-bnt {
  margin-bottom: 115px;
}

.shadow-img-hero.shadow-risk.shadow-ifrastructure-margin {
  margin-bottom: 93px;
}

.shadow-img-hero.shadow-risk.shadow-energie-margin-btm {
  margin-bottom: 94px;
}

.wrap-content-head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -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;
}

.wrap-global {
  background-color: transparent;
}

.wrap-global.none {
  display: none;
}

.menu {
  position: fixed;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #414141;
  background-image: url('../images/bg-menu.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #8dd8ea;
  text-decoration: none;
}

.link-block:hover {
  color: #86f2bd;
  letter-spacing: 2px;
}

.h3-menu {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 2.5em;
  line-height: 1;
}

.wrap-close {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.barre-close-2 {
  width: 2px;
  height: 100%;
  background-color: #86f2bd;
}

.barre-close-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 2px;
  background-color: #86f2bd;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.link-menu-1 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #8dd8ea;
  text-decoration: none;
}

.link-menu-1:hover {
  color: #86f2bd;
  letter-spacing: 2px;
}

.link-menu-2 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #8dd8ea;
  text-decoration: none;
}

.link-menu-2:hover {
  color: #86f2bd;
  letter-spacing: 2px;
}

.link-menu-3 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #8dd8ea;
  text-decoration: none;
}

.link-menu-3:hover {
  color: #86f2bd;
  letter-spacing: 2px;
}

.wrap-btn-contact-menu {
  display: inline-block;
  height: 90px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.footer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 49px 50px;
  -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;
  background-color: #414141;
}

.footer-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mail-footer {
  font-family: Karla, sans-serif;
  color: #8dd8ea;
  text-decoration: none;
}

.wrap-logo-footer {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-chap-footer {
  margin-bottom: 8px;
  padding-right: 41px;
  padding-bottom: 6px;
  border-bottom: 1px solid #86f2bd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Karla, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-chap-footer:hover {
  color: #8dd8ea;
}

.link-page-footer {
  margin-bottom: 5px;
  padding-right: 41px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Karla, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.link-page-footer:hover {
  color: #86f2bd;
}

.wrap-link-page-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-enjeux {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.content-enjeux.no-padding {
  padding-top: 0px;
}

.wrap-card-enjeux {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 37px;
  padding-bottom: 37px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-enjeux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: none;
  margin-right: 1.5%;
  margin-bottom: 20px;
  margin-left: 1.5%;
  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;
  border-radius: 8px;
  background-color: #edeff1;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-perspective: 588px;
  perspective: 588px;
  -webkit-transition: all 1000ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 1000ms cubic-bezier(.175, .885, .32, 1.275);
  text-align: center;
}

.card-enjeux:hover {
  box-shadow: 3px 30px 5px 2px rgba(0, 0, 0, 0.09);
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

.img-card {
  width: 200px;
}

.popup-img {
  position: relative;
  overflow: hidden;
  width: 40%;
  height: 100%;
}

.popup-txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60%;
  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;
}

.bg-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-robotique.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-popup.bg-iot {
  background-image: url('../images/bg-iot.jpg');
  background-size: cover;
}

.bg-popup.bg-analyse {
  background-image: url('../images/bg-analyse.jpg');
  background-size: cover;
}

.bg-popup.bg-accompagnement {
  background-image: url('../images/bg-accompagnement.jpg');
  background-size: cover;
}

.bg-popup.bg-client {
  background-image: url('../images/bg-client.jpg');
  background-size: cover;
}

.bg-popup.bg-risk {
  background-image: url('../images/bg-risk.jpg');
  background-size: cover;
}

.bg-popup.bg-digital {
  background-image: url('../images/bg-ia.jpg');
  background-size: cover;
}

.bg-popup.bg-energie {
  background-image: url('../images/bg-energie.jpg');
  background-size: cover;
}

.txt-popup {
  overflow: auto;
  width: 500px;
  max-height: 600px;
  margin-left: -33px;
  padding-bottom: 45px;
}

.txt-popup.txt-popup-large {
  width: 510px;
}

.h6 {
  font-size: 45px;
  line-height: 1.4;
}

.chapeau {
  margin-bottom: 37px;
  font-family: Karla, sans-serif;
  color: #43899b;
  font-size: 25px;
}

.chapeau-bis {
  margin-bottom: 5px;
  font-family: Karla, sans-serif;
  color: #43899b;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.chapeau-bis.txt-margin-bottom {
  margin-bottom: 15px;
}

.wrap-btn-p {
  display: inline-block;
  height: 90px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.wrap-btn-p.wrap-btn-popup {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 0%;
}

.wrap-btn-p.wrap-btn-popup.test {
  position: static;
  padding-top: 0px;
}

.popup-iot {
  position: fixed;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 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;
  background-color: #fff;
}

.popup-robotique {
  position: fixed;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 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;
  background-color: #fff;
}

.popup-analyse {
  position: fixed;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 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;
  background-color: #fff;
}

.popup-accompagnement {
  position: fixed;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 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;
  background-color: #fff;
}

.popup-transformation {
  position: fixed;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 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;
  background-color: #fff;
}

.text-span {
  font-style: italic;
}

.popup-risk {
  position: fixed;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 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;
  background-color: #fff;
}

.container-long-txt {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  -webkit-perspective: 824px;
  perspective: 824px;
  text-align: left;
}

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

.container-long-txt.v.v-no-100vh-for-smartphone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-long-txt.container-full-width {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.container-long-txt.container-full-width.grey-bg {
  padding-top: 0px;
  background-color: #edeff1;
  text-align: left;
}

.container-long-txt.container-atous {
  margin-top: -83px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.container-long-txt.container-atous.container-texte-multiple {
  margin-top: 0px;
  margin-bottom: 43px;
  padding-top: 15px;
  padding-bottom: 0px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #8dd8ea;
}

.container-long-txt.container-atous.container-texte-multiple.container-bg-bleu-foncee {
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #43899b;
}

.container-long-txt.container-atous.container-texte-multiple.container-bg-bleu-foncee.wrap-extr {
  max-width: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-long-txt.container-atous.container-texte-multiple.container-bg-bleu-foncee.wrap-extr.essai {
  padding-right: 50px;
  padding-left: 50px;
}

.container-long-txt.container-atous.container-texte-multiple.container-bg-bleu-foncee.no-magin {
  margin-bottom: 0px;
}

.container-long-txt.container-atous.container-texte-multiple.container-bg-bleu-foncee.txt-verticale {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container-long-txt.container-atous.container-texte-multiple.container-bg-bleu {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #17375e;
}

.container-long-txt.container-atous.container-texte-multiple.container-bg-bleu.container-tablet {
  display: none;
}

.container-long-txt.container-atous.container-texte-multiple.essa {
  padding-right: 0px;
  padding-left: 0px;
}

.container-long-txt.container-atous.container-texte-multiple.no-margin-btm {
  margin-bottom: 0px;
}

.container-long-txt.container-atous.container-texte-multiple.no-margin-btm.container-bleu-f {
  background-color: #17375e;
}

.container-long-txt.container-atous.container-texte-multiple.no-margin-btm.no-paddinf-left {
  padding-left: 0px;
}

.container-long-txt.container-atous.container-texte-multiple.section-couleur-bleu-pale {
  background-color: #43899b;
}

.container-long-txt.txt-avant-arrow {
  max-width: 1366px;
  padding-left: 50px;
  -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;
  background-color: #fff;
}

.container-long-txt.txt-avant-arrow.no-padding {
  padding-top: 0px;
}

.container-long-txt.txt-avant-arrow.white-bg {
  display: block;
  max-width: none;
  background-color: #fff;
}

.container-long-txt.txt-avant-arrow.container-tittle {
  max-width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.container-long-txt.bg-white {
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.container-long-txt.bg-white.display-none {
  display: none;
}

.container-long-txt.display-none {
  display: none;
}

.container-long-txt.bg-color-skye-blue {
  background-color: #8dd8ea;
}

.container-long-txt.no-padding {
  padding-left: 0px;
}

.section-txt-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-txt-img.section-wrap {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-txt-img.section-wrap.img-bloc-three {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.section-txt-img.nico {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-txt-img.verso {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-txt-img.bg-test-white {
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-color: transparent;
}

.bloc-gauche {
  width: 40%;
  margin-right: 10%;
}

.bloc-gauche.bloc-bleu {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-right: 0%;
  background-color: #43899b;
}

.bloc-gauche.bloc-gauche-txt {
  width: 450px;
  margin-right: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bloc-gauche.bloc-gauche-txt.width-100 {
  width: 100%;
  height: auto;
}

.bloc-gauche.bloc-gauche-txt.margin-top {
  margin-top: 100px;
}

.droite {
  width: 450px;
  margin-left: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.droite.droite-img {
  position: absolute;
  left: 20%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 40%;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.droite.droite-img.droite-magin {
  display: block;
  margin-top: 0px;
  margin-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-couleur {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #8dd8ea;
}

.section-couleur.section-couleur-bleu-fonce {
  margin-bottom: 0px;
  background-color: #43899b;
}

.section-couleur.section-couleur-bleu-fonce.margin-bottom {
  margin-bottom: 100px;
}

.section-couleur.section-couleur-bleu-fonce.flex {
  position: relative;
  display: block;
  -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-couleur.section-couleur-bleu-fonce.no-margin {
  margin-bottom: 0px;
}

.section-couleur.section-couleur-bleu-fonce.no-margin.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-couleur.section-couleur-bleu-fonce.container-long-txt-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: left;
}

.section-couleur.section-couleur-green {
  height: auto;
  float: none;
  clear: none;
  background-color: #17375e;
  text-align: center;
}

.section-couleur.section-couleur-green.margin-bottom {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.section-couleur.section-couleur-green.no-margin.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-couleur.section-couleur-green.no-margin.no-padding-top {
  padding-top: 0px;
}

.section-couleur.section-couleur-green.container-img {
  padding-top: 0px;
}

.section-couleur.margin-bottom {
  margin-bottom: 60px;
}

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

.section-couleur.no-margin.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-couleur.no-margin.no-padding-btm {
  padding-top: 0px;
}

.section-couleur.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-couleur.no-padding-bottom {
  padding-bottom: 0px;
}

.section-couleur.no-padding-bottom.no-padding-top.section-dark {
  background-color: #43899b;
}

.section-couleur.no-padding-top {
  padding-top: 0px;
}

.section-couleur.no-padding-top.no-padding-btm {
  padding-bottom: 0px;
}

.wrap-atouts {
  position: relative;
  z-index: 1;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.wrap-atouts.wrap-ligne {
  position: relative;
  z-index: 0;
  display: block;
  width: 90%;
  margin-top: 21px;
  margin-bottom: 21px;
  -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;
}

.card-atouts {
  width: 100%;
  margin-bottom: 20px;
  padding: 29px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.11);
  text-align: center;
}

.card-atouts.card-empty {
  background-color: transparent;
  box-shadow: none;
}

.card-atouts.card-atout-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 43px;
  padding-bottom: 43px;
  -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;
}

.card-atouts.margin-right {
  margin-right: 16px;
  margin-left: 16px;
}

.chain {
  position: static;
  left: 47%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 10%;
  height: 10px;
  background-color: #86f2bd;
}

.chain.chain-full {
  width: 100%;
}

.chain.chain-full.chain-full-empty {
  background-color: transparent;
}

.chain.chain-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 10px;
  height: 60px;
}

.chain.chain-absolute.chain-absolute-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.chain.chain-absolute.chain-absolute-right.chain-middle-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60px;
}

.chain.chain-absolute.chain-absolute-middle {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 80px;
}

.chain.chain-absolute.chain-absolute-left {
  left: 0%;
  top: -59px;
  right: auto;
  bottom: 0%;
  height: 100px;
}

.chain.chain-empty {
  background-color: transparent;
}

.img-parallax {
  display: block;
  max-width: 90%;
}

.img-parallax.img-parallax-industries {
  display: inline-block;
  width: auto;
  max-width: 100%;
  opacity: 0.35;
  text-align: left;
}

.wrap-schema {
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin-top: 41px;
  margin-bottom: 41px;
  padding: 31px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.schema-smartphone {
  display: none;
  overflow: hidden;
}

.header {
  position: fixed;
  left: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: none;
  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 {
  position: relative;
  z-index: 1;
  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;
}

.link-menu-desktop {
  margin-right: 29px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-menu-desktop:hover {
  color: #86f2bd;
}

.link-menu-desktop.w--current {
  color: #86f2bd;
}

.link-menu-desktop.link-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #86f2bd;
  color: #414141;
}

.wrap-content-head-desktop {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-big {
  width: 350px;
  margin-left: -14px;
}

.arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: 6%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.arrow.w--current {
  top: 73%;
}

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

.heading {
  position: static;
  z-index: 1;
  margin-bottom: 40px;
}

.div-block-4 {
  display: block;
}

.div-block-5 {
  display: none;
}

.div-block-6 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  height: 550px;
  -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: #8dd8ea;
}

.div-block-7 {
  width: 100%;
  height: auto;
}

.image-2 {
  margin-left: 60px;
}

.popup-intervention {
  position: fixed;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 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;
  background-color: #fff;
}

.div-block-8 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-top: 13px;
  margin-right: 0px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.div-block-8.ancre-responsive {
  display: none;
}

.div-block-8.vertice {
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-8.vertical-menu {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  text-align: left;
}

.div-block-9 {
  width: 100%;
}

.bold-text {
  font-size: 25px;
}

.image-3 {
  margin-left: 40px;
}

.bold-text-2 {
  display: inline;
  margin-left: 0px;
  padding-left: 0px;
  font-weight: 400;
}

.image-4 {
  max-width: 60%;
}

.image-4.none {
  display: none;
}

.heading-4 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.div-block-10 {
  position: fixed;
  left: 6%;
  top: 34%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: none;
}

.heading-5 {
  text-align: left;
}

.div-block-11 {
  background-color: #edeff1;
}

.margin-txt-top {
  margin-top: 40px;
}

.button {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
}

.div-block-12 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 15px;
  height: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 50%;
  background-color: #000;
}

.div-block-13 {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 65px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-13.open-nav-filter-menu2 {
  left: 2%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-13.close-nav-filter-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cross-l {
  position: absolute;
  left: 17%;
  top: 49%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 23px;
  height: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0%;
  background-color: #fff;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.cross-r {
  position: absolute;
  left: 17%;
  top: 49%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 23px;
  height: 3px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0%;
  background-color: #fff;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.div-block-14 {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: visible;
  width: auto;
  height: 300px;
}

.wrap-global-nav-btn {
  position: relative;
  overflow: visible;
  width: 100%;
}

.btn-open {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  margin-left: 145px;
  cursor: pointer;
}

.wrap-btn-secondary-copy {
  display: inline-block;
  height: 90px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.wrap-btn-secondary-copy.wrap-btn-popup {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 0%;
}

.wrap-btn-secondary-copy.wrap-btn-strategy {
  margin-top: -19px;
}

.wrap-btn-secondary-copy.margin-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wrap-btn-secondary-copy.margin-left:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.wrap-btn-secondary-copy.margin-left.wrap-btn-contact-menu {
  margin-bottom: auto;
}

.wrap-btn-secondary-copy.margin-left.wrap-btn-contact-menu.btn-t {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
}

.wrap-open {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 65px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrap-open.open-nav-filter-menu2 {
  left: 2%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-open.close-nav-filter-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-btn-close-second {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 65px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrap-btn-close-second.open-nav-filter-menu2 {
  left: 2%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-btn-close-second.close-nav-filter-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-btn-close-second.close-nav-filter-menu2-copy {
  position: relative;
  left: -130px;
  top: 75px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: left;
}

.wrap-btn-close-second.close-nav-filter-menu2-copy.circle-secondary-btn {
  width: 35px;
  height: 35px;
  border-style: none;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17375e), to(#000));
  background-image: linear-gradient(180deg, #17375e, #000);
}

.wrap-btn-open-second {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 65px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrap-btn-open-second.open-nav-filter-menu2 {
  left: 2%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-btn-open-second.close-nav-filter-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-btn-open-second.open-nav-filter-menu2-copy {
  position: relative;
  left: 14px;
  top: 75px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #000;
}

.wrap-btn-open-second.open-nav-filter-menu2-copy.circle-secondary-btn {
  border-style: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17375e), to(#000));
  background-image: linear-gradient(180deg, #17375e, #000);
}

.nav-btn-secondary {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 9%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  -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;
  text-align: left;
}

.nav-btn-secondary.none {
  display: none;
}

.nav-secondary-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 35px;
  -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: 25px;
  background-color: #414141;
  background-image: -webkit-gradient(linear, left top, right top, from(#8dd8ea), to(#86f2bd));
  background-image: linear-gradient(90deg, #8dd8ea, #86f2bd);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.41);
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-secondary-btn:hover {
  margin-top: -5px;
  margin-left: -5px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #17375e;
  box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.17);
  color: #414141;
}

.nav-secondary-btn.contact-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 30%;
  z-index: 2;
  height: 40px;
  padding-right: 16px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.nav-secondary-btn.inline-btn {
  height: 40px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-secondary-btn.inline-btn:hover {
  margin-top: 0px;
  margin-left: -5px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-circle-secondary {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 15px;
  height: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 50%;
  background-color: #86f2bd;
}

.nav-circle-secondary.bubble-top {
  position: absolute;
  left: 40%;
  top: 12%;
  width: 7px;
  height: 7px;
  background-color: #fff;
}

.nav-circle-secondary.bublle-mid {
  position: absolute;
  left: 40%;
  top: 40%;
  width: 7px;
  height: 7px;
  background-color: #fff;
}

.nav-circle-secondary.bubble-bot {
  position: absolute;
  left: 40%;
  top: 68%;
  width: 7px;
  height: 7px;
  background-color: #fff;
}

.text-block {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: auto;
  font-size: 1.2em;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 1.5em;
}

.bold-text-3 {
  font-family: Karla, sans-serif;
}

.bold-text-3.margin-btm {
  display: block;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.container-100vh-hard-copy {
  position: relative;
  z-index: 0;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 50px;
  -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;
  -webkit-perspective: 824px;
  perspective: 824px;
  text-align: left;
}

.container-100vh-hard-copy.v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-100vh-hard-copy.v.v-no-100vh-for-smartphone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  -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;
}

.container-long-txt-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  -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;
}

.card-contain {
  width: 25%;
  max-width: none;
  margin-top: 26px;
  margin-right: 33px;
  padding: 56px 33px;
  border-bottom: 10px none #17375e;
  border-left: 10px none #17375e;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.13);
}

.card-contain.txt-unique {
  width: 20%;
  margin-top: 21px;
  margin-bottom: 40px;
  padding: 0px 37px 0px 25px;
  border-left: 4px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.card-contain.txt-unique.flex-center {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-contain.txt-unique.txt-wider {
  width: 40%;
}

.card-contain.txt-unique.none {
  display: block;
}

.card-contain.txt-unique.transparent {
  border-left-color: transparent;
}

.card-contain.last-card {
  margin-top: 45px;
  padding: 30px 25px;
}

.txt-titre-multple {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px none #43899b;
  font-family: Karla, sans-serif;
  color: #43899b;
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 700;
  text-transform: uppercase;
}

.txt-titre-multple.txt-card {
  display: block;
  margin-bottom: 0px;
  border-bottom-style: none;
  font-size: 1.3em;
  text-transform: none;
}

.txt-titre-multple.txt-card.text-center {
  display: block;
  width: 100%;
  color: #8dd8ea;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.txt-titre-multple.txt-card.text-center.txt-dark {
  color: #43899b;
}

.txt-titre-multple.txt-no-uppercase {
  font-size: 1.3em;
  text-transform: none;
}

.txt-titre-multple.txt-no-uppercase.txt-no-uppercase-light {
  color: #8dd8ea;
}

.text-block-3 {
  width: 50%;
  margin-top: 50px;
  color: #fff;
  line-height: 1.8;
}

.heading-6 {
  width: 620px;
  color: #fff;
}

.li-praxial {
  width: 100%;
  margin-bottom: 11px;
  margin-left: 15px;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.li-praxial.txt-cap-blue {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  color: #17375e;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.li-praxial.puce-none {
  margin-bottom: 15px;
  list-style-type: none;
}

.text-block-4 {
  padding-left: 3px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.list-item-2 {
  margin-top: 26px;
}

.list-2 {
  margin-top: 8px;
  padding-top: 16px;
  padding-left: 0px;
  border-top: 2px solid #43899b;
  border-bottom: 2px none #43899b;
  list-style-type: disc;
}

.list-2.li2-border-lighter {
  border-top-color: #8dd8ea;
  color: #fff;
}

.div-block-16 {
  width: 500px;
  height: 500px;
  background-image: url('../images/accompagnement.png');
  background-position: -140px -35px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.container-txt-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -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;
}

.container-txt-img.margin-top {
  margin-top: 50px;
}

.container-txt-img.margin-top.txt-international {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-txt-img.margin-top.txt-international.essaie {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-txt-img.containair-txt-img-tablet {
  display: none;
}

.container-txt-img.container-innovation.container-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-txt-img.center {
  height: 380px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-txt-img.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-img-internationnal {
  width: 500px;
  height: 500px;
  background-image: url('../images/accompagnement.png');
  background-position: -140px -35px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.text-block-5 {
  color: #fff;
  text-align: center;
}

.bg-img-industrie {
  width: 500px;
  height: 500px;
  background-image: url('../images/evaluation-sans-fond.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.bg-img-internationnal-copy {
  width: 500px;
  height: 500px;
  background-image: url('../images/accompagnement.png');
  background-position: -140px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.bg-img-energie {
  width: 500px;
  height: 500px;
  background-image: url('../images/card-client.png');
  background-position: 35px 0px;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: scroll;
}

.bg-img-economie {
  width: 500px;
  height: 500px;
  background-image: url('../images/img-risk.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.text-karla {
  width: 50%;
  margin-top: 0px;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

.text-karla.txt-center {
  text-align: center;
}

.text-karla.txt-international {
  color: #fff;
  font-weight: 400;
}

.text-karla.txt-dark {
  color: #17375e;
}

.h3-head-title {
  margin-bottom: 40px;
  color: #8dd8ea;
  font-size: 2.5em;
  line-height: 1;
}

.h3-head-title.h3-white {
  max-width: 800px;
  padding-top: 48px;
  border-bottom: 5px solid #fff;
  color: #fff;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.h3-head-title.h3-white.h3-center {
  text-align: center;
}

.h3-head-title.h3-white.h3-center.txt-black {
  font-family: Karla, sans-serif;
  color: #000;
}

.h3-head-title.h3-white.h3-center.txt-minimize {
  border-bottom: 2px none #fff;
  font-size: 1.5em;
}

.list-item-3 {
  list-style-type: none;
}

.list-item-4 {
  margin-bottom: 11px;
  list-style-type: none;
}

.list-item-5 {
  margin-top: 32px;
}

.list-3 {
  border-bottom: 2px solid #43899b;
}

.li-margin-top {
  margin-top: 7px;
  margin-bottom: 20px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  list-style-type: none;
}

.bg-img-innovation {
  width: 500px;
  height: 500px;
}

.h3-head-title-2 {
  margin-bottom: 40px;
  color: #8dd8ea;
  font-size: 2.5em;
  line-height: 1;
}

.h3-head-title-2.h3-white {
  max-width: 800px;
  border-bottom: 5px solid #fff;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.link-menu-4 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #8dd8ea;
  text-decoration: none;
}

.link-menu-4:hover {
  color: #86f2bd;
  letter-spacing: 2px;
}

.li-popup {
  padding-top: 20px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  list-style-type: square;
}

.li-popup.margin-li-popup {
  margin-bottom: 20px;
}

.bg-img-experiences {
  width: 500px;
  height: 500px;
  background-image: url('../images/experience-praxial.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: scroll;
}

.container-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-section.no-margin-top {
  margin-top: 0px;
}

.bg-img {
  width: 500px;
  height: 500px;
  background-image: url('../images/accompagnement.png');
  background-position: -140px -35px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.bg-img--experience-2 {
  width: 500px;
  height: 500px;
  background-image: url('../images/experience-praxial-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-17 {
  width: 500px;
  height: 300px;
  background-image: url('../images/experience-praxial.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17.bg-img--experience-2 {
  background-image: url('../images/experience-praxial-3.png');
}

.bg-img-experience-1 {
  width: 500px;
  height: 500px;
  background-image: url('../images/experience-praxial.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.bg-img-experience-2 {
  width: 500px;
  height: 500px;
  background-image: url('../images/experience-praxial-3.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.bg-img-experience-3 {
  width: 500px;
  height: 500px;
  background-image: url('../images/triangle-experience.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.list-4 {
  max-width: 800px;
}

.list-4.li-white {
  color: #fff;
}

.div-block-18 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.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;
}

.txt-footer {
  margin-top: 8px;
  font-family: Karla, sans-serif;
  color: #fff;
}

.link-txt {
  color: #8dd8ea;
}

@media (max-width: 991px) {
  .wrap-btn {
    position: relative;
  }
  .h4 {
    line-height: 1.25;
  }
  .h4.h4-absolute {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 21px;
    text-align: center;
  }
  .txt.txt-long {
    text-align: left;
  }
  .btn.contact-button {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 1%;
  }
  .social-icon {
    cursor: pointer;
  }
  .h1 {
    position: relative;
    font-size: 5em;
    line-height: 1;
    text-align: center;
  }
  .h2 {
    font-size: 3em;
  }
  .h3 {
    font-size: 4em;
  }
  .h3.h3-white {
    padding-top: 0px;
  }
  .h3.h3-white.h3-center {
    padding-top: 0px;
  }
  .h3.h3-white.h3-center.txt-minimize {
    padding-top: 25px;
  }
  .container-100vh-hard {
    height: auto;
    min-height: 100vh;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .container-100vh-hard.h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-100vh-hard.h.no-100vh-for-smartphone {
    height: auto;
  }
  .container-100vh-hard.v.v-no-100vh-for-smartphone {
    height: auto;
  }
  .bg {
    background-position: 50% 50%;
  }
  .wrap-title.wrap-title-txt-center {
    margin-top: 45px;
    -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;
    text-align: center;
  }
  .container-multiple {
    height: auto;
  }
  .wrap-card {
    width: 100%;
    height: 450px;
    max-width: none;
  }
  .card-txt {
    padding-bottom: 30px;
  }
  .popup {
    overflow: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .window {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bg-head {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    opacity: 1;
  }
  .h5 {
    font-size: 2em;
  }
  .wrap-img-hero {
    position: relative;
    width: 100%;
    height: auto;
  }
  .img-hero {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .img-hero.img-risk {
    padding-top: 0px;
  }
  .shadow-img-hero {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 70px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menu {
    background-position: 50% 50%;
  }
  .link-block {
    font-size: 0.6em;
  }
  .h3-menu {
    font-size: 4em;
  }
  .link-menu-1 {
    font-size: 0.6em;
  }
  .link-menu-2 {
    font-size: 0.6em;
  }
  .link-menu-3 {
    font-size: 0.6em;
  }
  .wrap-btn-contact-menu {
    position: relative;
  }
  .footer {
    -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;
  }
  .footer-info {
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .link-chap-footer {
    padding-right: 0px;
  }
  .link-page-footer {
    padding-right: 0px;
  }
  .wrap-link-page-footer {
    -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;
    text-align: center;
  }
  .wrap-card-enjeux {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-enjeux {
    width: 100%;
    margin-bottom: 20px;
  }
  .popup-txt {
    overflow: auto;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bg-popup {
    background-position: 50% 50%;
  }
  .txt-popup {
    width: 100%;
    height: auto;
  }
  .wrap-btn-p {
    position: relative;
  }
  .popup-iot {
    overflow: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-robotique {
    overflow: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-analyse {
    overflow: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-accompagnement {
    overflow: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-transformation {
    overflow: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-risk {
    overflow: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-long-txt {
    height: auto;
    min-height: 12vh;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .container-long-txt.h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-long-txt.h.no-100vh-for-smartphone {
    height: auto;
  }
  .container-long-txt.v.v-no-100vh-for-smartphone {
    height: auto;
  }
  .container-long-txt.container-atous.container-texte-multiple {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-long-txt.container-atous.container-texte-multiple.container-bg-bleu-foncee {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-long-txt.container-atous.container-texte-multiple.container-bg-bleu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container-long-txt.container-atous.container-texte-multiple.container-bg-bleu.container-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container-long-txt.container-atous.container-texte-multiple.container-bg-bleu.container-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container-long-txt.txt-avant-arrow {
    padding-bottom: 37px;
  }
  .section-txt-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bloc-gauche.bloc-bleu {
    display: none;
  }
  .droite {
    margin-left: 0%;
  }
  .droite.droite-img {
    display: none;
    overflow: hidden;
  }
  .section-couleur.section-couleur-bleu-fonce {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-couleur.section-couleur-bleu-fonce.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-couleur.section-couleur-green {
    padding-top: 48px;
  }
  .wrap-atouts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-atouts.card-atout-4 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header {
    display: none;
  }
  .arrow {
    top: -100px;
  }
  .div-block-4 {
    display: none;
  }
  .div-block-5 {
    display: block;
  }
  .popup-intervention {
    overflow: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrap-btn-secondary-copy {
    position: relative;
  }
  .container-100vh-hard-copy {
    height: auto;
    min-height: 100vh;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .container-100vh-hard-copy.h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-100vh-hard-copy.h.no-100vh-for-smartphone {
    height: auto;
  }
  .container-100vh-hard-copy.v.v-no-100vh-for-smartphone {
    height: auto;
  }
  .card-contain {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .card-contain.txt-unique {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .card-contain.last-card {
    margin-top: 0px;
  }
  .list-2 {
    width: 100%;
    max-width: 100%;
  }
  .div-block-16 {
    width: 425px;
    height: 410px;
    background-position: -177px -29px;
  }
  .container-txt-img {
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-txt-img.margin-top {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container-txt-img.containair-txt-img-desktop {
    display: none;
  }
  .container-txt-img.containair-txt-img-tablet {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-txt-img.wrap {
    height: 550px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-txt-img.container-innovation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-txt-img.contenair-txt-energie {
    -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;
  }
  .container-txt-img.center {
    margin-bottom: 60px;
  }
  .bg-img-internationnal {
    width: 425px;
    height: 410px;
    background-position: 50% -60%;
    background-repeat: repeat;
  }
  .bg-img-industrie {
    background-position: -50% 50%;
  }
  .bg-img-economie {
    background-position: 8% 50%;
  }
  .text-karla {
    position: relative;
    width: 92%;
    max-width: none;
  }
  .text-karla.txt-right {
    position: static;
    width: 43%;
    max-width: 35%;
  }
  .text-karla.txt-right-bottom {
    position: static;
  }
  .text-karla.txt-left-bottom {
    position: static;
    left: 7%;
    top: auto;
    right: auto;
    bottom: 34%;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-right: 35px;
  }
  .text-karla.txt-contenair-innovation {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .text-karla.txt-contenair-innovation.no-column-txt {
    -webkit-column-count: auto;
    column-count: auto;
  }
  .text-karla.txt-international {
    width: 100%;
    line-height: 1.8;
  }
  .h3-head-title {
    font-size: 4em;
  }
  .h3-head-title.h3-white {
    font-size: 2.4em;
  }
  .bg-img-innovation {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    margin-right: 0px;
  }
  .h3-head-title-2 {
    font-size: 4em;
  }
  .link-menu-4 {
    font-size: 0.6em;
  }
  .button-2 {
    bottom: 10%;
  }
  .bg-img-experiences {
    width: 425px;
    height: 410px;
    background-position: 50% -60%;
    background-repeat: repeat;
  }
  .bg-img {
    width: 425px;
    height: 410px;
    background-position: 50% -60%;
    background-repeat: repeat;
  }
  .bg-img--experience-2 {
    width: 425px;
    height: 410px;
    background-position: 50% -60%;
    background-repeat: repeat;
  }
  .bg-img-experience-1 {
    width: 425px;
    height: 410px;
    background-position: 50% -60%;
    background-repeat: repeat;
  }
  .bg-img-experience-2 {
    width: 425px;
    height: 410px;
    background-position: 50% 50%;
    background-repeat: repeat;
  }
  .bg-img-experience-3 {
    width: 425px;
    height: 410px;
    background-position: 50% -60%;
    background-repeat: repeat;
  }
}

@media (max-width: 767px) {
  .div-block-2 {
    padding: 15px;
  }
  .h4 {
    font-size: 2em;
  }
  .h4.h4-absolute {
    font-size: 1.4em;
  }
  .txt.txt-long {
    margin-bottom: 20px;
  }
  .h1 {
    font-size: 3.5em;
  }
  .h2 {
    font-size: 2.25em;
  }
  .h3 {
    font-size: 2.5em;
  }
  .h3.h3-white.h3-center.txt-minimize {
    max-width: none;
  }
  .container-100vh-hard {
    padding: 80px 0px 0px;
  }
  .wrap-title.wrap-title-txt-center {
    max-width: 1080px;
    margin-top: 25px;
  }
  .wrap-all-cards {
    padding: 30px;
  }
  .popup {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h5 {
    font-size: 2em;
  }
  .wrap-img-hero {
    width: 80%;
  }
  .link-block {
    font-size: 0.8em;
  }
  .h3-menu {
    font-size: 2.5em;
  }
  .link-menu-1 {
    font-size: 0.8em;
  }
  .link-menu-2 {
    font-size: 0.8em;
  }
  .link-menu-3 {
    font-size: 0.8em;
  }
  .footer-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .card-enjeux {
    margin-right: 0%;
    margin-left: 0%;
  }
  .h6 {
    font-size: 40px;
  }
  .chapeau {
    font-size: 20px;
  }
  .popup-iot {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-robotique {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-analyse {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-accompagnement {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-transformation {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-risk {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-long-txt {
    min-height: 0vh;
    padding: 0px;
  }
  .container-long-txt.container-atous {
    min-height: 0vh;
    margin-bottom: 40px;
  }
  .container-long-txt.container-atous.container-texte-multiple {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-long-txt.txt-avant-arrow {
    padding-bottom: 101px;
  }
  .section-txt-img {
    margin-bottom: 0px;
  }
  .wrap-atouts {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-atouts.wrap-ligne {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .card-atouts {
    margin-bottom: 0px;
  }
  .card-atouts.card-empty {
    display: none;
  }
  .chain {
    width: 10px;
    height: 30px;
  }
  .chain.chain-full {
    width: 10px;
  }
  .chain.chain-full.chain-full-empty {
    display: none;
  }
  .chain.chain-absolute {
    display: none;
  }
  .chain.chain-absolute.chain-absolute-right {
    display: none;
  }
  .chain.chain-absolute.chain-absolute-left {
    display: none;
  }
  .div-block-4 {
    display: none;
  }
  .div-block-5 {
    display: block;
  }
  .popup-intervention {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-8 {
    max-width: 500px;
  }
  .container-100vh-hard-copy {
    padding: 80px 0px 0px;
  }
  .card-contain.txt-unique {
    width: 100%;
  }
  .card-contain.txt-unique.flex-center {
    width: 100%;
  }
  .txt-titre-multple.txt-card {
    font-size: 20px;
  }
  .text-karla.txt-international {
    width: 100%;
  }
  .h3-head-title {
    font-size: 2.5em;
  }
  .h3-head-title-2 {
    font-size: 2.5em;
  }
  .link-menu-4 {
    font-size: 0.8em;
  }
}

@media (max-width: 479px) {
  .body {
    font-size: 1em;
  }
  .txt-small {
    font-size: 1em;
  }
  .txt-cap {
    font-size: 1.25em;
    line-height: 1.3;
  }
  .wrap-btn.wrap-btn-popup {
    position: fixed;
    left: 20px;
    top: 193px;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  .txt-big {
    font-size: 1.5em;
    line-height: 1.4;
  }
  .list {
    font-size: 1.2em;
  }
  .link {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .h4 {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .h4.h4-absolute {
    font-size: 1.2em;
  }
  .txt {
    font-size: 16px;
    line-height: 1.4;
  }
  .txt.txt-long {
    font-size: 16px;
  }
  .btn {
    position: relative;
    z-index: 1;
    padding: 15px;
    background-image: -webkit-gradient(linear, left top, right top, from(#8dd8ea), to(#86f2bd));
    background-image: linear-gradient(90deg, #8dd8ea, #86f2bd);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.07);
    font-size: 1em;
  }
  .btn.contact-button {
    background-image: -webkit-gradient(linear, left top, right top, from(#c72323), to(#d83e33));
    background-image: linear-gradient(90deg, #c72323, #d83e33);
  }
  .btn.inline-btn:hover {
    padding-right: 15px;
    padding-left: 15px;
  }
  .btn.non {
    display: none;
  }
  .btn.btn-mobile {
    background-image: -webkit-gradient(linear, left top, right top, from(#c72323), to(#d83e33));
    background-image: linear-gradient(90deg, #c72323, #d83e33);
  }
  .h1 {
    font-size: 2em;
  }
  .h1.h1-home {
    font-size: 1.5em;
  }
  .h2 {
    font-size: 1.75em;
  }
  .h3 {
    font-size: 2.25em;
  }
  .h3.h3-white {
    padding-top: 48px;
    font-size: 1.8em;
  }
  .h3.h3-white.h3-center.txt-minimize {
    width: 270px;
  }
  .container-100vh-hard {
    padding: 80px 0px 0px;
  }
  .bg {
    background-position: 50% 50%;
  }
  .wrap-title.wrap-title-txt-center {
    margin-top: 0px;
  }
  .container-multiple {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-multiple.container-page-divisee {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wrap-card {
    height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap-all-cards {
    padding-right: 0px;
    padding-left: 0px;
  }
  .popup {
    height: 100vh;
    padding-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .head {
    height: 60px;
  }
  .bg-head {
    height: 60px;
  }
  .wrap-logo {
    left: 15px;
    width: 80px;
  }
  .wrap-burger {
    right: 15px;
    width: 20px;
    height: 100%;
    margin-top: 0%;
    padding-top: 0px;
  }
  .barre {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .link-menu {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .h5 {
    font-size: 1.5em;
  }
  .wrap-img-hero {
    width: 90%;
  }
  .shadow-img-hero.shadow-risk {
    z-index: 0;
    padding-top: 100px;
  }
  .menu {
    left: -100%;
    z-index: 10000;
  }
  .h3-menu {
    font-size: 2.25em;
  }
  .footer-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .wrap-logo-footer {
    left: 0px;
    width: 80px;
    text-align: center;
  }
  .content-enjeux {
    padding-right: 10px;
    padding-left: 10px;
  }
  .popup-img {
    z-index: -1;
    overflow: visible;
    width: 100%;
    height: 300px;
  }
  .popup-txt {
    z-index: 2;
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .bg-popup {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -1;
    background-position: 50% 50%;
  }
  .bg-popup.bg-digital {
    height: 100%;
    background-position: 50% 50%;
  }
  .txt-popup {
    overflow: visible;
    height: auto;
    max-height: none;
    padding-bottom: 61px;
  }
  .txt-popup.txt-popup-large {
    margin-left: 32px;
  }
  .h6 {
    font-size: 35px;
  }
  .h6.h6-size {
    width: 100%;
    font-size: 35px;
  }
  .wrap-btn-p.wrap-btn-popup {
    position: absolute;
    left: 0%;
    top: -50px;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  .popup-iot {
    left: -100%;
    height: 100vh;
    padding-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-robotique {
    left: -100%;
    height: 100vh;
    padding-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-analyse {
    position: fixed;
    left: -100%;
    height: 100vh;
    padding-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-accompagnement {
    position: fixed;
    left: -100%;
    height: 100vh;
    padding-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-transformation {
    position: fixed;
    left: -100%;
    height: 100vh;
    padding-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-risk {
    position: fixed;
    left: -100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-right: 0px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .container-long-txt {
    min-height: 0vh;
    padding: 0px 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container-long-txt.container-atous.container-texte-multiple {
    -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;
  }
  .container-long-txt.container-atous.container-texte-multiple.container-bg-bleu-foncee {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-long-txt.container-atous.container-texte-multiple.container-bg-bleu-foncee.wrap-extr {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-long-txt.container-atous.container-texte-multiple.container-bg-bleu {
    padding-top: 0px;
  }
  .bloc-gauche.bloc-gauche-txt {
    width: 100%;
  }
  .droite {
    width: 100%;
  }
  .wrap-atouts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .card-atouts {
    margin-bottom: 0px;
  }
  .card-atouts.card-atout-4 {
    margin-bottom: 16px;
  }
  .chain {
    width: 10px;
    height: 30px;
  }
  .wrap-schema {
    padding: 0px;
  }
  .schema-desktop {
    display: none;
  }
  .schema-smartphone {
    display: block;
  }
  .header {
    height: 60px;
  }
  .logo-big {
    width: 80%;
    margin-left: 0px;
  }
  .div-block-4 {
    display: block;
  }
  .div-block-5 {
    display: block;
  }
  .popup-intervention {
    position: fixed;
    height: 100vh;
    padding-right: 0px;
    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;
  }
  .div-block-8 {
    display: none;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-8.ancre-desktop {
    display: none;
  }
  .div-block-8.ancre-responsive {
    display: none;
    width: 270px;
    margin-top: 0px;
  }
  .cross-l {
    top: 45%;
  }
  .cross-r {
    top: 45%;
  }
  .wrap-btn-secondary-copy.wrap-btn-popup {
    position: fixed;
    left: 20px;
    top: 193px;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
  .wrap-btn-close-second.close-nav-filter-menu2-copy.circle-secondary-btn {
    top: 50px;
  }
  .wrap-btn-open-second.open-nav-filter-menu2-copy.circle-secondary-btn {
    top: 50px;
  }
  .nav-secondary-btn {
    position: relative;
    z-index: 1;
    padding: 15px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.07);
    font-size: 1em;
  }
  .nav-secondary-btn.inline-btn:hover {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-100vh-hard-copy {
    padding: 80px 0px 0px;
  }
  .card-contain.txt-unique {
    max-width: none;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .card-contain.txt-unique.txt-wider {
    width: 100%;
  }
  .card-contain.last-card {
    margin-right: 0px;
  }
  .txt-titre-multple {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
  .txt-titre-multple.txt-card.text-center {
    text-align: left;
  }
  .list-2 {
    width: 100%;
    max-width: none;
  }
  .container-txt-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bg-img-internationnal {
    display: block;
    width: 270px;
    height: 200px;
  }
  .bg-img-energie {
    width: 420px;
    height: 420px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .bg-img-economie {
    width: 420px;
    height: 340px;
    background-position: -32% 50%;
    background-size: cover;
  }
  .text-karla {
    max-width: none;
  }
  .text-karla.txt-contenair-innovation {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-rule-color: transparent;
    column-rule-color: transparent;
    -webkit-column-rule-width: 0px;
    column-rule-width: 0px;
  }
  .text-karla.txt-international {
    width: 100%;
  }
  .h3-head-title {
    font-size: 2.25em;
  }
  .h3-head-title.h3-white {
    font-size: 1.8em;
  }
  .bg-img-innovation {
    margin-right: 0px;
  }
  .h3-head-title-2 {
    font-size: 2.25em;
  }
  .h3-head-title-2.h3-white {
    font-size: 1.8em;
  }
  .bg-img-experiences {
    display: block;
    width: 270px;
    height: 200px;
  }
  .bg-img {
    display: block;
    width: 270px;
    height: 200px;
  }
  .bg-img--experience-2 {
    display: block;
    width: 270px;
    height: 200px;
  }
  .bg-img-experience-1 {
    display: block;
    width: 270px;
    height: 200px;
    background-position: 50% 50%;
  }
  .bg-img-experience-2 {
    display: block;
    width: 270px;
    height: 200px;
    background-position: 50% 50%;
  }
  .bg-img-experience-3 {
    display: block;
    width: 270px;
    height: 200px;
    background-position: 50% 50%;
  }
  .list-4.li-white {
    text-align: left;
  }
}

@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}