.body {
  font-family: Lato, sans-serif;
}

.body._404 {
  padding-bottom: 120px;
}

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

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #fff;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 350ms cubic-bezier(.25, .46, .45, .94);
  transition: color 350ms cubic-bezier(.25, .46, .45, .94);
  font-family: Lato, sans-serif;
  color: #00303c;
  font-size: 15px;
  font-weight: 700;
}

.nav-link:hover {
  color: #e74f3d;
}

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

.nav-link.contact {
  background-color: #e74f3d;
  -webkit-transition: background-color 350ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 350ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
}

.nav-link.contact:hover {
  background-color: #00303c;
}

.nav-link.mobile {
  display: none;
}

.brand {
  max-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero {
  position: relative;
  height: 85vh;
  margin-bottom: 60px;
  background-image: url('../images/4_bann_main3.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.hero.equipe {
  height: 35vh;
  background-color: #00303c;
  background-image: url('../images/banners_equipe-01.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero.service {
  height: 35vh;
  margin-bottom: 0px;
  background-color: #00303c;
  background-image: url('../images/service-02.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.contact {
  height: 35vh;
  background-color: #00303c;
  background-image: url('../images/banners-contact-03.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.apropos {
  height: 35vh;
  background-color: #00303c;
  background-image: url('../images/banners_apropos-09-09.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slide-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  margin-left: 140px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-container {
  width: 60%;
}

.slide-container._2 {
  width: 80%;
}

.slide-container._3 {
  width: 85%;
}

.banner-text-container {
  width: 80%;
  margin-bottom: 40px;
}

.banner-text-container._3 {
  width: 70%;
}

.banner-text-container.quipe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  margin-left: 100px;
  -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;
}

.banner-text {
  font-family: 'Gothic A1', sans-serif;
  color: #f4c55c;
  font-size: 4em;
  line-height: 64px;
  font-weight: 900;
  letter-spacing: 1px;
}

.banner-text.smol {
  font-size: 3.5em;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-container.mobile {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button {
  padding: 20px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #f4c55c;
  background-color: rgba(27, 58, 63, 0.56);
  -webkit-transition: background-color 350ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 350ms cubic-bezier(.25, .46, .45, .94);
  font-family: Lato, sans-serif;
  color: #f4c55c;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #f4c55c;
  color: #00303c;
  font-weight: 700;
}

.button.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  border-style: none;
  background-color: #00303c;
  color: #fff;
}

.button.cta:hover {
  background-color: #e74f3d;
}

.button.cta.jaune {
  background-color: #f4c55c;
  color: #00303c;
}

.button.cta.service {
  text-align: left;
}

.button.cta.service:hover {
  background-color: #f4c55c;
  color: #00303c;
}

.button.cta.service.jaune:hover {
  background-color: #e74f3d;
  color: #fff;
}

.button.cta.service.jaune.mission {
  padding-right: 150px;
  padding-left: 150px;
  text-align: center;
}

.button.cta.service.rouge {
  background-color: #e74f3d;
}

.button.cta.service.rouge:hover {
  background-color: #00303c;
  color: #fff;
}

.button.cta.formulaire {
  height: auto;
  min-height: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.cta.rouge {
  height: auto;
  background-color: #e74f3d;
}

.button.cta.rouge:hover {
  background-color: #00303c;
}

.button.cta.apropos {
  margin-top: 40px;
}

.button.mobile {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00303c;
}

.button.mobile:hover {
  background-color: #f4c55c;
}

.button.service-categorie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  border-style: none;
  background-color: #e74f3d;
  color: #fff;
}

.button.service-categorie:hover {
  background-color: #00303c;
}

.button.service-categorie.rouge {
  background-color: #e74f3d;
}

.button.service-categorie.rouge:hover {
  background-color: #f4c55c;
  color: #00303c;
}

.button.service-categorie.jaune {
  background-color: #f4c55c;
  color: #00303c;
}

.button.service-categorie.jaune:hover {
  background-color: #00303c;
  color: #fff;
}

.button._404 {
  border-style: none;
}

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

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

.section.service {
  width: 85%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.service {
  position: relative;
}

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

.section-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4c55c;
}

.section-text-container.cta {
  width: 75%;
}

.section-text-container.blanc {
  width: 60%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.section-text-container.service {
  -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: transparent;
}

.section-wrapper {
  margin: 100px 140px 100px 100px;
}

.section-wrapper.cta {
  margin-right: 100px;
}

.section-wrapper.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-wrapper.smol {
  width: 60%;
  margin: 0px;
  padding-top: 99px;
  padding-bottom: 99px;
}

.text-intro {
  color: #00303c;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.text-intro.cta {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

.text-intro.blanc {
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.text-intro.blanc.center {
  width: 100%;
  padding-top: 40px;
}

.text-intro.jaune {
  color: #f4c55c;
}

.text-intro.service {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
}

.text-intro.bold {
  width: 100%;
  font-weight: 700;
}

.text-intro.center {
  text-align: center;
}

.text-intro.mission {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

.sceau-container {
  position: absolute;
  top: 45%;
  right: -85px;
  bottom: 0%;
  z-index: 1;
  width: 60%;
}

.sceau-container.hide {
  display: none;
}

.sceau-container.service {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
}

.image {
  max-width: 85%;
}

.section-sceau {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 51%;
  margin-right: 60px;
  margin-bottom: 60px;
  margin-left: 60px;
  background-image: url('../images/section_img_1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-container.cta {
  background-color: #00303c;
  background-image: none;
}

.image-container.a-propos {
  background-image: url('../images/section-1-apropos.jpg');
  background-position: 50% 50%;
}

.h2-intro {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #00303c;
  font-size: 17px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.h2-intro.jaune {
  color: #f4c55c;
  font-weight: 400;
}

.h2-intro.rouge {
  color: #e74f3d;
}

.h2-intro.doc {
  margin-bottom: 0px;
  text-align: center;
}

.sous-menu {
  position: absolute;
  left: auto;
  top: 100%;
  right: -60%;
  bottom: 0%;
  display: none;
  width: 0%;
  height: 100vh;
  padding-top: 40px;
  padding-right: 498px;
  background-color: hsla(0, 0%, 100%, 0.84);
}

.sous-menu-bouton {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: color 350ms cubic-bezier(.25, .46, .45, .94);
  transition: color 350ms cubic-bezier(.25, .46, .45, .94);
  color: #00303c;
  font-size: 40px;
  line-height: 50px;
  text-align: right;
  text-decoration: none;
}

.sous-menu-bouton:hover {
  color: #e74f3d;
}

.footer {
  margin-top: 60px;
  margin-bottom: 10px;
  padding-top: 25px;
  border-top: 1px solid #e74f3d;
}

.text-block {
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(27, 58, 63, 0.1);
  text-align: center;
}

.footer-row {
  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;
}

.coordo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(27, 58, 63, 0.56);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(27, 58, 63, 0.53)), color-stop(53%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(27, 58, 63, 0.53), hsla(0, 0%, 100%, 0) 53%);
}

.div-block-3.equipe {
  background-color: transparent;
  background-image: none;
}

.div-block-3.texte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3.jaune {
  background-color: transparent;
  background-image: none;
}

.footer-text {
  color: #00303c;
  text-align: center;
  text-decoration: none;
}

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

.footer-text.kinda-bold {
  font-weight: 700;
}

.footer-text-container {
  margin-bottom: 40px;
  padding-right: 70px;
  padding-left: 40px;
}

.infos-footer {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-ecki {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.link-ecki:hover {
  color: #e74f3d;
}

.num-link {
  color: rgba(27, 58, 63, 0.75);
  text-decoration: none;
}

.num-link:hover {
  color: #e74f3d;
}

.num-link.big {
  color: #fff;
  font-weight: 400;
}

.num-link.big:hover {
  color: #f4c55c;
}

.num-link.big.vert:hover {
  color: #00303c;
}

.num-link.big.vert.tel:hover {
  color: #fff;
}

.num-link.big.blanc {
  color: #00303c;
  font-weight: 700;
}

.num-link.big.blanc:hover {
  color: #e74f3d;
}

.num-link.big.blanc.tel:hover {
  color: #00303c;
}

.num-link.big.tel:hover {
  color: #fff;
}

.info-container2 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(27, 58, 63, 0.1);
}

.section-equipe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.equipe-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.employ--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-right: -50px;
  padding-bottom: 60px;
  -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;
}

.employe-photo {
  position: relative;
  display: block;
  width: 68%;
  background-color: #fff;
}

.photo {
  max-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.8;
}

.informations-employe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  padding-top: 10px;
  -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;
}

.name {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #e74f3d;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.poste {
  color: #00303c;
  font-size: 16px;
}

.divider-employe {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #00303c;
}

.contact-section-employe {
  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;
}

.link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e74f3d;
  border-radius: 100%;
  -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  color: #00303c;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.link-container:hover {
  background-color: #e74f3d;
  color: #fff;
}

.link-container.fal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-container.fal.fa-phone-alt {
  margin-right: 10px;
}

.poste-extra {
  color: #e74f3d;
}

.h2_hero {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #f4c55c;
  font-size: 28px;
  font-weight: 400;
}

.h2_hero.vert {
  color: #00303c;
}

.sceau-container-grand {
  position: absolute;
  left: -20%;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 60%;
}

.sceau-container-grand.hide {
  display: none;
}

.section-cta {
  background-color: #f4c55c;
}

.section-cta-bouton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.section-cta-bouton.service {
  width: auto;
}

.section-cta-bouton.form {
  width: auto;
}

.section-cta-bouton.full {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bouton-container {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150px;
  -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;
}

.bouton-container.cta {
  background-color: #00303c;
  background-image: none;
}

.intro-section {
  position: relative;
  top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  -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: #00303c;
}

.list {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list.col {
  padding-left: 0px;
}

.list-item {
  margin-bottom: 10px;
  color: #00303c;
  font-size: 16px;
  line-height: 22px;
}

.list-item.blanc {
  color: #fff;
}

.list-item.bold {
  font-weight: 700;
}

.service-container {
  margin-bottom: 60px;
}

.text-span {
  font-weight: 900;
}

.photo-container {
  position: relative;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/section-1-service.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-2 {
  max-width: 40%;
}

.service-container-col {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-service {
  padding-right: 0px;
  padding-left: 0px;
}

.service-container-bis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #00303c;
}

.service-container-bis.last {
  margin-right: 0px;
}

.service-container-bis.last.rouge {
  background-color: #e74f3d;
}

.service-container-bis.jaune {
  background-color: #f4c55c;
}

.service-container-bis.jaune.last {
  margin-bottom: 0px;
}

.service-container-bis.rouge {
  background-color: #e74f3d;
}

.icone-service {
  width: 25%;
  margin-right: 100px;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding: 100px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3 {
  max-width: 90%;
}

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

.section-bureau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.bureau-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00303c;
}

.bureau-container.last {
  margin-right: 0px;
}

.bureau-container.last.jaune {
  background-color: #f4c55c;
}

.bureau-container.rouge {
  background-color: #e74f3d;
}

.icone-bureau {
  width: 35%;
}

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

.info-text {
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}

.info-text.vert {
  width: 100%;
  color: #00303c;
  font-weight: 400;
}

.info-contact {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.section-formulaire {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-left: 60px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-map-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-map-container.cta {
  width: 75%;
}

.section-map-container.blanc {
  width: 60%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.section-map-container.service {
  -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: transparent;
}

.html-embed {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-field {
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #00303c;
  color: #00303c;
}

.text-field::-webkit-input-placeholder {
  color: rgba(27, 58, 63, 0.65);
  font-size: 15px;
}

.text-field:-ms-input-placeholder {
  color: rgba(27, 58, 63, 0.65);
  font-size: 15px;
}

.text-field::-ms-input-placeholder {
  color: rgba(27, 58, 63, 0.65);
  font-size: 15px;
}

.text-field::placeholder {
  color: rgba(27, 58, 63, 0.65);
  font-size: 15px;
}

.text-field.message {
  min-height: 100px;
  margin-top: 20px;
}

.image-4 {
  width: 10%;
}

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

.mission-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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colonne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00303c;
}

.colonne.rouge {
  background-color: #e74f3d;
}

.mission-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission-wrapper.faq {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icone-mission {
  width: 35%;
}

.icone-mission.valeur {
  width: 65%;
  margin-right: 40px;
}

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

.text-span-2 {
  text-decoration: underline;
}

.valeur-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-container-valeur {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list-item-2 {
  color: #fff;
}

.button-fichier {
  margin-top: -20px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #00303c;
  background-color: transparent;
  color: #00303c;
  font-size: 16px;
  text-align: center;
}

.text-field-copy {
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #00303c;
  color: #00303c;
}

.text-field-copy::-webkit-input-placeholder {
  color: rgba(27, 58, 63, 0.65);
  font-size: 15px;
}

.text-field-copy:-ms-input-placeholder {
  color: rgba(27, 58, 63, 0.65);
  font-size: 15px;
}

.text-field-copy::-ms-input-placeholder {
  color: rgba(27, 58, 63, 0.65);
  font-size: 15px;
}

.text-field-copy::placeholder {
  color: rgba(27, 58, 63, 0.65);
  font-size: 15px;
}

.text-field-copy.message {
  min-height: 100px;
  margin-top: 40px;
}

.faq-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e74f3d;
}

.faq-container.last {
  margin-right: 0px;
}

.faq-container.last.rouge {
  background-color: #e74f3d;
}

.faq-container.jaune {
  background-color: #f4c55c;
}

.faq-container.jaune.last {
  margin-bottom: 0px;
}

.faq-container.rouge {
  background-color: #e74f3d;
}

.icone-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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;
}

.accordion-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00303c;
  text-decoration: none;
}

.accordion-trigger.rouge {
  background-color: #e74f3d;
}

.accordion-trigger.jaune {
  background-color: #f4c55c;
}

.faq-bloc {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordeon_section {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #00303c;
}

.accordeon_section.rouge {
  border-color: #e74f3d;
}

.accordeon_section.jaune {
  border-color: #f4c55c;
}

.accordion-body {
  width: 100%;
}

.accordion-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 61px;
  padding-left: 61px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.services-icon-plus {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-image: url('../images/btn_plus.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-icon-plus.vert {
  background-image: url('../images/btn_plus_2.svg');
}

.services-icon-plus.rouge {
  background-image: url('../images/btn_plus_1.svg');
}

.services-icon-moins {
  display: none;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-image: url('../images/btn_moins.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-icon-moins.vert {
  background-image: url('../images/btn_moins_2.svg');
}

.services-icon-moins.rouge {
  background-image: url('../images/btn_moins_1.svg');
}

.titre-services {
  margin-bottom: 0px;
  color: #bd4a47;
  font-size: 1.5em;
  text-transform: uppercase;
}

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

._404-section {
  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;
  background-color: #00303c;
}

._404-wrapper {
  display: block;
  height: 85vh;
  margin-top: 60px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._404-text {
  margin-bottom: 30px;
  font-family: 'Gothic A1', sans-serif;
  color: #f4c55c;
  font-size: 65px;
  line-height: 75px;
  text-align: center;
}

._404-text.small {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

._404-text.medium {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 28px;
  font-weight: 100;
}

.hero-gmb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  margin-bottom: 60px;
  background-image: url('../images/4_bann_main3.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.hero-gmb.equipe {
  height: 35vh;
  background-color: #00303c;
  background-image: url('../images/banners_equipe-01.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-gmb.service {
  height: 35vh;
  margin-bottom: 0px;
  background-color: #00303c;
  background-image: url('../images/service-02.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-gmb.contact {
  height: 35vh;
  background-color: #00303c;
  background-image: url('../images/banners-contact-03.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-gmb.apropos {
  height: 35vh;
  background-color: #00303c;
  background-image: url('../images/banners_apropos-09-09.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .body {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link.mobile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #00303c;
    text-align: left;
  }

  .nav-link.hide {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .hero.equipe {
    background-size: 150%;
  }

  .hero.service {
    background-position: 82% 50%;
    background-size: cover;
  }

  .hero.contact {
    background-position: 74% 50%;
    background-size: cover;
  }

  .hero.apropos {
    background-position: 74% 50%;
    background-size: cover;
  }

  .slide-container {
    width: 90%;
  }

  .banner-text-container {
    width: 100%;
  }

  .banner-text-container.quipe {
    width: 45%;
  }

  .banner-text {
    font-size: 3em;
    line-height: 54px;
  }

  .section.service {
    width: 100%;
  }

  .section-text-container {
    width: 75%;
  }

  .section-wrapper {
    margin: 60px;
  }

  .text-intro.cta {
    font-size: 18px;
    line-height: 24px;
  }

  .text-intro.service {
    font-size: 18px;
    line-height: 24px;
  }

  .image {
    max-width: 100%;
  }

  .image-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer-text-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .employ--container {
    width: 50%;
  }

  .bureau-container {
    margin-right: 10px;
  }

  .bureau-container.rouge {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-map-container {
    width: 75%;
  }

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

  .menu-button {
    background-color: transparent;
  }

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

  .dropdown-toggle {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #00303c;
  }

  .dropdown-toggle:hover {
    color: #e74f3d;
  }

  .dropdown-toggle:focus {
    color: #e74f3d;
  }

  .dropdown-toggle.w--open {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list {
    top: 0px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dropdown-navlink {
    background-color: #fff;
    color: rgba(235, 93, 62, 0.6);
  }

  .dropdown-navlink:hover {
    color: #e74f3d;
  }

  .hero-gmb.equipe {
    background-size: 150%;
  }

  .hero-gmb.service {
    background-position: 82% 50%;
    background-size: cover;
  }

  .hero-gmb.contact {
    background-position: 74% 50%;
    background-size: cover;
  }

  .hero-gmb.apropos {
    background-position: 74% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero {
    height: 50vh;
    margin-bottom: 0px;
  }

  .hero.equipe {
    height: 25vh;
    margin-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero.service {
    height: 25vh;
    margin-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero.contact {
    height: 25vh;
    margin-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero.apropos {
    height: 25vh;
    margin-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .arrow-slider {
    margin-right: 20px;
    margin-left: 20px;
  }

  .slide-row {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-text-container {
    margin-bottom: 20px;
  }

  .banner-text-container.quipe {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .banner-text {
    font-size: 1.75em;
    line-height: 35px;
    text-align: center;
  }

  .button-container.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-container.hide {
    display: none;
  }

  .button.mobile {
    border-style: none;
  }

  .section.equipe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.service {
    display: block;
  }

  .section.service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-text-container {
    width: 100%;
  }

  .section-text-container.cta {
    width: 100%;
  }

  .section-text-container.blanc {
    width: 100%;
  }

  .section-wrapper.smol {
    width: 85%;
  }

  .section-sceau.hide {
    display: none;
  }

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

  .employ--container {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-cta-bouton {
    width: 100%;
  }

  .right-arrow {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .photo-container {
    height: 300px;
  }

  .icone-service {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .left {
    width: 100%;
    -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;
  }

  .section-bureau {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bureau-container {
    width: 100%;
    margin-bottom: 10px;
  }

  .bureau-container.rouge {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-formulaire {
    width: 100%;
    padding-left: 0px;
  }

  .section-formulaire.hide {
    display: none;
  }

  .section-map-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-map-container.cta {
    width: 100%;
  }

  .mission-wrapper.faq {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .accordion-trigger {
    padding-right: 30px;
    padding-left: 30px;
  }

  .services-icon-plus {
    min-width: 20px;
  }

  ._404-text {
    padding-bottom: 0px;
  }

  ._404-text.small {
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 28px;
  }

  .hero-gmb {
    height: 50vh;
    margin-bottom: 0px;
  }

  .hero-gmb.equipe {
    height: 25vh;
    margin-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero-gmb.service {
    height: 25vh;
    margin-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero-gmb.contact {
    height: 25vh;
    margin-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero-gmb.apropos {
    height: 25vh;
    margin-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero {
    height: 30vh;
  }

  .hero.equipe {
    height: 25vh;
  }

  .hero.service {
    height: 25vh;
  }

  .hero.contact {
    height: 25vh;
  }

  .hero.apropos {
    height: 25vh;
    margin-bottom: 30px;
  }

  .arrow-slider {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .arrow-slider.right-side {
    margin-left: 38px;
  }

  .slide-container._3 {
    width: 90%;
  }

  .banner-text-container._3 {
    margin-bottom: 0px;
  }

  .banner-text {
    font-size: 18px;
    line-height: 22px;
  }

  .banner-text.smol {
    font-size: 2.5em;
  }

  .button.mobile {
    border-style: none;
  }

  .button._404 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .section-wrapper {
    margin: 40px 30px;
  }

  .section-wrapper.smol {
    padding-top: 40px;
  }

  .text-intro {
    font-size: 16px;
  }

  .sceau-container {
    left: -36px;
    top: -5%;
    right: 0%;
    bottom: auto;
    width: 50%;
  }

  .h2-intro {
    font-size: 16px;
    line-height: 26px;
  }

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

  .h2_hero {
    font-size: 20px;
    line-height: 24px;
  }

  .right-arrow {
    right: 0px;
  }

  .left {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .bureau-container {
    margin-bottom: 0px;
  }

  .section-formulaire {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .icone-mission {
    width: 75%;
  }

  .accordion-trigger-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-icon-plus {
    margin-bottom: 10px;
  }

  .services-icon-moins {
    margin-bottom: 10px;
  }

  .titre-services {
    font-size: 1.3em;
    text-align: center;
  }

  ._404-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._404-wrapper {
    height: 100vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  ._404-text {
    margin-bottom: 0px;
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 55px;
  }

  ._404-text.small {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 25px;
  }

  .column {
    margin-bottom: -39px;
  }

  .column-2 {
    margin-bottom: -40px;
  }

  .hero-gmb {
    height: 30vh;
  }

  .hero-gmb.equipe {
    height: 25vh;
  }

  .hero-gmb.service {
    height: 25vh;
  }

  .hero-gmb.contact {
    height: 25vh;
  }

  .hero-gmb.apropos {
    height: 25vh;
    margin-bottom: 30px;
  }
}

