@charset "UTF-8";
/* Sass files import */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@media only screen and (min-width: 576px) {
  * {
    cursor: none !important;
  }
}

#custom-cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  background: #B0DC2E;
  opacity: 0.9;
  mix-blend-mode: difference !important;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@media screen and (max-width: 576px) {
  #custom-cursor {
    display: none;
  }
}
body {
  background-color: #000000;
  margin: 0;
}

.container {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 20px;
}

.video-background {
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.header-content-size {
  height: 0;
}

.overlay-content {
  position: relative;
  z-index: 2;
  color: white;
  top: 50%;
  transform: translateY(-135%);
}
.overlay-content h1 {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .overlay-content h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 576px) {
  #scroll-effect-section-none {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
    margin-top: 5rem;
    margin-left: 5%;
  }
  .text-scroll-none {
    margin-bottom: 2rem;
  }
  .text-scroll-none h5 {
    font-size: 1.4rem;
    font-weight: 100;
  }
}
.section-title-2 {
  padding-top: 10rem;
}
.section-title-2 .home-green-h2 {
  color: #B0DC2E;
}

#content-home-page {
  background-color: rgb(25, 25, 25);
  padding: 8rem 0;
}

#content-service-page {
  background-color: rgb(25, 25, 25);
  padding: 20rem 0 0 0;
}

#content-realisation-page {
  padding: 10rem 0 0 0;
}

.box-hover-resize {
  display: inline-block;
  /* ou block selon ton cas */
  transition: transform 0.5s ease-out;
}

.box-hover-resize:hover {
  transform: translateY(1rem);
}

/* PAGE SERVICE */
.page-template-page-service .overlay-content {
  position: relative;
  z-index: 2;
  color: white;
  top: 50%;
  transform: translateY(-160%);
}
.page-template-page-service .FAQ_MAIN {
  margin: 0;
  padding: 0 0rem;
  background-color: #000000;
}

@media (min-width: 1024px) and (max-width: 1524px) {
  #service-installation .e-con-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  #service-installation .e-con-inner .elementor-element.elementor-element-a7d888f.e-con-full.e-flex.e-con.e-child {
    width: 100%;
  }
  #service-domotique .e-con-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  #service-domotique .e-con-inner .elementor-element.elementor-element-c2a599b.e-con-full.e-flex.e-con.e-child {
    width: 100%;
  }
  #service-telecommunication .e-con-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  #service-telecommunication .e-con-inner .elementor-element.elementor-element-1d2785c.e-con-full.e-flex.e-con.e-child {
    width: 100%;
  }
  #service-securite .e-con-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  #service-securite .e-con-inner .elementor-element.elementor-element-de86000.e-con-full.e-flex.e-con.e-child {
    width: 100%;
  }
  #service-controle .e-con-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  #service-controle .e-con-inner .elementor-element.elementor-element-ff81b1b.e-con-full.e-flex.e-con.e-child {
    width: 100%;
  }
  #service-geobiologie .e-con-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  #service-geobiologie .e-con-inner .elementor-element.elementor-element-49e5233.e-con-full.e-flex.e-con.e-child {
    width: 100%;
  }
}
/* FICHE SERVICE */
.etiquette_service {
  height: 615px !important;
}

/* PAGE CONTACT */
.contact_img {
  border-radius: 3rem !important;
}

/* FORMULAIRE CONTACT  */
.fomulaire-contact input {
  border-top: rgba(255, 255, 255, 0) !important;
  border-left: rgba(255, 255, 255, 0) !important;
  border-right: rgba(255, 255, 255, 0) !important;
}
.fomulaire-contact textarea {
  border-top: rgba(255, 255, 255, 0) !important;
  border-left: rgba(255, 255, 255, 0) !important;
  border-right: rgba(255, 255, 255, 0) !important;
}

.wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
  font-family: "Syne", sans-serif, "Arial";
  width: 62% !important;
}

