/** @format */

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?k30qea");
  src: url("fonts/icomoon.eot?k30qea#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?k30qea") format("truetype"),
    url("fonts/icomoon.woff?k30qea") format("woff"),
    url("fonts/icomoon.svg?k30qea#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-morgane:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-linkedin2:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-envelop:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-linkedin21:before {
  content: "";
}
.p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  font-family: utile, sans-serif;
}
.p h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 18px;
  color: var(--cyan);
}
.p h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 27px;
}
.p strong {
  font-weight: 700;
}
.p p {
  margin-bottom: 10px;
}
.p a {
}
.p li {
  margin-bottom: 5px;
  padding-left: 5px;
  position: relative;
}
.p li::before {
  content: "•";
  margin-right: 10px;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: clip;
  max-width: 100%;
}

.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .useful-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 70px;
}
.mentions-legales h3 {
  line-height: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-weight: 600;
  margin-top: 30px;
}
.list-offre {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.list-offre .offre {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 15px;
  background-color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-offre .offre p {
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
.home-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.post-list {
  width: 70%;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.post-list .news-card {
  max-width: 45%;
  width: 330px;
}
.post-list .news-pic img {
  width: 100% !important;
  object-fit: cover;
  max-height: 200px;
}
.post-list__single {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.post-list__single img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.post-list__single .h2 {
  margin-bottom: 20px;
}
.post-list__texte {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  transition: all 200ms ease-out;
}
.post-list__date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--cyan);
  width: 124px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
}

.is-active {
  background-color: #2c315c !important;
  border-color: #2c315c !important;
  color: WHITE !important;
}

.post-list__article {
  width: calc(50% - 40px);
  aspect-ratio: 10/9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .post-list__article {
    width: 100%;
  }
}
.post-list__article:hover .post-list__texte {
  color: gray !important;
}
.post-list__article:hover .post-list__content {
  padding-bottom: 35px;
}
.post-list__article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6223623238) 0%,
    rgba(0, 0, 0, 0.448692856) 49%,
    rgba(0, 0, 0, 0.1461718476) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px;
  transition: all 200ms ease-out;
}
.post-list__img {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__category {
  display: flex;
  margin-bottom: 20px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
  max-width: 100%;
}

.p iframe {
  max-width: 100%;
  aspect-ratio: 5 / 3;
  height: auto;
}
.sidebar-post {
  width: 30%;
  padding: 30px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar-post__category-posts ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -5px;
}
.sidebar-post__category-posts ul li a {
  padding: 5px 10px;
  margin: 5px;
  font-size: 18px;
  border-radius: 500px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #352068;
}
.sidebar-post div {
  margin-bottom: 20px;
}
.sidebar-post div h2 {
  margin-bottom: 10px;
}
.sidebar-post div a {
  margin-bottom: 10px;
  display: block;
}
.sidebar-post div:last-of-type {
  margin-bottom: 0;
  width: 100%;
}
.sidebar__archives-posts li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-page iframe {
  width: 100%;
  aspect-ratio: 1/1;
}
.contact-page__form {
  width: 70%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page__form p {
  margin-bottom: 0;
}
.contact-page .wpcf7-list-item {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
}
.contact-page .mentions {
  margin-top: 15px;
}
.contact-page__bloc {
  padding: 30px;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.1490196078);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
}
.contact-page__bloc img {
  width: 90px !important;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page__bloc i {
  margin-right: 10px;
  font-size: 25px;
}
.contact-page__infos {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: var(--blue);
  border-radius: 30px;
  padding: 30px;
}
.contact-page__infos p {
  margin-bottom: 0;
}
.contact-page__infos img {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page__ligne {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 21px;
  color: #fff;
}
.contact-page__ligne a,
.contact-page__ligne p {
  color: #fff;
}
.contact-page__ligne a:hover,
.contact-page__ligne p:hover {
  color: #fff !important;
  opacity: 0.6;
}
.contact-page__ligne i {
  color: #fff;
  font-size: 23px;
  margin-right: 5px;
}
.offres {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.offres__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.offres__offre {
  width: 100%;
  padding: 20px 40px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 15px;
  border-bottom: 2px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offres__offre .h2-modif {
  margin-bottom: 0;
}
:root {
  --blue: #2c315c;
  --cyan: #8dcfd1;
  --grey: #e0efee;
  --white: #fff;
  --yellow: #fdc15b;
  --green: #a0d076;
  --light-blue: #1367b2;
  --max-width: 1100px;
  --font-20: 20px;
}
* {
  box-sizing: border-box;
}
.before-footer {
  height: 70px;
}
body {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;
  font-family: utile, sans-serif;
  color: var(--blue);
}
img {
  max-width: 100%;
}
.container {
  max-width: var(--max-width);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: jaf-facitweb, sans-serif;
}
.h1,
h1 {
  font-size: 41px;
  line-height: 54px;
  margin-bottom: 15px;
}
.h2 {
  font-size: 41px;
  line-height: 52px;
  margin-bottom: 15px;
}
.h3 {
  font-size: 32px;
  line-height: 38px;
  color: var(--cyan);
  margin: 0px;
  text-transform: uppercase;
  padding-top: 1px;
}
.h4,
h4 {
  font-size: 24px;
  line-height: 32px;
}
.h5,
h5 {
  font-size: 20px;
  line-height: 26px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: var(--blue);
  text-decoration: none;
}
a:hover {
  color: var(--blue);
}
.btn {
  font-size: var(--font-20);
  border-radius: 0px 0px 30px 0px;
  background: var(--blue);
  color: var(--white);
  line-height: 26px;
  padding: 7px 33px;
  font-weight: 500;
  border: 2px solid var(--blue);
}
.btn-yellow {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--blue);
}
.btn-cyan {
  background-color: var(--cyan);
  border-color: var(--cyan);
  color: var(--blue);
}
.outline-blue {
  background: rgba(0, 0, 0, 0);
  color: var(--blue);
}
.outline-light {
  background: rgba(0, 0, 0, 0);
  color: var(--light-blue);
  border-color: var(--light-blue);
}
.btn:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--blue);
}
.btn-yellow:hover,
.btn-cyan:hover,
.outline-blue:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.btn-light {
  background-color: var(--light-blue);
  border-color: var(--light-blue);
}
.btn-green {
  background-color: var(--green);
  border-color: var(--green);
}
.padd-110 {
  padding: 110px 0px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pt-110 {
  padding-top: 110px;
}
.padd-30 {
  padding: 30px;
}
.padd-80 {
  padding: 80px 0px;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pt-80 {
  padding-top: 80px;
}
.padd-70 {
  padding: 70px 0px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mt-70 {
  margin-top: 70px;
}

.cyan-bg {
  background-color: var(--cyan);
}
.grey-bg {
  background-color: var(--grey);
}
.bg-blue {
  background-color: var(--blue);
  color: var(--white);
}
.yellow-bg {
  background-color: var(--yellow);
}
.radius-10 {
  border-radius: 10px;
  overflow: hidden;
}
.site-header {
  background-color: var(--blue);
  transition: 0.3s;
  position: relative;
}
.site-header.sticky {
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}
.header-top {
  padding: 14px 0px;
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top ul {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 16px;
  font-weight: 500;
}
.header-top .right-header-ul {
  gap: 38px;
  font-size: 18px;
}
.header-top form {
  background-image: url(./images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 11px 50%;
  padding: 2px 0px;
  background-color: #fff;
  border-radius: 0px 0px 30px 0px;
}
.header-top form input {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0px;
  padding-left: 40px;
  width: auto;
  font-weight: 500;
}

.hid-mob {
  display: block;
}

.hid-desk {
  display: none;
}
.underbanner-cards {
  transition: all 200ms ease-out;
}

.underbanner-cards:hover {
  transform: translateY(-30px);
}

.underbanner-cards:hover .btn {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.main-nav a {
  color: var(--white);
  font-size: var(--font-20);
  line-height: 71px;
  height: 100%;
  display: inline-block;
}
nav.main-nav a:hover,
nav.main-nav .parent-menu a:hover {
  color: #c5d7db;
}

nav.main-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

.sub-menu {
  position: absolute !important;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start;
  padding: 20px;
  gap: 10px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li a {
  line-height: 30px;
}

.submenu h4 {
  font-size: 20px;
  font-weight: 700;
}

.submenu h3 {
  font-size: 24px;
  font-weight: 700;
}
.sub-menu li a {
  color: var(--blue);
}

.footer-middle a {
  border-bottom: none !important;
}
.footer-middle a:hover {
  opacity: 0.6;
}
.menu-active .submenu {
  visibility: visible;
  opacity: 1;
}

/* Page exacte */
.main-nav .current-menu-item > a {
  font-weight: 700;
}

/* Parent principal uniquement */
.main-nav > ul > li.current-menu-ancestor > a {
  font-weight: 700;
}
.parent-menu:hover .submenu {
  visibility: visible;
  opacity: 1;
}
.submenu {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.submenu .container {
  background-color: var(--white);
  max-width: 990px;
}
.submenu .col-md-4 {
  padding: 20px 30px 30px;
}
nav.main-nav .submenu ul {
  flex-direction: column;
  gap: 10px;
  align-items: baseline;
  padding: 15px 0px 0px;
}
.submenu ul a {
  color: var(--blue);
  font-weight: 500;
  line-height: normal;
}

.submenu ul a:hover,
.sub-menu a:hover {
  color: var(--yellow) !important;
}
.Thermique-border {
  position: relative;
}
.Thermique-border:after {
  border-right: 2px solid var(--blue);
  content: "";
  position: absolute;
  right: 30px;
  top: 0px;
  bottom: 0px;
  max-height: 80%;
  margin: auto;
}
span.drop-btn {
  background: rgba(0, 0, 0, 0);
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  display: inline-block;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  margin-left: 6px;
  margin-bottom: 2px;
  display: none;
}
.hero-banner {
  color: var(--white);
  position: relative;
  padding: 6vw 0px 21vw 0px;
  background: rgba(44, 49, 92, 0.43);
}
.hero-background {
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0px;
  z-index: -1;
}
.hero-background video,
.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner .h1 {
  margin: 0;
}
.hero-banner .h3 {
  color: var(--white);
}
.under-hero {
  position: relative;
  margin-top: -200px;
}
.underbanner-cards {
  position: relative;
  overflow: hidden;
}
.underbanner-cards::before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: -91px;
  top: -151px;
  background-color: var(--cyan);
  transform: rotate(42deg);
}
.underbanner-cards.yellow-card::before {
  background-color: var(--yellow);
}
.underbanner-cards img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.card-t-l {
  text-align: left;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  padding: 20px;
  font-size: var(--font-20);
  font-weight: 500;
  max-width: 170px;
}
.card-t-l .h4 {
  text-transform: uppercase;
  color: var(--blue);
}
.underbanner-cards .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 68px;
  margin: 0 auto;
  width: 300px;
  max-width: 80%;
}
ul.card-center-elements {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
  gap: 20px;
  position: absolute;
  transform: rotate(36deg);
  left: 0px;
  right: 0px;
  bottom: -43px;
  max-width: max-content;
  margin: 0 auto;
}
ul.card-center-elements li {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
li.cyan-icon {
  background-color: var(--cyan);
}
li.yellow-icon {
  background-color: var(--yellow);
}
ul.card-center-elements li img {
  transform: rotate(-36deg);
}
.section-energy {
  padding: 90px 0px 30px 0px;
}
.section-energy .btn {
  margin-top: 16px;
}
.energy-pic {
  padding-left: 30px;
}
.energy-pic img {
  max-width: 100vw;
}
.stats .container {
  padding: 0px 20px;
}
.stats-box {
  text-align: center;
  padding: 50px 9px 40px 9px;
  text-transform: uppercase;
}
.stats-box .h2 {
  font-size: 80px;
  line-height: normal;
  font-family: utile, sans-serif;
  margin-bottom: 0;
}
.stats-box .h2 span {
  font-size: 55px;
  text-transform: lowercase;
}
.stats-box .h2 small {
  font-size: 24px;
  text-transform: lowercase;
}
.stats-box .h5 {
  margin-bottom: 18px;
}
.stats-box-down {
  margin-top: 60px;
}
.quote-experties {
  border: 2px solid #8dcfd1;
  border-radius: 15px;
  padding: 27px 27px 15px;
  position: relative;
  margin-left: -30px;
}
.quote-experties:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #2c315c;
  transform: rotate(-45deg);
  border-left: 2px solid #8dcfd1;
  border-bottom: 2px solid #8dcfd1;
  position: absolute;
  bottom: -23px;
  border-radius: 0px 10px;
}
.expertise-pic {
  padding-right: 30px;
}
.expertise-pic img {
  max-width: 100vw;
  float: right;
}
.votre-projet {
  display: flex;
  gap: 20px;
  align-items: end;
  font-weight: 300;
}
.votre-projet strong {
  font-weight: 700;
}
.votre-projet img {
  margin-bottom: 16px;
  max-width: 100%;
}
.pr-0 {
  padding-right: 0px;
}
.video-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.video-section .container .h4 {
  margin-bottom: 30px;
}
.video-section .container iframe {
  max-width: 100%;
}
.page-id-1180 .network-pic img,
.page-id-1180 .fire-pic img,
.page-id-1180 .Comprime-pic img,
.page-id-1180 .gazeux-pic img {
  width: 100% !important;
  height: auto !important;
  max-height: 100%;
}
.imgbox-section .row {
  justify-content: center;
  margin: 0px -7px;
}
.imgbox-section .row > * {
  padding: 0px 7px;
}
.box-imgbox {
  position: relative;
  overflow: hidden;
  min-height: 321px;
  margin-bottom: 14px;
  transition: 0.3s;
}
.box-imgbox-background {
  position: absolute;
  left: 0;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  filter: contrast(1.5);
}
.box-imgbox-background:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  left: 0;
}
.box-imgbox-background img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.front-imgbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  background-color: rgba(30, 33, 64, 0.7294117647);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}
.contact-page__form form input[type="text"],
.contact-page__form form input[type="email"],
.contact-page__form form input[type="url"],
.contact-page__form form input[type="password"],
.contact-page__form form input[type="search"],
.contact-page__form form input[type="number"],
.contact-page__form form input[type="tel"],
.contact-page__form form input[type="range"],
.contact-page__form form input[type="date"],
.contact-page__form form input[type="month"],
.contact-page__form form input[type="week"],
.contact-page__form form input[type="time"],
.contact-page__form form input[type="datetime"],
.contact-page__form form input[type="datetime-local"],
.contact-page__form form input[type="color"],
.contact-page__form form textarea,
.contact-page__form form select {
  background-color: var(--grey);
  border-radius: 10px;
  width: 100%;
  border: none;
  padding: 10px;
  margin-top: 1em;
  box-shadow: none;
}
.contact-page__form form input[type="text"],
.page-template-template-recrutement .alarm-section form input[type="text"],
.contact-page__form form input[type="email"],
.page-template-template-recrutement .alarm-section form input[type="email"],
.contact-page__form form input[type="url"],
.page-template-template-recrutement .alarm-section form input[type="url"],
.contact-page__form form input[type="password"],
.page-template-template-recrutement .alarm-section form input[type="password"],
.contact-page__form form input[type="search"],
.page-template-template-recrutement .alarm-section form input[type="search"],
.contact-page__form form input[type="number"],
.page-template-template-recrutement .alarm-section form input[type="number"],
.contact-page__form form input[type="tel"],
.page-template-template-recrutement .alarm-section form input[type="tel"],
.contact-page__form form input[type="range"],
.page-template-template-recrutement .alarm-section form input[type="range"],
.contact-page__form form input[type="date"],
.page-template-template-recrutement .alarm-section form input[type="date"],
.contact-page__form form input[type="month"],
.page-template-template-recrutement .alarm-section form input[type="month"],
.contact-page__form form input[type="week"],
.page-template-template-recrutement .alarm-section form input[type="week"],
.contact-page__form form input[type="time"],
.page-template-template-recrutement .alarm-section form input[type="time"],
.contact-page__form form input[type="datetime"],
.page-template-template-recrutement .alarm-section form input[type="datetime"],
.contact-page__form form input[type="datetime-local"],
.page-template-template-recrutement
  .alarm-section
  form
  input[type="datetime-local"],
.contact-page__form form input[type="color"],
.page-template-template-recrutement .alarm-section form input[type="color"],
.contact-page__form form textarea,
.page-template-template-recrutement .alarm-section form textarea,
.contact-page__form form select,
.page-template-template-recrutement .alarm-section form select {
  background-color: var(--grey);
  border-radius: 10px;
  width: 100%;
  border: none;
  padding: 10px;
  margin-top: 1em;
  box-shadow: none;
}

.hscroll__track::after {
  content: "";
  display: block;
  width: 100px;
  flex: 0 0 100px;
}
.front-imgbox .h4 {
  min-height: 65px;
  margin-bottom: 20px;
  font-family: utile, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}
.back-imgbox {
  background: var(--blue);
  color: var(--white);
  padding: 20px 15px;
  display: flex;
  line-height: 22px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.back-imgbox .p {
  font-size: 16px !important;
  line-height: 22px !important;
}
.box-imgbox:hover .front-imgbox {
  opacity: 0;
}
.box-imgbox:hover .back-imgbox {
  opacity: 1;
  visibility: visible;
}
.back-imgbox .btn {
  background: rgba(0, 0, 0, 0);
  color: var(--white);
  border-color: var(--white);
}
.back-imgbox .btn:hover {
  background-color: var(--white);
  color: var(--blue);
}
.back-imgbox.cyan-box {
  background: var(--cyan);
  color: var(--blue);
}
.cyan-box .btn {
  background: rgba(0, 0, 0, 0);
  color: var(--blue);
  border-color: var(--blue);
}
.cyan-box .btn:hover {
  color: var(--white);
  background-color: var(--blue);
}
.section-habitat .container {
  padding-left: 0;
  border-radius: 10px;
  overflow: hidden;
}
.habitat-pic-col img {
  height: 100%;
  object-fit: cover;
}
.section-habitat .h3 {
  color: var(--white);
}
.Habitat-inner {
  padding: 65px 0px 75px 60px;
  position: relative;
}
.Habitat-inner .row > * {
  padding-right: 40px;
}
.Habitat-inner:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: -22px;
  border-radius: 0px 10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.Habitat-inner .h4 {
  margin-top: 10px;
  text-transform: uppercase;
}
.Habitat-inner .row {
  row-gap: 24px;
  padding-top: 25px;
}
.yello-color {
  color: var(--yellow);
}
.yello-border {
  border-color: var(--yellow);
}
.yello-border:after {
  border-color: var(--yellow);
}
.Thermique-section .container {
  max-width: 890px;
}
.Thermique-section .row {
  row-gap: 40px;
}
.Thermique-section .h3 {
  text-align: center;
  margin-bottom: 28px;
  color: var(--blue);
}
.support .row {
  justify-content: space-between;
  row-gap: 65px;
}
.support .row > * {
  width: calc(50% - 20px);
  padding-right: 40px;
}
.support .h3 {
  color: var(--white);
}
.support .h4 {
  text-transform: uppercase;
  margin-top: 10px;
}
.support .h4 span {
  text-transform: initial;
}
.support .p {
  margin: 16px 0px 18px 0px;
}
.support .container {
  padding: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.support .container:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: -22px;
  border-radius: 0px 10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.suppotr-top {
  max-width: 970px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.pl-75 {
  padding-left: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.suppotr-pic {
  height: 100%;
}
.suppotr-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.trust-us {
  text-align: center;
}

.trust-owl .owl-stage {
  display: flex;
  align-items: center;
  padding: 45px 0px;
  gap: 30px;
}
.trust-us .item a {
  padding: 0px 10px;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.trust-us .owl-theme .owl-nav {
  margin: 0px;
}
.trust-us .owl-theme .owl-nav button {
  font-size: 0px !important;
  background-image: url(./images/prew.svg) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  position: absolute;
  width: 31px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  margin: 0px;
}
.trust-us .owl-theme .owl-nav button.owl-next {
  background-image: url(./images/next.svg) !important;
  left: auto;
  right: -40px;
}
.achievements ul.card-center-elements {
  background-color: var(--blue);
  color: var(--white);
  font-weight: 300;
}
.achievements strong {
  font-weight: 700;
}
.achievements .container {
  position: relative;
}
.achievements .row {
  justify-content: space-between;
  row-gap: 30px;
}
.achievements .top-row {
  margin-bottom: 30px;
}
.Our-news .row {
  justify-content: space-between;
}
.Our-news .col-md-4 .p {
  margin-top: 20px;
  margin-bottom: 32px;
}
.news-card {
  text-align: center;
  overflow: hidden;
}
.news-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 186px;
  background-color: #c4e0de;
}
.news-content {
  padding: 20px 28px 27px;
}
.news-content .h4 {
  min-height: 64px;
}
.news-content .p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 23px;
  min-height: 120px;
}
footer .container {
  max-width: 951px;
  padding: 0;
}
.footer-transform {
  position: relative;
  overflow: hidden;
  margin-bottom: -140px;
}
.footer-transform h2 {
  margin-bottom: 0px;
}
.footer-transform:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: -22px;
  border-radius: 0px 10px;
  left: 50px;
}
.footer-transform .col-md-8 {
  padding: 42px 0px 50px 36px;
}
.footer-transform .col-md-4 {
  padding: 0;
}
.footer-transform .h3 {
  color: var(--white);
}
.trasform-pic {
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}
.trasform-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.footer-middle {
  background-color: var(--blue);
  color: var(--white);
  padding-top: 220px !important;
}
.footer-middle a {
  color: var(--white);
}
.footer-middle a.cyan-color {
  color: var(--cyan);
}
.footer-middle .p {
  margin-top: 45px;
  line-height: 26px;
  font-weight: 700;
}
ul.list.font-20 {
  text-align: left;
  display: inline-block;
}
.right-side {
  text-align: right;
}
ul.list {
  text-align: left;
  display: inline-block;
}
.font-20 {
  font-size: var(--font-20);
  font-weight: 500;
}
ul.list li {
  line-height: 26px;
}
.Our-certifications {
  padding: 27px 0px;
}
.Our-certifications .container {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}
.certi-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.certi-logos img {
  mix-blend-mode: multiply;
}
.copywrite {
  background: #000;
  color: #fff;
  padding: 9px 0px;
}
.copywrite .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  padding: 0 12px;
}
.copywrite .p {
  margin: 0;
  letter-spacing: 1px;
}
.copywrite .p span {
  margin: 0px 15px;
}
.calendra-btn {
  position: fixed;
  right: -129px;
  top: 10vw;
  z-index: 9;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  padding: 8px;
  gap: 25px;
  transition: 0.3s;
  background: var(--blue);
  color: var(--white) !important;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.calendra-btn:hover {
  right: 0;
  color: var(--white);
}
.up-btn {
  position: fixed;
  right: 0;
  bottom: 1vw;
  z-index: 9;
  border-radius: 10px 0 0 10px;
  padding: 19px 13px;
  transition: 0.3s;
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.up-btn:hover {
  background: var(--cyan);
}
.inner-banner {
  position: relative;
  padding: 8vw 0px;
  background: rgba(31, 34, 66, 0.8392156863);
  overflow: hidden;
}
.inner-banner .hero-background {
  filter: contrast(1.8);
}
.inner-banner:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--yellow);
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.inner-banner.cyan-banner:before {
  background-color: var(--cyan);
}
img.banner-icons {
  position: absolute;
  left: 25px;
  top: 25px;
}
.inner-banner .container {
  padding-left: 8vw;
}
.inner-banner .btn-row {
  justify-content: left;
}
.inner-banner .p {
  color: var(--white);
  text-transform: uppercase;
}
.inner-banner .h2 {
  color: #fff;
}
.inner-banner .btn-outline {
  color: var(--white);
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}
.inner-banner .btn-outline:hover {
  color: var(--white);
  border-color: var(--blue);
  background-color: var(--blue);
}
.our-team .btn-row {
  padding-top: 45px;
}
.our-team .row {
  row-gap: 23px;
}
.team-card {
  background: #feefd6;
  overflow: hidden;
}
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card .h4 {
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 10px 0px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
}
.section-building .quote-experties:after {
  display: none;
}
.section-building,
.section-companies {
  overflow: hidden;
}
.building-pic {
  position: relative;
}
.building-pic img {
  max-width: 100vw;
}
.building-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.building-icon img {
  max-width: 100%;
}
.security-col {
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 70px 44px;
  position: relative;
}
.security-col .h4 {
  text-transform: uppercase;
}
.security-col:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  transform: rotate(-45deg);
  position: absolute;
  top: -23px;
  border-radius: 0 10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  background: #fff;
}
.link-row {
  margin-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.fire-alarm .h4 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
}
.blue-color {
  color: var(--blue);
}
.cyan-color {
  color: var(--cyan);
}
.green-color {
  color: var(--green);
}
.fire-pic,
.Comprime-pic {
  border-radius: 10px;
  overflow: hidden;
  padding-left: 30px;
  height: 100%;
}
.network-pic,
.gazeux-pic {
  border-radius: 10px;
  overflow: hidden;
  padding-right: 30px;
  height: 100%;
}
.network-pic img,
.fire-pic img,
.Comprime-pic img,
.gazeux-pic img {
  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.Comprime-pic img {
  border-radius: 0;
}
.gazeux-pic {
  max-height: 537px;
}
.information-section {
  padding-bottom: 200px;
}
.intercom-section {
  padding-top: 200px;
}
.intercom-section,
.alarm-section {
  background-color: rgba(44, 49, 92, 0.05);
}
.videoservilance {
  margin: -100px 0px;
}
.first-col {
  padding-top: 65px;
  padding-bottom: 65px;
}
.videoservilance .container {
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 72px;
}
.videoservilance .container .fire-pic img {
  border-radius: 0;
}
.advise-stage .row {
  padding: 90px 0px;
  justify-content: center;
}
.advise-stage .section-top {
  text-align: center;
  max-width: 956px;
  margin: 0 auto;
}
.advise-card {
  text-align: center;
  position: relative;
}
.advise-card .h2 {
  font-size: 150px;
  line-height: 150px;
  margin: 0;
  font-weight: 400;
}
.advise-card .h4 {
  font-size: 23px;
  padding-left: 50px;
  padding-right: 50px;
}
.advise-card .p {
  background-color: var(--cyan);
  padding: 35px 28px;
  border-radius: 10px;
  transition: 0.3s;
  transform: rotate(-45deg);
  position: absolute;
  top: 0px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
}
.votre-service .advise-card .p {
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.votre-service .btn-row {
  padding-top: 30px;
}
.advise-card:hover .p {
  opacity: 1;
  transform: none;
}
.advise-card:hover .border-div {
  opacity: 0;
}
.border-div {
  display: inline-block;
  width: 338px;
  height: 338px;
  position: relative;
}
.border-div:before {
  content: "";
  border: 2px solid var(--blue);
  width: 74%;
  height: 74%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  transform: rotate(-45deg);
  margin: 0 auto;
}
.advise-card:hover .border-div:before {
  transform: none;
  opacity: 0;
}
.advise-stage .certi-logos {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 15px;
}
.no-margin {
  margin: 0;
}
.vct-section .btn {
  background-color: var(--light-blue);
  border-color: var(--light-blue);
}
.vct-section .btn:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--blue);
}
.vct-col {
  display: flex;
  align-items: center;
}
.vct-solution {
  padding: 30px 0px;
}
.vct-solution-pic {
  height: 100%;
}
.vct-solution-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar {
  background: #feefd6;
  border-radius: 10px;
  padding: 37px 22px;
}
.sidebar .h3 {
  color: var(--blue);
  margin-bottom: 12px;
}
.sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 33px;
}
.sidebar ul:last-child {
  margin-bottom: 0px;
}
.realisation-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 36px;
}
.realisation-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: calc(50% - 10px);
}
.realisation-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realisation-card .p {
  background: var(--blue);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--white);
  opacity: 0;
  padding: 20px;
  text-align: center;
}
.realisation-card:hover .p {
  opacity: 1;
}
.stats-top {
  text-align: center;
  margin-bottom: 45px;
}
.history-ouvrard .row {
  margin: 0;
}
.history-ouvrard .col-md-7 {
  padding-right: 0;
}
.history-ouvrard .container-fluid {
  padding-left: 12vw;
  padding-right: 0;
  position: relative;
}
.history-ouvrard .container-fluid::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--blue);
  transform: rotate(-45deg);
  position: absolute;
  bottom: -22px;
  border-radius: 0px 10px;
  left: 27vw;
  margin: 0 auto;
}
.history-ouvrard .container-fluid .col-md-5 {
  padding-left: 40px;
  padding-right: 40px;
}
.Com img {
  max-width: 100vw;
  width: 100%;
}
.engagements .suppotr-top {
  text-align: center;
}

.small-cards {
  overflow: hidden;
}
.small-cards .owl-stage-outer {
  overflow: visible;
}
.small-cards .back-imgbox .p {
  margin: auto;
}
.box-imgbox.item-box {
  text-align: center;
}
.front-cont {
  color: var(--white);
  padding-top: 20px;
}
.front-cont .h2 {
  font-weight: 300;
  font-size: 55px;
  line-height: normal;
  margin: 0;
  color: var(--cyan);
}
.front-cont .h4 {
  font-size: 22px;
  line-height: 24px;
}
.visit-section {
  background-color: #feefd6;
}
.visit-box {
  padding: 45px 15px 23px 15px;
  border-radius: 10px;
  height: 460px;
}
.visit-icon {
  text-align: center;
}
.visit-box .h4 {
  margin: 42px 0px 13px 0px;
}
.intervention-type .container {
  position: relative;
  overflow: visible;
}
.intervention-type .container:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: -22px;
  border-radius: 0px 10px;
  left: 0;
  right: 0px;
  margin: 0 auto;
}
.intervention-type .section-top {
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.intervention-row {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -100px;
}
.intervention-row .row {
  max-width: 970px;
  margin: 0 auto;
}
.intervention-card {
  position: relative;
  overflow: hidden;
}
.intervention-card:before {
  content: "";
  background: rgba(44, 49, 92, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.intervention-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intervention-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30px;
}
.vct-banner {
  position: relative;
}
.vct-banner .container {
  padding-top: 30px;
  padding-bottom: 10px;
}
.banner-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-shape {
  position: absolute;
  left: -100px;
  right: -100px;
  bottom: -70px;
  overflow: hidden;
}
.banner-shape img {
  width: 100%;
}
.vct-banner .h3,
.vct-page {
  color: var(--light-blue);
}
.Gazeux-section .container {
  border: 2px solid;
  padding: 50px;
  max-width: 1150px;
}
.Gazeux-section .row {
  justify-content: space-between;
}
.Gazeux-card.mt-50 {
  margin-top: 50px;
}
.Gazeux-card {
  height: 171px;
  background: var(--light-blue);
  width: calc(20% - 20px);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.Gazeux-card .h5 {
  text-transform: uppercase;
  margin-bottom: 0px;
}
.multi-links {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  max-width: 406px;
  margin: 0 auto;
}
.multi-links a {
  border: 2px solid;
  font-size: 17px;
  font-weight: 700;
  color: #a0d076;
  padding: 15px;
  width: calc(50% - 9px);
  text-align: center;
  text-transform: uppercase;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Notre-Histoire ul {
  margin-bottom: 30px;
}
img.Savoir-Faire-shape {
  width: 100%;
  margin-top: 65px;
}
.methodologie-section,
.Savoir-Faire {
  background: rgba(160, 208, 118, 0.1);
}
.methodologie-section .section-top {
  text-align: center;
  padding-bottom: 70px;
}
.methodologie-row {
  max-width: 720px;
  margin: 0 auto;
  row-gap: 30px;
}
.methodologie-row .border-div:before {
  border-color: var(--light-blue);
}
.methodologie-section .advise-card .p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  background-color: rgba(160, 208, 118, 0.5);
  max-height: 338px;
}
.vct-footer {
  background-image: url(./images/footer-wave.png);
  background-position: top center;
  background-size: 120%;
  background-repeat: no-repeat;
  padding-top: 150px;
}
.vct-footer .row {
  padding: 60px 0px;
}
.vct-footer .section-top {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.search-results .news-pic {
  display: none !important;
}
.vct-footer .section-top:after {
  content: "";
  border-bottom: 2px solid var(--light-blue);
  width: 500px;
  display: inline-block;
}
.vct-footer .p.font-20 {
  font-weight: 700;
}
.vct-footer a {
  color: var(--light-blue);
}
header.site-header button {
  display: none;
}

[id] {
  scroll-margin-top: 120px;
}

.diamond__inner p {
  font-family: jaf-facitweb, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2c315c;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.submenu-open .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1480px) {
  .history-ouvrard .container-fluid {
    padding-left: 9vw;
  }
}
@media (max-width: 1380px) {
  .history-ouvrard .container-fluid {
    padding-left: 7vw;
  }
}
@media (max-width: 1280px) {
  .history-ouvrard .container-fluid {
    padding-left: 4vw;
  }
}
@media (max-width: 1199px) {
  span.drop-btn {
    display: inline-block;
  }
  .h1,
  h1,
  .h2,
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .h3,
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .h4,
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .h5,
  h5 {
    font-size: 18px;
    line-height: 23px;
  }
  .padd-110 {
    padding: 80px 0px;
  }
  .pb-110 {
    padding-bottom: 80px;
  }
  .pt-110 {
    padding-top: 80px;
  }
  .padd-80 {
    padding: 60px 0px;
  }
  .pb-80 {
    padding-bottom: 60px !important;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .padd-70 {
    padding: 50px 0px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  nav.main-nav ul {
    gap: 16px;
  }
  .under-hero {
    margin-top: -150px;
  }
  .pr-0 {
    padding-right: 15px;
  }
  .section-energy {
    padding: 60px 0px 30px 0px;
  }
  .energy-pic {
    padding-left: 0px;
  }
  .energy-pic img,
  .expertise-pic img {
    max-width: 64vw;
  }
  .stats-box .h2,
  .stats-box .h2 span {
    font-size: 50px;
  }
  .section-habitat,
  .support {
    padding: 0px 15px;
  }
  .support .row > * {
    width: calc(50% - 10px);
    padding-right: 20px;
  }
  .pl-75,
  .suppotr-top {
    padding-left: 40px;
  }
  .trust-us .owl-theme .owl-nav button {
    left: -15px;
  }
  .trust-us .owl-theme .owl-nav button.owl-next {
    left: auto;
    right: -15px;
  }
  .Habitat-inner {
    padding: 50px 0px 50px 30px;
  }
  ul.card-center-elements {
    bottom: -30px;
  }
  .footer-middle {
    padding-top: 200px !important;
  }
  .inner-banner .container {
    padding-left: 11vw;
  }
  .inner-banner:before {
    width: 200px;
    height: 200px;
  }
  .quote-experties {
    margin-left: 0;
  }
  img.banner-icons,
  .visit-icon img {
    max-width: 90px;
    max-height: 90px;
  }
  .security-col {
    padding: 40px 25px;
  }
  .videoservilance .container {
    padding-left: 12px;
  }
  .first-col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .videoservilance {
    margin: -40px 0px;
    padding: 0px 15px;
  }
  .fire-pic,
  .Comprime-pic {
    padding-left: 15px;
  }
  .network-pic,
  .gazeux-pic {
    padding-right: 15px;
  }
  .border-div {
    width: 300px;
    height: 300px;
  }
  .advise-card .h2 {
    font-size: 120px;
    line-height: 120px;
  }
  .advise-card .h4 {
    font-size: 22px;
  }
  .history-ouvrard .container-fluid {
    padding-left: 0px;
  }
  .vct-banner .btn-row {
    justify-content: left;
    gap: 15px;
    flex-wrap: wrap;
  }
  .Gazeux-section {
    padding: 0px 12px;
  }
  .Gazeux-section .container {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .home-page {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .advise-card .h4 {
    font-size: 17px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-page {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .contact-page__form {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .contact-page__infos {
    width: 100%;
  }

  .home-page .post-list {
    width: 100%;
    padding-right: 0;
  }
  .home-page .post-list .h2 {
    padding-right: 0 !important;
  }
  .home-page .sidebar-post {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .home-page .post-list__date {
    position: initial;
    margin-bottom: 20px;
  }
  .padd-110 {
    padding: 70px 0px;
  }
  .visit-box {
    height: auto;
  }
  .pb-110 {
    padding-bottom: 60px;
  }
  .pt-110 {
    padding-top: 60px;
  }
  .padd-80 {
    padding: 45px 0px;
  }
  .pb-80 {
    padding-bottom: 45px !important;
  }
  .pt-80 {
    padding-top: 45px;
  }
  .padd-70 {
    padding: 40px 0px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .mb-70 {
    margin-bottom: 40px;
  }
  button.close-nav,
  button.menu-toggle {
    background: var(--cyan);
    padding: 6px 9px;
    border: none;
    border-radius: 4px;
    line-height: normal;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 0px;
  }
  button.close-nav {
    margin-left: auto;
    margin-top: -10px;
    margin-right: -10px;
  }
  button.close-nav svg {
    max-width: 14px;
  }
  button.menu-toggle path {
    stroke: #2c315c;
  }
  nav.main-nav {
    position: fixed;
    top: 0px;
    bottom: 0px;
    background: #2c315c;
    z-index: 99;
    left: -100%;
    padding: 20px 20px 20px 20px;
    transition: 0.3s;
    max-height: 100vh;
    overflow-y: auto;
  }
  nav.main-nav.menu-show {
    left: 0;
  }
  nav.main-nav ul {
    gap: 0px;
    flex-direction: column;
    align-items: baseline;
  }
  nav.main-nav a {
    padding: 8px 0px;
    display: inline-block;
    line-height: normal;
  }
  .header-top .right-header-ul {
    display: none;
  }
  .h1,
  h1,
  .h2,
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .h3,
  h3 {
    font-size: 23px;
    line-height: normal;
  }
  .h4,
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .stats-box .h2,
  .stats-box .h2 span {
    font-size: 40px;
  }
  .card-t-l {
    padding: 10px;
  }
  .under-hero {
    margin-top: -100px;
  }
  .underbanner-cards::before {
    width: 76%;
    left: -140px;
    top: -140px;
  }
  ul.card-center-elements {
    padding: 15px;
    border-radius: 15px;
    gap: 11px;
  }
  ul.card-center-elements li {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 8px;
  }
  .Habitat-inner {
    padding: 41px 0px 40px 0px;
  }
  footer .container {
    max-width: 730px;
  }
  .footer-middle {
    padding-top: 180px !important;
  }
  .footer-middle img {
    max-width: 280px;
  }
  .footer-middle .p {
    margin-top: 18px;
  }
  .calendra-btn {
    top: 40vw;
  }
  .logo img {
    max-width: 130px;
  }
  .inner-banner .container {
    padding-left: 20vw;
  }
  .team-card .h4 {
    min-height: 50px;
    font-size: 19px;
    line-height: normal;
  }
  .fire-pic,
  .Comprime-pic {
    padding-left: 0;
  }
  .network-pic,
  .gazeux-pic {
    padding-right: 0px;
  }
  .advise-stage .row {
    padding: 50px 0px;
  }
  .border-div {
    width: 235px;
    height: 235px;
  }
  .advise-card .h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .advise-card .h4 {
    font-size: 20px;
  }
  .advise-card .p {
    padding: 15px;
    font-size: 16px;
    line-height: normal;
  }
  .fire-alarm .h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .intervention-row {
    margin-bottom: -60px;
  }
  .intervention-cont {
    padding: 15px;
  }
  .realisation-grid {
    padding-left: 0;
  }
  .Gazeux-section .row {
    justify-content: center;
    gap: 20px;
  }
  .Gazeux-card {
    height: 171px;
    width: calc(33.33% - 15px);
    padding: 20px;
  }
  .multi-links a {
    font-size: 16px;
    padding: 10px;
    min-height: 68px;
  }
  .vct-footer .section-top:after {
    width: 70%;
  }
  .multi-materiaux .btn-row,
  .Savoir-Faire .btn-row {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: left;
  }
  .pr-75 {
    padding-right: 0px;
  }
  .header-inner {
    padding: 10px 12px;
  }
  nav.main-nav.menu-show .menu-active .submenu {
    position: static;
  }
  .submenu .col-md-4 {
    padding: 15px;
  }
  .Thermique-border:after {
    right: 8px;
  }
  nav.main-nav .submenu ul {
    gap: 6px;
    padding: 8px 0px 0px;
  }

  .post-list {
    justify-content: center;
    align-items: center;
  }
  .post-list .news-card {
    min-width: 300px;
  }
}

@media (max-width: 767px) {
  .votre-projet {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .team-card img {
    height: 200px;
  }

  .owl-item {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hid-mob {
    display: none !important;
  }

  .hid-desk {
    display: block !important;
  }

  .card-center-elements {
    display: none !important;
  }

  .Our-certifications .container {
    flex-direction: column;
  }

  .habitat-pic-col img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1;
    object-position: 0px -200px;
  }

  .front-imgbox {
    justify-content: space-evenly;
  }

  .offre {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .offre p {
    font-size: 18px;
    line-height: 23px;
  }
  .offre .btn {
    margin-left: auto;
  }
  :root {
    --font-20: 18px;
  }

  .achievements ul.card-center-elements {
    display: none;
  }
  .h1,
  h1,
  .h2,
  h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .h3,
  h3 {
    font-size: 20px;
  }
  .h4,
  h4 {
    font-size: 19px;
    line-height: 28px;
  }
  .h5,
  h5 {
    font-size: 16px;
    line-height: normal;
  }
  body {
    font-size: 16px;
    line-height: 21px;
  }
  .padd-110 {
    padding: 60px 0px;
  }
  .pb-110 {
    padding-bottom: 30px;
  }
  .pt-110 {
    padding-top: 30px;
  }
  .padd-80,
  .padd-70 {
    padding: 50px 0px;
  }
  .pb-80,
  .pb-70 {
    padding-bottom: 25px !important;
  }
  .pt-80,
  .pt-70 {
    padding-top: 25px;
  }
  .mb-70 {
    margin-bottom: 30px;
  }
  .row {
    row-gap: 20px;
  }
  .btn {
    padding: 6px 13px;
  }
  .header-top ul li:last-child {
    display: none;
  }
  .under-hero {
    margin-top: -50px;
  }
  .under-hero .row {
    row-gap: 60px;
  }
  .under-hero .card-center-elements {
    top: 50%;
    transform: translateY(-50%) rotate(36deg);
    bottom: auto;
  }
  ul.card-center-elements {
    bottom: -56px;
    padding: 10px;
    border-radius: 10px;
    gap: 8px;
    transform: none;
  }
  ul.card-center-elements li {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 8px;
  }
  .underbanner-cards::before {
    width: 400px;
    left: -215px;
    top: -210px;
    height: 400px;
  }
  .underbanner-cards .btn {
    left: 0px;
    transform: none;
    bottom: 20px;
    margin: 0 auto;
    right: 0px;
    max-width: 250px;
    z-index: 9;
  }
  .section-energy {
    padding: 40px 0px 30px 0px;
  }
  .section-energy .btn {
    margin-top: 0;
  }
  .energy-pic img,
  .expertise-pic img {
    max-width: 100vw;
  }
  .stats-box {
    padding: 20px 15px;
  }
  .stats-box-down {
    margin-top: 0;
  }
  .quote-experties {
    padding: 12px;
    margin-left: 0px;
  }
  .quote-experties:after {
    width: 25px;
    height: 25px;
    bottom: -14px;
    border-radius: 0px 7px;
    left: 24px;
  }
  .Habitat-inner {
    padding: 15px;
    position: static;
  }
  .section-habitat {
    position: relative;
  }
  .habitat-pic-col {
    padding: 0px;
  }
  .Habitat-inner img {
    max-width: 91px;
  }
  .Thermique-section .h3 {
    margin-bottom: 8px;
  }
  .Thermique-section .row {
    row-gap: 0;
  }
  .box-imgbox {
    min-height: 250px;
  }
  .front-imgbox img {
    max-width: 90px;
  }
  .front-imgbox .h4 {
    min-height: auto;
    font-size: 21px;
    line-height: normal;
  }
  .support .row > * {
    width: 100%;
    padding: 0px 12px !important;
  }
  .support .row {
    row-gap: 30px;
    margin: 0px;
  }
  .support .order-end {
    padding: 0px !important;
    order: 4;
  }
  .pl-75 {
    padding-left: 12px;
  }
  .support img {
    max-width: 90px;
  }
  .support .suppotr-pic img {
    max-width: 100%;
  }
  .suppotr-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .trust-owl .owl-stage {
    padding: 10px 0px;
  }
  .trust-us .owl-theme .owl-nav button {
    left: 0px;
  }
  .trust-us .owl-theme .owl-nav button.owl-next {
    left: auto;
    right: 0;
  }
  .btn-row {
    gap: 10px;
    flex-wrap: wrap;
  }
  .Our-news .col-md-4 .p {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .Our-news .row {
    row-gap: 30px;
  }
  .Our-news .row .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .footer-transform .col-md-8 {
    padding: 25px 0px 25px 15px;
  }
  .footer-transform:before,
  .support .container:before,
  .Habitat-inner:before,
  .security-col:before,
  .history-ouvrard .container-fluid::before,
  .intervention-type .container:before {
    width: 25px;
    height: 25px;
    top: -13px;
    border-radius: 0px 7px;
    left: 50px;
  }
  .support .container:before,
  .Habitat-inner:before,
  .security-col:before,
  .intervention-type .container:before {
    left: 0px;
  }
  footer .container {
    max-width: calc(100% - 20px);
  }
  footer .container .row {
    margin: 0px;
  }
  .certi-logos {
    overflow: auto;
    gap: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .certi-logos a {
    width: auto;
    min-width: 60px;
  }
  .certi-logos img {
    max-height: 80px;
  }
  .footer-middle img {
    max-width: 200px;
  }
  .right-side {
    text-align: left;
  }
  .copywrite .container {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .order-one {
    order: -1;
  }
  .inner-banner .container {
    padding-left: 12px;
    padding-top: 80px;
  }
  .inner-banner:before {
    width: 120px;
    height: 120px;
  }
  .team-card .h4 {
    min-height: fit-content;
    font-size: 17px;
  }
  .quote-experties {
    padding: 12px;
  }
  img.banner-icons {
    left: 6px;
    top: 5px;
    max-width: 65px;
  }
  .security-col {
    padding: 25px 15px;
  }
  .link-row {
    margin-top: 0;
  }
  .advise-card .h4 {
    font-size: 19px;
  }
  .videoservilance {
    margin: -20px 0px;
    padding: 0px 15px;
  }
  .videoservilance .row > * {
    padding: 0px;
  }
  .videoservilance .first-col {
    padding: 15px 12px;
  }
  .fire-alarm .h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .history-ouvrard .container-fluid {
    padding-top: 25px;
  }
  .history-ouvrard .col-md-7 {
    padding: 0px;
  }
  .intervention-row {
    margin-bottom: -30px;
  }
  .intervention-pic img {
    min-height: 260px;
  }
  .intervention-cont {
    line-height: normal;
  }
  .intervention-cont .h2 {
    line-height: normal;
    font-size: 23px;
  }
  .advise-stage .row {
    padding: 45px 0px 0px 0px;
  }
  .trasform-pic {
    border-radius: 0;
  }
  .sidebar {
    padding: 25px 15px;
  }
  .calendra-btn img {
    max-height: 28px;
  }
  .up-btn {
    padding: 13px 8px;
  }
  .up-btn img {
    max-height: 12px;
  }
  .Gazeux-section .container {
    padding: 15px;
  }
  .Gazeux-section .row {
    justify-content: center;
    gap: 15px;
  }
  .Gazeux-card {
    width: calc(50% - 15px);
  }
  .multi-links a {
    font-size: 15px;
    padding: 4px;
    min-height: 54px;
  }
  .submenu .col-md-4 {
    padding: 0px 12px;
  }
  .Thermique-border:after {
    right: 0;
    bottom: -9px;
    left: 0px;
    border-right: 0;
    border-bottom: 2px solid var(--blue);
    max-height: 100%;
    max-width: 90%;
  }
}

@media (max-width: 990px) {
  .histoire-mob {
    display: block;
  }
  .diamond-wrap {
    max-width: 80% !important;
    height: auto !important;
    margin-bottom: 30px !important;
    margin-right: 0px !important;
  }

  .diamond-wrap p {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  header.site-header button {
    display: inline-block !important;
  }

  .main-nav .sub-menu a {
    padding: 0px;
  }
  .main-nav .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: initial !important;
  }

  .sub-menu {
    transform: none;
    background-color: var(--blue);
    padding: 0;
    padding-left: 20px;
  }
  .sub-menu a {
    color: white !important;
  }

  .submenu-toggle {
    background: none;
    border: 0;
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer;
    color: white;
  }

  .menu-item-has-children.submenu-open > .submenu-toggle {
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .advise-card .h4 {
    font-size: 15px !important;
    padding-left: 40px;
    padding-right: 40px;
  }

  .diamond-wrap p {
    font-size: 10px !important;
    line-height: 14px !important;
  }
  .trust-owl .owl-stage {
    gap: initial !important;
  }
  /* Centre réellement le contenu de chaque slide */
  .owl-carousel.trust-owl .owl-item {
    display: flex !important;
    justify-content: center !important;
  }

  .owl-carousel.trust-owl .owl-item .item {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .owl-carousel.trust-owl .owl-item .item img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
