.elementor-kit-22{--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-22 e-page-transition{background-color:#FFBC7D;}.elementor-kit-22 a{color:#8F2F05;font-weight:normal;text-decoration:underline;}.elementor-kit-22 h2{font-family:"Outfit", Sans-serif;font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-22 h2{font-size:26px;}.elementor-kit-22 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.zonecouvreur_section {
  padding: 60px 20px;
  background-color: #ececec;
  border-radius:10px !important;
}

.zonecouvreur_container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.zonecouvreur_title {
  font-size: 28px;
  margin-bottom: 15px;
  color: black !important;
}

.zonecouvreur_intro {
  max-width: 750px;
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.zonecouvreur_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.zonecouvreur_card {
  display: block;
  padding: 18px 15px;
  background-color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  color: black !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.zonecouvreur_card:hover {
  background-color: black;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 992px) {
  .zonecouvreur_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .zonecouvreur_grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */