body {
  height: 100%;
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 7px;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #1a346d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #aeaeae;
}

.button.tab:hover {
  background-color: #1a346d;
}

.button.tab.w--current {
  background-color: #1a346d;
}

.button.tab.w--current:hover {
  background-color: #152954;
}

.button.special {
  width: 300px;
}

.navigation-link {
  padding-right: 18px;
  padding-left: 18px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Roboto, sans-serif;
  color: rgba(26, 52, 109, 0.5);
  font-size: 18px;
  font-weight: 300;
}

.navigation-link:hover {
  border-bottom-width: 2px;
  border-bottom-color: #1a346d;
  background-color: transparent;
  color: #1a346d;
}

.navigation-link.w--current {
  border-bottom: 2px solid #1a346d;
  color: #1a346d;
}

.navigation-link.contact {
  padding-right: 18px;
  padding-left: 18px;
  border-bottom: 2px solid #1a346d;
  background-color: #1a346d;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.navigation-link.contact:hover {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: #fff;
  color: #303030;
}

.navigation-link.nonscroll {
  padding-right: 18px;
  padding-left: 18px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
}

.navigation-link.nonscroll:hover {
  color: #fff;
}

.navigation-link.whitey {
  color: #fff;
}

.navigation-bar {
  margin-bottom: 195px;
  background-color: transparent;
}

.navigation-bar:hover {
  color: #3b99d9;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  padding-bottom: 13px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  border-bottom: 1px none #face6a;
  background-color: #192024;
}

