.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Lato, sans-serif;
  color: #041130;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 68px;
  font-weight: 900;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: #264794;
  text-decoration: underline;
}

a:hover {
  color: #00a99a;
}

li {
  color: #1a4297;
}

em {
  font-style: italic;
}

.menu-top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  height: 150px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
}

.home-head {
  position: relative;
  height: 100vh;
  background-image: url('../images/home-head-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-white {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.nav-menu {
  margin-top: 18px;
  margin-left: 30px;
  padding-bottom: 0px;
  float: left;
}

.nav-link {
  width: 90px;
  margin-top: 0px;
  margin-right: 3px;
  padding: 50px 0px 5px;
  background-color: #efefef;
  background-image: url('../images/logo-gevers-base.png');
  background-position: 51% 10px;
  background-size: 35px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

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

.nav-link.nav-gversup {
  margin-left: 25px;
  background-color: #1a4297;
  background-image: url('../images/gevers-up-blanc.png');
  background-size: 40px;
  color: #fff;
  font-size: 13px;
}

.nav-link.nav-gversup:hover {
  background-color: #efefef;
  background-image: url('../images/gevers-up-bleu.png');
  background-size: 40px;
  color: #1a4297;
}

.nav-link.nav-login {
  margin-left: 0px;
  background-color: #c8ccd0;
  background-image: url('../images/login-blanc.png');
  background-size: 40px;
  color: #fff;
  font-size: 13px;
}

.nav-link.nav-login:hover {
  background-image: url('../images/login-bleu.png');
  background-size: 40px;
  color: #264794;
}

.nav-link.menu1 {
  margin-right: 3px;
  background-image: url('../images/who-whe-are-bleu.png');
  background-size: 40px;
}

.nav-link.menu1:hover {
  background-color: #264794;
  background-image: url('../images/who-whe-are-blanc.png');
  background-size: 40px;
  color: #fff;
}

.nav-link.menu2 {
  background-image: url('../images/what-we-do-bleu.png');
  background-size: 40px;
}

.nav-link.menu2:hover {
  background-color: #264794;
  background-image: url('../images/what-we-do-blanc.png');
  background-size: 40px;
  color: #fff;
}

.nav-link.menu3 {
  background-image: url('../images/whats-new-bleu.png');
  background-size: 40px;
}

.nav-link.menu3:hover {
  background-color: #264794;
  background-image: url('../images/whats-new-blanc.png');
  background-size: 40px;
  color: #fff;
}

.nav-link.menu4 {
  background-image: url('../images/contact-bleu.png');
  background-size: 40px;
}

.nav-link.menu4:hover {
  background-color: #264794;
  background-image: url('../images/contact-blanc.png');
  background-size: 40px;
  color: #fff;
}

.logo {
  height: 110px;
  margin-top: 25px;
}

.nav-export {
  display: block;
  width: 140px;
  height: 75px;
  margin-left: 20px;
  float: left;
}

.nav-export-1 {
  display: block;
  width: 140px;
  height: 22px;
  margin-bottom: 5px;
  padding-top: 4px;
  background-color: #c8ccd0;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nav-export-1:hover {
  color: #264794;
}

.nav-export-1.w--current {
  width: 140px;
  height: 20px;
  color: #2a5291;
}

.nav-export-2 {
  display: block;
  width: 140px;
  height: 22px;
  margin-bottom: 5px;
  padding-top: 4px;
  background-color: #c8ccd0;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nav-export-2:hover {
  color: #264794;
}

.nav-export-2.w--current {
  color: #2a5291;
}

.scrolldown {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
}

.scrolldown-img {
  height: 40px;
}

.home-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.white-txt {
  color: #fff;
}

.white-txt.h2-home {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.white-txt.h1-home {
  font-size: 68px;
  line-height: 68px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.h1-small {
  font-size: 42px;
  line-height: 46px;
}

.h1-small.h1-news-home {
  margin-bottom: 40px;
  text-align: center;
}

.h2-small {
  font-size: 28px;
  line-height: 28px;
}

.h2-small.center {
  margin-bottom: 30px;
  text-align: center;
}

.h2-small.center.h2-services {
  display: none;
}

.section-gris-l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededed;
  font-weight: 700;
}

.section-gris-l.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #efefef;
  background-image: url('../images/footer-new.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-full {
  overflow: hidden;
  height: 230px;
  margin-bottom: 20px;
  padding: 10px;
  clear: both;
}

.news-full.news1 {
  background-image: url('../images/news-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-full.news6 {
  background-image: url('../images/news-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-half-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 380px;
  margin-right: 2%;
  padding: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-half-left.news2 {
  background-color: transparent;
  background-image: url('../images/news-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-half-left.news4 {
  background-image: url('../images/news-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-half-right {
  width: 48%;
  height: 380px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 2%;
  padding: 10px;
  float: left;
}

.news-half-right.news3 {
  background-image: url('../images/news-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-half-right.news5 {
  background-image: url('../images/news-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-full-container {
  padding-top: 20px;
  clear: both;
}

.news-full-inside {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.news-full-inside em {
  margin-top: 0px;
  padding-top: 0px;
  color: #fff;
}

.news-link {
  position: absolute;
  bottom: 10px;
  padding: 5px 10px;
  background-color: #041130;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.news-link:hover {
  background-color: #041130;
  color: #fff;
}

.news-h2 {
  margin-top: 0px;
  color: #000;
  font-size: 24px;
  line-height: 28px;
}

.news-date {
  color: #041130;
  font-size: 13px;
  font-style: italic;
}

.news-half-inside {
  position: relative;
  bottom: 0px;
  overflow: hidden;
  height: 80%;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.news-half-inside em {
  margin-top: 0px;
  padding-top: 0px;
  color: #fff;
}

.h3-product {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.h3-product:hover {
  color: #fff;
}

.product-text {
  overflow: visible;
  height: 100px;
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 17px;
}

.product-colonne {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.product-colonne-mobile {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.product-mobile {
  overflow: hidden;
  height: 150px;
  margin: 5px 0px;
  padding: 5px;
  background-color: #f0f0f0;
  color: #6d7076;
  text-align: center;
  text-decoration: none;
}

.product-text-mobile {
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 17px;
}

.colonne-1-mobile {
  display: block;
}

.service {
  display: block;
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-image: url('../images/service.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.service:hover {
  color: #fff;
}

.service.serv-def-2 {
  background-image: url('../images/identify-2.png');
}

.service.serv-def-5 {
  background-image: url('../images/monetize-1.png');
}

.service.serv-def-8 {
  background-image: url('../images/enforce-2.png');
}

.service.serv-pro-1 {
  background-image: url('../images/protect-1-bis.png');
}

.service.serv-mon-2 {
  background-image: url('../images/monetize-2-bis.png');
}

.service.serv-enf-2 {
  background-image: url('../images/enforce-2-bis2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.service.serv-ide-2 {
  background-image: url('../images/identify-2-bis.png');
}

.service.serv-ide-1 {
  background-image: url('../images/identify-1-bis.png');
}

.service.serv-pro-2 {
  background-image: url('../images/protect-2-bis.png');
}

.service.serv-mon-1 {
  background-image: url('../images/monetize-1-bis.png');
}

.service.serv-mon-3 {
  background-image: url('../images/monetize-3-bis.png');
}

.service.serv-enf-1 {
  background-image: url('../images/enforce-1-bis2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.service.serv-enf-3 {
  background-image: url('../images/enforce-3-bis2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.service.serv-def-1 {
  background-image: url('../images/identify-1.png');
}

.service.serv-def-3 {
  background-image: url('../images/protect-1.png');
}

.service.serv-def-4 {
  background-image: url('../images/protect-2.png');
}

.service.serv-def-6 {
  background-image: url('../images/monetize-2.png');
}

.service.serv-def-9 {
  background-image: url('../images/enforce-3.png');
}

.service.serv-left {
  margin-right: 0px;
}

.service.serv-right {
  margin-left: 0px;
}

.service.serv-ide-3 {
  background-image: url('../images/identify-3-bis.png');
}

.service-h3 {
  margin-top: 25px;
  margin-bottom: 5px;
  padding-bottom: 1px;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
}

.service-text {
  display: block;
  overflow: hidden;
  height: 98px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
}

.service-ligne2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-defaut {
  display: block;
}

.services-defaut.service-bloc {
  display: none;
}

.services-1 {
  display: none;
}

.services-1.service-bloc {
  display: none;
}

.services-2.service-bloc {
  display: none;
}

.news-all {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  border-radius: 5px;
  background-color: #041130;
  color: #fff;
}

.news-all:hover {
  background-color: #fff;
  color: #041130;
}

.footer-h3 {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 900;
}

.footer-link {
  display: inline-block;
  color: #1b4298;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  background-color: #041130;
  color: #fff;
  text-decoration: underline;
}

.footer-logo {
  height: 125px;
  margin-top: -10px;
}

.footer-share {
  margin-top: 10px;
}

.footer-share-link {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.footer-share-link.linkedin {
  background-image: url('../images/linkedin.png');
  background-position: 0px 0px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.footer-share-link.linkedin:hover {
  background-image: url('../images/linkedin-bis.png');
  background-size: 30px;
}

.footer-share-link.facebook {
  background-image: url('../images/facebook.png');
  background-position: 0px 0px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.footer-share-link.facebook:hover {
  background-image: url('../images/facebook-bis.png');
  background-size: 30px;
}

.footer-share-link.twitter {
  background-image: url('../images/twitter.png');
  background-position: 0px 0px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.footer-share-link.twitter:hover {
  background-image: url('../images/twitter-bis.png');
  background-size: 30px;
}

.footer-copy {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

.footer-menu {
  display: block;
  width: 85%;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 1px dotted #041130;
  color: #041130;
  font-size: 16px;
  text-decoration: none;
}

.footer-menu.footer-link1 {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-bottom: 1px dotted #041130;
  background-image: url('../images/who-whe-are-bleu.png');
  background-position: 0px 0px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-menu.footer-link-2 {
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-bottom: 1px dotted #041130;
  background-image: url('../images/what-we-do-bleu.png');
  background-position: 0px 0px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-menu.footer-link-3 {
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-bottom: 1px dotted #041130;
  background-image: url('../images/whats-new-bleu.png');
  background-position: 0px 0px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-menu.footer-link-4 {
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-bottom: 1px dotted #041130;
  background-image: url('../images/contact-bleu.png');
  background-position: 0px 0px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-link-col {
  width: 50%;
  float: left;
}

.footer-copy-txt {
  display: inline;
}

.footer-copy-img {
  height: 25px;
  margin-left: 5px;
}

.inside-top {
  margin-top: 150px;
  background-image: url('../images/footer.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-top.section-gris-l {
  position: relative;
  margin-top: 150px;
  background-image: url('../images/footer-new.png');
}

.center {
  text-align: center;
}

.section-red-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e83469;
  color: #fff;
}

.tag-blue {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #264794;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-red-2 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #e83469;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-zone {
  margin-top: 40px;
  padding-right: 15%;
  padding-left: 15%;
  font-size: 16px;
  line-height: 20px;
}

.text-zone p {
  margin-bottom: 20px;
}

.service-bloc-txt {
  font-size: 16px;
}

.service-inside-bloc {
  height: auto;
  min-height: 300px;
  padding: 10px 25px 25px;
  background-color: #ededed;
}

.service-inside--h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 1px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

.service-inside-picto-txt {
  margin-top: 15px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.services-3.service-bloc {
  display: none;
}

.section-gris-very-light {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f8;
  font-size: 14px;
}

.team-member {
  height: 170px;
  margin-right: 1px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 10px;
  background-color: #f0f0f0;
  text-align: center;
}

.team-nom {
  overflow: hidden;
  height: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.team-prenom {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 15px;
}

.team-title {
  overflow: hidden;
  height: 50px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.team-tel {
  display: block;
}

.link {
  display: block;
}

.container-white {
  padding: 20px;
  background-color: #fff;
}

.product-def {
  display: block;
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin: 5px auto;
  padding: 25px 5px 5px;
  border-radius: 5px;
  background-image: url('../images/fond-gris.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #6d7076;
  text-align: center;
  text-decoration: none;
}

.product-def:hover {
  background-image: url('../images/fond-bleu.png');
  color: #fff;
}

.product-def.left-align-bloc {
  margin-right: 0px;
}

.left-align-bloc {
  margin-left: auto;
}

.right-align-bloc {
  margin-right: auto;
  margin-left: 0px;
}

.product-ligne-def {
  display: block;
}

.services-4.service-bloc {
  display: none;
}

.services-5.service-bloc {
  display: none;
}

.services-6.service-bloc {
  display: none;
}

.services-7.service-bloc {
  display: none;
}

.section-red-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ea527e;
  color: #fff;
}

.section-red-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cf2557;
  color: #fff;
}

.tag-red-1 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #ea527e;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-red-3 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #cf2557;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-ide-1 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #018c98;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-ide-2 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #00a89a;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-pro-1 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #71b162;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-pro-2 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #77cd64;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-pro-3 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #abdc5d;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-mon-1 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #edc404;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-mon-2 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #ed9804;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-mon-3 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #f87f27;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.section-blue-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a4297;
  color: #fff;
}

.home-img-360 {
  margin-top: 20px;
}

.service-sans-anim {
  display: block;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-image: url('../images/service.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.service-sans-anim.serv-right {
  margin-left: 0px;
}

.service-sans-anim.serv-left {
  margin-right: 0px;
}

.section-tur-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #018c98;
  color: #fff;
}

.section-tur-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00a89a;
  color: #fff;
}

.section-green-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #71b162;
  color: #fff;
}

.section-green-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #77cd64;
  color: #fff;
}

.section-green-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #abdc5d;
  color: #fff;
  text-shadow: 1px 1px 15px #333;
}

.section-orange-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #edc404;
  color: #fff;
}

.section-orange-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ed9804;
  color: #fff;
}

.section-orange-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f87f27;
  color: #fff;
}

.news-list-date {
  width: 80px;
  height: 80px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: auto;
  padding-top: 17px;
  background-image: url('../images/fond-bleu.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.news-list-titre {
  display: block;
  margin-top: 6px;
  margin-bottom: 10px;
  color: #041130;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.news-list-item {
  margin-bottom: 30px;
  padding: 10px 5px;
  background-color: #fff;
}

.news-list-link {
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: right;
  background-color: #c8ccd0;
  font-size: 13px;
}

.news-list-link:hover {
  color: #264794;
}

.news-list-h3 {
  margin-bottom: 30px;
}

.news-list-pager {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  text-align: center;
}

.news-details-date {
  margin-bottom: 10px;
  font-size: 13px;
}

.contact-item {
  display: block;
  margin-top: 25px;
  text-align: center;
}

.contact-name {
  margin-top: 5px;
  font-weight: 700;
}

.contact-list-right {
  padding: 10px 15px 20px;
  background-color: #fff;
}

.text-bloc-left.team-contact-left {
  padding-right: 30px;
}

.button-blue {
  background-color: #264794;
}

.button-blue:hover {
  color: #e3e3e3;
}

.color-blue-gevers {
  background-color: #264794;
}

.color-tur-1 {
  background-color: #018c98;
}

.color-tur-2 {
  background-color: #00a89a;
}

.color-green-1 {
  background-color: #71b162;
}

.color-green-2 {
  background-color: #77cd64;
}

.color-green-3 {
  background-color: #abdc5d;
}

.color-orange-1 {
  background-color: #edc404;
}

.color-orange-2 {
  background-color: #ed9804;
}

.color-orange-3 {
  background-color: #f87f27;
}

.color-red-1 {
  background-color: #ea527e;
}

.color-red-2 {
  background-color: #e83469;
}

.color-red-3 {
  background-color: #cf2557;
}

.button-big {
  display: inline-block;
  padding: 15px 20px 16px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.button-big:hover {
  color: #e3e3e3;
}

.button-medium {
  display: inline-block;
  padding: 9px 16px 9px 15px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.button-medium:hover {
  color: #e3e3e3;
}

.button-medium.color-green-1:hover {
  color: #e3e3e3;
}

.button-medium.color-orange-1:hover {
  color: #e3e3e3;
}

.button-animate:hover {
  color: #e3e3e3;
}

.team-button {
  margin-top: 5px;
  padding: 3px 5px;
  background-color: #c8ccd0;
  color: #1a4297;
}

.team-button:hover {
  color: #fff;
}

.team-contact {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px 20px 10px;
  background-color: #fff;
}

.team-contact-infos {
  margin-right: 20px;
  float: none;
}

.team-contact-photo {
  max-width: 160px;
  margin-right: 20px;
  float: left;
}

.menu-top-scroll {
  position: fixed;
  display: block;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.nav-lang {
  display: block;
  height: 20px;
  margin-top: 5px;
  margin-right: 15px;
  color: #c8ccd0;
  text-align: right;
}

.menulang-item {
  margin-right: 10px;
  margin-left: 10px;
  color: #c8ccd0;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.menulang-sep {
  display: inline-block;
}

.team-telephone {
  margin-bottom: 15px;
  padding-left: 25px;
  float: none;
  background-image: url('../images/telephone.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.team-contact-bloc {
  float: left;
}

.team-email {
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url('../images/mail.png');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.nav-support {
  width: 100px;
  height: 75px;
  margin-left: 20px;
  float: left;
}

.nas-support-login {
  position: static;
  display: block;
  width: 100px;
  height: 35px;
  padding-top: 10px;
  background-color: #c8ccd0;
  background-image: url('../images/login-blanc.png');
  background-position: 5px 43%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nas-support-login:hover {
  color: #264794;
}

.nas-support-job {
  position: static;
  display: block;
  width: 100px;
  height: 35px;
  margin-top: 5px;
  padding-top: 10px;
  background-color: #c8ccd0;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nas-support-job:hover {
  color: #264794;
}

.nas-support-job.w--current {
  color: #2a5291;
}

.team-nom-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 3px 2px;
  background-color: #1a4297;
  font-size: 14px;
  line-height: 14px;
}

.footer-menu-cgv {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.footer-menu-cgv-item {
  margin-right: 5px;
  margin-left: 5px;
}

.news-list-pager-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #c8ccd0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.news-list-pager-item:hover {
  background-color: #1a4297;
  color: #fff;
}

.news-list-pager-item-current {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #1a4297;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.navmenuright {
  margin-left: 15px;
  float: right;
}

.navgeversup {
  display: block;
  width: 100px;
  height: 35px;
  padding: 8px 0px 10px 10px;
  background-color: #264794;
  background-image: url('../images/gevers-up-blanc_1.png');
  background-position: 3px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.navgeversup:hover {
  background-color: #efefef;
  background-image: url('../images/gevers-up-bleu_1.png');
  background-position: 0px 50%;
  background-size: 25px;
  color: #264794;
}

.navgeversup.w--current {
  color: #f07e2d;
}

.navright1 {
  float: left;
}

.navgeverssme {
  display: block;
  width: 100px;
  height: 35px;
  margin-top: 4px;
  padding: 8px 0px 10px;
  background-color: #264794;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.navgeverssme:hover {
  background-color: #efefef;
  color: #264794;
}

.navgeverssme.w--current {
  color: #f07e2d;
}

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

.tag-ide-3 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #00a87b;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.color-tur-3 {
  background-color: #00a87b;
}

.section-tur-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00a87b;
  color: #fff;
}

.service-inside-picto-txt-blue {
  margin-top: 15px;
  color: #264794;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-inside-picto-txt--second {
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: none;
}

.jobs-list-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  -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-image: url('../images/fond-bleu.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.jobs-details-place {
  margin-bottom: 10px;
  color: #264794;
  font-size: 14px;
  font-weight: 700;
}

.job-apply {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  text-align: left;
}

.h3-blue-light {
  color: #264794;
  text-transform: none;
}

.gdpr-banner {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: block;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1a4297;
}

.gdrp-banner-inside {
  max-width: 940px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.gdpr-richtxt {
  color: #fff;
  font-weight: 700;
}

.gdpr-richtxt a {
  color: #fff;
}

.nav-export-3 {
  display: block;
  width: 140px;
  height: 22px;
  margin-bottom: 5px;
  padding-top: 4px;
  background-color: #c8ccd0;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nav-export-3:hover {
  color: #264794;
}

.nav-export-3.w--current {
  color: #2a5291;
}

.home-tag1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  text-align: center;
}

.home-tag1-container-float {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.home-tag1-float {
  float: left;
  background-color: transparent;
}

.home-tag1-span1 {
  font-family: Muli, sans-serif;
  color: #c8ccd0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  text-align: center;
}

.home-tag1-span2 {
  font-family: Muli, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  text-align: center;
}

.home-tag1-span3 {
  margin-top: 26px;
  margin-left: 10px;
  padding-top: 0px;
  font-family: Muli, sans-serif;
  color: #c8ccd0;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}

.home-tag1-span4 {
  margin-left: 10px;
  font-family: Muli, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
}

.home-tag1-conainer2 {
  text-align: center;
}

.tag1-h2-small {
  margin-bottom: 60px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
}

.award-container-col {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.award-img {
  max-height: 90px;
}

@media (max-width: 991px) {
  .menu-top {
    height: 110px;
  }
  .nav-menu {
    z-index: 1000;
    overflow: auto;
    width: 100%;
    height: 100vh;
    max-width: 991px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-bottom: 130px;
    float: none;
    background-color: transparent;
  }
  .nav-link {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 35px;
    float: none;
    clear: none;
    background-position: 50% 5%;
  }
  .nav-link.nav-gversup {
    margin-left: 0px;
  }
  .nav-link.nav-login {
    width: 100%;
    margin-left: 0px;
  }
  .nav-link.menu1 {
    padding-top: 35px;
  }
  .logo {
    height: 80px;
  }
  .nav-export {
    display: inline-block;
    width: 100%;
    max-width: 727px;
    margin-left: 0px;
    float: none;
  }
  .nav-export-1 {
    position: static;
    display: block;
    width: auto;
    height: 60px;
    margin-top: 6px;
    padding-top: 20px;
  }
  .nav-export-2 {
    position: static;
    display: block;
    width: auto;
    height: 60px;
    margin-top: 5px;
    padding-top: 20px;
  }
  .menu-button {
    color: #264794;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #264794;
    color: #fff;
    font-size: 40px;
  }
  .news-h2 {
    font-size: 20px;
  }
  .product-text {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 13px;
  }
  .product-text-mobile {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 13px;
  }
  .inside-top.section-gris-l {
    margin-top: 110px;
  }
  .service-bloc-txt {
    font-size: 14px;
  }
  .service-inside-bloc {
    height: 350px;
    line-height: 18px;
  }
  .team-member {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 5px;
  }
  .team-nom {
    font-size: 15px;
  }
  .team-contact {
    width: 100%;
  }
  .nav-support {
    display: inline-block;
    width: 100%;
    max-width: 727px;
    margin-top: 25px;
    margin-left: 0px;
    float: none;
  }
  .nas-support-login {
    width: auto;
    height: 60px;
    margin-top: 5px;
    padding-top: 30px;
    background-position: 50% 13%;
  }
  .nas-support-job {
    width: auto;
    height: 60px;
    padding-top: 20px;
  }
  .navmenuright {
    margin-left: 0px;
    float: none;
  }
  .navgeversup {
    width: auto;
    height: 60px;
    padding-top: 30px;
    padding-left: 0px;
    background-position: 50% 5px;
  }
  .navgeversup:hover {
    background-position: 50% 5px;
  }
  .navright1 {
    float: none;
  }
  .navgeverssme {
    width: auto;
    height: 60px;
    padding-top: 20px;
  }
  .gdpr-banner {
    display: block;
  }
  .gdrp-banner-inside {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-export-3 {
    position: static;
    display: block;
    width: auto;
    height: 60px;
    margin-top: 5px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .menu-top {
    height: 100px;
  }
  .logo {
    margin-top: 0px;
  }
  .menu-button {
    font-size: 30px;
  }
  .menu-button.w--open {
    margin-top: 5px;
    font-size: 30px;
  }
  .white-txt.h2-home {
    font-size: 28px;
  }
  .white-txt.h1-home {
    font-size: 56px;
  }
  .section-gris-l.footer {
    text-align: center;
  }
  .news-full.news1 {
    height: 180px;
  }
  .news-full.news6 {
    height: 180px;
  }
  .news-half-left.news2 {
    height: 260px;
  }
  .news-half-left.news4 {
    height: 260px;
  }
  .news-half-right.news3 {
    height: 260px;
  }
  .news-half-right.news5 {
    height: 260px;
  }
  .news-h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .news-half-inside {
    height: 90%;
  }
  .news-colonne2 {
    margin-top: 20px;
  }
  .h3-product {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .product-text {
    padding-bottom: 5px;
  }
  .product-mobile {
    height: 180px;
  }
  .product-text-mobile {
    padding-bottom: 5px;
  }
  .service {
    width: 170px;
    height: 170px;
  }
  .service.serv-def-8 {
    background-image: url('../images/enforce-1.png');
  }
  .footer-share {
    margin-bottom: 20px;
  }
  .footer-share-link {
    margin-left: 25px;
  }
  .footer-copy {
    margin-top: 20px;
  }
  .footer-menu {
    text-align: left;
  }
  .footer-menu.footer-link1 {
    text-align: left;
  }
  .footer-menu.footer-link-2 {
    text-align: left;
  }
  .footer-menu.footer-link-3 {
    text-align: left;
  }
  .footer-menu.footer-link-4 {
    text-align: left;
  }
  .inside-top.section-gris-l {
    margin-top: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .service-inside-bloc {
    height: auto;
    min-height: auto;
    margin-bottom: 10px;
  }
  .service-inside-picto-txt {
    margin-bottom: 20px;
  }
  .section-gris-very-light {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .team-member {
    padding-right: 5px;
  }
  .team-nom {
    font-size: 14px;
  }
  .product-def {
    height: 180px;
  }
  .service-sans-anim {
    width: 170px;
    height: 170px;
  }
  .news-list-h3 {
    padding-left: 5px;
  }
  .text-bloc-left {
    margin-bottom: 20px;
  }
  .container-contact {
    text-align: center;
  }
  .team-contact {
    width: 100%;
    text-align: left;
  }
  .team-contact-infos {
    margin-right: 0px;
    float: none;
  }
  .team-contact-photo {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: none;
  }
  .service-inside-picto-txt-blue {
    margin-bottom: 20px;
  }
  .service-inside-picto-txt--second {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .menu-button {
    font-size: 30px;
  }
  .menu-button.w--open {
    font-size: 30px;
  }
  .h1-small {
    font-size: 32px;
  }
  .h1-small.h1-news-home {
    font-size: 32px;
  }
  .h2-small {
    font-size: 22px;
  }
  .news-half-left.news2 {
    display: block;
    width: 100%;
    height: 180px;
    margin-right: 0%;
    float: none;
  }
  .news-half-left.news4 {
    display: block;
    width: 100%;
    height: 180px;
    margin-right: 0%;
    float: none;
  }
  .news-half-right.news3 {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    margin-left: 0%;
    float: none;
  }
  .news-half-right.news5 {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    margin-left: 0%;
    float: none;
  }
  .news-link {
    font-size: 12px;
  }
  .news-h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .news-date {
    font-size: 12px;
  }
  .news-half-inside {
    height: 100%;
  }
  .h3-product {
    margin-top: 5px;
    font-size: 12px;
    line-height: 13px;
  }
  .product-text {
    height: auto;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 11px;
    line-height: 11px;
  }
  .product-colonne {
    padding-right: 2px;
    padding-left: 2px;
  }
  .product-colonne-mobile {
    display: none;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .product-mobile {
    height: 160px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #6d7076;
    text-decoration: none;
  }
  .product-mobile:hover {
    background-color: #1a4297;
    color: #fff;
  }
  .product-mobile.w--current {
    height: 160px;
    background-color: #1a4297;
    color: #fff;
  }
  .product-text-mobile {
    overflow: hidden;
    height: 110px;
    font-size: 12px;
    line-height: 13px;
  }
  .colonne-1-mobile {
    display: none;
  }
  .colonne-2-mobile {
    display: none;
  }
  .colonne-3-mobile {
    display: none;
  }
  .service {
    width: 100px;
    height: 100px;
    padding-right: 5px;
    padding-left: 5px;
    background-size: contain;
  }
  .service-h3 {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    line-height: 14px;
  }
  .service-text {
    height: 66px;
    font-size: 11px;
    line-height: 11px;
  }
  .service-colonne {
    padding-right: 2px;
    padding-left: 2px;
  }
  .service-ligne2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-share {
    text-align: center;
  }
  .footer-share-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-copy {
    margin-top: 20px;
  }
  .footer-menu {
    text-align: left;
  }
  .footer-menu.footer-link1 {
    text-align: left;
  }
  .inside-top.section-gris-l {
    margin-top: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .service-inside--h3 {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .padding-mobile {
    padding-right: 5px;
    padding-left: 5px;
  }
  .product-def {
    width: 100px;
    height: 100px;
    padding-top: 5px;
  }
  .product-ligne-def {
    display: block;
  }
  .service-sans-anim {
    width: 100px;
    height: 100px;
    padding-right: 5px;
    padding-left: 5px;
    background-size: contain;
  }
  .news-list-date {
    margin-right: auto;
  }
  .news-list-titre {
    text-align: center;
  }
  .news-list-item {
    text-align: center;
  }
  .news-list-link {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .news-list-h3 {
    text-align: center;
  }
  .team-contact-photo {
    margin-bottom: 10px;
    float: none;
  }
  .menulang-item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .navgeversup:hover {
    background-position: 50% 5px;
  }
  .jobs-list-place {
    margin-right: auto;
  }
  .home-tag1-float {
    float: none;
  }
  .home-tag1-span3 {
    margin-top: 0px;
    text-align: center;
  }
  .tag1-h2-small {
    font-size: 22px;
  }
}

#w-node-e52dfe6fbb96-a2d00033 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fcdcf9b19b35-a2d00033 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bc4ad2e4248c-a2d00033 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-623a8e4d31b3-a2d00033 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f59605389a33-a2d00033 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ab2c245096ce-a2d00033 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dc6992467cb6-a2d00033 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3ba6f7a2b8c2-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bf7c18bae835-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-254bf7d19d69-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8b80ac889f6a-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-48dc81dde5ed-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-82f62aca5226-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fd2b7b872643-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9a8d0c8b9512-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-201742868f8a-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d43fb154786d-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ce34d1ea3825-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e39452a1fd70-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8c7512cbe44f-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bf5f8b069077-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-05334f2a6d22-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-42ef5f0d9bbf-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-35bbfbf8d825-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7f272c00e257-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-78261f369de3-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-465e2f21c0b0-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bf9a44b93026-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4069ba7489fe-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eefca3bd4cff-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8a02a1f56d87-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c050b4f3f4c4-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ffdaa74e3558-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e6b5553d3e67-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-798b9fed98e4-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6c323618b92d-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-08e6896c52d4-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2818f9cb3b31-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1b1e62fff242-aaa3e66d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2d8df6728fbf-80891713 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-18c95f983f68-80891713 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8bd50d152f35-6e76a8f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2d8df6728fbf-5c550b0c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-18c95f983f68-5c550b0c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

