@charset "UTF-8";
html, body {
  height: auto;
}
.site-main {
  padding: 0;
}
html {
  font-size: 60%;
  overflow-y: initial;
  scroll-behavior: smooth;
}
html body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  opacity: 1;
  transition: 1s opacity;
  overflow-x: hidden;
  position: relative;
  height: auto;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
header {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  justify-content: space-between;
  padding: 0 15px;
}
section {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
}
.bold {
  font-weight: 900;
}
b, strong {
  font-weight: bolder !important;
}
a {
  color: #006A6D;
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
*:focus {
  outline: none;
}
em {
  font-style: italic;
}
input[type=password] {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  width: 100%;
  padding: 10px 15px;
}
.no-label .gfield_label {
  display: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input, textarea {
  text-align: left;
}
.h100 {
  height: 100%;
}
img {
  max-width: 100%;
}
.hidden {
  display: none;
}
a.button {
  max-width: max-content;
  display: inline-block;
}
.wordpress-gdpr-privacy-settings-trigger img {
  height: 40px;
  width: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.g-5, .gx-5 {
  --bs-gutter-x: 5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 4rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 3rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 2rem;
}
.titre {
  font-size: clamp(3rem, calc(2.4rem + 3vw), 6rem);
  color: #08272C;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5rem;
}
.description p {
  font-size: 1.8rem;
  color: #23214B;
}
.btn-sysdb {
  color: #08272C;
  background-color: #96FFF0;
  border-radius: 25px;
  padding: 1.5rem 3.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
  width: fit-content;
}
.btn-sysdb:hover {
  background: #1490a3;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px !important;
  }
}
/* ===============================
   🌍 HEADER
   =============================== */
.site-header {
  width: 100%;
  /* --- TOP HEADER --- */
  /* --- BOTTOM HEADER --- */
  /* ===============================
        🌍 RESPONSIVE DESIGN
        =============================== */
  /* --- TABLETTES (≤ 1024px) --- */
  /* --- MOBILES (≤ 768px) --- */
  /* --- PETITS MOBILES (≤ 480px) --- */
}
.site-header .top-header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.site-header .top-header .top-left {
  gap: 1rem;
}
.site-header .top-header .top-left a {
  cursor: pointer;
  color: #08272C;
  font-size: 1.8rem;
  justify-content: center;
  display: flex;
  align-items: center;
}
.site-header .top-header .top-left a:hover {
  color: #197e8b;
}
.site-header .top-header .top-left p {
  color: #08272C;
  font-size: 1.8rem;
  margin: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.site-header .top-header .top-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-end;
  width: 50%;
}
.site-header .top-header .top-right .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25%;
  height: 50px;
  background-color: #08272C;
  color: #fff;
  cursor: pointer;
}
.site-header .top-header .top-right .phone:hover {
  color: #197e8b;
}
.site-header .top-header .top-right .phone::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/helium/assets/images/tel-picto.svg") center/contain no-repeat;
  margin-right: 0.3rem;
}
.site-header .top-header .top-right .icon {
  width: 25px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header .top-header .top-right .icon.fb {
  background-image: url("/wp-content/themes/helium/assets/images/facebook-picto.svg");
}
.site-header .top-header .top-right .icon.x {
  background-image: url("/wp-content/themes/helium/assets/images/x-picto.svg");
}
.site-header .top-header .top-right .icon.linkedin {
  background-image: url("/wp-content/themes/helium/assets/images/linkedin-picto.svg");
}
.site-header .top-header .email::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/helium/assets/images/mail-picto.svg") center/contain no-repeat;
  margin-right: 0.3rem;
}
.site-header .top-header .hours::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/helium/assets/images/horaire-picto.svg") center/contain no-repeat;
  margin-right: 0.3rem;
}
.site-header .bottom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}
.site-header .bottom-header .logo {
  display: flex;
  align-items: center;
}
.site-header .bottom-header .logo a {
  display: flex;
  align-items: center;
}
.site-header .bottom-header .logo a img {
  max-height: 190px;
  width: 190px;
}
.site-header .bottom-header #navbarNav .navbar-nav {
  display: flex;
  gap: 5rem;
  list-style: none;
  margin: 0;
}
.site-header .bottom-header #navbarNav .navbar-nav li a {
  font-size: 1.82rem;
  color: #08272C;
  text-transform: uppercase;
  font-weight: 700;
}
.site-header .bottom-header #navbarNav .navbar-nav li a:hover {
  color: #197e8b;
}
.site-header .bottom-header .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
.site-header .bottom-header .menu-toggle span {
  display: block;
  height: 3px;
  background: #333;
}
@media (max-width: 1024px) {
  .site-header .top-header {
    flex-direction: column;
    height: auto;
    padding: 0.8rem 2rem;
  }
  .site-header .top-header .top-left, .site-header .top-header .top-right {
    width: 100%;
    justify-content: space-between;
    font-size: 1.4rem;
  }
  .site-header .top-header .phone {
    min-width: auto;
    padding: 0 1rem;
  }
  .site-header .top-header .icon {
    width: 20px;
    height: 18px;
  }
}
@media (max-width: 991px) {
  .site-header .bottom-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1rem;
  }
  .site-header .bottom-header .logo img {
    max-height: 140px;
  }
  .site-header .bottom-header #navbarNav .navbar-nav {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .site-header .bottom-header #navbarNav .navbar-nav li a {
    font-size: 1.6rem;
  }
  .site-header .bottom-header .menu-toggle {
    display: flex;
  }
}
@media (max-width: 768px) {
  .site-header .top-header {
    display: none;
  }
  .site-header .bottom-header {
    padding: 1.5rem;
  }
  .site-header .bottom-header .logo img {
    max-height: 120px;
  }
  .site-header .bottom-header #navbarNav .navbar-nav {
    gap: 1.5rem;
  }
  .site-header .bottom-header #navbarNav .navbar-nav li a {
    font-size: 1.5rem;
    text-align: center;
  }
  .site-header .bottom-header .menu-toggle {
    width: 28px;
    height: 20px;
  }
  .site-header .bottom-header .menu-toggle span {
    height: 3px;
    background: #08272C;
    border-radius: 2px;
  }
}
@media (max-width: 480px) {
  .site-header .top-header .top-left :where(a, p) {
    font-size: 1.6rem !important;
  }
  .site-header .bottom-header {
    padding: 1rem;
  }
  .site-header .bottom-header .logo img {
    max-height: 100px;
  }
  .site-header .bottom-header #navbarNav .navbar-nav li a {
    font-size: 1.4rem;
  }
  .site-header .bottom-header .menu-toggle {
    width: 26px;
    height: 18px;
  }
}
@media (max-width: 350px) {
  .site-header .top-header .top-right {
    font-size: 1rem !important;
  }
}
#top-hero {
  height: calc(100vh - 214px);
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 50vw;
  background-color: #08272C;
  background-position: 95% 50%;
}
#top-hero .container {
  height: 100%;
  display: flex;
  align-items: center;
}
#top-hero .container .content {
  width: 55%;
  max-width: 680px;
}
#top-hero .container .content .titre-hero {
  color: #FFFFFF;
  font-size: clamp(3rem, calc(2rem + 3vw), 6rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 6rem;
}
#top-hero .container .content .description {
  margin-bottom: 5rem;
}
#top-hero .container .content .description p {
  color: #FFFFFF;
  font-size: clamp(1.4rem, calc(1rem + 0.6vw), 1.8rem);
  font-weight: 500;
}
.sections-container {
  position: relative;
  background-color: white;
  overflow: hidden;
}
.sections-container::before {
  content: "";
  position: absolute;
  left: -35%;
  top: 35%;
  transform: translateY(-50%);
  width: 2200px;
  height: 2200px;
  background: radial-gradient(ellipse at 20% 50%, rgba(150, 255, 240, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
  border-radius: 100%;
  z-index: 0;
}
.sections-container::after {
  content: "";
  position: absolute;
  right: -45%;
  top: 75%;
  transform: translateY(-50%);
  width: 1950px;
  height: 1950px;
  background: radial-gradient(ellipse at 50% 50%, rgba(150, 255, 240, 0.4) 4%, rgba(255, 255, 255, 0) 60%);
  border-radius: 100%;
  z-index: 0;
}
#nos-services, #nos-clients, #nos-actus {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
#nos-services .container, #nos-clients .container, #nos-actus .container {
  position: relative;
  z-index: 2;
}
#nos-services .logo-carousel, #nos-clients .logo-carousel, #nos-actus .logo-carousel {
  margin-top: 5rem;
}
#nos-services .logo-carousel .owl-item, #nos-clients .logo-carousel .owl-item, #nos-actus .logo-carousel .owl-item {
  padding: 1rem;
}
#nos-services .logo-carousel .logo-item, #nos-clients .logo-carousel .logo-item, #nos-actus .logo-carousel .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#nos-services .logo-carousel .logo-item .image-container, #nos-clients .logo-carousel .logo-item .image-container, #nos-actus .logo-carousel .logo-item .image-container {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 0 auto;
  transition: all 0.3s ease;
}
#nos-services .logo-carousel .logo-item .image-container img, #nos-clients .logo-carousel .logo-item .image-container img, #nos-actus .logo-carousel .logo-item .image-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}
#nos-services .logo-carousel .logo-item .image-container:hover, #nos-clients .logo-carousel .logo-item .image-container:hover, #nos-actus .logo-carousel .logo-item .image-container:hover {
  transform: translateY(-5px);
  box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.15);
}
#nos-services .logo-carousel .logo-item .image-container:hover img, #nos-clients .logo-carousel .logo-item .image-container:hover img, #nos-actus .logo-carousel .logo-item .image-container:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
#nos-services {
  height: auto;
  padding: 15rem 0;
}
#nos-services .description {
  max-width: 680px;
}
#nos-services .services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 10rem auto;
}
#nos-services .services .service-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
#nos-services .services .service-item .image-container {
  background-color: #08272C;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  padding: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nos-services .services .service-item .image-container img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  border-radius: 0;
}
#nos-services .services .service-item .service-titre {
  font-size: clamp(1.8rem, calc(1rem + 1vw), 2.2rem);
  color: #08272C;
  font-weight: 600;
  margin: 1.5rem 0;
  font-family: "Poppins", sans-serif;
}
#nos-services .services .service-item .service-description {
  font-size: clamp(1.5rem, calc(1rem + 0.6vw), 1.8rem);
  color: black;
  line-height: 2rem;
}
#nos-clients {
  height: auto;
  padding: 15rem 0;
}
#nos-clients .avis-clients {
  position: relative;
  z-index: 2;
}
#nos-clients .avis-clients .avis-item {
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 3;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  min-height: 38.5rem;
}
#nos-clients .avis-clients .avis-item p {
  text-align: start;
  font-size: clamp(1.4rem, calc(1rem + 0.6vw), 1.6rem);
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
}
#nos-clients .avis-clients .avis-item .avis-titre {
  font-weight: 600;
  font-size: clamp(1.8rem, calc(1rem + 1vw), 2.1rem);
  text-align: start;
  margin: 2rem 0px 3rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#nos-clients .avis-clients .owl-stage-outer {
  padding: 2rem 0;
}
#nos-clients .avis-clients .owl-item {
  padding: 0 1.5rem;
}
#nos-clients .avis-clients .owl-item.active .avis-item {
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1);
}
#nos-clients .owl-nav {
  display: none;
}
#nos-clients .owl-dots {
  margin-top: 2rem;
  text-align: center;
}
#nos-clients .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
}
#nos-clients .owl-dots .owl-dot.active {
  background: #08272C;
}
#nos-actus {
  height: auto;
  padding: 15rem 0;
}
#presentation {
  height: auto;
  padding: 15rem 0;
}
#presentation .presentation-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  align-items: stretch;
}
#presentation .presentation-container .description {
  font-size: clamp(1.5rem, calc(1rem + 0.6vw), 1.8rem);
  line-height: 2.6rem;
  color: #23214B;
  max-width: 680px;
}
#presentation .presentation-container img {
  height: 450px;
  width: auto;
  border-radius: 50px;
  object-fit: cover;
  box-shadow: 7px 6px 11px rgba(0, 0, 0, 0.45);
}
#contact {
  min-height: 80vh;
  padding: 15rem 0;
  /* CONTENEUR FORM + INFOS ALIGNÉS */
}
#contact .description {
  margin-bottom: 5rem;
  max-width: 680px;
}
#contact .gform_required_legend {
  display: none;
}
#contact form {
  padding: 5rem;
  border: 1px solid #C6C6C6;
  border-radius: 25px;
  height: 100%;
}
#contact form .gform-body .form-input {
  margin-bottom: 2rem;
  position: relative;
  height: max-content;
}
#contact form .gform-body .form-input input, #contact form .gform-body .form-input textarea {
  border: 1px solid #C6C6C6;
  border-radius: 25px;
  padding: 1.5rem 5.5rem;
  font-size: clamp(1.4rem, calc(1rem + 0.6vw), 1.6rem);
  width: 100%;
  min-height: 50px;
}
#contact form .gform-body .form-input input:focus, #contact form .gform-body .form-input textarea:focus {
  outline: none;
  border-color: #08272C;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