#wpforms-556-field_3-container {
  width: 62%;
}

/* PAGE A PROPOS */
#content-a-propos-page {
  padding: 20rem 0 0 0;
}
#content-a-propos-page .section_intro_equipe {
  margin-bottom: 10rem;
}

@media screen and (max-width: 576px) {
  #content-a-propos-page {
    padding: 10rem 0 0 0;
  }
  .page-template-page-a-propos h3 {
    font-size: 3rem !important;
    margin-bottom: 3rem;
  }
}
/* SCROLLING EFFECT */
body {
  margin: 0;
  font-family: sans-serif;
  overflow-x: hidden;
}

.scroll-pin {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.scroll-pin h5 {
  text-align: left;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 205vw;
  height: 200vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

/* Les éléments de .scroll-inner restent au-dessus */
.scroll-inner {
  position: relative;
  z-index: 1;
}

.text-scroll h4 {
  font-size: 3.5rem;
  text-align: left;
  color: #B0DC2E;
  margin-bottom: 1rem;
}
.text-scroll h5 {
  font-size: 2rem;
  text-align: left;
  color: #fff;
  margin-top: 0;
}

.scroll-inner {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 4rem 6%;
  opacity: 0;
  transform: translateY(100px);
  box-sizing: border-box;
}

.text-scroll,
.image-scroll {
  width: 48%;
  text-align: center;
}

.image-scroll img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 25px;
}

/* ✅ Centrage vertical dans chaque colonne */
.text-scroll,
.image-scroll {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

/* 📱 Responsive : empilement vertical */
@media (max-width: 768px) {
  .panel {
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-align: center;
  }
  .text-scroll,
  .image-scroll {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
}
.scroll-pin a {
  pointer-events: auto;
  z-index: 10;
  position: relative;
}

.panel {
  pointer-events: none;
  /* on ne met PLUS visibility: hidden */
  opacity: 0;
  transform: translateY(100px);
  position: absolute;
  top: 0;
  left: 0;
}

.panel.active {
  pointer-events: auto;
  /* l’animation gère opacity et y */
}

.panel a {
  position: relative;
  z-index: 10;
  pointer-events: auto;
  /* on s'assure que les liens eux-mêmes captent bien les clics */
}

@media screen and (min-width: 577px) {
  #scroll-effect-section-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #scroll-effect-section {
    display: none;
  }
  .explorer-sinergies-home {
    width: 250px !important;
  }
}
/* HORIZONTAL MOBILE */
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .home .overlay-content {
    transform: translateY(-180%) !important;
  }
  .home .overlay-content h1 {
    font-size: 2rem !important;
  }
  .page-template-page-service .overlay-content {
    transform: translateY(-180%) !important;
  }
  .page-template-page-service .overlay-content h1 {
    font-size: 2rem !important;
    margin: 0;
  }
  .page-template-page-service .overlay-content h2 {
    font-size: 1.5rem !important;
  }
  .page-template-page_realisation .overlay-content {
    transform: translateY(-180%) !important;
  }
  .page-template-page_realisation .overlay-content h1 {
    font-size: 2rem !important;
    margin: 0;
  }
  .page-template-page_realisation .overlay-content h2 {
    font-size: 1.5rem !important;
  }
  .page-template-page-a-propos .overlay-content h1 {
    font-size: 2rem !important;
    margin: 0;
  }
  .page-template-page-a-propos .overlay-content h2 {
    font-size: 1.5rem !important;
  }
  .page-template-page-a-propos #content-a-propos-page {
    padding: 2rem 32px 0 0 0 !important;
  }
  .page-template-page-contact .overlay-content h1 {
    font-size: 2rem !important;
    margin: 0;
  }
  .page-template-page-contact .overlay-content h2 {
    font-size: 1.5rem !important;
  }
  .page-template-page-contact #content-a-propos-page {
    padding: 2rem 32px 0 0 0 !important;
  }
}
/* END HORIZONTAL MOBILE */
#loading {
  display: none;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #94c11a;
  /* Remplace $green par une couleur valide */
  z-index: 9999;
}

.logo-loading {
  height: 100%;
  width: 100%;
}

.loading-flex {
  display: flex;
  align-items: center;
  /* Utilise align-items pour centrer verticalement */
  justify-content: center;
  /* Centre horizontalement */
  height: 100vh;
  width: 100%;
}

.ma-box-logo-anim {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 400px;
  overflow: hidden;
}

#monLogoSVG {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
}

@media screen and (max-width: 576px) {
  .ma-box-logo-anim {
    height: 100px;
    width: 400px;
  }
  #monLogoSVG {
    width: 70% !important;
    height: auto;
  }
}
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Syne", sans-serif, "Arial";
  color: #ffffff;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
  /* optionnel, pour enlever l'indentation */
}

h2 {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0 0 1rem 0;
}
h2 .color-title {
  color: #B0DC2E;
}

h3 {
  font-size: 1.5rem;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}

h4 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}

.paragraphe-realisation p {
  font-size: 1.3rem 20.8px;
  font-weight: 200;
}

.home .section-title-2 h2 {
  font-size: 3rem;
}

@media screen and (max-width: 576px) {
  .home #content-home-page h2 {
    font-size: 3rem;
  }
  .home #content-home-page h4 {
    font-size: 1.4rem;
  }
}
/* PAGE SERVICE */
.page-template-page-service h1 {
  margin: 0 0 2rem 0;
}
.page-template-page-service h3 {
  font-size: 2rem;
  text-transform: initial;
  margin: 0;
}
.page-template-page-service h4 {
  font-size: 2.5rem;
  color: #B0DC2E;
  width: 80%;
}
.page-template-page-service h5 {
  font-size: 5rem;
  font-weight: 500;
  margin: 0;
}
.page-template-page-service .section-service p {
  width: 80%;
}
.page-template-page-service p {
  font-size: 1.3rem;
  font-weight: 200;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
.page-template-page-service ul li {
  font-size: 1.15rem;
  line-height: 2;
}
.page-template-page-service .overlay-content h2 {
  font-size: 2rem !important;
  color: #B0DC2E !important;
}
.page-template-page-service .overlay-content p {
  font-size: 1.3rem !important;
  font-weight: 200 !important;
  width: 40%;
}

@media screen and (max-width: 1280px) {
  .page-template-page-service .overlay-content p {
    font-size: 1.3rem !important;
    font-weight: 200 !important;
    width: 70%;
  }
  .page-template-page-service .section-service p {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .page-template-page-service h4 {
    width: 100%;
  }
  .page-template-page-service .FAQ_MAIN h5 {
    font-size: 12vw !important;
  }
  .page-template-page-service .overlay-content p {
    font-size: 1.3rem !important;
    font-weight: 200 !important;
    width: 100%;
  }
  .page-template-page-service .section-service p {
    width: 100%;
  }
  .page-template-page-service .overlay-content {
    position: relative;
    z-index: 2;
    color: white;
    top: 50%;
    transform: translateY(-105%);
  }
  .page-template-page-service .overlay-content h2 {
    font-size: 1.5rem !important;
  }
}
/* PAGE REALISATION */
.page-template-page_realisation h1 {
  margin: 0 0 1rem 0;
}
.page-template-page_realisation h2 {
  font-size: 1.5rem;
  color: #B0DC2E;
}
.page-template-page_realisation h3 {
  font-size: 4rem !important;
}
.page-template-page_realisation h3 .title_green {
  color: #B0DC2E;
}
.page-template-page_realisation h4 {
  text-transform: uppercase;
  font-weight: 100;
}
.page-template-page_realisation p {
  text-transform: uppercase;
  font-size: 1.15rem;
}
.page-template-page_realisation .paragraphe-realisation p {
  text-transform: initial !important;
}

@media screen and (max-width: 576px) {
  .page-template-page_realisation h3 {
    font-size: 2rem !important;
  }
  .page-template-page_realisation h4 {
    font-size: 1.5rem !important;
  }
  .page-template-page_realisation .overlay-content {
    position: relative;
    z-index: 2;
    color: white;
    top: 50%;
    transform: translateY(-105%);
  }
}
/* Page Contact */
.page-template-page-contact {
  /* Fomrulaire de contact */
}
.page-template-page-contact .overlay-content h1 {
  margin: 0 0 1rem 0;
}
.page-template-page-contact .overlay-content h2 {
  font-size: 1.5rem !important;
  color: #B0DC2E !important;
}
.page-template-page-contact .overlay-content p {
  font-size: 1.15rem;
  text-transform: uppercase;
}
.page-template-page-contact .section-intro-contact h3 {
  color: #B0DC2E;
  font-size: 4rem;
  font-weight: 500;
  margin: 0;
}
.page-template-page-contact .section-intro-contact p {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.page-template-page-contact .contact-section-formulaire p {
  font-size: 1.5rem;
  font-weight: 100;
}
.page-template-page-contact .fomulaire-contact .wpforms-field-label {
  font-family: "Syne", sans-serif, "Arial";
  font-weight: 100;
  font-size: 1.3rem;
}
.page-template-page-contact .fomulaire-contact .wpforms-field-required {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgb(177, 224, 54);
  font-family: "Syne", sans-serif, "Arial";
}
.page-template-page-contact .fomulaire-contact [aria-label="Error message"] {
  font-family: "Syne", sans-serif, "Arial";
  font-size: 0.9rem !important;
}

@media screen and (max-width: 576px) {
  .overlay-content {
    position: relative;
    z-index: 2;
    color: white;
    top: 50%;
    transform: translateY(-140%);
  }
  #content-service-page {
    background-color: rgb(25, 25, 25);
    padding: 10rem 0 0 0;
  }
  .page-template-page-contact h3 {
    font-size: 2rem !important;
  }
}
/* PAGE A PROPOS */
.page-template-page-a-propos .overlay-content h1 {
  margin: 0 0 1rem 0;
}
.page-template-page-a-propos .overlay-content h2 {
  font-size: 1.5rem !important;
  color: #B0DC2E !important;
}
.page-template-page-a-propos .overlay-content p {
  font-size: 1.15rem;
  text-transform: uppercase;
}
.page-template-page-a-propos h3 {
  font-size: 4rem !important;
  margin-bottom: 6rem;
}
.page-template-page-a-propos h4 {
  color: #B0DC2E;
  font-size: 4rem;
  font-weight: 500;
  margin: 0;
}
.page-template-page-a-propos h5 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
  font-weight: 100;
  text-transform: uppercase;
}
.page-template-page-a-propos p {
  font-size: 1.3rem;
  font-weight: 200;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
.page-template-page-a-propos .green-h3 {
  color: #B0DC2E;
}
.page-template-page-a-propos .green-membre {
  color: #B0DC2E;
}
.page-template-page-a-propos .FAQ_MAIN h5 {
  font-size: 5rem;
  font-weight: 500;
  margin: 0;
  text-transform: initial;
}

@media screen and (max-width: 576px) {
  .page-template-page-a-propos h3 {
    font-size: 2rem !important;
    margin-bottom: 1rem;
  }
  .page-template-page-a-propos h4 {
    font-size: 1.8rem !important;
  }
}
/* PAGE PRIVACY POLITIQUE */
.privacy-policy #pilicy-text h1 {
  font-weight: 500;
  color: #B0DC2E;
}
.privacy-policy #pilicy-text a {
  color: #B0DC2E;
}

