.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4ddf349:#FFFFFF;--e-global-color-8804142:#77B524;--e-global-color-63a1780:#FFFFFF;--e-global-color-2e6673e:#000000;--e-global-color-d02bf33:#46eeaa;--e-global-color-bd5b47f:#2cbfc7;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--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-5 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ====== CONTAINER FLEX ====== */
.engco-container {
  display: flex;
  gap: 3em; /* espace entre les cartes */
  justify-content: center; /* centre les cartes */
  flex-wrap: wrap; /* permet de passer sur plusieurs lignes si écran étroit */
  padding: 20px;
}

/* ====== STYLE DES CARTES ====== */
.engco-card {
  background: #f9fafb;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  flex: 1 1 300px; /* largeur minimum */
  max-width: 350px; /* largeur maximum */
}

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

/* ====== ICÔNE RONDE ====== */
.engco-card .icon {
  font-size: 40px;
  color: #16a34a; /* vert principal */
  background: #ecfdf5; /* vert très clair */
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}

/* ====== TITRE ====== */
.engco-card .title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111827; /* gris très foncé */
}

/* ====== DESCRIPTION ====== */
.engco-card .desc {
  color: #6b7280; /* gris moyen */
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* ====== LISTE À PUCE ====== */
.engco-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
  display: inline-block;
}

.engco-card .features li {
  color: #16a34a;
  margin: 6px 0;
  font-size: 0.95rem;
}

/* ====== BOUTON ====== */
.engco-card .cta {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  text-decoration: none;
  color: #111827;
  font-weight: 500;
  transition: all 0.3s ease;
}

.engco-card .cta:hover {
  background: #16a34a;
  color: white;
  border-color: #16a34a;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .engco-card {
    flex: 1 1 45%; /* 2 cartes par ligne sur tablette */
  }
}

@media (max-width: 768px) {
  .engco-card {
    flex: 1 1 100%; /* 1 carte par ligne sur mobile */
    max-width: 100%;
  }
}



.engco-section {
  font-family: Arial, sans-serif;
  color: #333;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.engco-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.engco-section .highlight {
  color: #1abc9c; /* Vert bleu comme ton image */
}

.engco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.engco-card {
  background: #f9fdfc;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.engco-card:hover {
  transform: translateY(-5px);
}

.engco-icon {
  font-size: 28px;
  color: #1abc9c;
  margin-bottom: 10px;
}

.engco-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}

.engco-card p {
  font-size: 14px;
  color: #555;
}



.secteur-section {
  font-family: Arial, sans-serif;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  padding: 40px 20px;
}

.secteur-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.secteur-card {
  background: #f9fdfc;
  padding: 40px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.secteur-card:hover {
  box-shadow: 0 8px 20px #008020; /* ombre bleue */
  transform: translateY(-5px);
}

.secteur-icon {
  font-size: 32px;
  background: #e6f7ff; /* bleu clair */
  color: #00aaff;     /* bleu principal */
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s ease;
}

.secteur-card:hover .secteur-icon {
  transform: scale(1.2);
}

.secteur-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.secteur-card p {
  font-size: 15px;
  color: #555;
  margin: 0;
}



.contact-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.contact-form {
  background: #f9fdfc;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.contact-form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #dfe9e6;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1abc9c;
  box-shadow: 0 0 6px rgba(26,188,156,0.2);
}

.contact-form textarea {
  height: 120px;
  resize: none;
  margin-bottom: 15px;
}

.contact-form button {
  background: #1abc9c;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #159c80;
}

/* Infos */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  background: #f9fdfc;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.info-card:hover {
  box-shadow: 0 8px 20px rgba(26,188,156,0.25);
}

.info-icon {
  font-size: 22px;
  color: #1abc9c;
  background: #eafaf6;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.info-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
}

.info-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-section {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */