:root {
  --black: #1a2235;
  --chocolate: #f7690b;
  --dodger-blue: #00a1ed;
  --nav-blue: #1a2235;
  --dark-orange: #f77e0b;
  --yellow-green: #8abb2a;
  --white-smoke: #f4f4f466;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.paragraph-light {
  opacity: .6;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.body {
  height: auto;
  font-family: Oswald, sans-serif;
}

.top-brand-and-contacts {
  background-color: #0000;
  background-image: linear-gradient(99deg, #f4f4f5 25%, #fff 26%);
  width: 100%;
  height: 140px;
}

.container-2 {
  justify-content: center;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.brand-divblock {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 25%;
  margin-right: 0;
  padding-right: 21px;
  display: flex;
}

.contact-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.div-block-2 {
  border-right: 1px solid #00000026;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.picto-content {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  display: flex;
}

.text-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 8px;
  padding-bottom: 0;
  padding-left: 6px;
  display: flex;
}

.text-block {
  color: #999;
  font-size: 12px;
  font-weight: 300;
}

.text-block-2 {
  font-style: normal;
}

.text-block-3 {
  color: #535353;
  letter-spacing: .5px;
  margin-left: 3px;
  font-size: 13px;
  font-weight: 500;
}

.nav-content {
  background-color: #0000;
  background-image: linear-gradient(96deg, #f4f4f5 15%, #fff 57%, #121b2a 71%);
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 70px;
  display: flex;
}

.devis-content-button {
  justify-content: flex-end;
  width: 24%;
  height: 100%;
  display: flex;
}

.link-block {
  background-color: var(--chocolate);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  background-color: var(--dodger-blue);
}

.containt {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.navbar {
  background-color: var(--nav-blue);
  align-items: center;
  margin-left: 2px;
  display: flex;
}

.nav-link {
  margin-left: 30px;
  margin-right: 30px;
}

.nav-link-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link-3 {
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
}

.nav-link-3:hover {
  color: var(--dodger-blue);
}

.language-content {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 6%;
  display: flex;
}

.drapeau {
  background-image: url('../images/ENGLISH-FLAG.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.drapeau._2 {
  background-image: url('../images/FRENCH-FLAG.svg');
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 20px;
}

.icon {
  color: #fff;
  margin-right: 0;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.dropdown-link {
  color: #fff;
  background-color: #121b2a;
}

.devis-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
}

.hero-section {
  background-color: #0000;
  height: 83vh;
  min-height: auto;
  display: block;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: auto;
  overflow: auto;
}

.container-slide {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-text-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 70%;
  padding-top: 50px;
  display: flex;
}

.slide-text-container.fr {
  height: 80%;
  padding-top: 0;
}

.slide-text-container.fr3 {
  padding-top: 70px;
}

.slide-text-container.fr2 {
  padding-top: 100px;
}

.heading {
  color: #fff;
  background-color: #00000024;
  margin-top: 10px;
  padding: 10px 15px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 85px;
  line-height: 50px;
}

.heading-2._3 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 85px;
  line-height: 80px;
}

.heading-2._3.fr {
  font-size: 65px;
}

.heading-2.fr {
  font-size: 75px;
  line-height: 80px;
}

.button-2 {
  background-color: var(--chocolate);
  color: #fff;
  text-align: center;
  border: 2px #fff;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-top: 40px;
  padding: 0;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

.button-2:hover {
  border-style: none;
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
}

.button-2._2 {
  margin-top: 20px;
}

.button-2._3 {
  justify-content: center;
  width: 267px;
  margin-top: 0;
}

.button-2._4, .button-2.contact, .button-2.exept, .button-2.exept.fr {
  margin-top: 0;
}

.button-2.fr {
  margin-top: 20px;
}

.div-block-3 {
  background-color: #0000;
  background-image: url('../images/LOGO-TECHNIGROUP-4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
}

.div-block-4 {
  background-color: #fff;
  width: 20px;
  height: 2px;
  margin-right: 10px;
  padding-right: 0;
}

.slide {
  background-image: linear-gradient(4deg, #000 2%, #25252585 81%), url('../images/depositphotos_7025209_original32c5.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(4deg, #000000a8, #1a2235de 81%), url('../images/photo16_compressedec7a.jpg');
  background-position: 0 0, 50%;
}

.slide._3 {
  background-image: linear-gradient(4deg, #000 2%, #25252585 81%), url('../images/Depositphotos_32796667_original.png');
  background-position: 0 0, 50%;
}

.slide._1 {
  background-image: linear-gradient(4deg, #0000009c 52%, #1a2235 89%), url('../images/depositphotos_7025209_original32c5.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._1._2 {
  background-image: linear-gradient(4deg, #0000009c 52%, #1a2235 89%), url('../images/Depositphotos_32796667_original.png');
}

.slide._1._3 {
  background-image: linear-gradient(4deg, #0000009c 52%, #1a2235 89%), url('../images/photo16_compressedec7a.jpg');
}

.slide-2 {
  background-image: linear-gradient(#1a2235ba, #1a2235ba), url('../images/photo16_compressedec7a.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.nav-menu {
  margin-left: 10px;
}

.line-1 {
  background-color: var(--dark-orange);
  width: 2px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.top-margin {
  margin-top: 50px;
  font-weight: 400;
}

.top-margin.half {
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-top: 20px;
  padding: 10px;
  display: none;
  position: relative;
  left: auto;
}

.top-margin.half {
  border: 1px solid #00000038;
  flex-direction: column;
  margin-top: 20px;
  padding: 10px;
  display: inline-block;
  position: relative;
  left: auto;
}

.top-margin.half:hover {
  border-style: solid;
}

.top-margin.half.foot {
  border-color: #fff;
}

.link {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 50px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: var(--dark-orange);
}

.line-2 {
  background-color: #243665;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-2._2 {
  background-color: var(--dark-orange);
  inset: 0% 0% auto;
  background-color: #8bd8bd;
  width: auto;
  height: 1px;
  inset: 0% 0% auto;
}

.line-3 {
  background-color: var(--dark-orange);
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-4 {
  background-color: var(--dark-orange);
  width: auto;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-2, .icon-3 {
  font-size: 20px;
}

.section-about {
  background-image: url('../images/triangle-droite.png'), url('../images/triangle-gauche.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 125px, 125px;
  flex-direction: column;
  height: auto;
  padding-bottom: 100px;
  display: flex;
}

.service-content {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.container-3 {
  max-width: 1200px;
  padding-left: 0;
  display: flex;
}

.div-block-5 {
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 280px;
  margin-left: 0;
  margin-right: 30px;
  padding-left: 0;
  display: flex;
}

.div-block-5._2 {
  background-image: linear-gradient(#00000087, #00000087), url('../images/depositphotos_7025209_original-u8772-fr3922a.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-right: 0;
}

.div-block-5._1 {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/Depositphotos_13933202_original.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-5._3 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/Depositphotos_32796667_original.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-5._4 {
  background-image: linear-gradient(#0006, #0006), url('../images/photo16_compressedec7a.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-6 {
  z-index: 999;
  border-top: 8px solid var(--chocolate);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1270px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0 0;
  display: flex;
  position: absolute;
  top: 995.844px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.container-4 {
  max-width: 1200px;
  display: flex;
}

.image, .image-2, .image-3, .image-4 {
  background-color: var(--chocolate);
  border: 2px solid #fff;
  border-radius: 100%;
}

.div-block-8 {
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.about-content {
  height: auto;
}

.container-5 {
  z-index: 0;
  max-width: 1200px;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.column {
  flex: 1;
}

.column._1 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column._2 {
  flex-direction: column;
  display: flex;
}

.div-block-9 {
  background-color: #e9e9e9;
  background-image: url('../images/test_hover_2bd43_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 473px;
  height: 655px;
  margin-top: 40px;
  margin-left: 14px;
}

.div-block-10 {
  flex: 1;
}

.column-1 {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding-top: 100px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.column-2 {
  align-items: center;
  width: 55%;
  padding-top: 82px;
  padding-bottom: 0;
  padding-left: 21px;
  display: flex;
}

.column-2._2 {
  flex: 1;
  padding-left: 97px;
}

.div-block-11 {
  border-bottom: 5px none var(--chocolate);
  border-left: 5px none var(--chocolate);
  background-color: #f4f4f4;
  background-image: url('../images/photo84ba8.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  display: block;
  box-shadow: -4px 4px 6px -2px #0000006e;
}

.text-content {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.text-content._1 {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3 {
  text-align: left;
  letter-spacing: 1px;
  margin-top: 15px;
  padding-left: 21px;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.heading-3._2 {
  width: 639px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 60px;
}

.heading-3._3 {
  margin-top: 18px;
  margin-bottom: 24px;
  padding-left: 0;
}

.heading-4 {
  color: var(--chocolate);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 22px;
  font-weight: 400;
  line-height: 42px;
}

.heading-4._2 {
  margin-top: 0;
  padding-left: 0;
  font-size: 22px;
}

.middel-div {
  width: auto;
  height: 47%;
  margin-top: 35px;
  display: flex;
}

.left-div-bullet {
  flex-direction: column;
  width: 52%;
  display: flex;
}

.right-div-slide {
  flex: 1;
  padding: 17px 17px 20px 22px;
  display: flex;
}

.text-block-5 {
  color: #707070;
  letter-spacing: .5px;
  margin-top: 11px;
  padding-left: 22px;
  font-size: 20px;
  line-height: 33px;
}

.div-block-12 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 3px;
  padding-left: 22px;
  display: flex;
}

.div-block-13 {
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-13.services._1 {
  margin-bottom: 10px;
}

.div-block-14 {
  background-image: url('../images/CHECK-ICON.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  flex: 0 auto;
  align-self: auto;
  width: 9%;
}

.div-block-14.services {
  background-position: 100%;
  width: 5%;
}

.text-block-6 {
  color: #707070;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  font-size: 16px;
  display: flex;
}

.text-block-6.services {
  margin-left: 4px;
}

.div-block-15 {
  color: #333;
  cursor: default;
  background-color: #f4f4f4;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 45px 40px 33px;
  text-decoration: none;
  display: flex;
}

.div-block-15:hover {
  background-color: #f4f4f4;
}

.div-block-16 {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.div-block-17 {
  flex: 0 auto;
  height: 45%;
  display: flex;
}

.div-block-18 {
  flex: 1;
}

.div-block-19 {
  background-image: url('../images/ICON-USINE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 50%;
}

.heading-5 {
  letter-spacing: 0;
  margin-top: 2px;
  padding-left: 17px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

.div-block-20 {
  flex: 0 auto;
  align-self: stretch;
  height: auto;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 22px;
  display: flex;
}

.div-block-21 {
  background-color: var(--chocolate);
  width: 10px;
  margin-left: 2px;
}

.div-block-22 {
  background-color: var(--black);
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-top: 13px;
  margin-left: 34px;
}

.div-block-23 {
  background-image: none;
  background-position: 0 0;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 15px;
  padding-right: 17px;
  display: block;
}

.section-2 {
  background-color: var(--black);
  background-image: url('../images/TOP-TRIANGLE-BLUE.png'), url('../images/BOTTOM-TRIANGLE-BLUE.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
  display: flex;
}

.pourquoi-nous {
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.column-left {
  justify-content: center;
  align-items: flex-end;
  width: 42%;
  height: auto;
  display: flex;
}

.column-right {
  background-image: url('../images/triangle-droite.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 125px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-24 {
  background-color: var(--dark-orange);
  width: 40%;
  height: 20%;
}

.div-block-25 {
  position: absolute;
}

.div-block-26 {
  width: 42%;
  height: 100%;
  position: absolute;
}

.column-why-us {
  flex: 1;
}

.column-why-us._1 {
  background-image: url('../images/Depositphotos_33088435_xl-2015.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 45%;
  height: 750px;
  padding-top: 0;
  padding-bottom: 0;
}

.column-why-us._2 {
  background-image: url('../images/triangle-droite.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 125px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0 40px 75px;
  display: flex;
}

.part-why {
  flex: 1;
}

.part-why.top {
  flex: 0 auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.part-why.bottom {
  flex-direction: column;
  display: flex;
}

.div-block-27 {
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  height: 33.3333%;
  padding-top: 27px;
  display: flex;
}

.div-block-28 {
  height: auto;
  display: flex;
}

.div-block-29 {
  flex: 0 auto;
}

.div-block-30 {
  background-color: var(--chocolate);
  background-image: url('../images/CHECK-ICON-white-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 54.7031px;
  height: 54.7031px;
  margin-right: 29px;
}

.div-block-31 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.heading-7 {
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph {
  color: #949494;
  padding-left: 84px;
  padding-right: 120px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph._2 {
  padding-left: 0;
  padding-right: 0;
}

.produits {
  background-color: #f4f4f5;
  background-image: url('../images/triangle-blanc-gauche.png'), url('../images/triangle-blanc-droite.png');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 125px, 125px;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 80px;
}

.container-6 {
  flex-direction: column;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.div-block {
  flex: 1;
}

.div-block.text {
  flex: 0 auto;
  width: auto;
  height: 25%;
  display: flex;
}

.div-block.product {
  display: flex;
}

.div-block-32 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-top: 50px;
  padding-left: 18px;
  display: flex;
}

.div-block-32._2 {
  padding-left: 0;
}

.text-block-7 {
  color: var(--chocolate);
  text-transform: capitalize;
  font-size: 18px;
  display: block;
}

.heading-8 {
  font-size: 42px;
}

.div-block-33 {
  flex-direction: column;
  flex: 1;
  height: 524.75px;
  padding: 40px 15px;
  display: flex;
}

.div-block-33._1 {
  padding-left: 0;
}

.div-block-33._3 {
  padding-right: 0;
}

.div-block-34 {
  flex: 1;
}

.div-block-34.photo {
  border-top: 2px none var(--dodger-blue);
  background-image: url('../images/DSCN2916.JPG');
  background-position: 50%;
  background-size: cover;
  border-bottom: 8px #000;
}

.div-block-34.text {
  border-bottom: 8px solid var(--chocolate);
  background-color: var(--black);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 25%;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.div-block-34.text._2, .div-block-34.text._1 {
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px 10px;
}

.div-block-34.photo {
  background-image: url('../images/DSCN2916.JPG');
  background-position: 50%;
  background-size: cover;
  border-top: 2px #00a1ed;
  border-bottom: 8px #000;
}

.div-block-34.photo._2 {
  background-color: #fff;
  background-image: url('../images/splitbody01b580.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-34.photo._3 {
  background-color: #fff;
  background-image: url('../images/side-entry-trunnion-mounted-ball-valve-1293762760-0b6f1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-34.text {
  background-color: #1a2235;
  border-bottom: 8px solid #f7690b;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 25%;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.div-block-34.text._1 {
  border-bottom-style: solid;
  border-bottom-color: var(--yellow-green);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 40px 10px 30px;
}

.heading-9 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-8 {
  color: #fff;
  letter-spacing: .5px;
  font-size: 16px;
}

.div-block-35 {
  flex-direction: column;
  flex: 1;
  display: flex;
  box-shadow: -1px 1px 5px -2px #00000087;
}

.info-image {
  width: 24px;
  margin-bottom: 15px;
}

.info-image.left {
  margin-bottom: 0;
  margin-right: 15px;
}

.line-5 {
  background-color: #8bd8bd;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.link-block-3 {
  width: 100%;
  height: 17%;
  text-decoration: none;
}

.link-block-3.w--current {
  text-decoration: none;
}

.top-title {
  z-index: 2;
  color: #121213;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
}

.top-title.smaller-white.in-footer {
  background-color: var(--black);
  color: #fffffff7;
  background-color: #1a2235;
  flex: none;
  order: -1;
  margin-bottom: 30px;
  margin-right: 60px;
  padding-right: 14px;
  font-size: 15px;
  line-height: 20px;
}

.with-line {
  align-items: center;
  display: flex;
  position: relative;
}

.algin-center-device {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copyright {
  color: #9096a4;
  text-align: right;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 26px;
  position: relative;
}

.copyright.coming {
  color: #b7b7c7;
  text-align: left;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.columns-2 {
  display: flex;
  position: relative;
}

.column-3 {
  align-self: center;
}

.footer {
  z-index: 1;
  background-color: var(--nav-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: flex;
  position: relative;
}

.line {
  background-color: var(--chocolate);
  width: 80%;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0%;
}

.columns-3 {
  flex: 0 auto;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
}

.footer-divider {
  background-color: #ffffff14;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.phone-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 13px;
  line-height: 20px;
}

.phone-text.foot {
  color: #fff;
}

.paragraph-white {
  color: #ffffffb3;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-white._100 {
  color: #fff;
  letter-spacing: normal;
  padding-right: 81px;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-white._2 {
  line-height: 25px;
}

.link-2 {
  color: #919198;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.link-2:hover {
  color: #8bd8bd;
}

.link-2._2 {
  color: #fff;
}

.link-2._2:hover {
  color: #8bd8bd;
}

.paragraph-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-4:hover {
  color: var(--dodger-blue);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.container-1200-m {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.container-1200-m._2 {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-1200-m.vision, .container-1200-m.training-about {
  flex-direction: row;
}

.container-1200-m.services {
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 80px;
}

.container-1200-m.services-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-1200-m.pserv {
  flex-direction: row;
  align-self: auto;
}

.container-1200-m.contact {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-1200-m.contact.form {
  color: #fff;
  justify-content: center;
  align-items: center;
}

.bullet-point-box-copy-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.bold-text {
  color: #b7b7c7;
  letter-spacing: 1px;
  font-size: 13px;
}

.line-6 {
  background-color: #8bd8bd;
  width: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.info-child {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.info-child.horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.align-right.algin-center-device {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.small-footer-icon {
  background-image: url('../images/logo_couleur_transparentb73c.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 161px;
  height: 80px;
  margin-right: 51px;
}

.footer-column {
  padding-right: 0;
}

.line-7 {
  background-color: #8bd8bd;
  width: auto;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.column-5 {
  padding-right: 10px;
}

.column-6 {
  padding-left: 0;
}

.text-span {
  font-size: 60px;
  font-weight: 300;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.italic-text, .italic-text-2, .italic-text-3 {
  font-style: normal;
}

.div-block-38 {
  z-index: 999;
  background-color: var(--dodger-blue);
  cursor: pointer;
  transition: all .2s;
  position: relative;
}

.div-block-38:hover {
  opacity: .6;
}

.nav-link-4 {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-4:hover {
  color: #00a1ed;
}

.navbar-2 {
  background-color: #1a2235;
  align-items: center;
  margin-left: 2px;
  display: flex;
}

.link-block-4 {
  text-align: left;
  background-color: #f7690b;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-4:hover {
  background-color: #00a1ed;
}

.body-2 {
  letter-spacing: .5px;
  font-family: Oswald, sans-serif;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #f7690b;
  border: 2px #fff;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-top: 40px;
  padding: 0;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

.button-3:hover {
  color: #fff;
  background-color: #00a1ed;
  border-style: none;
  border-color: #00a1ed;
}

.button-3._3 {
  width: 267px;
  margin-top: 0;
}

.button-3._2 {
  margin-top: 20px;
}

.button-3._4 {
  margin-top: 0;
}

.footer-2 {
  z-index: 1;
  background-color: #1a2235;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: flex;
  position: relative;
}

.div-block-39 {
  z-index: 999;
  cursor: pointer;
  background-color: #00a1ed;
  transition: all .2s;
  position: relative;
}

.div-block-39:hover {
  opacity: .6;
}

.line-8 {
  background-color: #f7690b;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0%;
}

.paragraph-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-5:hover {
  color: #00a1ed;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.hero-section-2 {
  background-color: #0000;
  background-image: linear-gradient(4deg, #0000009c 33%, #1a2235 81%), url('../images/Depositphotos_32796667_original.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.container-7 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-content {
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-7 {
  color: #ffffff4d;
  text-transform: uppercase;
  font-size: 45px;
}

.heading-10 {
  text-align: center;
  margin-bottom: 20px;
}

.heading-11 {
  text-align: left;
  line-height: 60px;
}

.heading-about-page {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 60px;
}

.heading-about-page._2 {
  line-height: 60px;
}

.heading-about-page._3 {
  font-size: 55px;
}

.section-3 {
  background-image: url('../images/triangle-droite.png'), url('../images/triangle-gauche.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  height: auto;
}

.column-about {
  flex: 1;
}

.column-about.left {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.column-about.right {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-12 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 400;
}

.heading-12._2, .heading-12._3, .heading-12._4 {
  margin-top: 0;
}

.div-block-40 {
  background-color: var(--dodger-blue);
  width: 15%;
  height: 8px;
  margin-bottom: 10px;
}

.text-block-9 {
  letter-spacing: .5px;
  font-size: 20px;
}

.text-block-9._2 {
  text-transform: capitalize;
}

.text-block-9._2.why {
  text-transform: capitalize;
  font-size: 16px;
}

.paragraph-6 {
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-6._1 {
  text-align: left;
  letter-spacing: .5px;
}

.div-block-41 {
  z-index: 1000;
  background-image: url('../images/test88a7.png');
  background-position: 100% 110%;
  background-repeat: no-repeat;
  background-size: 525px;
  flex: 1;
  align-self: stretch;
  height: 650px;
  transition: all .5s ease-in-out;
  position: absolute;
  inset: -149px 0% 0%;
}

.div-block-41:hover {
  background-image: url('../images/test_hover_2bd43.png');
}

.section-4 {
  background-color: #1a2235;
  background-image: url('../images/TOP-TRIANGLE-BLUE.png'), url('../images/BOTTOM-TRIANGLE-BLUE.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.vision {
  background-image: url('../images/triangle-droite.png'), url('../images/triangle-gauche.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-42 {
  border-style: solid none;
  border-width: 8px 1px;
  border-color: var(--dodger-blue) black var(--chocolate);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/depositphotos_7025209_original32c5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  margin-right: 30px;
  padding: 10px 25px;
  display: flex;
}

.div-block-42._3 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/photo15_compressed-u5246-fr60346.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-right: 0;
}

.div-block-42._2 {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/Depositphotos_33088435_xl-2015.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.bold-text-8 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.paragraph-6-copy {
  color: #fff;
  text-align: justify;
  letter-spacing: .75px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-6-copy._3 {
  text-align: left;
}

.div-block-43 {
  width: 1200px;
}

.div-block-44 {
  background-color: #f7690b;
  background-image: url('../images/CHECK-ICON-white-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 54.7031px;
  height: 54.7031px;
  margin-right: 29px;
}

.text-block-10 {
  color: #f7690b;
}

.heading-14 {
  color: #f7690b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 56px;
  padding-left: 22px;
  font-weight: 400;
  line-height: 42px;
}

.heading-14._2 {
  margin-top: 0;
  padding-left: 0;
  font-size: 22px;
}

.section-5 {
  background-color: #f4f4f5;
  height: 60vh;
}

.column-training-about {
  border-top: 8px solid var(--dodger-blue);
  border-bottom: 8px solid var(--chocolate);
  background-image: url('../images/20160905_15561771c6.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-right: 30px;
}

.column-training-about._2 {
  background-image: none;
  border-top-style: none;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 0;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.bold-text-9 {
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
}

.nav-content-2 {
  background-color: #0000;
  background-image: linear-gradient(96deg, #f4f4f5 15%, #fff 57%, #121b2a 71%);
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 70px;
  display: flex;
}

.nav-menu-2 {
  margin-left: 10px;
}

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

.services {
  height: auto;
}

.div-block-46 {
  background-color: #00a1ed;
  width: 15%;
  height: 8px;
  margin-bottom: 10px;
}

.div-block-46._2._3 {
  width: 96px;
  margin-bottom: 25px;
}

.div-block-46._2 {
  background-color: #f7690b;
  width: 96px;
}

.top-column {
  flex: 1;
  margin-top: 20px;
}

.top-column._1 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 50%;
  display: flex;
}

.top-column._1._2 {
  justify-content: flex-start;
}

.top-column.bottom {
  flex: 0 auto;
  height: 50%;
  margin-top: 45px;
  display: flex;
}

.cadre {
  background-color: var(--black);
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  width: 289px;
  min-width: auto;
  max-width: none;
  height: 289px;
  min-height: auto;
  max-height: none;
  margin-right: 15px;
  display: flex;
}

.cadre._2 {
  margin-right: 15px;
}

.div-block-48 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.div-block-49 {
  width: 50%;
  height: 265px;
}

.div-block-49._2 {
  padding-left: 10px;
  display: flex;
}

.div-block-49._1 {
  flex-direction: column;
  display: flex;
}

.div-block-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60%;
  display: flex;
}

.div-block-50._2 {
  height: 40%;
  padding-bottom: 38px;
}

.image-5 {
  border: 3px solid #fff;
  border-radius: 100%;
}

.div-block-51 {
  background-color: #fff;
  width: 25%;
  height: 3px;
}

.div-block-52 {
  margin-bottom: 10px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  letter-spacing: .75px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 300;
}

.div-block-53 {
  border-style: solid none;
  border-width: 8px 0;
  border-color: var(--dodger-blue) black var(--chocolate);
  background-image: url('../images/20160905_15561771c6.jpg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  margin-right: 5px;
}

.div-block-54 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-55 {
  border-top: 8px solid var(--dodger-blue);
  background-image: url('../images/20160913_161954.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50%;
  margin-bottom: 5px;
}

.div-block-55._2 {
  border-bottom: 8px solid var(--chocolate);
  background-image: url('../images/side-entry-trunnion-mounted-ball-valve-1293762760-0b6f1.jpg');
  background-position: 50% 100%;
  border-top-style: none;
  margin-bottom: 0;
}

.why-us {
  background-image: linear-gradient(#000718ba, #000718ba), url('../images/photo3-u6214-fr5cc12.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 35vh;
  display: flex;
}

.div-block-56 {
  display: flex;
}

.div-block-56._1 {
  margin-bottom: 40px;
}

.contents {
  flex: 1;
  display: flex;
}

.div-block-57 {
  color: #fff;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.image-6 {
  background-color: var(--chocolate);
}

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

.div-block-46-copy {
  background-color: #00a1ed;
  width: 15%;
  height: 8px;
  margin-bottom: 10px;
}

.div-block-46-copy._2 {
  background-color: var(--chocolate);
  width: 96px;
}

.div-block-46-copy._2._3 {
  background-color: var(--dark-orange);
  width: 96px;
  margin-bottom: 25px;
}

.heading-12-copy {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 400;
}

.heading-12-copy._2 {
  margin-top: 0;
}

.heading-12-copy._3 {
  color: #fff;
  margin-top: 0;
}

.our-prod {
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.column-prod {
  flex: 1;
}

.column-prod.left {
  flex-direction: column;
  flex: 0 auto;
  width: 50%;
  display: flex;
}

.column-prod.right {
  border-top: 8px solid var(--dodger-blue);
  border-bottom: 8px solid var(--chocolate);
  background-image: url('../images/p3274215-u5250-fr66ce5.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.div-block-59 {
  margin-bottom: 10px;
}

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

.section-6 {
  justify-content: center;
  align-items: center;
  min-height: 55vh;
  display: flex;
}

.bold-text-10 {
  font-weight: 400;
}

.div-block-60 {
  justify-content: space-between;
  height: 650px;
  display: flex;
}

.div-block-61 {
  margin-bottom: 40px;
}

.left-column {
  border-bottom: 8px none var(--chocolate);
  flex-direction: column;
  width: 75%;
  margin-right: 20px;
  display: flex;
  box-shadow: -3px 3px 13px -6px #0000008f;
}

.right-one {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.slider-2 {
  flex: 1;
}

.icon-5, .icon-6 {
  color: var(--chocolate);
  font-size: 20px;
}

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

.slide-4 {
  background-image: url('../images/20160910_113605.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-color: #fff;
  background-image: url('../images/splitbody01b580.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/2-pc-carbon-steel-trunnion-mounted-ball-valves-u10713-fr44278.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-color: #fff;
  background-image: url('../images/side-entry-trunnion-mounted-ball-valve-1293762760-0b6f1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/a352-lc3-trunnion-mounted-ball-valves-class-900-u82771-fr32b1a.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/p3274215242ab.jpg');
  background-position: 50%;
  background-size: cover;
}

.case {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  width: 300px;
  height: 300px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: -1px 1px 5px -2px #00000087;
}

.case:hover {
  filter: grayscale();
}

.case._1 {
  cursor: pointer;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
}

.case._1:hover {
  filter: grayscale();
}

.case-photo {
  flex: 1;
}

.case-photo.photo {
  border-top: 2px none var(--dodger-blue);
  background-image: url('../images/DSCN2916.JPG');
  background-position: 50%;
  background-size: cover;
  border-bottom: 8px #000;
}

.case-photo.text {
  border-bottom: 8px solid var(--chocolate);
  background-color: var(--black);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 25%;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.case-photo.text._2, .case-photo.text._1 {
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px 10px;
}

.case-photo.photo {
  background-image: url('../images/DSCN2916.JPG');
  background-position: 50%;
  background-size: cover;
  border-top: 2px #00a1ed;
  border-bottom: 8px #000;
  transition: all .3s;
}

.case-photo.photo:hover {
  opacity: 1;
  filter: grayscale();
}

.case-photo.photo._2 {
  background-color: #fff;
  background-image: url('../images/20160905_15561771c6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-photo.photo._3 {
  background-color: #fff;
  background-image: url('../images/side-entry-trunnion-mounted-ball-valve-1293762760-0b6f1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.case-photo.photo._1 {
  background-image: url('../images/photo84ba8.jpg');
  background-position: 0%;
  background-size: contain;
}

.case-photo.text {
  background-color: #1a2235;
  border-bottom: 8px solid #f7690b;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 25%;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.case-photo.text._1 {
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px 10px;
}

.title {
  color: #fff;
  letter-spacing: .5px;
  font-size: 16px;
}

.text-span-2 {
  letter-spacing: .75px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
}

.text-span-3 {
  color: var(--chocolate);
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.toggle-icon {
  float: right;
  background-image: url('../images/down-arrow-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 18px;
  height: 18px;
  position: relative;
  right: 10px;
}

.toggle-space {
  padding: 30px 30px 30px 15px;
}

.toggle-space.more {
  padding-left: 30px;
}

.container-fluid {
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.toggle-header {
  color: #919191;
  text-align: left;
  background-color: #fff;
  background-image: url('../images/info.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  width: 100%;
  padding: 20px 15px 17px 40px;
  transition: all .4s;
}

.toggle-header:hover {
  color: #546cc3;
  background-color: #fafafa;
}

.toggle-header.with-line {
  background-color: #fff;
  background-image: url('../images/shape-31.png');
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #00000047;
  padding-left: 30px;
}

.toggle-header.with-line:hover {
  color: #c5a124;
}

.toggle-content {
  overflow: hidden;
}

.toggle-content.add-color {
  border: 1px #0a040473;
  margin-top: -2px;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.toggle-element {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.toggle-element.more-margin {
  width: 80%;
  margin-top: 100px;
}

.paragraph-10 {
  color: #0a040473;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.toggle-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.div-block-62 {
  border-top: 1px solid var(--yellow-green);
  margin-top: 60px;
  padding-top: 20px;
  font-size: 16px;
}

.container-fluid-2 {
  width: 1107px;
  max-width: 1170px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.titles {
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 400;
}

.titles._2, .titles._3 {
  margin-top: 0;
}

.bold-text-11 {
  font-weight: 400;
}

.grosse-bar {
  background-color: #00a1ed;
  width: 15%;
  height: 8px;
  margin-bottom: 10px;
}

.grosse-bar._2 {
  background-color: var(--yellow-green);
  width: 96px;
  height: 4px;
}

.grosse-bar._2._3 {
  background-color: var(--yellow-green);
  width: 96px;
  margin-bottom: 25px;
}

.grosse-bar._2 {
  background-color: #f7690b;
  width: 96px;
}

.bold-text-12, .bold-text-13 {
  font-size: 16px;
}

.div-block-63 {
  margin-bottom: 60px;
}

.grosse-bare {
  background-color: #00a1ed;
  width: 15%;
  height: 8px;
  margin-bottom: 10px;
}

.grosse-bare._2._3 {
  width: 96px;
  margin-bottom: 25px;
}

.grosse-bare._2 {
  background-color: var(--yellow-green);
  width: 96px;
}

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

.section-7 {
  min-height: auto;
  padding-top: 20px;
}

.div-block-64 {
  background-image: url('../images/photo17-u162297-fr60e2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  margin-top: 20px;
}

.text-corp-content {
  margin-top: 40px;
}

.heading-15 {
  letter-spacing: normal;
  font-weight: 500;
}

.bold-text-14 {
  letter-spacing: .75px;
  font-weight: 500;
}

.paragraph-11 {
  letter-spacing: .5px;
  margin-top: 40px;
  font-size: 18px;
}

.heading-16 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 400;
}

.bold-text-15 {
  font-weight: 500;
}

.bullets-text {
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 25px;
}

.body-6 {
  letter-spacing: .5px;
  font-family: Oswald, sans-serif;
}

.coordonnes {
  padding-top: 20px;
}

.div-block-65 {
  justify-content: space-between;
  display: flex;
}

.case-adress {
  border: 2px solid var(--dodger-blue);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  width: 230px;
  height: 230px;
  display: flex;
}

.div-block-67 {
  flex: 1;
}

.div-block-67.top {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55%;
  display: flex;
}

.div-block-68 {
  border: 2px solid var(--dodger-blue);
  background-image: url('../images/HORLOGE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65px;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.div-block-68._2 {
  background-image: url('../images/ADRESS.svg');
}

.div-block-68._3 {
  background-image: url('../images/PHONE.svg');
}

.div-block-68._4 {
  background-image: url('../images/ENVELOP.svg');
}

.text-block-12 {
  color: var(--dodger-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-13 {
  text-align: center;
  line-height: 25px;
}

.italic-text-4 {
  font-size: 16px;
  font-style: normal;
}

.italic-text-4._2 {
  font-weight: 400;
}

.section-8 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/photo16_compressedec7a.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  font-size: 22px;
}

.error-message-2 {
  padding-bottom: 8px;
  font-size: 22px;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-border._20 {
  border-bottom: 1px solid #00000026;
  margin-top: 20px;
  padding-bottom: 20px;
}

.text-small {
  font-size: 22.5px;
}

.text-small.white {
  color: #0a0404f2;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.form-block-2 {
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

.mini-title-white {
  color: #070505e0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 13.5px;
  font-weight: 900;
  text-decoration: underline;
}

.text-field-4 {
  color: #000;
  text-transform: none;
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-style: italic;
}

.text-field-4::placeholder {
  color: #fff;
}

.submit-button-3 {
  color: #0a0404ed;
  letter-spacing: 6px;
  background-color: #0000;
  border: 3px solid #aa0f14b5;
  border-radius: 10px;
  flex: 1;
  min-width: 210px;
  height: 50px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.submit-button-3:hover {
  color: #aa0f14;
  background-color: #e1b82b;
  border-width: 0;
  border-color: #aa0f14;
  font-weight: 700;
}

.textarea-2 {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 41px;
  padding-left: 20px;
}

.textarea-2::placeholder {
  color: #fff;
}

.div-block-69 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-2 {
  float: left;
  color: #6161618c;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.button-4 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #228133;
  border-radius: 5px;
  width: 200px;
  padding: 17px 23px 15px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.button-4:hover {
  background-color: #a00;
}

.form-wrapper {
  text-align: left;
  margin-top: 40px;
  padding-left: 38px;
  padding-right: 0;
}

.success-message {
  color: #fff;
  background-color: #589b39;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

.float-field {
  float: left;
  width: 48%;
  margin-right: 10px;
}

.float-field.not-full {
  width: 97%;
}

.float-field.date {
  width: 15%;
}

.submit-button {
  float: left;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.error-message {
  color: #fff;
  background-color: #c52020;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-field {
  background-color: #0000;
  border: 1px solid #ffffffa3;
  border-radius: 5px;
  height: 50px;
  padding-left: 20px;
}

.text-field:active, .text-field:focus {
  color: #313131;
  background-color: #dce1e6;
}

.text-field.area {
  padding-top: 12px;
  padding-bottom: 40px;
}

.text-field.center-date {
  text-align: center;
  padding-left: 12px;
}

.slide-nav {
  display: none;
}

.left-column-program, .right-column-program {
  flex: none;
  display: flex;
}

.left-column-adress {
  justify-content: space-between;
  width: 50%;
  padding-left: 40px;
  padding-right: 34px;
  display: flex;
}

.right-column-adress {
  justify-content: space-between;
  width: 50%;
  padding-left: 34px;
  padding-right: 40px;
  display: flex;
}

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

.rich-text-block {
  letter-spacing: .5px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
}

.rich-text-block-2 {
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 25px;
}

.text-block-14 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.event-info-nok {
  align-items: flex-start;
  width: 100%;
  height: 18%;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
}

.month-and-year {
  justify-content: center;
  width: 100%;
  height: 40%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.collection-events {
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-17 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: color .2s cubic-bezier(.86, 0, .07, 1);
}

.heading-17:hover {
  color: var(--yellow-green);
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 13px;
}

.div-block-71 {
  flex-direction: column;
  display: flex;
}

.event-image-3 {
  background-image: url('../images/depositphotos_22403867-stock-photo-horizontal-microphone-on-music-stage.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 420px;
  margin-right: 20px;
  display: flex;
}

.text-block-15 {
  color: #fff;
  text-transform: uppercase;
  padding-right: 5px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.empty-state-3 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.event-cms-items-copy {
  width: 100%;
  height: 70%;
  padding-top: 40px;
}

.number-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.line-blog {
  background-color: #ffffff63;
  width: 40px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.gradient-overlay-2 {
  background-image: linear-gradient(#fff0, #000000e8 61%);
  border-bottom: 5px #009fe3;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.date-block {
  border: 2px solid #efa240;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  margin-right: 15px;
  padding: 15px 5px;
  display: flex;
}

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

.event-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 420px;
  display: flex;
}

.event-info {
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.event-link {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

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

.div-block-73 {
  display: flex;
}

.certified {
  background-image: url('../images/5f2ea715afd4305600cc5be3_Depositphotos_CERTIFIED.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 250px;
  height: 200px;
  margin-right: 60px;
}

.certified.totue-la-franchise {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  margin-right: 60px;
}

.heading-18 {
  color: #231f20;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  padding-left: 0;
  font-weight: 500;
}

.rich-text-block-3 {
  font-size: 18px;
}

.div-block-74 {
  flex-direction: column;
  align-self: auto;
  display: flex;
}

.body-9, .body-10 {
  font-family: Oswald, sans-serif;
}

.html-embed {
  color: #fff;
  width: 100%;
}

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

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #57b63a;
  border-radius: 25px;
  width: auto;
  min-width: 160px;
  height: 45px;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .3s;
}

.button-5:hover {
  background-color: #57b63ae6;
}

.button-5.on-hero {
  background-color: #57b63a;
  margin-top: 4%;
  padding-left: 8%;
  padding-right: 8%;
}

.button-immo {
  background-color: var(--chocolate);
  color: #fff;
  text-align: center;
  border: 2px #fff;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-top: 40px;
  padding: 0;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

.button-immo:hover {
  border-style: none;
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
}

.button-immo._2 {
  margin-top: 20px;
}

.button-immo._3 {
  color: var(--dodger-blue);
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/picto-logo-Technigroupe-Immo.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 10%;
  justify-content: center;
  width: 35%;
  margin-top: 20px;
  padding: 12px 2% 12px 4%;
}

.button-immo._4, .button-immo.contact, .button-immo.exept, .button-immo.exept.fr {
  margin-top: 0;
}

.button-immo.fr {
  margin-top: 20px;
}

.rich-text-block-4 {
  font-size: 18px;
  line-height: 31px;
}

html.w-mod-js [data-ix="new-interaction"], html.w-mod-js [data-ix="new-interaction-2"], html.w-mod-js [data-ix="new-interaction-3"], html.w-mod-js [data-ix="on-scroll"], html.w-mod-js [data-ix="on-scroll-2"], html.w-mod-js [data-ix="on-scroll-3"], html.w-mod-js [data-ix="on-scroll-4"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="moving-to-right"] {
  opacity: 0;
  transform: translate(-200px);
}

html.w-mod-js [data-ix="moving-to-left"] {
  opacity: 0;
  transform: translate(200px);
}

@media screen and (min-width: 1440px) {
  .slide-text-container.fr {
    height: 80%;
  }

  .button-5.on-hero.industrie {
    background-color: #fff;
    background-image: none;
    background-position: 5%;
    background-repeat: no-repeat;
    background-size: 5%;
    min-width: auto;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 14px;
    display: inline-block;
  }

  .text-block-16 {
    color: #009fe3;
  }

  .button-immo._3 {
    background-size: 6%;
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .intro-text {
    width: auto;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .button {
    justify-content: center;
  }

  .top-brand-and-contacts {
    display: none;
  }

  .nav-content {
    background-image: linear-gradient(to bottom, var(--black), var(--black));
    justify-content: space-between;
  }

  .devis-content-button {
    display: none;
  }

  .containt {
    justify-content: space-between;
  }

  .navbar {
    flex-direction: row;
    flex: none;
    margin-left: 0;
  }

  .nav-link-3 {
    margin-left: 0;
  }

  .language-content {
    background-image: url('../images/logo_couleur_transparentb73c.png');
    background-position: 99%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1;
    padding-right: 75px;
  }

  .drapeau {
    display: none;
  }

  .dropdown {
    margin-right: 20px;
  }

  .hero-section {
    object-fit: fill;
    min-width: auto;
    height: auto;
    min-height: auto;
    position: relative;
    overflow: hidden;
  }

  .slider {
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .container-slide {
    min-width: auto;
    min-height: auto;
  }

  .slide-text-container {
    min-width: auto;
    height: auto;
    min-height: auto;
    padding-bottom: 50px;
  }

  .slide-text-container.fr {
    height: 90%;
  }

  .slide-text-container.fr3, .slide-text-container.fr2 {
    padding-top: 40px;
  }

  .heading-2 {
    font-size: 65px;
    line-height: 40px;
  }

  .heading-2._3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 55px;
  }

  .heading-2._3.fr {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-2.fr {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
  }

  .button-2 {
    margin-top: 20px;
  }

  .button-2._5 {
    margin-top: 0;
  }

  .button-2.fr {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slide._1 {
    min-width: auto;
    height: 65vh;
    min-height: auto;
  }

  .nav-menu {
    z-index: 1000;
    border-top: 1px solid var(--dodger-blue);
    border-right: 1px solid var(--dodger-blue);
    object-fit: fill;
    background-color: #1a2235ba;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-top: 71px;
    margin-left: 0;
    position: absolute;
    inset: auto auto 0% 0%;
    overflow: visible;
  }

  .top-margin.half.foot {
    text-align: center;
    border-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .section-about {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 50px;
  }

  .container-5 {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-1 {
    justify-content: center;
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    width: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    flex: none;
    width: 100%;
    height: 650px;
  }

  .heading-3 {
    padding-left: 0;
    font-size: 45px;
    line-height: 45px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 28px;
  }

  .heading-4._2 {
    font-size: 28px;
  }

  .right-div-slide {
    padding-left: 40px;
    padding-right: 0;
  }

  .text-block-5, .div-block-12, .div-block-20 {
    padding-left: 0;
  }

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

  .heading-6 {
    font-size: 40px;
    line-height: 55px;
  }

  .pourquoi-nous {
    flex-direction: column;
  }

  .column-why-us._1 {
    width: 100%;
    height: 700px;
  }

  .column-why-us._2 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
  }

  .produits {
    padding-bottom: 50px;
  }

  .container-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block.product {
    flex-direction: column;
  }

  .div-block-32._3 {
    display: none;
  }

  .div-block-33._1 {
    padding-right: 0;
  }

  .div-block-33._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34.text._2 {
    justify-content: center;
  }

  .div-block-34.text._1 {
    justify-content: center;
    align-items: center;
  }

  .top-title {
    font-size: 32px;
    line-height: 40px;
  }

  .top-title.smaller-white.in-footer {
    color: #fff;
  }

  .copyright.coming {
    padding-left: 10px;
    font-size: 11px;
  }

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

  .phone-text.foot {
    font-size: 12px;
  }

  .paragraph-white {
    font-size: 14px;
  }

  .paragraph-white._100 {
    padding-right: 0;
    font-size: 17px;
  }

  .link-2._2 {
    text-align: center;
    font-size: 11px;
  }

  .link-2._2.foot {
    font-size: 10px;
  }

  .paragraph-4 {
    padding-top: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .container-1200-m {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1200-m._2 {
    flex-direction: column-reverse;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-1200-m.vision, .container-1200-m.training-about {
    flex-direction: column;
    padding: 0 60px;
  }

  .container-1200-m.services {
    padding: 30px 60px 60px;
  }

  .container-1200-m.services-2 {
    padding: 40px 60px;
  }

  .container-1200-m.pserv, .container-1200-m.contact {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-1200-m.products {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-1200-m.jobs {
    padding: 40px 60px;
  }

  .container-1200-m._4 {
    padding-bottom: 60px;
  }

  .bullet-point-box-copy-2 {
    align-items: center;
    margin-bottom: 5px;
    font-size: 13px;
  }

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

  .footer-column {
    padding-right: 5%;
  }

  .column-4 {
    margin-bottom: 40px;
    padding-right: 20px;
  }

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

  .text-span {
    font-size: 35px;
  }

  .paragraph-5 {
    padding-top: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .hero-section-2 {
    height: auto;
    padding: 100px 40px;
  }

  .hero-section-2._2, .hero-section-2._3, .hero-section-2._4 {
    height: auto;
  }

  .text-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-7._3 {
    font-size: 40px;
  }

  .heading-about-page {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-about-page._3 {
    font-size: 50px;
  }

  .column-about.left {
    flex: none;
    padding-top: 0;
  }

  .column-about.right {
    flex: none;
  }

  .text-block-9._2.why {
    line-height: 23px;
  }

  .div-block-41 {
    border-bottom: 1px solid var(--yellow-green);
    background-position: 50%;
    height: 550px;
    position: relative;
    top: 0;
  }

  .vision {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-42 {
    border-top-width: 6px;
    border-bottom-width: 6px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block-42._3 {
    margin-bottom: 0;
  }

  .paragraph-6-copy, .paragraph-6-copy._3 {
    text-align: left;
  }

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

  .section-5 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-training-about {
    border-top-width: 6px;
    border-bottom-width: 6px;
    flex: none;
    height: 400px;
    margin-right: 0;
  }

  .column-training-about._2 {
    height: auto;
    margin-top: 40px;
  }

  .icon-4 {
    color: #fff;
    font-size: 35px;
  }

  .menu-button {
    background-color: var(--black);
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--dodger-blue);
  }

  .container-8 {
    z-index: 2000;
    flex: 0 auto;
    position: static;
  }

  .nav-content-2 {
    background-image: linear-gradient(#1a2235, #1a2235);
    justify-content: space-between;
  }

  .nav-menu-2 {
    z-index: 1000;
    object-fit: fill;
    background-color: #1a2235ba;
    border-top: 1px solid #00a1ed;
    border-right: 1px solid #00a1ed;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-top: 71px;
    margin-left: 0;
    position: absolute;
    inset: auto auto 0% 0%;
    overflow: visible;
  }

  .top-column._1._2, .top-column.bottom {
    flex-direction: column;
  }

  .cadre {
    width: 315px;
    height: 315px;
    margin-right: 20px;
  }

  .cadre._2 {
    margin-right: 0;
  }

  .cadre._3 {
    height: auto;
    margin-right: 0;
  }

  .div-block-49._2 {
    width: auto;
    padding-left: 0;
  }

  .div-block-49._1 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-53 {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }

  .div-block-55 {
    border-top-width: 6px;
  }

  .div-block-55._2 {
    border-bottom-width: 6px;
  }

  .contents {
    margin-right: 10px;
  }

  .div-block-57 {
    align-self: flex-start;
  }

  .column-prod.left {
    justify-content: space-between;
  }

  .column-prod.right {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }

  .div-block-60 {
    flex-direction: column;
    height: auto;
  }

  .left-column {
    width: auto;
    height: 450px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .right-one {
    flex-direction: row;
    flex: none;
  }

  .case._1 {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .container-fluid {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .toggle-element.more-margin {
    margin-top: 50px;
  }

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

  .container-fluid-2 {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .titles {
    margin-top: 0;
  }

  .section-7 {
    padding-top: 0;
  }

  .div-block-64 {
    height: 460px;
  }

  .coordonnes {
    padding-bottom: 20px;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .case-adress {
    margin-right: 20px;
  }

  .case-adress._2, .case-adress._4 {
    margin-right: 0;
  }

  .top-border._20 {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .left-arrow, .right-arrow {
    height: auto;
    margin-top: 0;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .mask {
    object-fit: fill;
    min-width: auto;
    min-height: auto;
  }

  .column-7 {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .icon-7 {
    color: #fff;
    font-size: 35px;
  }

  .icon-7:active {
    color: var(--dark-orange);
  }

  .menu-button-2 {
    background-color: var(--nav-blue);
  }

  .menu-button-2.w--open:active {
    background-color: var(--dodger-blue);
  }

  .menu-button-2.open:active {
    background-color: #0000;
  }

  .menu-button-2.open.w--open {
    background-color: var(--yellow-green);
  }

  .left-column-program {
    margin-bottom: 20px;
  }

  .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
    font-weight: 500;
  }

  .left-column-adress {
    justify-content: center;
    width: auto;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-column-adress {
    justify-content: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    height: 65vh;
  }

  .event-info-nok {
    flex-direction: column;
    height: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-17 {
    margin-top: 10px;
  }

  .empty-state-3 {
    padding-left: 20px;
    padding-right: 0;
  }

  .event-info {
    flex-direction: column;
    height: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .certified {
    margin-right: 20px;
  }

  .button-immo {
    margin-top: 20px;
  }

  .button-immo._3 {
    width: 60%;
  }

  .button-immo._5 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .container {
    text-align: center;
  }

  .intro-content {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .icon, .text-block-4 {
    font-size: 12px;
  }

  .hero-section {
    height: auto;
  }

  .slider {
    height: 440px;
  }

  .slide-text-container {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-text-container.fr {
    margin-bottom: 60px;
  }

  .slide-text-container.fr3, .slide-text-container.fr2 {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .heading-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 30px;
  }

  .heading-2._3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-2._3.fr {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2._3.en {
    margin-bottom: 20px;
  }

  .heading-2.fr {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-2.en {
    font-size: 45px;
  }

  .button-2._6 {
    margin-top: 0;
  }

  .slide._1 {
    height: 100%;
  }

  .top-margin.half.foot {
    border-color: #fff;
  }

  .container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-11 {
    height: 550px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 35px;
  }

  .heading-3._2 {
    width: auto;
    line-height: 45px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-4._2 {
    font-size: 20px;
    line-height: 30px;
  }

  .middel-div {
    margin-top: 20px;
  }

  .right-div-slide {
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-5 {
    margin-top: 0;
  }

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

  .div-block-15 {
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .section-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .column-why-us._1 {
    background-position: 50%;
    height: 450px;
  }

  .column-why-us._2 {
    padding-left: 40px;
  }

  .div-block-36 {
    flex-direction: column;
    margin-top: 0;
    display: block;
  }

  .top-title {
    font-size: 22px;
  }

  .algin-center-device {
    text-align: center;
  }

  .copyright {
    text-align: center;
    padding-top: 10px;
    line-height: 22px;
  }

  .copyright.coming {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .column-3 {
    align-self: flex-end;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .phone-text {
    font-size: 12px;
  }

  .phone-text.foot {
    font-size: 15px;
  }

  .paragraph-white {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-white._100 {
    font-size: 17px;
  }

  .link-2._2, .link-2._2.foot {
    font-size: 12px;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .container-1200-m.services {
    padding: 20px 20px 40px;
  }

  .container-1200-m.services-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1200-m.pserv {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1200-m.contact.form {
    padding-bottom: 40px;
  }

  .container-1200-m.products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1200-m.jobs {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bullet-point-box-copy-2 {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-right: 0;
  }

  .small-footer-icon {
    margin-bottom: 20px;
    display: block;
  }

  .footer-column {
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .column-4 {
    margin-bottom: 20px;
  }

  .text-span {
    font-size: 28px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .hero-section-2 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
  }

  .hero-section-2._4 {
    height: auto;
  }

  .bold-text-7 {
    font-size: 35px;
  }

  .bold-text-7._3 {
    font-size: 30px;
  }

  .heading-11 {
    font-size: 35px;
    line-height: 50px;
  }

  .heading-about-page {
    font-size: 45px;
    line-height: 40px;
  }

  .heading-about-page._2 {
    line-height: 40px;
  }

  .heading-about-page._3 {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-9._2.why {
    font-size: 16px;
    line-height: 20px;
  }

  .column-training-about {
    height: 300px;
  }

  .cadre {
    width: 255px;
    height: 255px;
  }

  .div-block-56 {
    flex-direction: column;
  }

  .div-block-56._1 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contents {
    margin-bottom: 10px;
  }

  .heading-12-copy._3 {
    font-size: 35px;
  }

  .column-prod.left {
    width: auto;
    margin-bottom: 20px;
  }

  .column-prod.right {
    flex: none;
  }

  .left-column {
    height: 370px;
  }

  .case {
    flex: none;
    width: 260px;
    height: 260px;
  }

  .case._1 {
    flex: none;
    width: 260px;
    height: 260px;
    margin-right: 10px;
  }

  .toggle-header.with-line {
    padding-top: 17px;
  }

  .toggle-element {
    width: 100%;
  }

  .toggle-element.more-margin {
    width: 90%;
  }

  .toggle-title {
    font-family: Lato, sans-serif;
    font-size: 12px;
  }

  .div-block-64 {
    height: 400px;
  }

  .heading-15 {
    font-size: 28px;
  }

  .paragraph-11 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .bullets-text {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .top-border._20 {
    margin-top: 0;
  }

  .text-small.white {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .form-block-2 {
    max-width: none;
  }

  .text-field-4 {
    margin-bottom: 10px;
  }

  .submit-button-3 {
    width: 100%;
    min-width: auto;
    font-size: 13px;
  }

  .form-wrapper {
    padding-left: 0;
  }

  .float-field {
    width: 97%;
  }

  .left-arrow, .right-arrow {
    height: auto;
  }

  .slide-nav {
    display: none;
  }

  .column-7 {
    margin-bottom: 20px;
  }

  .section-9 {
    height: 50vh;
  }

  .event-info-nok {
    flex-direction: row;
    height: auto;
  }

  .event-image-3 {
    background-position: 50% 20%;
    height: 300px;
    margin-bottom: 20px;
  }

  .empty-state-3 {
    flex-direction: column;
  }

  .event-image {
    background-position: 50% 20%;
  }

  .event-info {
    flex-direction: row;
    height: auto;
  }

  .div-block-73 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .certified {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    display: inline-block;
  }

  .button-immo._3 {
    width: 75%;
  }

  .button-immo._6 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .nav-content {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
  }

  .language-content {
    background-size: contain;
    padding-right: 65px;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon {
    font-size: 12px;
  }

  .slider {
    height: 482.727px;
  }

  .slide-text-container {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .slide-text-container.fr, .slide-text-container.fr3, .slide-text-container.fr2 {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 20px;
  }

  .heading-2._3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
  }

  .heading-2._3.fr {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2.fr {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-2.en {
    font-size: 30px;
  }

  .heading-2.en._2 {
    margin-bottom: 10px;
  }

  .button-2.fr {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #1a2235e3;
  }

  .top-margin.half {
    margin-top: 0;
  }

  .top-margin.half.foot {
    border-color: #fff;
  }

  .section-about {
    padding-bottom: 30px;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-1 {
    padding-top: 30px;
  }

  .column-2 {
    padding-top: 0;
  }

  .div-block-11 {
    height: 450px;
  }

  .text-content._1 {
    flex: 1;
    order: 0;
    padding-right: 0;
  }

  .heading-3 {
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 35px;
  }

  .heading-3._2 {
    line-height: 35px;
  }

  .heading-3._3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-4 {
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-4._2 {
    font-size: 16px;
    line-height: 20px;
  }

  .middel-div {
    flex-direction: column;
    height: auto;
  }

  .left-div-bullet {
    width: auto;
  }

  .right-div-slide {
    padding-bottom: 0;
  }

  .div-block-14.services {
    background-position: 50%;
    width: 12%;
  }

  .text-block-6.services {
    font-size: 14px;
  }

  .div-block-15 {
    flex: 1;
    height: 250px;
    margin-left: 0;
    margin-right: 20px;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 30px;
  }

  .column-why-us._1 {
    height: 350px;
  }

  .column-why-us._2 {
    padding: 30px 15px;
  }

  .div-block-27 {
    padding-top: 10px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .paragraph {
    padding-right: 0;
  }

  .produits {
    padding-bottom: 30px;
  }

  .container-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-32._2 {
    padding-top: 30px;
  }

  .div-block-33._1 {
    flex: none;
    height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-33._2 {
    flex: none;
    height: 400px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-34.photo {
    flex: 1;
    height: auto;
  }

  .div-block-34.text._2, .div-block-34.text._1 {
    height: auto;
  }

  .text-block-8 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .top-title {
    font-size: 26px;
    line-height: 35px;
  }

  .copyright.coming {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 11px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .footer {
    padding: 0%;
  }

  .footer-divider {
    margin-top: 0;
  }

  .paragraph-white._100 {
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 20px;
  }

  .container-1200-m, .container-1200-m._2, .container-1200-m.vision, .container-1200-m.training-about, .container-1200-m.services {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-1200-m.services-2 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .container-1200-m.contact {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-1200-m.contact.form {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-1200-m.products {
    flex: none;
    max-width: 320px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-1200-m.jobs {
    padding: 20px 15px;
  }

  .bullet-point-box-copy-2 {
    text-align: left;
    justify-content: flex-start;
  }

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

  .small-footer-icon.w--current {
    width: 150px;
    height: 70px;
  }

  .column-4 {
    margin-bottom: 10px;
  }

  .bold-text-2, .bold-text-4, .bold-text-6 {
    font-size: 16px;
    line-height: 15px;
  }

  .footer-2 {
    padding: 10% 5% 5%;
  }

  .hero-section-2 {
    height: auto;
  }

  .hero-section-2._2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-2._3, .hero-section-2._4 {
    height: auto;
  }

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

  .heading-11 {
    line-height: 43px;
  }

  .heading-about-page {
    font-size: 33px;
    line-height: 31px;
  }

  .heading-about-page._2 {
    line-height: 40px;
  }

  .heading-about-page._3 {
    font-size: 35px;
  }

  .heading-12 {
    font-size: 28px;
  }

  .div-block-41 {
    background-position: 45%;
    height: 550px;
  }

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

  .icon-4 {
    font-size: 25px;
  }

  .nav-content-2 {
    height: auto;
  }

  .nav-menu-2 {
    background-color: #1a2235e3;
  }

  .top-column.bottom {
    margin-top: 20px;
  }

  .cadre {
    width: 289px;
    height: 289px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .cadre._2 {
    margin-bottom: 0;
  }

  .cadre._3 {
    width: auto;
    height: 288.991px;
    margin-bottom: 0;
  }

  .text-block-11 {
    min-width: auto;
    max-width: none;
  }

  .div-block-56 {
    flex-direction: column;
  }

  .div-block-56._1 {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .contents {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-58 {
    margin-bottom: 0;
  }

  .heading-12-copy._3 {
    font-size: 28px;
  }

  .section-6 {
    width: auto;
  }

  .left-column {
    align-items: stretch;
    height: 289px;
  }

  .right-one {
    flex-direction: column;
    align-self: auto;
  }

  .case {
    width: 289px;
    height: 289px;
  }

  .case._1 {
    width: 289px;
    height: 289px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .toggle-space.more {
    padding-left: 10px;
    padding-right: 10px;
  }

  .toggle-title {
    font-size: 10px;
  }

  .bold-text-11 {
    font-size: 28px;
    line-height: 28px;
  }

  .grosse-bar._2._3 {
    width: auto;
    margin-bottom: 0;
  }

  .bold-text-12, .bold-text-13 {
    font-weight: 400;
  }

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

  .coordonnes {
    height: auto;
    padding-bottom: 0;
  }

  .case-adress {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .case-adress._2 {
    margin-bottom: 0;
  }

  .top-border._20 {
    text-align: center;
    margin-top: 3px;
    font-size: 10px;
  }

  .text-small.white {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .mini-title-white {
    text-align: center;
  }

  .float-field, .float-field.not-full {
    width: 100%;
  }

  .float-field.date {
    width: 25%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-nav {
    display: block;
    top: 380.727px;
  }

  .column-7 {
    margin-bottom: 10px;
  }

  .left-column-program {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .right-column-program {
    flex-direction: column;
  }

  .div-block-70 {
    margin-bottom: 10px;
  }

  .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32 {
    font-weight: 400;
  }

  .left-column-adress, .right-column-adress {
    flex-direction: column;
    align-items: center;
  }

  .section-9 {
    height: 45vh;
  }

  .event-info-nok, .event-info {
    flex-direction: column;
  }

  .heading-18 {
    margin-top: 20px;
  }

  .rich-text-block-3 {
    font-size: 16px;
  }

  .html-embed {
    margin-bottom: 0;
  }

  .button-immo._3 {
    width: 80%;
    font-size: 16px;
  }
}