#contact form .gform-body .form-input textarea {
  min-height: 225px;
  resize: vertical;
  padding: 1.5rem 2rem;
}
#contact form .gform-body .form-input::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: center/contain no-repeat;
  pointer-events: none;
}
#contact form .gform-body .form-input.name-input::before {
  background-image: url("/wp-content/themes/helium/assets/images/nom-picto.svg");
}
#contact form .gform-body .form-input.email-input::before {
  background-image: url("/wp-content/themes/helium/assets/images/mail-picto.svg");
}
#contact form .gform-body .form-input.phone-input::before {
  background-image: url("/wp-content/themes/helium/assets/images/tel-form-picto.svg");
}
#contact form .gform-body .form-input.gfield_error::before {
  top: 28%;
}
#contact form .gform-body label {
  display: none;
}
#contact form .gform_footer .gform_button {
  width: 100%;
  background-color: #08272C;
  padding: 2.5rem;
  border-radius: 40px;
  transition: background-color 0.3s ease;
}
#contact form .gform_footer .gform_button:hover {
  background-color: #000101;
}
#contact .contact-container {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 4rem;
  align-items: stretch;
}
#contact .info-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#contact .info-items .info-item {
  flex: 1;
  padding: 5rem;
  border-radius: 30px;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3rem;
  /* variantes couleurs */
}
#contact .info-items .info-item .titre-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .info-items .info-item .titre-container img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 1.5rem;
}
#contact .info-items .info-item .titre-container .info-titre {
  font-size: clamp(1.4rem, calc(1rem + 0.5vw), 1.5rem);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
#contact .info-items .info-item h3 {
  font-size: clamp(1.4rem, calc(1rem + 0.5vw), 1.6rem);
}
#contact .info-items .info-item p {
  font-size: clamp(2rem, calc(1.4rem + 1vw), 2.6rem);
  margin-bottom: 2rem;
}
#contact .info-items .info-item .btn-contact {
  padding: 2rem 4rem;
  border-radius: 35px;
  width: -webkit-fill-available;
  display: flex;
  font-size: clamp(1.4rem, calc(1rem + 0.6vw), 1.6rem);
  font-weight: 600;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#contact .info-items .info-item--primary {
  background-color: #08272C;
}
#contact .info-items .info-item--primary h3, #contact .info-items .info-item--primary p {
  color: #fff;
}
#contact .info-items .info-item--primary .info-titre {
  color: #fff;
}
#contact .info-items .info-item--primary .btn-contact {
  background-color: #265459;
  color: #fff;
}
#contact .info-items .info-item--primary .btn-contact:hover {
  background-color: #173235;
}
#contact .info-items .info-item--light {
  background-color: #EFF1F3;
}
#contact .info-items .info-item--light h3, #contact .info-items .info-item--light p {
  color: #000;
}
#contact .info-items .info-item--light .info-titre {
  color: #08272C;
}
#contact .info-items .info-item--light .btn-contact {
  background-color: #D8D8D8;
  color: #000;
}
#contact .info-items .info-item--light .btn-contact:hover {
  background-color: #bfbfbf;
}
/* ===============================
   🌍 RESPONSIVE DESIGN
   =============================== */
