.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#5423DA;--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-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-kit-7 h1{color:var( --e-global-color-primary );}.elementor-kit-7 h2{font-family:"Work Sans", Sans-serif;font-size:1.6rem;line-height:1.8rem;}.elementor-kit-7 h3{font-family:"Work Sans", Sans-serif;font-size:1.4rem;font-weight:600;line-height:1.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.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 */ul{margin-bottom:20px;}

.elementor-widget-text-editor h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.elementor-widget-text-editor h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 40px;
}
.elementor-nav-menu--dropdown {padding:20px 10px 35px;}
  .responsive-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
    border-radius: 8px;

  }
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th
Specificity: (0,2,4)
 {
    border-block-start:none !important;
}
  .responsive-table {
    width: 100%;
    min-width: 600px; /* Ajuste selon la largeur nécessaire */
    border-collapse: collapse;
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
  }

  .responsive-table th,
  .responsive-table td {
    padding: 14px 16px;
    text-align: left;
    border:none;
    vertical-align: top;
  }

  .responsive-table th {
    background: #f1f0ea;
    font-weight: 600;
    color: #333;
    
  }

  .responsive-table tr:hover {
    background-color: #f5f7fa;
  }

  .responsive-table tbody td:first-child {
    font-weight: 600;
    color: #2c3e50;
  }
  table {
    margin-block-end: 0;
}

  /* Mobile : plus compact */
  @media (max-width: 480px) {
    .responsive-table th,
    .responsive-table td {
      padding: 10px 12px;
      font-size: 14px;
    }
    .responsive-table {
      min-width: 600px;
    }
  }/* End custom CSS */