header {
  z-index: 500;
}

@media screen and (max-width: 576px) {
  .home header {
    width: 100vw;
  }
}
.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-desktop {
  position: relative;
  z-index: 810;
}

.menu-mobile {
  position: relative;
  z-index: 99999;
}

#menu-principal ul li a {
  text-transform: uppercase;
  font-size: 1.3rem;
}

#menu-menu-principale li a {
  text-transform: uppercase;
  font-size: 1.1rem;
}

#menu-principal {
  display: flex;
}

ul#menu-menu-principale-1 {
  gap: 3rem;
}

#menu-principal a {
  text-decoration: none;
  color: #ffffff;
}

div#menu-principal ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#menu-menu-principale-1 li a:hover {
  color: #94c11a;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.no-visible {
  display: none !important;
}

/* mobile menu open */
#menu-principal-mobile {
  z-index: 800;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media screen and (max-width: 576px) {
  #menu-principal-mobile {
    z-index: 999;
  }
}
#my-menu-mobile-open {
  z-index: 805;
  background-color: #94c11a;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("/images/sinergies_favicon.svg");
}

#menu-menu-principale {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  height: 95dvh;
  width: 100dvw;
  justify-content: center;
  gap: 5vh;
}

ul#menu-menu-principale li a {
  font-size: 2rem;
  text-decoration: none;
}