/* --- TABLETTES (≤ 1024px) --- */
@media (max-width: 1024px) {
  .site-header {
    /* --- Menu Mobile --- */
  }
  .site-header .top-header {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem 2rem;
  }
  .site-header .top-header .top-left, .site-header .top-header .top-right {
    width: 100%;
    justify-content: space-between;
    font-size: 1.4rem;
  }
  .site-header .top-header .phone {
    width: auto;
    padding: 0 1.5rem;
  }
  .site-header .top-header .icon {
    width: 20px;
    height: 18px;
  }
  .site-header .bottom-header {
    padding: 2rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-header .bottom-header .logo img {
    max-height: 140px;
    width: auto;
  }
  .site-header .bottom-header .main-navigation {
    display: none;
  }
  .site-header .bottom-header .menu-toggle {
    display: flex;
  }
  .site-header .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0;
    z-index: 999;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .site-header .mobile-menu.active {
    display: flex;
  }
  .site-header .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .site-header .mobile-menu ul li a {
    font-size: 1.8rem;
    font-weight: 600;
    color: #08272C;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }
  .site-header .mobile-menu ul li a:hover {
    color: #197e8b;
  }
  #top-hero {
    height: 60vh;
  }
  #top-hero .container .content {
    width: 80%;
  }
  #top-hero .container .content .titre-hero {
    font-size: 4.5rem;
    margin-bottom: 3rem;
  }
  #top-hero .container .content .description p {
    font-size: 1.6rem;
    text-align: center;
  }
  .sections-container:before, .sections-container:after {
    display: none;
  }
  #nos-services, #nos-clients, #nos-actus, #presentation, #contact {
    padding: 8rem 0;
  }
  #nos-services .services {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  #presentation .presentation-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #presentation .presentation-container img {
    margin: 3rem auto 0;
    height: auto;
    max-height: 400px;
  }
  #contact .titre, #contact .description {
    text-align: center;
  }
  #contact .contact-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #contact form {
    padding: 3rem;
  }
  #contact .info-item {
    padding: 3rem;
  }
  .site-footer:after {
    display: none;
  }
}
/* --- MOBILES (≤ 768px) --- */
@media (max-width: 768px) {
  .titre, .description p {
    text-align: center;
  }
  .site-header .top-header {
    display: none;
    gap: 1rem;
  }
  .site-header .top-header .top-right .phone {
    min-height: 25px;
  }
  .site-header .bottom-header {
    padding: 1.5rem 2rem;
  }
  .site-header .bottom-header .logo img {
    max-height: 100px;
    width: auto;
  }
  .site-header .bottom-header .menu-toggle {
    width: 28px;
    height: 20px;
  }
  .site-header .bottom-header .menu-toggle span {
    height: 3px;
    background: #08272C;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .site-header .mobile-menu {
    padding: 2rem 0;
  }
  .site-header .mobile-menu ul {
    gap: 1.8rem;
  }
  .site-header .mobile-menu ul li a {
    font-size: 1.6rem;
  }
  #top-hero {
    height: auto;
    padding: 10rem 0 5rem;
  }
  #top-hero .container {
    flex-direction: column;
    text-align: center;
  }
  #top-hero .container .content {
    width: 100%;
  }
  #top-hero .container .content .titre-hero {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  #top-hero .container .content .description {
    margin-bottom: 3rem;
  }
  #top-hero .container .content .description p {
    font-size: 1.5rem;
    text-align: center;
  }
  #nos-services .services {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin: 3rem auto;
  }
  #nos-services .services .service-item .service-titre {
    font-size: 2rem;
  }
  #nos-services .services .service-item .service-description {
    font-size: 1.6rem;
    text-align: center;
  }
  #nos-clients .avis-clients .avis-item {
    min-height: auto;
    padding: 2rem;
  }
  #nos-clients .avis-clients .avis-item .avis-titre {
    margin: 1.5rem 0;
    text-align: center;
  }
  #nos-clients .avis-clients .avis-item p {
    text-align: center;
  }
  #presentation .presentation-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #presentation .presentation-container img {
    width: 100%;
    height: auto;
    max-height: 350px;
  }
  #contact .contact-container {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  #contact form {
    padding: 2rem;
  }
  #contact .info-item {
    padding: 3rem;
  }
  #contact .info-item p {
    font-size: 2rem;
    text-align: center;
  }
  #contact .info-item .btn-contact {
    padding: 1.8rem 3rem;
  }
  .logo-carousel .logo-item .image-container {
    width: 80px;
    height: 80px;
    padding: 1.5rem;
  }
}
/* --- PETITS MOBILES (≤ 480px) --- */
@media (max-width: 480px) {
  .site-header .bottom-header {
    padding: 1.2rem;
  }
  .site-header .bottom-header .logo img {
    max-height: 80px;
  }
  .site-header .bottom-header .menu-toggle {
    width: 26px;
    height: 18px;
  }
  .site-header .mobile-menu ul {
    gap: 1.5rem;
  }
  .site-header .mobile-menu ul li a {
    font-size: 1.4rem;
  }
  #top-hero {
    padding: 8rem 0 4rem;
    background-image: none !important;
  }
  #top-hero .titre-hero {
    font-size: 2.8rem;
  }
  #top-hero .description p {
    font-size: 1.4rem;
  }
  #nos-services, #nos-clients, #nos-actus, #presentation, #contact {
    padding: 6rem 0;
  }
  #contact .info-item {
    padding: 2rem;
    gap: 2rem;
  }
  #contact .info-item p {
    font-size: 1.8rem;
    text-align: center;
  }
  #presentation img {
    max-height: 300px;
    border-radius: 30px;
  }
}
.site-footer {
  padding: 40px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.site-footer .footer-container {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem;
  position: relative;
  z-index: 1;
}
.site-footer .footer-left {
  display: flex;
  gap: 5rem;
  flex: 1;
}
.site-footer .footer-left .footer-logo img {
  width: 250px;
  max-width: 100%;
  display: block;
}
.site-footer .footer-left .footer-slogan {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  margin: 0;
  position: relative;
}
.site-footer .footer-right {
  flex: 1.2;
}
.site-footer .footer-right .footer-menu-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6rem;
}
.site-footer .footer-menu {
  flex: 1;
}
.site-footer .footer-menu .footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 5rem;
  row-gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-menu .footer-nav li a {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
}
.site-footer .footer-menu .footer-nav li a:hover {
  text-decoration: underline;
  color: #197e8b;
}
.site-footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
.site-footer .footer-contact .btn-sysdb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #000000;
  background: #96FFF0;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.site-footer .footer-contact .btn-sysdb::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/helium/assets/images/phone-picto-footer.svg") center/contain no-repeat;
}
.site-footer .footer-contact .btn-sysdb:hover {
  background: #1490a3;
}
.site-footer .footer-contact .reseaux {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-footer .footer-contact .reseaux span {
  font-size: 1.4rem;
  color: #666;
}
.site-footer .footer-contact .reseaux a img {
  width: 30px;
  height: 30px;
}
.site-footer::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(40%);
  width: 100%;
  height: 400px;
  background: radial-gradient(ellipse at 50% 100%, rgba(150, 255, 240, 0.25) 0%, rgba(150, 255, 240, 0.48) 25%, rgba(255, 255, 255, 0) 68%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.site-footer .copyright {
  text-align: center;
  padding: 3rem 0 0;
}
.site-footer .copyright span, .site-footer .copyright p, .site-footer .copyright a {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  position: relative;
}
.site-footer .copyright a {
  cursor: pointer;
}
.modal-content {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 2rem;
}
.modal-content .modal-title {
  color: #000;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
}
.modal-content .modal-body {
  font-size: 1.6rem;
}
.modal-content .modal-body a {
  color: grey;
}
.modal-content .modal-body a:hover {
  color: #000;
}
/* ===============================
   📱 RESPONSIVE
   =============================== */
@media (max-width: 1024px) {
  .site-footer .footer-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 4rem;
  }
  .site-footer .footer-left {
    align-items: center;
    flex-direction: column;
  }
  .site-footer .footer-right .footer-menu-contact {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .site-footer .footer-right .footer-menu .footer-nav {
    row-gap: 1.5rem;
    text-align: center;
  }
  .site-footer .footer-right .footer-contact {
    align-items: center;
  }
  .site-footer .footer-right .footer-contact .reseaux {
    gap: 0.8rem;
  }
}