.section.accent.image {
  border-bottom-style: none;
  border-bottom-width: 1px;
  background-image: url('../images/Vision10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.accent.image2 {
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  background-color: transparent;
}

.section.accent.image3 {
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

.section.light {
  background-color: #edeff2;
}

.section.pluri {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
}

.section.less {
  padding-bottom: 0px;
  background-image: url('../images/hand.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.less2 {
  padding-top: 30px;
}

.white-box {
  min-height: 190px;
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.lessmargin {
  padding-top: 15px;
  padding-bottom: 5px;
}

.white-box.atleast {
  min-height: 370px;
}

.white-box.atleast2 {
  min-height: 425px;
}

.white-box.atleast3 {
  min-height: 450px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(46, 157, 255, 0.45)), to(rgba(46, 157, 255, 0.25))), url('../images/GMG10.jpg');
  background-image: linear-gradient(180deg, rgba(46, 157, 255, 0.45) 1%, rgba(46, 157, 255, 0.25)), url('../images/GMG10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.hero-section.centered.two {
  height: auto;
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(46, 157, 255, 0.4)), color-stop(98%, rgba(46, 157, 255, 0.2))), url('../images/GMG40.jpg');
  background-image: linear-gradient(180deg, rgba(46, 157, 255, 0.4) 3%, rgba(46, 157, 255, 0.2) 98%), url('../images/GMG40.jpg');
  background-size: auto, cover;
}

.hero-heading {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-heading.smallerheading {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
}

.hero-subheading {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #f3f3f3;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading.noirsurblanc {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom-width: 2px;
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
  font-size: 22px;
  letter-spacing: 1px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: Roboto, sans-serif;
  color: #676770;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.white.sided {
  height: auto;
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
  text-align: left;
}

.section-heading.centered.white.none {
  height: auto;
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
}

.section-heading.centered.whitetitle {
  color: #fff;
}

.section-subheading.center {
  font-family: Roboto, sans-serif;
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center.off-white.sided {
  width: 60%;
  text-align: left;
}

.section-subheading.center.off-white.temoi {
  width: 50%;
  margin-top: 25px;
  padding-left: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.section-subheading.center.contact {
  margin-bottom: 12px;
  text-transform: none;
}

.section-subheading.center.whitetitle {
  color: #fff;
}

.section-title-group {
  margin-bottom: 60px;
}

.section-title-group.pluri {
  margin-bottom: 0px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
  font-family: Roboto, sans-serif;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 300;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  font-family: Roboto, sans-serif;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 2px solid #1a346d;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.white-text.equipetitle {
  display: block;
  width: 60%;
  margin: 0px auto 10px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.white-text.equipetitle.special {
  margin-top: 100px;
}

.white-text.incenter {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 16px;
  line-height: 27px;
}

.white-text.smallwhite {
  font-size: 16px;
  line-height: 24px;
}

.form {
  margin-top: 20px;
}

.smaller {
  margin-top: 5px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 5px;
}

.smaller.evensmaller {
  letter-spacing: 4px;
}

.row2 {
  margin-top: 25px;
}

.slider {
  background-color: transparent;
}

.slide1 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(26%, #192024), to(transparent)), url('../images/Spa2.jpg');
  background-image: linear-gradient(90deg, #192024 26%, transparent), url('../images/Spa2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.slide1._3 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(23%, #192024), color-stop(81%, transparent)), url('../images/TemoignagesJabs.jpg');
  background-image: linear-gradient(90deg, #192024 23%, transparent 81%), url('../images/TemoignagesJabs.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide1._2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, #192024), to(transparent)), url('../images/DemaragePetit.jpg');
  background-image: linear-gradient(90deg, #192024 21%, transparent), url('../images/DemaragePetit.jpg');
}

.space2 {
  margin-bottom: 20px;
}

.white {
  height: 430px;
  margin-bottom: 0px;
  padding: 60px 30px 30px;
  background-color: #fff;
}

.people {
  display: block;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.bottomlink {
  border-bottom: 2px solid rgba(103, 103, 112, 0.49);
  color: #676770;
  text-decoration: none;
}

.blue2 {
  height: 430px;
  padding-top: 50px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #1a346d;
}

.white2 {
  padding-top: 30px;
  background-color: #fff;
}

.hero-entreprise {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent)), url('../images/New.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent), url('../images/New.jpg');
  background-position: 0% 0%, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.hero-entreprise.nofullheight {
  height: 70%;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent)), url('../images/Headerdemarage.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent), url('../images/Headerdemarage.jpg');
  background-size: auto, cover;
}

.hero-entreprise.nofullheight.contact {
  height: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent)), url('../images/hand.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent), url('../images/hand.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-entreprise.nofullheight.entreprise {
  height: 70%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(43%, transparent)), url('../images/Entreprise1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 43%), url('../images/Entreprise1.jpg');
  background-size: auto, cover;
}

.hero-entreprise.nofullheight.croisance {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(56%, transparent)), url('../images/BigHeaderCroissance.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 56%), url('../images/BigHeaderCroissance.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero-entreprise.nofullheight.demarage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(45%, transparent)), url('../images/BigHeaderOptim.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 45%), url('../images/BigHeaderOptim.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.ordre {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.25;
}

.backgrounded {
  margin-bottom: 20px;
  color: #fff;
}

.backgrounded.underblack {
  margin-top: 15px;
  color: #676770;
}

.navscroll {
  position: fixed;
  z-index: 2001;
  display: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.tablink {
  padding: 20px 18px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  color: #e8e8e8;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.tablink:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.tablink.w--current {
  padding-right: 18px;
  padding-left: 18px;
  border-bottom: 3px solid #fff;
  background-color: transparent;
}

.tablink.smallertext {
  min-height: 125px;
  font-size: 12px;
}

.tablink.smallertext:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.tablink.smallertext.w--current {
  min-height: auto;
}

.tabsmenu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  background-color: rgba(25, 32, 36, 0.34);
}

.tabimage {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.noirsurblanc {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #f3f3f3;
  font-size: 25px;
  font-weight: 400;
}

.herocontainer {
  margin-top: 250px;
}

.rowapproches {
  margin-bottom: 40px;
}

.newbox {
  width: 256px;
  height: 286px;
  border-radius: 5px;
  background-image: url('../images/Ademarage2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.newbox:hover {
  background-image: url('../images/Ademarage1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.newbox.new2 {
  background-image: url('../images/CroissanceBackNewA.jpg');
  background-size: cover;
}

.newbox.new2:hover {
  background-image: url('../images/CroissanceBackNewB.jpg');
  background-size: cover;
}

.newbox.new3 {
  background-image: url('../images/OptimisationBackNewA.jpg');
  background-size: cover;
}

.newbox.new3:hover {
  background-image: url('../images/OptimisationBackNewB.jpg');
  background-size: cover;
}

.bottombox {
  width: 220px;
  height: 299px;
  padding-top: 240px;
  border-radius: 5px;
  background-image: url('../images/RecrutementNouveau.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.bottombox:hover {
  background-image: url('../images/RecrutementNouveau2.jpg');
  background-size: cover;
}

.bottombox.bottom2 {
  background-image: url('../images/Bottom2-a.jpg');
  background-size: cover;
}

.bottombox.bottom2:hover {
  background-image: url('../images/Bottom2-b.jpg');
  background-size: cover;
}

.bottombox.bottom3 {
  background-image: url('../images/Bottom3-a.jpg');
  background-size: cover;
}

.bottombox.bottom3:hover {
  background-image: url('../images/Bottom3-b.jpg');
  background-size: cover;
}

.bottombox.bottom4 {
  background-image: url('../images/Bottom4-a.jpg');
  background-size: cover;
}

.bottombox.bottom4:hover {
  background-image: url('../images/Bottom4-b.jpg');
  background-size: cover;
}

.bottombox.dontknow {
  background-image: url('../images/Bottom7-b.jpg');
  background-size: cover;
}

.bottombox.dontknow:hover {
  background-image: url('../images/Bottom7-a.jpg');
  background-size: cover;
}

.bottombox.bottom5 {
  background-image: url('../images/Bottom5-a.jpg');
  background-size: cover;
}

.bottombox.bottom5:hover {
  background-image: url('../images/Bottom5-b.jpg');
  background-size: cover;
}

.bottombox.bottom6 {
  background-image: url('../images/Bottom6-b.jpg');
  background-size: cover;
}

.bottombox.bottom6:hover {
  background-image: url('../images/Bottom6-a.jpg');
  background-size: cover;
}

.bottombox.bottom8 {
  background-image: url('../images/Bottom8-a.jpg');
  background-size: cover;
}

.bottombox.bottom8:hover {
  background-image: url('../images/Bottom8-b.jpg');
  background-size: cover;
}

.rowservices {
  margin-top: 25px;
}

.hidden {
  display: none;
}

.maintabs {
  width: 100%;
  height: 100%;
}

.tabsconcent {
  width: 100%;
  height: 100%;
  padding-top: 0px;
}

.panel1 {
  width: 100%;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/ressources-humaines1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/ressources-humaines1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel2 {
  width: 100%;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Marketing1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Marketing1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel3 {
  width: 100%;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/operations-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/operations-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel4 {
  width: 100%;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Finances-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Finances-1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.panel5 {
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/FullSizeRecrutement.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/FullSizeRecrutement.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.panel6 {
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.25))), url('../images/BigFormation.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)), url('../images/BigFormation.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.panel7 {
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.15))), url('../images/BigFinancen.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15)), url('../images/BigFinancen.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.panel8 {
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/BigConsultation.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/BigConsultation.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel9 {
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/BigVentes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/BigVentes.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel10 {
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/BigProjets.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/BigProjets.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel11 {
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/BigLogistique.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/BigLogistique.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel12 {
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/BigPerformance.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/BigPerformance.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.lessspace {
  font-size: 20px;
  line-height: 26px;
}

.lesspara {
  line-height: 24px;
}

.none2 {
  font-family: Roboto, sans-serif;
  color: rgba(191, 224, 255, 0.75);
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  letter-spacing: 0px;
}

.divunder {
  margin-top: 25px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="fade-in-bottom-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .white-text.smallwhite {
    font-size: 11px;
  }

  .bottombox {
    width: 240px;
  }

  .bottombox.bottom2 {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .spc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-bar {
    margin-bottom: 100px;
  }

  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .hero-heading.smallerheading {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .hero-subheading.noirsurblanc {
    font-size: 18px;
  }

  .section-heading.centered {
    font-size: 24px;
    line-height: 32px;
  }

  .section-subheading.center {
    font-size: 16px;
    line-height: 22px;
  }

  .fullwidth-image {
    margin-bottom: 15px;
  }

  .hero-entreprise.nofullheight {
    height: 50%;
  }

  .hero-entreprise.nofullheight.entreprise {
    height: 50%;
  }

  .herocontainer {
    margin-top: 100px;
  }

  .bottombox {
    margin-bottom: 15px;
  }
}

