.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  color: #1f1e1e;
  text-decoration: none;
}

a.w--current {
  text-decoration: none;
}

.partenLogoBottom {
  padding: 10px;
}

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

.partnerImage {
  max-height: 150px;
  margin-bottom: 45px;
}

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

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-bottom: 140px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.contact {
  margin-bottom: 0px;
}

.body {
  overflow: visible;
  background-color: #1f1e1e;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbarfooterwrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(2, 89, 48, 0);
}

.navbarfooterwrapper.footer {
  height: 8vh;
  max-height: 60px;
  max-width: 900px;
  min-height: 40px;
}

.navbarfooterwrapper.footer.middle {
  height: auto;
  max-height: none;
  min-height: auto;
}

.navbarfooterwrapper.footer.above {
  padding-right: 10px;
  padding-left: 10px;
}

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

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

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: auto;
}

.languages {
  display: block;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertbar {
  width: 1px;
  height: 50px;
  max-width: 1px;
  margin-right: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.languagebloc {
  display: block;
  -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;
  -webkit-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}

.languagebloc:hover {
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.languagebloc._2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.languagebloc._4 {
  display: none;
}

.languageindication {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.languageindication.bis {
  font-size: 0.7em;
}

.languageindication.full {
  display: none;
}

.navelement {
  margin-right: 40px;
  -webkit-transition: all 50ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 50ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

.navelement:hover {
  border-bottom: 1px solid #fff;
}

.navelement.icon {
  display: none;
}

.navelementtext {
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5vw;
}

.navelementtext:hover {
  font-size: 1.1em;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  display: block;
  overflow: hidden;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(18, 18, 18, 0.6);
}

@-moz-document url-prefix() {
  .navbar {
    background-color: rgba(18, 18, 18, 1);
  }
}

.div-block {
  position: static;
  top: 0px;
  width: 100vw;
  height: 150vh;
  background-image: url("../images/Cadrespersonnes-à-risques-p-3200.jpeg");
  background-position: 50% 50%;
  background-size: cover;
}

.backgroundvideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#121212),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(180deg, #121212, hsla(0, 0%, 100%, 0));
  background-position: 0px 0px;
  background-size: auto;
}

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

.maincentertext {
  max-width: none;
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  text-align: center;
}

.line {
  width: 60vw;
  height: 1px;
  margin-top: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.line.fromleft {
  position: relative;
  z-index: -3;
  width: 50vw;
  margin-top: -5vw;
  margin-left: 0vw;
  background-color: hsla(0, 0%, 100%, 0.19);
}

.line.fromleft._2 {
  margin-top: 0vw;
  margin-left: 50vw;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  -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;
}

.maintext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  border-radius: 0px;
}

.splashscreen {
  position: relative;
  margin-top: -70px;
}

.introduction {
  position: relative;
  padding-top: 70px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.title1 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.text-block {
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.linetitle1 {
  width: 70vw;
  height: 1px;
  margin-top: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#025930),
    to(#4d8c6f)
  );
  background-image: linear-gradient(90deg, #025930, #4d8c6f);
}

.linetitle1._2 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#590c0c),
    to(#a60d0d)
  );
  background-image: linear-gradient(90deg, #590c0c, #a60d0d);
}

.title1element {
  margin-top: 0px;
  padding-top: 40px;
}

.grid {
  margin-top: 40px;
  grid-row-gap: 38px;
  grid-template-areas: "Area Area Area ." ". Area-2 Area-2 Area-2" "Area-3 Area-3 Area-3 .";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 38px auto 38px auto;
  grid-template-rows: auto auto auto;
}

.inlayoutwrapper1000 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  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;
}

.inlayoutwrapper1000.s {
  margin-top: 60px;
}

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

.text1 {
  max-width: 800px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: justify;
}

.text1._2 {
  margin-top: 0px;
  line-height: 1.8em;
}

.text1._2.DE {
  margin-top: 10px;
  line-height: 1.8em;
}

.text1._2.list {
  line-height: 2.2em;
}

.text1._2.list.panned {
  padding-left: 40px;
}

.text1._2.list.panned._1 {
  line-height: 1.2em;
}

.text1._2.list.entreprises {
  font-family: "Helvetica 01", sans-serif;
}

.text1._2.bis {
  font-family: "Helvetica 01", sans-serif;
  text-transform: uppercase;
}

.text1._2.bis.bis {
  margin-top: 30px;
}

.text1.bullets {
  font-family: "Helvetica 06", sans-serif;
  text-align: left;
}

.text1.op-rationnel {
  padding-top: 10px;
  line-height: 2em;
}

.text1._3 {
  padding-top: 20px;
}

.stats {
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-2 {
  font-family: "Helvetica 01", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1em;
  font-weight: 400;
  text-align: left;
}

.div-block-2 {
  margin-top: -80px;
  font-family: "Helvetica 02", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 4em;
  line-height: 72px;
}

.image-2 {
  margin-top: 0px;
}

.div-block-3 {
  position: relative;
  z-index: -10;
  width: 100vw;
  height: 70vh;
  margin-top: -614px;
  background-image: url("../images/DividerGreenTriangle.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.backgrounddivider {
  position: absolute;
  left: 0%;
  top: 70px;
  right: 0%;
  bottom: auto;
  z-index: -10;
  display: block;
  width: 100vw;
  height: 30vh;
  max-height: 971px;
  margin-top: 0px;
  margin-bottom: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.backgrounddivider._2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0%;
}

.backgrounddivider.second {
  padding-top: 70px;
}

.backgrounddivider.second.bis {
  padding-top: 0px;
}

.title2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.title2element {
  font-family: "Helvetica 05", sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 2em;
  text-align: left;
}

.middleline {
  width: 40vw;
  height: 1px;
  margin-top: 10px;
  background-color: #fff;
}

.text-block-3 {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.2em;
  text-align: left;
}

.scheme1 {
  overflow: hidden;
  width: 100vw;
  height: 300px;
  margin-top: 40px;
  background-image: url("../images/Schema.svg");
  background-position: 50% 50%;
  background-size: contain;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  overflow: visible;
  height: 300px;
  background-image: url("../images/Schema_1.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  max-width: none;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.services {
  position: relative;
  height: auto;
  margin-bottom: 20px;
}

.div-block-5 {
  position: relative;
  z-index: -20;
  overflow: hidden;
  width: 100vw;
  height: 80vw;
  max-height: 500px;
  background-color: rgba(76, 175, 80, 0.15);
}

.div-block-5._2 {
  background-color: rgba(166, 13, 13, 0.25);
}

.div-block-6 {
  position: relative;
  z-index: -20;
  display: block;
  overflow: hidden;
  width: 150vw;
  height: 50vh;
  max-width: 2000px;
  margin-top: -20%;
  background-color: #1f1e1e;
  -webkit-transform: translate(-300px, 167px) rotate(9deg)
    translate(0px, -129px);
  -ms-transform: translate(-300px, 167px) rotate(9deg) translate(0px, -129px);
  transform: translate(-300px, 167px) rotate(9deg) translate(0px, -129px);
}

.div-block-6._2 {
  max-width: none;
  -webkit-transform: translate(-300px, 167px) rotate(-9deg)
    translate(0px, -129px);
  -ms-transform: translate(-300px, 167px) rotate(-9deg) translate(0px, -129px);
  transform: translate(-300px, 167px) rotate(-9deg) translate(0px, -129px);
}

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

.div-block-7.right {
  margin-top: 0%;
  margin-left: 2%;
  padding-top: 24px;
}

.div-block-7.r {
  margin-top: 25px;
}

.subtitle1 {
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
}

.subtext1 {
  max-width: 300px;
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
  font-size: 90%;
  line-height: 150%;
}

.div-block-8 {
  margin-left: 10px;
}

.div-block-8.f {
  margin-top: 10px;
}

.grid-2 {
  width: 100%;
  max-width: 100vw;
  margin-top: -27%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 307px;
  grid-row-gap: 37px;
}

.image-3 {
  overflow: hidden;
  max-height: 2000px;
  max-width: none;
  margin-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-4 {
  position: static;
  z-index: -10;
  max-width: 80%;
  margin-top: -15%;
  margin-left: 30%;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  min-width: 500px;
  -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;
}

.image-5 {
  margin-top: -68px;
}

.div-block-11 {
  width: 5vw;
  height: 9vh;
  max-height: 80px;
  max-width: 60px;
  min-height: 30px;
  min-width: 20px;
  background-color: #025930;
}

.image-6 {
  width: 20vw;
  max-width: 350px;
  margin-top: -43px;
  margin-left: 20px;
}

.subtletext {
  position: relative;
  z-index: -2;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1f1e1e;
  font-family: "Helvetica 02", sans-serif;
  color: hsla(0, 0%, 100%, 0.19);
  font-size: 6em;
  line-height: 10vw;
  text-align: left;
}

.subtletext._2 {
  z-index: 2;
  background-color: rgba(31, 30, 30, 0);
  color: hsla(0, 0%, 100%, 0.64);
  font-size: 3em;
  line-height: 1em;
  text-align: right;
}

.objectif {
  position: relative;
  margin-top: 60px;
}

.div-block-12 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12._2 {
  padding-top: 5px;
}

.div-block-13 {
  position: relative;
  z-index: 5;
}

.div-block-14 {
  position: absolute;
  left: auto;
  top: -30%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  margin-top: 0px;
}

.div-block-14._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.map {
  margin-top: 0px;
  padding-top: 70px;
}

.image-7 {
  width: 99vw;
  max-height: 1500px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.titres-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-4 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Helvetica 02", sans-serif;
  color: #d2d2d2;
  font-size: 1.7em;
  line-height: 1em;
  text-transform: uppercase;
}

.text-block-4.right {
  text-align: right;
}

.div-block-16 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-17 {
  width: 50vw;
  height: 1px;
  margin-top: 20px;
  background-color: #fff;
}

.div-block-17.right {
  margin-left: 50vw;
}

.div-block-18 {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 20px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(78, 42, 42, 0);
}

.div-block-18._2 {
  color: #4e2a2a;
}

.text-block-5 {
  margin-top: -5%;
  font-family: "Helvetica 02", sans-serif;
  font-size: 5em;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
}

.text-block-5._2 {
  font-size: 3em;
}

.grid-3 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 35vh;
  max-height: 350px;
  max-width: 200px;
  min-height: 200px;
  min-width: 100px;
  -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;
  border-radius: 20px;
  background-image: url("../images/other_military_1RETOUCH.jpg");
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.card.police {
  background-image: url("../images/photo-1557081998-05f784dcdd41.jpeg");
}

.card.research {
  background-image: url("../images/research.jpg");
}

.card.apr {
  background-image: url("../images/iStock-983236090-min-min.jpg");
  background-position: 50% 100%;
}

.card.institutions {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.34)),
      to(rgba(0, 0, 0, 0.34))
    ),
    url("../images/institution.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.34),
      rgba(0, 0, 0, 0.34)
    ),
    url("../images/institution.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.card.ong {
  background-image: url("../images/ONG-min.jpg");
}

.card.entreprises {
  background-image: url("../images/Solution-entreprise.jpg");
}

.card.cadre {
  background-image: url("../images/Cadrespersonnes-à-risques-p-2000.jpeg");
}

.card.preparation {
  background-image: url("../images/beneficios-do-crossfit-gympass.jpg");
}

.cardfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding-right: 18px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.html-embed {
  border-radius: 20px;
}

.text-block-6 {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

details > summary {
  display: block;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

summary:hover {
  color: #4d8c6f;
  cursor: pointer;
}

.cardhover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 10vh;
  max-height: 350px;
  max-width: 200px;
  min-height: 60px;
  min-width: 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;
  border-radius: 20px;
  background-color: rgba(166, 13, 13, 0.15);
}

@-moz-document url-prefix() {
  .cardhover {
    background-color: rgba(59, 5, 5, 0.794);
  }
}

.div-block-19 {
  width: 30%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #fff;
}

.divtexthover {
  display: none;
  padding-top: 10px;
  text-align: justify;
}

.section {
  height: 100vh;
}

.qui-sommes-nous {
  position: relative;
  height: auto;
  padding-top: 70px;
}

.subtitle {
  padding-top: 40px;
}

.people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-20 {
  overflow: visible;
  width: 10vw;
  height: 20vh;
  max-height: 170px;
  max-width: 120px;
  min-height: 120px;
  min-width: 100px;
  margin-top: -45px;
  margin-left: 16px;
  background-image: url("../images/Willy.png");
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-20.vanessa {
  background-image: url("../images/Vanessa.png");
}

.div-block-20.vincent {
  max-height: 170px;
  max-width: 120px;
  background-image: url("../images/Vincent.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-20.yves {
  background-image: url("../images/Yves-.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-20.lahcen {
  background-image: url("../images/lahcen.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-20.eddy {
  background-image: url("../images/eddy.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-20.gloria {
  background-image: url("../images/Glory.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-20.christian {
  background-image: url("../images/Christian-min.JPG");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-20.jonas {
  background-image: url("../images/Vincent.png");
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-20.sorosh {
  background-image: url("../images/Vincent.png");
  background-position: 50% 30%;
  background-size: 170%;
}

.div-block-20.sarah {
  background-image: url("../images/Sara-min.JPG");
  background-position: 50% 30%;
  background-size: 125px;
}

.div-block-20.jordy {
  background-image: url("../images/Jordy-min.JPG");
  background-position: 50% 30%;
  background-size: 125px;
}

.div-block-20.chr {
  background-image: url("../images/Christian-min.JPG");
}

.div-block-20.sara {
  background-image: url("../images/Sara-min.JPG");
  background-position: 50% 30%;
}

.div-block-21 {
  width: 55px;
  height: 65px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#025930),
    to(#025930)
  );
  background-image: linear-gradient(180deg, #025930, #025930);
}

.text-block-7 {
  font-family: "Helvetica 01", sans-serif;
  color: #d2d2d2;
  text-transform: uppercase;
}

.name {
  font-family: "Helvetica 01", sans-serif;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

.lastname {
  font-family: "Helvetica 05", sans-serif;
  color: #d2d2d2;
  font-size: 1.2em;
  text-transform: uppercase;
}

.nameline {
  width: 75px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #d2d2d2;
}

.text-block-8 {
  margin-top: 10px;
  font-family: "Helvetica 05", sans-serif;
  color: #d2d2d2;
  font-size: 0.9em;
}

.text-block-9 {
  display: none;
  width: 25vw;
  color: #d2d2d2;
  font-size: 0.9em;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 20px;
  -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;
}

.div-block-22._2 {
  padding-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-4 {
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 41px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-10 {
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Helvetica 05", sans-serif;
  color: #d2d2d2;
  font-size: 1em;
  text-align: right;
}

.grid-5 {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.gridtext {
  padding-right: 10px;
  padding-bottom: 10px;
  font-family: "Helvetica 05", sans-serif;
  color: #d2d2d2;
  font-size: 1em;
}

.div-block-23 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-24 {
  display: block;
  width: 1px;
  height: 6vh;
  max-height: 70px;
  min-height: 50px;
  padding-bottom: 0px;
  background-color: #d2d2d2;
  color: #d2d2d2;
}

.div-block-24.r {
  display: none;
}

.div-block-25 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-26 {
  width: 20vw;
  height: 1px;
  max-width: 300px;
  min-width: 200px;
  padding-right: 40px;
  background-color: #d2d2d2;
}

.comp-tences {
  padding-top: 70px;
}

.comp-tences.bis {
  margin-top: -70px;
  padding-top: 70px;
}

.footer {
  margin-top: 0px;
}

.topfooter {
  overflow: hidden;
  width: 100%;
  height: 8vh;
  max-height: 60px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #a60d0d;
  color: #a60d0d;
}

.middlefooter {
  background-color: #efefef;
}

.bottomfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: #000;
}

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social {
  width: 3vh;
  height: 3vh;
  max-height: 20px;
  max-width: 20px;
  min-height: 10px;
  min-width: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  background-image: url("../images/twitter.svg");
  background-position: 50% 50%;
  background-size: contain;
  -webkit-transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.social:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social.in {
  margin-bottom: 1px;
  background-image: url("../images/linkedin-svgrepo-com-1.svg");
}

.text-block-11 {
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
}

.columns {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-27 {
  display: block;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.footermiddleelement {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Helvetica 01", sans-serif;
  color: #000;
  font-size: 1em;
}

.footersmallline {
  width: 5vw;
  height: 1px;
  max-width: 60px;
  min-width: 30px;
  margin-top: 0px;
  background-color: #000;
}

.footerservicelist {
  margin-top: 10px;
  padding-left: 20px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-29.contact {
  padding-left: 0px;
}

.text-block-12 {
  padding-top: 3px;
  padding-bottom: 0px;
  font-family: "Helvetica 05", sans-serif;
  font-size: 0.9em;
}

.text-block-12.contact {
  padding-left: 10px;
}

.text-block-13 {
  padding-top: 3px;
  font-size: 1em;
}

.div-block-30 {
  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;
}

.column {
  display: block;
  -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;
}

.footerconditions {
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Helvetica 01", sans-serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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-32 {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.navprimarytitle {
  padding-bottom: 10px;
  font-family: "Helvetica 01", sans-serif;
  color: #d2d2d2;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navsubtitle {
  padding-top: 5px;
  -webkit-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  font-family: "Helvetica 05", sans-serif;
  color: #d2d2d2;
  font-size: 1em;
}

.navsubtitle:hover {
  border-bottom: 1px solid #d2d2d2;
}

.columns-2 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-34 {
  display: none;
  width: 100%;
  height: 1px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.body-2 {
  background-color: #1f1e1e;
}

.contact {
  position: relative;
}

.mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: auto;
  max-width: 800px;
  margin-top: 40px;
  padding: 40px 10px;
  -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;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

@-moz-document url-prefix() {
  .form {
    background-color: rgb(88, 88, 88);
  }
}

.form.bis {
  margin-bottom: 60px;
}

.contacttitle {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
  font-size: 3em;
  text-align: center;
}

.formtitle {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
  font-size: 1.5em;
}

.formtitle._2._3 {
  margin-bottom: 10px;
}

.fieldlabbel {
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
}

.textfield {
  height: auto;
  max-width: 300px;
  min-width: auto;
  border: 1px none #000;
  border-radius: 20px;
  background-color: hsla(0, 0%, 93.7%, 0.4);
  -webkit-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
}

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

.textfield.message {
  height: auto;
}

.submit-button {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 17px;
  background-color: rgba(56, 152, 236, 0);
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
}

.submit-button:hover {
  border-style: none;
  background-color: #d2d2d2;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #1f1e1e;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 0vw;
  -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-block-14 {
  font-family: "Helvetica 01", sans-serif;
  color: #fff;
  font-size: 1em;
  text-align: left;
}

.success-message {
  border-radius: 19px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.error-message {
  background-color: rgba(255, 222, 222, 0);
}

.text-block-15 {
  font-family: "Helvetica 01", sans-serif;
  color: #fff;
  font-size: 1em;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  max-width: 700px;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-2 {
  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;
}

.map-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  height: 30vh;
  max-height: 400px;
  margin-top: -50px;
}

.adresscard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  max-width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

@-moz-document url-prefix() {
  .adresscard {
    background-color: rgb(88, 88, 88);
  }
}

.div-block-38 {
  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;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-40 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  max-width: 800px;
  margin-top: 40px;
  -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;
}

.adresscard-text {
  padding-left: 10px;
  font-family: "Helvetica 01", sans-serif;
  color: #fff;
  font-size: 1em;
}

.adresscard-text._2 {
  padding-top: 5px;
  padding-left: 0px;
}

.text-block-17 {
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
  font-size: 1em;
}

.body-3 {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #1f1e1e;
}

.d-partement-militaire {
  position: relative;
}

.servicestitle {
  height: auto;
  margin-bottom: 0%;
  padding-bottom: 0px;
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
  font-size: 3.5em;
  line-height: 1em;
  text-transform: uppercase;
}

.servicestitle._2 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.servicestitle._2.protection {
  margin-top: 60px;
}

.servicestitle.conditionnement {
  color: hsla(0, 0%, 100%, 0.28);
  text-align: right;
}

.titlecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 300px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.titlecontainer.conditionnement {
  padding-top: 3%;
}

.titlecontainer.police {
  padding-top: 5%;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 25%;
  right: auto;
  bottom: 0%;
  z-index: -10;
  display: block;
  max-width: 50%;
}

.image-8.police {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 70%;
}

.servicecontent {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 12%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.servicecontent.conditionnement {
  margin-top: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.servicecontent.militaire {
  max-width: 1000px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-43 {
  width: auto;
  max-width: none;
  min-width: auto;
}

.div-block-44 {
  width: 20vw;
  max-width: 600px;
}

.div-block-45 {
  width: 5vw;
  height: 8vh;
  max-height: 80px;
  max-width: 80px;
  min-height: 70px;
  min-width: 50px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.div-block-45.militaire {
  width: 4vw;
  height: 0vh;
  max-height: 100px;
  max-width: 70px;
  background-color: hsla(0, 0%, 55.3%, 0.9);
}

.div-block-45.conditio {
  width: 4vw;
  height: 9vh;
  max-height: 100px;
  max-width: 70px;
  background-color: rgba(166, 13, 13, 0.74);
}

.image-9 {
  max-width: 200px;
  margin-top: -51px;
  margin-left: 20px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-46.conditionnement {
  margin-top: 10%;
  padding-left: 0px;
}

.div-block-46.conditionnement.right {
  margin-top: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-46.bis {
  margin-top: -5%;
}

.div-block-46.bis.militaire {
  margin-top: -60px;
}

.div-block-46.police {
  margin-top: -99px;
}

.div-block-46._2 {
  margin-top: 20px;
  padding-top: 10px;
}

.div-block-46.apr {
  margin-top: 40px;
}

.div-block-47 {
  position: relative;
  z-index: -2;
  width: 30vw;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 0em;
  background-color: #fff;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-47.intelligence {
  position: relative;
  z-index: -2;
  width: 30vw;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 1em;
  background-color: #fff;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-47.conditionnement {
  margin-bottom: 20px;
}

.servicesectiontitle {
  position: relative;
  z-index: 2;
  max-width: 50vw;
  background-color: rgba(31, 30, 30, 0);
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
}

.servicesectiontitle.intelligence {
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  max-width: 50vw;
  background-color: rgba(31, 30, 30, 0);
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
  font-size: 1.4em;
  text-transform: uppercase;
}

.servicesectiontitle._2 {
  max-width: 50vw;
  background-color: rgba(58, 27, 27, 0);
}

.servicesectiontitle.rght {
  max-width: none;
  text-align: right;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  -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;
  background-color: rgba(31, 30, 30, 0);
}

.div-block-49 {
  width: 70vw;
  max-width: 700px;
  padding-top: 10px;
}

.div-block-49._2 {
  padding-left: 20px;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.div-block-50.bis {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-50._4 {
  margin-top: 10px;
}

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

.bullets.bis {
  margin-left: 40px;
}

.div-block-51 {
  max-width: 97px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52.bis {
  margin-left: -50px;
}

.body-4 {
  background-color: #1f1e1e;
}

.body-5 {
  background-color: #1f1e1e;
}

.text-block-18 {
  font-family: "Helvetica 02", sans-serif;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  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;
}

.section-2 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-54 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  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;
}

.body-6 {
  background-color: #1f1e1e;
}

.link-block {
  cursor: pointer;
}

.conditionnement {
  position: relative;
}

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

.div-block-56 {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.conditionnementlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 40px;
  -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;
}

.illuconditionnement {
  width: 8vw;
  max-width: 100px;
}

.textlistconditionnement {
  padding-left: 20px;
}

.image-10 {
  position: absolute;
  left: auto;
  top: 25%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  max-width: 60%;
}

.div-block-58 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 100%;
}

.image-11 {
  max-width: 280px;
  -o-object-fit: none;
  object-fit: none;
}

.body-7 {
  background-color: #1f1e1e;
}

.d-partement-police {
  position: relative;
}

.body-8 {
  background-color: #1f1e1e;
}

.entreprises {
  position: relative;
}

.servicecontent-apr {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 12%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.servicecontent-apr.conditionnement {
  margin-top: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-block-2 {
  cursor: pointer;
}

.link-block-3 {
  cursor: pointer;
}

.link-block-4 {
  cursor: pointer;
}

.html-embed-2 {
  display: block;
  overflow: hidden;
  margin-top: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 46, 24, 0);
}

.html-embed-2.bis {
  display: none;
}

.div-block-59 {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-19 {
  font-family: "Helvetica 02", sans-serif;
  color: #d2d2d2;
  font-size: 1em;
  text-transform: uppercase;
}

.div-block-60 {
  overflow: visible;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-61 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.languageblow {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  -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;
}

.link-block-5 {
  display: none;
  width: 100%;
}

.elements {
  display: none;
}

.image-14 {
  width: 100vw;
  max-width: none;
}

.div-block-64 {
  padding-top: 12px;
}

.div-block-65 {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.institutions {
  position: relative;
}

.textsubtitle {
  max-width: 800px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Helvetica 05", sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: justify;
}

.textsubtitle._2 {
  line-height: 1.8em;
}

.textsubtitle._2.list {
  line-height: 2.2em;
}

.textsubtitle.bullets {
  font-family: "Helvetica 06", sans-serif;
}

.textsubtitle.op-rationnel {
  padding-top: 10px;
  line-height: 2em;
}

.ong {
  position: relative;
}

.div-block-66 {
  padding-left: 20px;
}

.image-15 {
  width: 100vw;
}

.div-block-67 {
  max-width: 900px;
  min-width: 350px;
}

.link-block-6 {
  display: none;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 70px;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.dirigeants-d-entreprise {
  position: relative;
}

.video {
  width: 20vw;
  max-width: 600px;
}

.background-video-2 {
  z-index: 10;
  overflow: visible;
  width: 100%;
  height: 40vh;
  min-height: 200px;
  margin-top: -34px;
  margin-left: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-68 {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-left: 20px;
}

.div-block-68.bis {
  padding-top: 0px;
}

.subtext {
  max-width: 800px;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: justify;
}

.subtext._2 {
  line-height: 1.8em;
}

.subtext._2.list {
  line-height: 2.2em;
}

.subtext._2.list.panned {
  padding-left: 40px;
}

.subtext._2.list.panned._1 {
  line-height: 1.2em;
}

.subtext._2.list.entreprises {
  font-family: "Helvetica 01", sans-serif;
}

.subtext._2.bis {
  font-family: "Helvetica 01", sans-serif;
  text-transform: uppercase;
}

.subtext.bullets {
  font-family: "Helvetica 06", sans-serif;
}

.subtext.op-rationnel {
  padding-top: 10px;
  line-height: 2em;
}

.image-16 {
  width: auto;
}

.div-block-69 {
  font-family: "Helvetica 01", sans-serif;
  color: #d2d2d2;
}

.heading {
  font-family: "Helvetica 02", sans-serif;
  color: #fff;
}

.image-17 {
  color: #d2d2d2;
}

.body-9 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1f1e1e),
    to(#1f1e1e)
  );
  background-image: linear-gradient(180deg, #1f1e1e, #1f1e1e);
}

.image-18 {
  -o-object-fit: contain;
  object-fit: contain;
}

.body-10 {
  background-color: #1f1e1e;
}

.div-block-70 {
  display: block;
  width: auto;
  height: auto;
  margin-top: 10%;
  margin-right: auto;
  margin-left: 25%;
  -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;
}

.image-19 {
  width: 50%;
}

.div-block-71 {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-21 {
  display: none;
  width: 500px;
  margin-top: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: "Helvetica 01", sans-serif;
  color: #fff;
  font-size: 1.2em;
}

.bold-text {
  width: 300px;
  max-width: 300px;
}

.image-20 {
  width: 15%;
}

.image-21 {
  width: 15%;
}

.div-block-72 {
  display: none;
  width: 500px;
  margin-top: 39px;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  width: 15%;
}

.image-23 {
  width: 15%;
}

.image-24 {
  width: 15%;
}

.image-25 {
  width: 10px;
}

.image-26 {
  width: 60%;
}

.image-27 {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 1000px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .languages {
    display: none;
  }

  .languagebloc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .languagebloc._4 {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .languageindication {
    text-transform: none;
  }

  .languageindication.full {
    display: block;
  }

  .navelement {
    display: none;
  }

  .navelement.resp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navelement.resp._4 {
    padding-bottom: 20px;
  }

  .navelement.icon {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navelement.icon:hover {
    border-bottom-style: none;
  }

  .navbar {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .introduction {
    padding-right: 10px;
    padding-left: 10px;
  }

  .stats {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-7 {
    padding-right: 10px;
    padding-left: 20px;
  }

  .div-block-7.right {
    padding-top: 37px;
  }

  .subtext1 {
    font-size: 80%;
  }

  .grid-2 {
    position: absolute;
    top: 75%;
    margin-top: 0%;
  }

  .image-3 {
    position: relative;
    display: block;
    min-width: 870px;
  }

  .div-block-10 {
    margin-top: 5%;
  }

  .div-block-13 {
    margin-top: -5%;
  }

  .image-7 {
    width: auto;
    height: auto;
    max-height: 800px;
  }

  .titres-services {
    padding-right: 10px;
  }

  .text-block-4 {
    padding-left: 20px;
  }

  .text-block-4.right {
    padding-right: 10px;
  }

  .grid-3 {
    padding-left: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card {
    width: 30vw;
    min-width: 150px;
  }

  .cardhover {
    width: 30vw;
  }

  .grid-4 {
    padding-left: 10px;
  }

  .text-block-10 {
    padding-right: 10px;
  }

  .grid-5 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-24._2 {
    display: none;
  }

  .div-block-32 {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navprimarytitle {
    padding-bottom: 0px;
  }

  .navprimarytitle._2 {
    text-align: right;
  }

  .div-block-33 {
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navsubtitle {
    text-align: right;
  }

  .columns-2 {
    display: none;
    padding: 10px 0px 10px 40px;
  }

  .servicecontent {
    padding-right: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-43 {
    max-width: 900px;
  }

  .div-block-46.bis {
    margin-top: 10px;
  }

  .div-block-46.bis.militaire {
    margin-top: 10px;
  }

  .div-block-46.police {
    margin-top: 1%;
  }

  .div-block-48 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-49 {
    width: 80vw;
    max-width: 700px;
  }

  .image-11 {
    max-width: 200px;
  }

  .servicecontent-apr {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .html-embed-2 {
    width: auto;
    height: auto;
    max-width: 1200px;
  }

  .text-block-19 {
    padding-left: 10px;
  }

  .text-block-20 {
    font-family: "Helvetica 01", sans-serif;
    color: #fff;
    font-size: 1em;
  }

  .icon {
    color: #fff;
  }

  .dropdown-list {
    display: block;
  }

  .dropdown-list.w--open {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdownwrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdowntrigger {
    font-family: "Helvetica 05", sans-serif;
    color: #fff;
    font-size: 1em;
  }

  .languageblow {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    width: 100%;
  }

  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .elements {
    display: none;
    padding: 10px 0px 10px 40px;
  }

  .image-12 {
    display: none;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-5 {
    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;
  }

  .div-block-65 {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
  }

  .link-block-6 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navelement.icon:hover {
    border-bottom-color: rgba(12, 12, 12, 0);
  }

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

  .maincentertext {
    font-size: 3em;
  }

  .grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .inlayoutwrapper1000._2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text1 {
    font-size: 1em;
  }

  .text1.intelligence {
    font-size: 1em;
    padding-top: 15px;
  }

  .text1.op-rationnel {
    padding: 30px;
  }

  .div-block-6._2 {
    width: 200vw;
  }

  .div-block-7.right {
    padding-top: 0px;
  }

  .div-block-7.r {
    margin-top: 0px;
  }

  .subtext1 {
    font-size: 1em;
  }

  .grid-2 {
    position: static;
    grid-column-gap: 14px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    margin-left: 0%;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-11 {
    width: 10vw;
    min-height: 50px;
  }

  .image-6 {
    width: auto;
    max-width: 200px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card {
    width: 40vw;
    min-width: auto;
  }

  .cardfooter {
    font-size: 1em;
  }

  .cardhover {
    width: 40vw;
  }

  .text-block-9 {
    width: 60vw;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-10 {
    padding: 10px;
  }

  .div-block-27 {
    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;
  }

  .div-block-29 {
    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;
  }

  .div-block-33 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-2 {
    display: none;
  }

  .form.bis {
    width: 80vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .formtitle {
    text-align: center;
  }

  .formtitle._2._3 {
    text-align: left;
  }

  .textfield {
    max-width: none;
  }

  .adresscard {
    width: 80vw;
  }

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

  .servicecontent {
    margin-top: 5%;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-43 {
    padding-top: 20px;
  }

  .div-block-44 {
    min-width: 200px;
  }

  .div-block-46.police {
    margin-top: 10px;
  }

  .div-block-50 {
    padding-right: 10px;
  }

  .illuconditionnement {
    min-width: 50px;
  }

  .elements {
    display: none;
  }

  .div-block-62 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .image-13 {
    min-width: auto;
  }

  .textsubtitle {
    font-size: 1em;
  }

  .textsubtitle.op-rationnel {
    padding: 30px;
  }

  .video {
    min-width: 200px;
  }

  .background-video-2 {
    z-index: 10;
  }

  .subtext {
    font-size: 1em;
  }

  .subtext.op-rationnel {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    overflow: visible;
  }

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

  .maincentertext {
    font-size: 3em;
  }

  .title1 {
    padding-left: 10px;
  }

  .grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    grid-row-gap: 5px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 5px auto 5px auto;
    grid-template-rows: auto auto auto;
  }

  .inlayoutwrapper1000.image {
    overflow: visible;
    padding-top: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text1 {
    display: block;
    min-width: auto;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1em;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text1._2.list.phone {
    text-align: left;
  }

  .text1.op-rationnel {
    text-align: justify;
  }

  .title2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title2element {
    line-height: 1.2em;
  }

  .text-block-3 {
    font-size: 1em;
  }

  .div-block-7 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 19px;
  }

  .div-block-7.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7.r {
    margin-top: 0px;
  }

  .subtext1 {
    font-size: 1em;
  }

  .grid-2 {
    position: static;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 9px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-3 {
    display: none;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-10 {
    width: auto;
    min-width: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-5 {
    margin-top: -80px;
  }

  .div-block-11 {
    min-width: 50px;
  }

  .image-6 {
    width: 60vw;
  }

  .subtletext {
    font-size: 3em;
  }

  .subtletext._2 {
    padding-right: 10px;
    font-size: 2em;
  }

  .div-block-13 {
    margin-top: 10px;
  }

  .image-7 {
    min-height: 200px;
    min-width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 60%;
    object-position: 50% 60%;
  }

  .titres-services {
    margin-top: 10px;
    padding-top: 10px;
  }

  .text-block-5 {
    font-size: 3em;
  }

  .grid-3 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card {
    width: 75vw;
    min-height: auto;
    min-width: auto;
  }

  .cardfooter {
    font-size: 1em;
  }

  .cardhover {
    width: 75vw;
  }

  .text-block-9 {
    width: auto;
    padding-right: 10px;
    font-family: "Helvetica 01", sans-serif;
  }

  .grid-4 {
    grid-row-gap: 14px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gridtext {
    display: block;
  }

  .div-block-24._5 {
    display: none;
  }

  .div-block-33 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navsubtitle {
    text-align: left;
  }

  .columns-2 {
    display: none;
    overflow: visible;
    padding-left: 0px;
  }

  .contacttitle {
    font-size: 2.5em;
  }

  .formtitle._2._3 {
    text-align: left;
  }

  .adresscard {
    max-width: 800px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .servicestitle {
    min-width: auto;
    font-size: 2.5em;
  }

  .servicestitle._2.protection {
    padding-left: 20px;
  }

  .servicestitle.conditionnement {
    position: static;
    top: auto;
  }

  .titlecontainer {
    min-width: auto;
  }

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

  .div-block-43 {
    min-width: auto;
  }

  .div-block-46.police {
    margin-top: 20px;
  }

  .div-block-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bullets.bis {
    margin-left: 0px;
  }

  .div-block-53 {
    width: 100%;
    min-width: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .conditionnementlist {
    padding-right: 10px;
  }

  .div-block-61 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .elements {
    display: none;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .column-5 {
    padding-left: 0px;
  }

  .image-14 {
    min-height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-63 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .textsubtitle {
    display: block;
    min-width: auto;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1em;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .textsubtitle.op-rationnel {
    text-align: justify;
  }

  .div-block-67 {
    min-width: auto;
  }

  .subtext {
    display: block;
    min-width: auto;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1em;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .subtext._2.list.phone {
    text-align: left;
  }

  .subtext.op-rationnel {
    text-align: justify;
  }
}

#w-node-1800ab6216c5-3225c9ab {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-c7443f469c20-3225c9ab {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-dff7c7af649f-3225c9ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-062a03577354-3225c9ab {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-3;
}

#w-node-b449bb2d1cac-3225c9ab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-7820f7cb8ff6-3225c9ab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-63310483118f-3225c9ab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-9bceca19f9e0-3225c9ab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-9bceca19f9eb-3225c9ab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-9bceca19f9f6-3225c9ab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0407a4bcc1ff-3225c9ab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2cc306bc4142-3225c9ab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-4338235b3596-3225c9ab {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-2b7f63817f58-3225c9ab {
  -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-d74b4b189227-3225c9ab {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-2b7f63817f4b-3225c9ab {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d28e0db37875-3225c9ab {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-0436907e0dcf-3225c9ab {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-8fa2d4cfe1d7-3225c9ab {
  -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-42a52dfb2afc-3225c9ab {
  -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-46ef75732827-3225c9ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e10320402e7a-3225c9ab {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-bc3937105e96-3225c9ab {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-dff7c7af649f-3225c9ab {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-5a860acfd54e-3225c9ab {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-1800ab6216c5-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .video {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  #w-node-c7443f469c20-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dff7c7af649f-3225c9ab {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-062a03577354-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-115e841310cb-3225c9ab {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1800ab6216c5-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bc3937105e96-3225c9ab {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c7443f469c20-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dff7c7af649f-3225c9ab {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-062a03577354-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-5a860acfd54e-3225c9ab {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-115e841310cb-3225c9ab {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-9af910ea4a8e-3225c9ab {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-132cdaf04177-3225c9ab {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-4338235b3596-3225c9ab {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
  }

  #w-node-2b7f63817f58-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-2b7f63817f4b-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d28e0db37875-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0436907e0dcf-3225c9ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: "Helvetica 01";
  src: url("../fonts/Helvetica-01.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica 02";
  src: url("../fonts/Helvetica-Bold-02.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica 04";
  src: url("../fonts/Helvetica-BoldOblique-04.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica 05";
  src: url("../fonts/Helvetica-Light-05.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica 06";
  src: url("../fonts/Helvetica-LightOblique-06.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica 03";
  src: url("../fonts/Helvetica-Oblique-03.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