.no-visible-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* mobile menu open end */
@media screen and (max-width: 767px) {
  #sinergies-logo-main {
    width: 60%;
  }
}
@media screen and (min-width: 1150px) {
  header .current_page_item a,
  header .current-menu-item a {
    color: #B0DC2E !important;
    position: relative;
    padding: 5px 0;
  }
  header .current_page_item a::after,
  header .current-menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #B0DC2E;
    transform: scaleX(1);
    transform-origin: left;
  }
  #menu-menu-footer .current_page_item a,
  #menu-menu-footer .current-menu-item a {
    color: #ffffff !important;
    position: relative;
    padding: 5px 0;
  }
  #menu-menu-footer .current_page_item a::after,
  #menu-menu-footer .current-menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (max-width: 1149px) {
  .current_page_item a,
  .current-menu-item a {
    color: #ffffff !important;
    position: relative;
    padding: 5px 0;
  }
  .current_page_item a::after,
  .current-menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: scaleX(1);
    transform-origin: left;
  }
}
#menu-principal .menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
}

#menu-principal .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #B0DC2E;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in-out;
}

#menu-principal .menu li a:hover::after {
  transform: scaleX(1);
}

/* 🔥 Ajoute cette règle tout en bas pour forcer la ligne sur l'élément actif */
#menu-principal .menu li.current_page_item a::after,
#menu-principal .menu li.current-menu-item a::after {
  transform: scaleX(1) !important;
}

/* Bouton 1 */
.explorer-service.button.primary {
  width: 288px;
}

.button.primary:before,
button.primary:before {
  background-color: #B0DC2E;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.25s ease-out;
  width: 48px;
  z-index: 0;
}

.button.primary div.btn-icon-arrow,
button.primary div.btn-icon-arrow {
  height: 48px;
  transition: transform 0.25s ease-out;
  width: 48px;
}

