.elementor-kit-24{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-24 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ======= POLICES ET BASE GÉNÉRALE ======= */
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
}

/* ======= TITRES ======= */
h1, h2, h3, h4 {
  font-weight: 700;
  color: #009fe3; /* Bleu Aquatherm */
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.2em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.6em;
  margin-bottom: 0.4em;
}

/* ======= BOUTONS ======= */
.elementor-button {
  background-color: #e2001a;
  color: #fff;
  border-radius: 30px;
  padding: 14px 28px;
  font-size: 1.1em;
  transition: background 0.3s ease;
}

.elementor-button:hover {
  background-color: #b00016;
}

/* ======= SECTIONS ======= */
.elementor-section {
  padding: 60px 20px;
}

.elementor-section:nth-of-type(even) {
  background-color: #ffffff;
}

.elementor-section:nth-of-type(odd) {
  background-color: #eef6f8;
}

/* ======= LISTES ======= */
ul {
  padding-left: 1.5rem;
}

ul li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

/* ======= LOGOS PARTENAIRES ======= */
.elementor-widget-image img[src*="qualipac"],
.elementor-widget-image img[src*="chauffage"],
.elementor-widget-image img[src*="gaz"],
.elementor-widget-image img[src*="daikin"],
.elementor-widget-image img[src*="cee"] {
  max-height: 70px;
  object-fit: contain;
  display: block;
  margin: auto;
}

/* ======= IMAGE NON PARTENAIRE (grandes images décoratives) ======= */
.elementor-widget-image img:not([src*="qualipac"]):not([src*="chauffage"]):not([src*="gaz"]):not([src*="daikin"]):not([src*="cee"]) {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* ======= ZONE D'INTERVENTION — COLONNES ======= */
.zone-intervention ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* ======= FORMULAIRE DE CONTACT ======= */
form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

form input:focus,
form textarea:focus {
  border-color: #009fe3;
  box-shadow: 0 0 5px rgba(0, 159, 227, 0.3);
}

/* ======= BLOC AVANTAGES / SERVICES ======= */
.card-service {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.card-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* ======= PIED DE PAGE ======= */
footer {
  background-color: #222;
  color: #eee;
  text-align: center;
  padding: 30px 20px;
  font-size: 0.95em;
}

footer a {
  color: #009fe3;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}/* End custom CSS */