.button.primary,
.button.primary div.btn-icon-arrow,
.button.secondary,
.button.secondary div.btn-icon-arrow,
button.primary,
button.primary div.btn-icon-arrow,
button.secondary,
button.secondary div.btn-icon-arrow {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.button.primary span.text,
button.primary span.text {
  padding: 0 16px;
  position: relative;
  transition: transform 0.25s ease-out;
  z-index: 1;
  color: #ffffff !important;
}

.button.primary:hover:before,
button.primary:hover:before {
  width: 100%;
}

/* ANIMATION FLECHE */
.button.primary:hover span.text,
button.primary:hover span.text {
  transform: translate(-10px);
}

.button span {
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 100% !important;
  text-transform: uppercase;
}

a.button.primary:hover span.text {
  color: #000000 !important;
}

svg.arrow-head {
  fill: #000;
}

.en-voir-plus.button.primary {
  width: 196px;
}

.voir-nos-realisation.primary {
  width: 278px;
}

.explorer-sinergies-home {
  width: 276px;
}

@media screen and (max-width: 576px) {
  .explorer-sinergies-home {
    width: 276px !important;
  }
}
/* VORTEXT BOUTON */
.vortex-h24 {
  width: 196px;
  height: 200px;
  background-image: url(../images/sinergies_vortex_h24.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -54vh;
  left: 82vw;
  z-index: 999;
  animation: spin 30s linear infinite;
}

@media screen and (max-width: 576px) {
  .vortex-h24 {
    width: 111px !important;
    height: 111px !important;
    background-image: url(../images/sinergies_vortex_h24.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -49vh !important;
    left: 61vw !important;
    z-index: 803;
    animation: spin 30s linear infinite;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
footer {
  background-color: #94c523;
}
footer #text-2 h4 {
  color: #ffffff !important;
}
footer #text-3 h4 {
  color: #ffffff !important;
}
footer #nav_menu-2 h4 {
  color: #ffffff !important;
}

#footer-part-one {
  height: 1066px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0) -6%, rgba(255, 255, 255, 0) 10%), url(../images/footer-part-one-4-star.jpg);
  background-size: 242rem;
  background-position: 64% 49%;
  background-repeat: no-repeat;
}

.footer-vortex-part-one {
  height: 101%;
  width: 100vw;
  overflow: hidden;
  background-image: url("../images/footer-part-one-vortex.svg");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.copyright {
  display: flex;
  justify-content: space-between;
  background-color: #B0DC2E;
  padding: 0 1%;
}

.copyright-credits {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.copyright-credits a span {
  color: #ffffff;
  text-decoration: none;
}

.footer-part-one-contenu {
  display: flex;
  flex-direction: column;
  height: 54%;
  justify-content: flex-end;
  gap: 2rem;
}
.footer-part-one-contenu p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.footer-part-one-contenu .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-part-one-contenu .footer-contact a {
  color: #B0DC2E;
  font-size: 6rem;
  font-weight: 600;
}

#footer-part-two {
  background-color: #94c523;
  position: relative;
  background-image: url("../images/vortex-footer-sigle-2.svg");
  background-position: right bottom;
  background-size: 30%;
  background-repeat: no-repeat;
  padding-top: 5rem;
}
#footer-part-two h4 {
  margin: 0 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-weight: 800;
}
#footer-part-two .footer-container {
  display: flex;
  justify-content: space-around;
}
#footer-part-two .footer-col.left-footer-column {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 14vw;
  font-size: 1.3rem;
  flex-wrap: wrap;
}
#footer-part-two #menu-menu-footer {
  display: flex;
  flex-direction: column;
}
#footer-part-two .horaire-semaine {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
}
#footer-part-two .slogan-footer {
  margin: 0 12vw;
  font-size: 4rem;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 5rem;
}
#footer-part-two .title-footer {
  height: 23rem;
  background-image: url("../images/sinergie-title-footer.svg");
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#footer-part-two .textwidget p:nth-of-type(-n+3) {
  margin: 0;
}
#footer-part-two #menu-menu-footer li {
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 0.7rem;
}
#footer-part-two .area-one {
  line-height: 2rem;
}
#footer-part-two .horaire-semaine {
  line-height: 2rem;
}
#footer-part-two .horaire-semaine div:first-child {
  margin-bottom: 5rem;
}

.copyright p {
  font-size: 1rem !important;
  margin: 0.5rem 0;
}

.copyright-credits img {
  transition: all 0.6s ease-in-out;
}

.copyright-credits img:hover {
  transform: rotate3d(0, 1, 0, 360deg);
  transition: all 0.6s ease-in-out;
}

@media screen and (max-width: 992px) {
  .footer-contact a {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 576px) {
  #footer-part-one {
    height: 520px;
  }
  .footer-contact a {
    font-size: 2.3rem !important;
  }
  .footer-vortex-part-one {
    height: 100.3%;
  }
  #footer-part-two {
    background-color: #94c523;
    position: relative;
    background-image: url(../images/vortex-footer-sigle-2.svg);
    background-position: right bottom;
    background-size: 90%;
    background-repeat: no-repeat;
    padding-top: 5rem;
  }
  #footer-part-two .slogan-footer {
    margin: 0;
    font-size: 2.4rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    margin-bottom: 5rem;
  }
  #footer-part-two .footer-container {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  #footer-part-two .title-footer {
    height: 10rem;
    background-image: url(../images/sinergie-title-footer.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .copyright {
    display: flex;
    justify-content: space-between;
    background-color: #B0DC2E;
    padding: 0 1%;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1921px) {
  #footer-part-two .title-footer {
    height: 25rem;
  }
}
.faq_main-border .e-n-accordion-item {
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 576px) {
  .page-template-page-a-propos .faq-h5 h5 {
    font-size: 12vw !important;
  }
}
/* SECTION SCROLLABLE */
#scroll-section {
  margin-bottom: 5rem;
}

.horizontal-section {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  padding: 1rem;
}

@media screen and (max-width: 576px) {
  .horizontal-section {
    padding: 0;
  }
}
.horizontal-section::-webkit-scrollbar {
  display: none;
}

.horizontal-section.active {
  cursor: grabbing;
}

/* WRAPPER FLEXIBLE */
.horizontal-wrapper {
  display: flex;
  gap: 2rem;
  width: max-content;
}

@media screen and (max-width: 576px) {
  .horizontal-wrapper {
    transform: scale(0.6) translateX(-94px) translateY(-165px) !important;
  }
  .home #scroll-section {
    margin-bottom: 0;
    height: 500px;
  }
}
/* CARDS */
.card {
  min-width: 280px;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 2rem;
  padding: 1rem;
  text-decoration: none;
  color: #333;
  scroll-snap-align: start;
  user-select: none;
  transition: box-shadow 0.3s ease;
  width: 34rem;
}

.card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* ANIMATION HOVER (facultatif) */
.box-hover-resize-card {
  display: inline-block;
  transition: transform 0.5s ease-out;
}

.box-hover-resize-card:hover {
  transform: translateY(1rem);
}

/* FICHE VISUEL */
.card {
  margin: 0;
  width: 34rem;
  border-radius: 2rem;
}

.card-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-1 {
  background-color: #2394C5;
  padding: 0;
}
.card-1 .top-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0 0 2rem;
  height: 50%;
  gap: 3rem;
}
.card-1 .top-card .mon-picto-fiche {
  background-image: url("../images/icon_installlation_electrique.svg");
  background-size: 100%;
  height: 105px;
  width: 105px;
}
.card-1 .top-card h3 {
  font-size: 3rem;
  text-transform: initial;
}
.card-1 .bottom-card {
  margin: 0;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-1 .bottom-card .image-card {
  background-image: url("../images/sinergies_service_installation_electrique.jpg");
  background-size: cover;
  background-position: 0% 66%;
  height: 308px;
  width: auto;
  border-radius: 0 0 2rem 2rem;
}

.card-2 {
  background-color: #DD9912;
  padding: 0;
}
.card-2 .top-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0 0 2rem;
  height: 50%;
  gap: 3rem;
}
.card-2 .top-card .mon-picto-fiche {
  background-image: url("../images/icon_domotique.svg");
  background-size: 100%;
  height: 105px;
  width: 105px;
}
.card-2 .top-card h3 {
  font-size: 3rem;
  text-transform: initial;
}
.card-2 .bottom-card {
  margin: 0;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-2 .bottom-card .image-card {
  background-image: url("../images/sinergies_service_domotique.jpg");
  background-size: cover;
  background-position: 0% 66%;
  height: 308px;
  width: auto;
  border-radius: 0 0 2rem 2rem;
}

.card-3 {
  background-color: #EF732E;
  padding: 0;
}
.card-3 .top-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0 0 2rem;
  height: 50%;
  gap: 3rem;
}
.card-3 .top-card .mon-picto-fiche {
  background-image: url("../images/icon_telecommunication_VOIP_fibre_optique_V2.svg");
  background-size: 100%;
  height: 105px;
  width: 105px;
}
.card-3 .top-card h3 {
  font-size: 3rem;
  text-transform: initial;
}
.card-3 .bottom-card {
  margin: 0;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-3 .bottom-card .image-card {
  background-image: url("../images/sinergies_telecommunication.jpg");
  background-size: cover;
  background-position: 0% 66%;
  height: 308px;
  width: auto;
  border-radius: 0 0 2rem 2rem;
}

.card-4 {
  background-color: #7228C2;
  padding: 0;
}
.card-4 .top-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0 0 2rem;
  height: 50%;
  gap: 3rem;
}
.card-4 .top-card .mon-picto-fiche {
  background-image: url("../images/icon_securite_et_surveillance_V2.svg");
  background-size: 100%;
  height: 105px;
  width: 105px;
}
.card-4 .top-card h3 {
  font-size: 3rem;
  text-transform: initial;
}
.card-4 .bottom-card {
  margin: 0;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-4 .bottom-card .image-card {
  background-image: url("../images/sinergies_surveillance.jpg");
  background-size: cover;
  background-position: 0% 66%;
  height: 308px;
  width: auto;
  border-radius: 0 0 2rem 2rem;
}

.card-5 {
  background-color: #74912A;
  padding: 0;
}
.card-5 .top-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0 0 2rem;
  height: 50%;
  gap: 3rem;
}
.card-5 .top-card .mon-picto-fiche {
  background-image: url("../images/icoon_controle_OIBT.svg");
  background-size: 100%;
  height: 105px;
  width: 105px;
}
.card-5 .top-card h3 {
  font-size: 3rem;
  text-transform: initial;
}
.card-5 .bottom-card {
  margin: 0;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-5 .bottom-card .image-card {
  background-image: url("../images/sinergies_service_controle_oibt.jpg");
  background-size: cover;
  background-position: 0% 66%;
  height: 308px;
  width: auto;
  border-radius: 0 0 2rem 2rem;
}

.card-6 {
  background-color: #292929;
  padding: 0;
}
.card-6 .top-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 0 0 2rem;
  height: 50%;
  gap: 3rem;
}
.card-6 .top-card .mon-picto-fiche {
  background-image: url("../images/icon_domotique.svg");
  background-size: 100%;
  height: 105px;
  width: 105px;
}
.card-6 .top-card h3 {
  font-size: 3rem;
  text-transform: initial;
}
.card-6 .bottom-card {
  margin: 0;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-6 .bottom-card .image-card {
  background-image: url("../images/sinergies_service_geobiologie.jpg");
  background-size: cover;
  background-position: 0% 66%;
  height: 308px;
  width: auto;
  border-radius: 0 0 2rem 2rem;
}

/* ANIMATION HOVER */
.box-hover-resize-card {
  display: inline-block;
  /* ou block selon ton cas */
  transition: transform 0.5s ease-out;
}

.box-hover-resize-card:hover {
  transform: translateY(1rem);
}

@media screen and (max-width: 576px) {
  .horizontal-wrapper {
    transform: scale(0.6) translateX(-94px);
  }
  .horizontal-wrapper {
    display: flex;
    gap: 2rem;
    width: auto !important;
  }
}

/* CODE PERSO DIABOLO */ 

#custom-cursor {
z-index: 99999999!important;
}

.cky-modal {
  z-index: 99999990!important;
 }